70f8675ad23f0e4185ec7ca540d7959dc424a479
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2
3         [BZ #17775]
4         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
5         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
6         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
7
8 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
9
10         * sysdeps/i386/tls-macros.h: Include <features.h>.
11         (TLS_LE): Use non-PIC version for GCC >= 5.0.
12         (TLS_IE): Likewise.
13         (TLS_LD): Likewise.
14         (TLS_GD): Likewise.
15         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
16         define for GCC >= 5.0.
17
18 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
19
20         * math/test-fenv.c (test_single_exception, set_single_exc,
21         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
22         feexcp_mask_test, feenable_test, fe_single_test): Add
23         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
24         case where they are not used.
25         * math/libm-test.inc: Likewise.
26         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
27         unused in the absence of FP rounding/exception support.
28         * stdio-common/tst-printf-round.c: Likewise.
29         * stdlib/tst-strtod-round.c: Likewise.
30         * stdlib/tst-strtod-underflow.c: Likewise.
31
32 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
33
34         [BZ #17723]
35         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
36         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
37         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
38         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
39         libm_hidden_weak.
40         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
41         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
42         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
43         libm_hidden_def.
44         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
45         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
46         libm_hidden_weak.
47         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
48         Likewise.
49         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
50         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
51         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
52         libm_hidden_weak.
53         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
54         libm_hidden_def.
55         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
56         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
57         (__feraiseexcept): Likewise.
58         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
59         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
60         libm_hidden_weak.
61         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
62         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
63         libm_hidden_def.
64         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
65         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
66         Use libm_hidden_def.
67         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
68         libm_hidden_def.
69         (feraiseexcept): Define as weak not strong alias.  Use
70         libm_hidden_weak.
71         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
72         New inline function.  Factored out of ...
73         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
74         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
75         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
76         feraiseexcept.
77         * math/w_acos.c (__acos): Likewise.
78         * math/w_asin.c (__asin): Likewise.
79         * math/w_ilogb.c (__ilogb): Likewise.
80         * math/w_j0.c (y0): Likewise.
81         * math/w_j1.c (y1): Likewise.
82         * math/w_jn.c (yn): Likewise.
83         * math/w_log.c (__log): Likewise.
84         * math/w_log10.c (__log10): Likewise.
85         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
86         * sysdeps/aarch64/fpu/math_private.h
87         (libc_feupdateenv_test_aarch64): Likewise.
88         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
89         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
90         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
91         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
92         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
93         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
94         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
95         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
96         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
97         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
98
99 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
100
101         [BZ #17732]
102         * io/test-utime.c (main): Replace %ld with %jd and cast to
103         intmax_t.
104         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
105         * nptl/tst-mutex5.c: Include <stdint.h>.
106         (do_test): Replace %ld with %jd and cast to intmax_t.
107         * posix/tst-regex.c (run_test): Likewise.
108         (run_test_backwards): Likewise.
109         * rt/tst-clock.c: Include <stdint.h>.
110         (clock_test): Replace %ld with %jd and cast to intmax_t.
111         * rt/tst-cpuclock1.c: Include <stdint.h>.
112         (do_test): Replace %lu with %ju and cast to uintmax_t.
113         * rt/tst-cpuclock2.c: Include <stdint.h>.
114         (do_test): Replace %lu with %ju and cast to uintmax_t.
115         * rt/tst-mqueue1.c: Include <stdint.h>.
116         (check_attrs): Replace %ld with %jd and cast to intmax_t.
117         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
118         intmax_t.
119         * rt/tst-mqueue4.c (do_test): Likewise.
120         * rt/tst-timer4.c: Include <stdint.h>.
121         (check_ts): Replace %ld with %jd and cast to intmax_t.
122         (do_test): Likewise.
123         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
124         and cast to intmax_t.
125         * sysdeps/pthread/tst-timer.c (main): Likewise.
126         * time/clocktest.c (main): Likewise.
127         * time/tst-posixtz.c (do_test): Likewise.
128         * timezone/tst-timezone.c (main): Likewise.
129
130 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
131             H.J. Lu  <hongjiu.lu@intel.com>
132
133         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
134         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
135         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
136         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
137         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
138         version if bit_Fast_Unaligned_Load is set.
139         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
140         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
141         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
142         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
143         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
144         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
145         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
146         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
147         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
148         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
149         to 4.
150         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
151         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
152         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
153         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
154
155 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
156
157         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
158         instead of #if to avoid a Wundef warning.
159         * stdlib/tst-limits.c (do_test): Likewise.
160
161         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
162         parallel other exception macros.
163         (fegetenv): Convert from macro to extern inline so that it applies
164         retroactively to inline functions already seen by the compiler.
165         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
166
167         * posix/Makefile (before-compile): Use $(objpfx) for
168         posix-conf-vars-def.h.
169
170 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
171
172         * posix/getconf.c (main): Use size_t for type of I.
173         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
174         NSPEC.
175
176         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
177         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
178         * posix/posix-envs.def: Likewise.
179         * sysdeps/posix/sysconf.c: Likewise.
180         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
181         (specs): Remove array.
182         * scripts/gen-posix-conf-vars.awk: Support generation of specs
183         array.
184
185         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
186         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
187         (__sysconf): Use CONF_IS_* macros.
188
189         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
190         ($(objpfx)posix-conf-vars-def.h): New target.
191         * posix/posix-conf-vars.list: New file.
192         * posix/posix-conf-vars.h: New file.
193         * posix/confstr.c: Include posix-conf-vars.h.
194         (confstr): Use CONF_IS_* macros.
195         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
196         CONF_IS_* macros.
197         * scripts/gen-posix-conf-vars.awk: New file.
198
199 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
200
201         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
202         fegetround): Add no-op macros to avoid linknamespace issues.
203
204         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
205         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
206
207         * sysdeps/unix/sysv/linux/tile/sysdep.h
208         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
209         assembly-specific section to avoid a redefinition warning.
210
211         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
212         long before casting to pointer to avoid a cast warning.
213
214 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
215
216         * sysdeps/tile/tilegx/Implies: New file.
217
218 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
219
220         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
221
222 2014-12-23  Florian Weimer  <fweimer@redhat.com>
223
224         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
225
226 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
227
228         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
229         not define.
230         * sysdeps/unix/sysv/linux/utimes.c: Do not include
231         <kernel-features.h>.
232         (__utimes) [__NR_utimes]: Make code unconditional.
233         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
234         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
235         (__ASSUME_UTIMES): Do not undefine.
236         * sysdeps/unix/sysv/linux/tile/kernel-features.h
237         (__ASSUME_UTIMES): Likewise.
238         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
239         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
240         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
241         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
242
243 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
244
245         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
246
247 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
248
249         [BZ #17747]
250         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
251         alias to weak alias for j0l, y0l.
252         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
253         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
254
255         [BZ #17746]
256         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
257         conversion.
258
259 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
260
261         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
262         to zero if not already defined.
263
264 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
265
266         [BZ #17724]
267         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
268         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
269         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
270         (char *) casts added.
271         * sysdeps/ieee754/k_standardf.c: New file.
272         * sysdeps/ieee754/k_standardl.c: Likewise.
273         * math/Makefile (libm-support): Remove k_standard.
274         (libm-calls): Add k_standard.
275
276 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
277
278         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
279         Optimize to avoid an unnecessary FPCR read.
280
281 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
282
283         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
284         Optimize to reduce FPCR/FPSR accesses.
285
286 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
287
288         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
289         Call libc_fetestexcept_aarch64.
290
291 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
292
293         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
294         Call libc_fesetround_aarch64.
295
296 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
297
298         [BZ #17733]
299         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
300         (__bind): Do not define as weak alias.
301         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
302         define.
303         (__getsockname): Do not define as weak alias.
304
305 2014-12-22  Will Newton  <will.newton@linaro.org>
306
307         * manual/install.texi: Document that we require bison 2.7
308         or above.
309         * INSTALL: Regenerate.
310         * configure.ac: Use AC_CHECK_PROG_VER instead of
311         AC_PATH_PROG when checking for bison and check for
312         version 2.7 or above.
313         * configure: Regenerate.
314
315 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
316
317         [BZ #17745]
318         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
319         * sysdeps/tile/ffsll.c (ffsll): To here.
320
321         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
322
323 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
324
325         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
326         if not defined.
327         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
328         definition.
329         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
330         hidden ___tls_get_addr.
331         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
332         hidden __tls_get_addr.
333         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
334         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
335         Likewise.
336
337 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
338
339         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
340         _dl_init call.
341
342 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
343
344         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
345         from "call _dl_init@PLT".
346         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
347
348 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
349
350         * manual/search.texi: (Array Sort Function): Clarify stable sorting
351         guarantees.
352
353 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
354
355         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
356
357 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
358
359         [BZ #17744]
360         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
361         strnlen.
362
363 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
364
365         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
366         of multu on MIPSr6.
367         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
368         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
369         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
370         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
371         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
372
373 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
374
375         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
376         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
377         (PTR_SUBU): Use subu for mips32r6/mips64r6.
378         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
379         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
380         mips32r6/mips64r6.
381         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
382
383 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
384
385         * string/strncat.c (STRNCAT): Simplify implementation.
386
387 2014-12-19  David S. Miller  <davem@davemloft.net>
388
389         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
390         access the quad as both a long double and as a series of 4 words.
391
392         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
393         link_map->l_info array access.
394
395 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
396
397         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
398
399         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
400         * math/atest-exp2.c (TIMEOUT): Likewise.
401         * math/atest-sincos.c (TIMEOUT): Likewise.
402
403 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
404
405         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
406         -Wno-error with -fno-builtin-lround.
407
408 2014-12-19  Torvald Riegel  <triegel@redhat.com>
409
410         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
411         Contains futex constants and functions moved over from ...
412         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
413         <lowlevellock-futex.h>.
414         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
415         (lll_timedwait_tid): Add comments and parentheses around macro
416         arguments.
417
418 2014-12-19  Torvald Riegel  <triegel@redhat.com>
419
420         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
421         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
422         (__lll_private_flag): Remove.
423         (lll_futex_wait): Likewise.
424         (lll_futex_timed_wait): Likewise.
425         (lll_futex_wake): Likewise.
426         (lll_futex_requeue): Likewise.
427         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
428         (__lll_timedwait_tid): Spell out argument names.
429         (lll_timedwait_tid): Add comments and parentheses around macro
430         arguments.
431         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
432         LLL_SHARED and LLL_PRIVATE usable from assembly code.
433
434 2014-12-19  Torvald Riegel  <triegel@redhat.com>
435
436         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
437         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
438         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
439         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
440         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
441         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
442         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
443         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
444         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
445         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
446         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
447         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
448         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
449         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
450         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
451         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
452         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
453         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
454         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
455
456 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
457
458         * sysdeps/x86_64/x32/Makefile: New file.
459
460 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
461
462         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
463         1L with (mp_limb_t) 1.
464
465 2014-12-17  Roland McGrath  <roland@hack.frob.com>
466
467         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
468         * nptl/libc_pthread_init.c: ... here.
469         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
470         * nptl/register-atfork.c: ... here.
471
472         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
473         Use pthread_sigmask rather than INTERNAL_SYSCALL.
474         Use assert_perror to check its return value.
475         (__gai_create_helper_thread): Likewise.
476
477         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
478
479         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
480
481 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
482
483         [BZ #17725]
484         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
485         __profil_counter.
486         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
487         Likewise.
488         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
489         Likewise.
490         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
491         Likewise.
492         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
493         (profil_counter): Likewise.
494         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
495         (profil_counter): Likewise.
496         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
497         Likewise.
498         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
499         Likewise.
500         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
501         (profil_counter): Likewise.
502         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
503         Likewise.
504         [!__profil_counter] (profil_counter): Define as weak alias of
505         __profil_counter.
506         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
507         (profil_counter): Rename to __profil_counter.
508         [!__profil_counter] (profil_counter): Define as weak alias of
509         __profil_counter.
510         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
511         (profil_counter): Rename to __profil_counter.
512         [!__profil_counter] (profil_counter): Define as weak alias of
513         __profil_counter.
514         * sysdeps/posix/profil.c: Update comment referring to
515         profil_counter.
516         (__profil): Use __profil_counter instead of profil_counter.
517         * sysdeps/posix/sprofil.c (profil_counter): Rename to
518         __profil_counter.  Use __profil_counter_ushort and
519         __profil_counter_uint in definitions.
520         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
521         instead of profil_counter_uint and profil_counter_ushort.
522
523         [BZ #17722]
524         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
525         define as weak alias of __inet_makeaddr.
526         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
527         as weak alias of __inet_addr.
528         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
529         as weak alias of __inet_pton.  Use libc_hidden_weak.
530         * include/arpa/inet.h (__inet_pton): Declare.  Use
531         libc_hidden_proto.
532         (inet_makeaddr): Don't use libc_hidden_proto.
533         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
534         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
535         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
536         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
537         Remove variable.
538         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
539         (test-xfail-POSIX/time.h/linknamespace): Likewise.
540
541 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
542
543         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
544
545 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
546
547         * stdio-common/bug-vfprintf-nargs.c (do_test):
548         Cast value to intptr_t to avoid format warning
549         for usage with PRIdPTR printing macro.
550
551 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
552
553         * libio/tst-widetext.c (do_test):
554         Use format type %td instead of %Zd for ptrdiff_t
555         in order to avoid format warning.
556
557 2014-12-17  Andreas Schwab  <schwab@suse.de>
558
559         * nscd/mem.c (gc): Add size_t cast to match printf format.
560
561 2014-12-16  Roland McGrath  <roland@hack.frob.com>
562
563         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
564         (init): Apply PTR_MANGLE to pointers before storing them.
565         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
566         before using them.
567
568 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
569
570         [BZ #17719]
571         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
572         define as weak alias of __memrchr.
573         (__memrchr): Do not define as strong alias of memrchr.
574         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
575         Remove variable.
576         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
577         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
578         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
579
580         [BZ #17717]
581         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
582         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
583         (if_indextoname): Rename to __if_indextoname and define as weak
584         alias of __if_indextoname.  Use libc_hidden_weak.
585         (if_freenameindex): Rename to __if_freenameindex and define as
586         weak alias of __if_freenameindex.
587         (if_nameindex): Rename to __if_nameindex and define as weak alias
588         of __if_nameindex.
589         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
590         __if_nametoindex and define as weak alias of __if_nametoindex.
591         Use libc_hidden_weak.
592         (if_freenameindex): Rename to __if_freenameindex and define as
593         weak alias of __if_freenameindex.
594         (if_nameindex): Rename to __if_nameindex and define as weak alias
595         of __if_nameindex.
596         (if_indextoname): Rename to __if_indextoname and define as weak
597         alias of __if_indextoname.  Use libc_hidden_weak.
598         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
599         __if_nametoindex and define as weak alias of __if_nametoindex.
600         Use libc_hidden_weak.
601         (if_freenameindex): Rename to __if_freenameindex and define as
602         weak alias of __if_freenameindex.  Use libc_hidden_weak.
603         (if_nameindex_netlink): Use __if_freenameindex instead of
604         if_freenameindex.
605         (if_nameindex): Rename to __if_nameindex and define as weak alias
606         of __if_nameindex.  Use libc_hidden_weak.
607         (if_indextoname): Rename to __if_indextoname and define as weak
608         alias of __if_indextoname.  Use libc_hidden_weak.
609         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
610         libc_hidden_proto.
611         [!_ISOMAC] (__if_freenameindex): Likewise.
612         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
613         if_nametoindex.
614         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
615         variable.
616         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
617         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
618         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
619         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
620         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
621         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
622         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
623
624         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
625         Remove variable.
626         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
627         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
628
629 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
630
631         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
632         subscript above bounds'
633
634         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
635         bounds.
636
637 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
638
639         * libio/tst-fopenloc.c: Use test-skeleton.c.
640
641         * stdlib/tst-bsearch.c: Use test-skeleton.c.
642         (entry): Rename to ITEM.
643         (do_test, comp): Adjust.
644
645         * stdio-common/tst-fseek.c: Use test-skeleton.c.
646
647 2014-12-16  Torvald Riegel  <triegel@redhat.com>
648
649         * string/tester.c: Include <libc-internal.h>.
650         (test_memset): Ignore -Wmemset-transposed-args.
651
652 2014-12-16  Torvald Riegel  <triegel@redhat.com>
653
654         * misc/tst-mntent2.c (do_test): Fix warning.
655
656 2014-12-16  Torvald Riegel  <triegel@redhat.com>
657
658         * elf/tst-unique4lib.cc(a): Mark as used.
659
660 2014-12-16  Florian Weimer  <fweimer@redhat.com>
661
662         [BZ #17630]
663         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
664         names.
665
666 2014-12-16  Allan McRae  <allan@archlinux.org>
667
668         * stdio-common/Makefile (tests): Re-add bug26.
669
670 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
671
672         [BZ #17657]
673         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
674         static array.
675
676 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
677
678         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
679         (__lll_lock_wait): Likewise.
680         (__lll_timedlock_wait): Likewise.
681         (__lll_timedwait_tid): Likewise.
682         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
683         (__lll_robust_timedlock_wait): Likewise.
684         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
685         (lll_cond_trylock): Likewise.
686         (__lll_lock): Likewise.
687         (__lll_robust_lock): Likewise.
688         (__lll_cond_lock): Likewise.
689         (lll_robust_cond_lock): Likewise.
690         (__lll_timedlock): Likewise.
691         (__lll_robust_timedlock): Likewise.
692         (__lll_unlock): Likewise.
693         (__lll_robust_unlock): Likewise.
694         (lll_wait_tid): Likewise.
695         (lll_timedwait_tid): Likewise.
696
697 2014-12-15  Torvald Riegel  <triegel@redhat.com>
698
699         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
700
701 2014-12-15  Torvald Riegel  <triegel@redhat.com>
702
703         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
704
705 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
706
707         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
708         * stdio-common/tst-sprintf.c: Likewise.
709
710 2014-12-15  Torvald Riegel  <triegel@redhat.com>
711
712         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
713
714 2014-12-15  Jeff Law  <law@redhat.com>
715
716         [BZ #16617]
717         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
718         on the heap.  (CVE-2012-3406)
719         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
720         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
721         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
722
723 2014-12-15  Will Newton  <will.newton@linaro.org>
724
725         * manual/install.texi: Bump required version of texinfo
726         to 4.7 from 4.5.
727         * INSTALL: Regenerated.
728         * configure.ac: Check for makeinfo version 4.7 and above.
729         * configure: Regenerated.
730
731 2014-12-12  Roland McGrath  <roland@hack.frob.com>
732
733         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
734         PREFIX, string constant to insert between directory and name.
735         * sysdeps/posix/shm_open.c: Update caller.
736         * sysdeps/posix/shm_unlink.c: Likewise.
737         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
738         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
739         (SEM_SHM_PREFIX): New macro.
740         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
741         [$(have-thread-library) = no].
742         * nptl/Makefile (libpthread-routines): Add shm-directory.
743         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
744         * sysdeps/nptl/shm-directory.h: New file.
745         * sysdeps/posix/shm-directory.c
746         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
747         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
748         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
749         INTERNAL_SYSCALL.
750         (__where_is_shmfs): Function removed.
751         (mountpoint, defaultmount, defaultdir, __namedsem_once):
752         Variables removed.
753         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
754         Use SHM_GET_NAME.
755         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
756
757         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
758         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
759         unconditional for use inside libpthread.
760         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
761
762 2014-12-12  Roland McGrath  <roland@hack.frob.com>
763
764         * nptl/pthread_getaffinity.c: New file.
765         * nptl/pthread_setaffinity.c: New file.
766         * nptl/pthread_getname.c: New file.
767         * nptl/pthread_setname.c: New file.
768
769         * nptl/pthread_create.c (START_THREAD_DEFN)
770         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
771
772 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
773             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
774
775         * resolv/res_send.c (send_vc): Disable warning resplen may
776         be used uninitialized.
777
778 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
779
780         * nptl/tst-mutex6.c
781         (ATTR_NULL): New define checks ATTR against NULL.
782         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
783         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
784
785 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
786
787         [BZ #17581]
788         * malloc/hooks.c
789         (mem2mem_check): Revert my previous change.
790         (malloc_check_get_size): Revert my previous change.
791         (mem2chunk_check): Revert my previous change.
792
793 2014-12-11  Roland McGrath  <roland@hack.frob.com>
794
795         * sysdeps/posix/shm-directory.c: New file.
796         * sysdeps/posix/shm-directory.h: New file.
797         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
798         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
799         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
800         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
801         Transmute EPERM to EACCES.
802         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
803         from ...
804         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
805         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
806
807 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
808
809         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
810         pointer and cast to uintptr_t.
811         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
812         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
813         Add cast to avoid warning.
814         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
815
816 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
817
818         * nptl/semaphore.h: Move to ...
819         * sysdeps/pthread/semaphore.h: ... here.
820         * Makefile (installed-headers): Change nptl/semaphore.h to
821         sysdeps/pthread/semaphore.h.
822
823 2014-12-11  Roland McGrath  <roland@hack.frob.com>
824
825         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
826         generated error format strings.
827
828         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
829         -Wformat-extra-args warnings for scanf formats.
830         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
831         test of zero-length format (duh).
832         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
833         corner-case scanf format test.
834         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
835         generated fprintf format string.
836         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
837         corner-case sprintf format tests.
838         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
839         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
840         -Wformat-extra-args warnings throughout.
841         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
842         (CFLAGS-scanf4.c): Likewise.
843         (CFLAGS-scanf7.c): Likewise.
844         (CFLAGS-tst-sprintf.c): Likewise.
845         (CFLAGS-tst-printf.c): Likewise.
846         (CFLAGS-tst-printfsz.c): Likewise.
847
848 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
849
850         * include/cpio.h: New file.
851         * include/fmtmsg.h: Likewise.
852
853         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
854         corresponding format argument to size_t.
855         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
856         arguments.
857         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
858         corresponding format argument to size_t.
859         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
860         arguments.
861         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
862         corresponding format argument to size_t.
863         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
864         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
865         (CFLAGS-tst-mbswcs2.c): Likewise.
866         (CFLAGS-tst-mbswcs3.c): Likewise.
867         (CFLAGS-tst-mbswcs4.c): Likewise.
868         (CFLAGS-tst-mbswcs5.c): Likewise.
869         (CFLAGS-tst-trans.c): Likewise
870
871 2014-12-11  Roland McGrath  <roland@hack.frob.com>
872
873         * posix/regexbug1.c (main): Use "%s" format with regerror results,
874         rather than assuming they won't contain any '%'s.
875
876 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
877
878         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
879         inhibit_loop_to_libcall to avoid recursive calls.
880         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
881         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
882
883 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
884
885         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
886         prototype.
887
888 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
889
890         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
891         integer value instead of boolean.
892
893 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
894
895         * malloc/malloc.c: Fix powerof2 check.
896
897 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
898
899         * locale/programs/locfile.h (maybe_swap_uint32):
900         Remove inline and add unused attribute.
901
902 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
903
904         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
905         Truncating assembler expression to a .long expression.
906
907 2014-12-11  Andreas Schwab  <schwab@suse.de>
908
909         * elf/rtld.c (struct map_args): Constify str member.
910         (do_preload): Constify fname argument.
911
912 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
913
914         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
915         constants definition.
916
917 2014-12-11  Andreas Schwab  <schwab@suse.de>
918
919         [BZ #16657]
920         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
921         FORCE_ELISION instead of DO_ELISION.
922         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
923         Remove.
924         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
925         Likewise.
926
927         * iconvdata/gconv-modules: Remove duplicate entry.
928
929 2014-12-11  Will Newton  <will.newton@linaro.org>
930
931         Merge gettext 0.19.3 into intl/.
932
933         This involves a number of cosmetic changes to comments
934         and ANSI function definitions and prototypes throughout
935         all the files. The gettext copyright header is used but
936         with the date ranges taken from the glibc copy.
937
938         * NEWS: Add gettext merge to 2.21.
939         * intl/bindtextdom.c: Switch to gettext copyright.
940         Use ANSI definitions and prototypes.
941         Use gl_* locking primitives rather than __libc_* ones.
942         Use __builtin_expect rather than __glibc_likely/unlikely.
943         * intl/dcgettext.c: Switch to gettext copyright.
944         Use ANSI definitions and prototypes.
945         * intl/dcigettext.c: Switch to gettext copyright.
946         Use ANSI definitions and prototypes.
947         (INTDIV0_RAISES_SIGFPE): New define.
948         Use gl_* locking primitives rather than __libc_* ones.
949         Include eval-plural.h instead of plural-eval.c.
950         Use __builtin_expect rather than __glibc_likely/unlikely.
951         * intl/dcngettext.c: Switch to gettext copyright.
952         Use ANSI definitions and prototypes.
953         * intl/dgettext.c: Likewise.
954         * intl/dngettext.c: Likewise.
955         * intl/plural-eval.c: Renamed to...
956         * intl/eval-plural.h: ...this.
957         * intl/explodename.c: Switch to gettext copyright.
958         Use ANSI definitions and prototypes.
959         (_nl_explode_name): Use strchr instead of __rawmemchr.
960         * intl/finddomain.c: Switch to gettext copyright.
961         Use ANSI definitions and prototypes.
962         Use gl_* locking primitives rather than __libc_* ones.
963         (_nl_find_domain): Use malloc rather than alloca for
964         allocation of temporary locale name.
965         * intl/gettext.c: Switch to gettext copyright.
966         Use ANSI definitions and prototypes.
967         * intl/gettextP.h: Switch to gettext copyright.
968         Use ANSI definitions and prototypes.
969         Use gl_* locking primitives rather than __libc_* ones.
970         * intl/gmo.h: Switch to gettext copyright.
971         (struct sysdep_string): Move struct segment_pair outside of
972         struct definition.
973         * intl/hash-string.c: Use ANSI definitions and prototypes.
974         * intl/hash-string.h: Switch to gettext copyright.
975         Use ANSI definitions and prototypes.
976         * intl/l10nflist.c: Switch to gettext copyright.
977         Use ANSI definitions and prototypes.
978         (_nl_normalize_codeset): Avoid integer overflow.
979         * intl/loadinfo.h: Switch to gettext copyright.
980         Use ANSI definitions and prototypes.
981         (LIBINTL_DLL_EXPORTED): New define.
982         (PATH_SEPARATOR): New define.
983         * intl/loadmsgcat.c: Switch to gettext copyright.
984         * intl/localealias.c: Switch to gettext copyright.
985         Use ANSI definitions and prototypes.
986         (_nl_expand_alias): Use PATH_SEPARATOR.
987         * intl/ngettext.c: Switch to gettext copyright.
988         Use ANSI definitions and prototypes.
989         * intl/plural-exp.c: Likewise.
990         * intl/plural-exp.h: Switch to gettext copyright.
991         Use ANSI definitions and prototypes.
992         (struct expression): Move definition of enum operator outside
993         of struct definition.
994         * intl/plural.c: Regenerate.
995         * intl/plural.y: Switch to gettext copyright.
996         Use ANSI definitions and prototypes.
997         Port to bison 3.0.
998         * intl/textdomain.c: Switch to gettext copyright.
999         Use ANSI definitions and prototypes.
1000         Use gl_* locking primitives rather than __libc_* ones.
1001
1002 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
1003
1004         * debug/warning-nop.c: Add used atrribute.
1005
1006 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1007
1008         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
1009
1010         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
1011         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
1012         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
1013
1014 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1015             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1016
1017         [BZ #17634]
1018         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
1019         Undefine after defining function.  Define as weak alias of
1020         __wcschr.  Use libc_hidden_weak.
1021         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
1022         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
1023         (libc_hidden_def): Also define __GI___wcschr alias.
1024         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
1025         __wcschr and define as weak alias of __wcschr.
1026         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
1027         __wcschr.
1028         [!WCSCHR] (DEFAULT_WCSCHR): Define.
1029         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
1030         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
1031         libc_hidden_weak.  Do not use libc_hidden_def.
1032         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
1033         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
1034         __GI___wcschr alias.
1035         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
1036         [IS_IN (libc)] (wcschr): Define as macro expanding to
1037         __redirect_wcschr.
1038         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
1039         [IS_IN (libc)] (__wcschr_power6): Likewise.
1040         [IS_IN (libc)] (__wcschr_power7): Likewise.
1041         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
1042         instead of wcschr.
1043         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
1044         __libc_wcschr.
1045         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
1046         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
1047         __wcschr and define as weak alias of __wcschr.  Use
1048         libc_hidden_builtin_def.
1049         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
1050         as weak alias of __wcschr.  Use libc_hidden_weak.
1051         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
1052         wcschr.
1053         * time/era.c (_nl_init_era_entries): Likewise.
1054         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
1055         variable.
1056         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1057         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1058
1059 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1060
1061         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
1062         format for long int variable.
1063
1064 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
1065
1066         [BZ #10672]
1067         * manual/search.texi: (Array Sort Function): Remove claim how to make
1068         qsort stable.
1069
1070 2014-12-10  Andreas Schwab  <schwab@suse.de>
1071
1072         [BZ #12847]
1073         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
1074         user-controlled locks.
1075
1076 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
1077
1078         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
1079         register.
1080
1081 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1082
1083         * configure.ac (--disable-werror): New configure option.
1084         (enable_werror): New AC_SUBST.
1085         * configure: Regenerated.
1086         * config.make.in (enable-werror): New variable.
1087         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
1088         -Wno-error=undef.
1089         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
1090         * manual/install.texi (Configuring and compiling): Document
1091         --disable-werror.
1092         * INSTALL: Regenerated.
1093         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
1094         (CFLAGS-tst-chk2.c): Likewise.
1095         (CFLAGS-tst-chk3.c): Likewise.
1096         (CFLAGS-tst-chk4.cc): Likewise.
1097         (CFLAGS-tst-chk5.cc): Likewise.
1098         (CFLAGS-tst-chk6.cc): Likewise.
1099         (CFLAGS-tst-lfschk1.c): Likewise.
1100         (CFLAGS-tst-lfschk2.c): Likewise.
1101         (CFLAGS-tst-lfschk3.c): Likewise.
1102         (CFLAGS-tst-lfschk4.cc): Likewise.
1103         (CFLAGS-tst-lfschk5.cc): Likewise.
1104         (CFLAGS-tst-lfschk6.cc): Likewise.
1105
1106         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
1107         (main): Disable -Wdeprecated-declarations around calls to
1108         register_printf_function.
1109
1110         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
1111         (do_test): Disable -Wdiv-by-zero around some calls to
1112         fwrite_unlocked and fread_unlocked.
1113
1114         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
1115         (DIAG_POP_NEEDS_COMMENT): Likewise.
1116         (_DIAG_STR1): Likewise.
1117         (_DIAG_STR): Likewise.
1118         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
1119         * stdio-common/bug21.c: Include <libc-internal.h>.
1120         (do_test): Disable -Wformat around call to sscanf.
1121         * stdio-common/scanf14.c: Include <libc-internal.h>.
1122         (main): Disable -Wformat around some calls to scanf functions.
1123
1124 2014-12-09  Torvald Riegel  <triegel@redhat.com>
1125
1126         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
1127
1128 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1129
1130         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
1131         stack variable alignment.
1132
1133 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
1134
1135         [BZ #17682]
1136         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
1137         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
1138         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
1139         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
1140         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
1141         __getrlimit instead of getrlimit.
1142         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
1143         __gettimeofday instead of gettimeofday.
1144         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
1145         Likewise.
1146         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
1147         Likewise.
1148         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
1149         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
1150         Remove variable.
1151         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1152         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1153
1154 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1155
1156         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
1157         for wide-character tests.
1158
1159 2014-12-04  Roland McGrath  <roland@hack.frob.com>
1160
1161         * io/openat64.c: #include <libc-internal.h>
1162         (__openat64): Prototypify.  Use ignore_value on MODE.
1163         * io/openat.c: Likewise.
1164         * misc/reboot.c: #include <libc-internal.h>
1165         (reboot): Prototypify.  Use ignore_value on HOWTO.
1166         * misc/ptrace.c: #include <libc-internal.h>
1167         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
1168
1169 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
1170
1171         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
1172         XPG4, UNIX98 and XOPEN2K.
1173         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
1174         Remove variable.
1175         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1176
1177 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1178
1179         * libio/fileops.c: Use ISO C style for function definitions.
1180         * libio/iofopen.c: Likewise.
1181         * libio/wfileops.c: Likewise.
1182
1183         [BZ #17653]
1184         * libio/fileops.c (_IO_new_file_underflow): Unset cached
1185         offset on EOF.
1186         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
1187         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
1188         (fgets_func): Function pointer to fgets and fgetws.
1189         (do_ftell_test): Add test to verify ftell value after read
1190         EOF.
1191         (do_test): Set fgets_func.
1192
1193         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
1194         O_TRUNC flag for w and w+ modes.
1195         (do_rewind_test): Likewise.
1196         (do_ftell_test): Likewise.
1197         (do_write_test): Likewise.
1198
1199         [BZ #17647]
1200         * libio/fileops.c (do_ftell): Seek only when there are
1201         unflushed writes.
1202         * libio/wfileops.c (do_ftell_wide): Likewise.
1203         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
1204         test case.
1205         (do_one_test): Call it.
1206
1207 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
1208
1209         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
1210         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
1211         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
1212         Remove variable.
1213         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1214         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1215         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1216
1217 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1218
1219         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
1220         Remove variable.
1221         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1222
1223         [BZ #17668]
1224         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1225         as weak alias of __getifaddrs.  Use libc_hidden_weak.
1226         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1227         __freeifaddrs.  Use libc_hidden_weak.
1228         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1229         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
1230         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1231         __freeifaddrs.  Use libc_hidden_weak.
1232         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1233         __getifaddrs and define as weak alias of __getifaddrs.  Use
1234         libc_hidden_weak.
1235         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1236         __freeifaddrs.  Use libc_hidden_weak.
1237         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1238         Remove variable.
1239         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1240         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1241
1242 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
1243
1244         [BZ #17601]
1245         * sysdeps/mips/start.S (__start): Use indirect jump to call
1246         __libc_start_main.
1247
1248 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1249
1250         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1251
1252         * nptl/tst-mutex1.c: Include <stdbool.h>.
1253         [!ATTR] (ATTR_NULL): New macro.
1254         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1255         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1256         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1257
1258         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1259         to char *.
1260
1261         [BZ #17665]
1262         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1263         Change conditional to [__USE_MISC].
1264
1265         [BZ #17664]
1266         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1267         fgets_unlocked.
1268         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1269         __fgets_unlocked.
1270         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1271         fgets_unlocked.
1272         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1273         Remove variable.
1274         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1275         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1276         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1277         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1278         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1279         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1280         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1281         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1282         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1283
1284         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1285
1286 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1287
1288         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1289         Remove strpbrk objects.
1290         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1291         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1292         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1293         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1294         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1295         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1296
1297         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1298         Remove strcspn objects.
1299         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1300         (__libc_ifunc_impl_list): Remove strcspn implementation.
1301         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1302         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1303         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1304         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1305
1306         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1307         Remove strspn objetcs.
1308         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1309         (__libc_ifunc_impl_list): Remove strspn implementation.
1310         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1311         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1312         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1313         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1314
1315 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1316
1317         [BZ #17581]
1318         * malloc/hooks.c
1319         (mem2mem_check): Add a terminator to the chain of checking blocks.
1320         (malloc_check_get_size): Use it here.
1321         (mem2chunk_check): Ditto.
1322
1323 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1324
1325         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1326         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1327
1328 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1329
1330         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1331
1332         * nptl/nptl-init.c: Include libc-internal.h.
1333         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1334
1335         * elf/ldconfig.c (search_dir): Expand comment.
1336
1337 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1338
1339         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1340         variable.
1341         (linknamespace-symlist-stdlibs-tests): Likewise.
1342         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1343         instead of $(objpfx)symlist-stdlibs.
1344         (linknamespace-libs-isoc): New variable.
1345         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1346         (linknamespace-libs-ISO): New variable.
1347         (linknamespace-libs-ISO99): Likewise.
1348         (linknamespace-libs-ISO11): Likewise.
1349         (linknamespace-libs-XPG3): Likewise.
1350         (linknamespace-libs-XPG4): Likewise.
1351         (linknamespace-libs-POSIX): Likewise.
1352         (linknamespace-libs-UNIX98): Likewise.
1353         (linknamespace-libs-XOPEN2K): Likewise.
1354         (linknamespace-libs-POSIX2008): Likewise.
1355         (linknamespace-libs-XOPEN2K8): Likewise.
1356         ($(objpfx)symlist-stdlibs): Replace by
1357         $(linknamespace-symlist-stdlibs-tests).  Use
1358         $(linknamespace-libs-$*) as set of libraries.
1359         ($(linknamespace-header-tests)): Update dependencies.  Use
1360         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1361         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1362         * conform/linknamespace.pl: Remove comment about considering
1363         definitions of symbols from irrelevant libraries.
1364
1365 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1366
1367         [BZ #13862]
1368         * elf/dl-tls.c: Include <atomic.h>.
1369         (oom): Remove #ifdef SHARED/#endif.
1370         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1371         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1372         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1373         big enough.
1374         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1375         * nptl/Makefile (tests): Add tst-stack4.
1376         (modules-names): Add tst-stack4mod.
1377         ($(objpfx)tst-stack4): New.
1378         (tst-stack4mod.sos): Likewise.
1379         ($(objpfx)tst-stack4.out): Likewise.
1380         ($(tst-stack4mod.sos)): Likewise.
1381         (clean): Likewise.
1382         * nptl/tst-stack4.c: New file.
1383         * nptl/tst-stack4mod.c: Likewise.
1384
1385 2014-11-27  J. Brown  <jb999@gmx.de>
1386
1387         * sysdeps/x86/bits/string.h: Add recent CPUs.
1388
1389 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1390
1391         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1392         sigblock.
1393
1394         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1395         feof.
1396
1397         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1398         variable.
1399
1400 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1401
1402         * nscd/connections.c: Include libc-internal.h because of macro
1403         usage ignore_value.
1404
1405 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1406
1407         * string/bits/string3.h (__warn_memset_zero_len): Don't
1408         declare for gcc newer than 5.0.
1409         (memset): Don't test for zero-length __LEN for gcc newer than
1410         5.0.
1411
1412 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1413
1414         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1415         size_t for %zu format.
1416
1417         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1418         difference, not %ju.
1419
1420 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1421
1422         * include/libc-internal.h (ignore_value): New macro.
1423         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1424         with ignore_value.
1425
1426         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1427         definition.
1428
1429         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1430         pthread_cleanup_push to void *.
1431
1432         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1433         Undefine.
1434
1435         [BZ #16619]
1436         [BZ #16740]
1437         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1438         instead of 1L << 52.
1439
1440         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1441         * libio/bug-rewind2.c (do_test): Likewise.
1442
1443         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1444         * debug/test-strcpy_chk-ifunc.c: Likewise.
1445         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1446         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1447         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1448         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1449         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1450         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1451         * Rules [$(multi-arch) = no] (tests): Do not filter out
1452         $(tests-ifunc).
1453         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1454         * debug/Makefile (tests-ifunc): Remove variable.
1455         (tests): Do not add $(tests-ifunc).
1456         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1457         (tests): Do not add $(tests-ifunc).
1458         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1459         [TEST_IFUNC]: Remove conditionals.
1460         * string/test-string.h (TEST_IFUNC): Remove macro.
1461         [TEST_IFUNC]: Remove conditionals.
1462
1463         * string/test-strchr.c [!WIDE] (L): New macro.
1464         [WIDE] (L): Likewise.
1465         (check1): Use CHAR instead of char.  Use L on string and character
1466         constants.
1467
1468 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1469
1470         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1471         tests.
1472         * sysdeps/powerpc/bits/atomic.h
1473         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1474         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1475         (atomic_exchange_and_add_acq): Likewise.
1476         (atomic_exchange_and_add_rel): Likewise.
1477         * sysdeps/powerpc/powerpc32/bits/atomic.h
1478         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1479         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1480         * sysdeps/powerpc/powerpc64/bits/atomic.h
1481         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1482         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1483
1484 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1485
1486         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1487         Change synchronization of __sched_fifo_min_prio and
1488         __sched_fifo_max_prio.
1489         * nptl/pthread_mutexattr_getprioceiling.c
1490         (pthread_mutexattr_getprioceiling): Likewise.
1491         * nptl/pthread_mutexattr_setprioceiling.c
1492         (pthread_mutexattr_setprioceiling): Likewise.
1493         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1494         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1495         Likewise.
1496
1497 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1498
1499         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1500         void.
1501
1502 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1503
1504         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1505         third argument const.
1506
1507 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1508
1509         fnmatch: work around GCC compiler warning bug with uninit var
1510         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1511         This works around a bug with x86-64 GCC 4.9.2 and earlier
1512         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1513         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1514         used uninitialized in this function [-Wmaybe-uninitialized]".
1515
1516 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1517
1518         * posix/bug-regex31.c (main): Return RES not 0.
1519
1520 2014-11-25  Anton Blanchard <anton@samba.org>
1521
1522         * sysdeps/powerpc/bits/atomic.h
1523         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1524
1525 2014-11-24  Sterling Augustine  <saugustine@google.com>
1526
1527         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1528
1529 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1530
1531         [BZ #17608]
1532         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1533
1534 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1535
1536         [BZ #17633]
1537         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1538         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1539         variable.
1540         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1541         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1542
1543 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1544
1545         * string/strncpy.c (strncpy): Improve performance by using memset.
1546
1547 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1548
1549         * string/strcpy.c (strcpy):
1550         Improve performance by using strlen and memcpy.
1551
1552 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1553
1554         * string/strcoll_l.c (get_next_seq): __always_inline.
1555         * string/strcoll_l.c (do_compare): __always_inline.
1556
1557 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1558
1559         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1560         defined.
1561         * include/mqueue.h: Likewise.
1562         * include/stdlib.h: Likewise.
1563
1564         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1565         (get_null_defines): Adjust.
1566         * sunrpc/Makefile: Adjust comment.
1567         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1568         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1569         (CFLAGS-interp.c): Likewise.
1570         (CFLAGS-ldconfig.c): Likewise.
1571         (CPPFLAGS-.os): Likewise.
1572         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1573         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1574         * extra-modules.mk (extra-modules.mk): Likewise.
1575         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1576         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1577         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1578         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1579         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1580         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1581         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1582         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1583         * iconvdata/Makefile (CPPFLAGS): Likewise.
1584         (cpp-srcs-left): Add libof for all iconvdata routines.
1585         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1586         * include/assert.h: Likewise.
1587         * include/ctype.h: Likewise.
1588         * include/errno.h: Likewise.
1589         * include/libc-symbols.h: Likewise.
1590         * include/math.h: Likewise.
1591         * include/netdb.h: Likewise.
1592         * include/resolv.h: Likewise.
1593         * include/stdio.h: Likewise.
1594         * include/stdlib.h: Likewise.
1595         * include/string.h: Likewise.
1596         * include/sys/stat.h: Likewise.
1597         * include/wctype.h: Likewise.
1598         * intl/l10nflist.c: Likewise.
1599         * libidn/idn-stub.c: Likewise.
1600         * libio/libioP.h: Likewise.
1601         * nptl/libc_multiple_threads.c: Likewise.
1602         * nptl/pthreadP.h: Likewise.
1603         * posix/regex_internal.h: Likewise.
1604         * resolv/res_hconf.c: Likewise.
1605         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1606         * sysdeps/arm/memmove.S: Likewise.
1607         * sysdeps/arm/sysdep.h: Likewise.
1608         * sysdeps/generic/_itoa.h: Likewise.
1609         * sysdeps/generic/symbol-hacks.h: Likewise.
1610         * sysdeps/gnu/errlist.awk: Likewise.
1611         * sysdeps/gnu/errlist.c: Likewise.
1612         * sysdeps/i386/i586/memcpy.S: Likewise.
1613         * sysdeps/i386/i586/memset.S: Likewise.
1614         * sysdeps/i386/i686/memcpy.S: Likewise.
1615         * sysdeps/i386/i686/memmove.S: Likewise.
1616         * sysdeps/i386/i686/mempcpy.S: Likewise.
1617         * sysdeps/i386/i686/memset.S: Likewise.
1618         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1619         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1620         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1621         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1622         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1623         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1624         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1625         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1626         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1627         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1628         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1629         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1630         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1631         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1632         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1633         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1634         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1635         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1636         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1637         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1638         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1639         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1640         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1641         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1642         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1643         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1644         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1645         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1646         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1647         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1648         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1649         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1650         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1651         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1652         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1653         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1654         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1655         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1656         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1657         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1658         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1659         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1660         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1661         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1662         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1663         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1664         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1665         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1666         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1667         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1668         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1669         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1670         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1671         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1672         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1673         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1674         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1675         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1676         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1677         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1678         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1679         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1680         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1681         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1682         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1683         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1684         * sysdeps/posix/closedir.c: Likewise.
1685         * sysdeps/posix/opendir.c: Likewise.
1686         * sysdeps/posix/readdir.c: Likewise.
1687         * sysdeps/posix/rewinddir.c: Likewise.
1688         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1689         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1690         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1691         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1692         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1693         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1694         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1695         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1696         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1697         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1698         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1699         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1700         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1701         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1702         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1703         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1704         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1705         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1706         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1707         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1708         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1709         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1710         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1711         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1712         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1713         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1714         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1715         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1716         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1717         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1718         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1719         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1720         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1721         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1722         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1723         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1724         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1725         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1726         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1727         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1728         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1729         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1730         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1731         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1732         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1733         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1734         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1735         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1736         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1737         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1738         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1739         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1740         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1741         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1742         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1743         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1744         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1745         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1746         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1747         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1748         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1749         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1750         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1751         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1752         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1753         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1754         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1755         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1756         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1757         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1758         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1759         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1760         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1761         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1762         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1763         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1764         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1765         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1766         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1767         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1768         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1769         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1770         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1771         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1772         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1773         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1774         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1775         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1776         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1777         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1778         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1779         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1780         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1781         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1782         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1783         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1784         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1785         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1786         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1787         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1788         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1789         * sysdeps/unix/alpha/sysdep.S: Likewise.
1790         * sysdeps/unix/alpha/sysdep.h: Likewise.
1791         * sysdeps/unix/make-syscalls.sh: Likewise.
1792         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1793         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1794         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1795         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1796         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1797         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1798         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1799         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1800         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1801         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1802         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1803         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1804         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1805         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1806         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1807         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1808         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1809         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1810         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1811         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1812         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1813         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1814         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1815         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1816         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1817         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1818         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1821         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1822         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1823         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1824         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1825         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1826         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1827         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1828         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1829         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1830         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1831         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1832         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1833         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1834         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1835         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1836         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1837         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1838         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1839         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1840         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1841         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1842         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1843         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1844         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1845         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1846         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1847         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1848         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1849         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1850         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1851         * sysdeps/x86_64/memcpy.S: Likewise.
1852         * sysdeps/x86_64/memmove.c: Likewise.
1853         * sysdeps/x86_64/memset.S: Likewise.
1854         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1855         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1856         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1857         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1858         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1859         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1860         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1861         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1862         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1863         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1864         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1865         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1866         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1867         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1868         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1869         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1870         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1871         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1872         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1873         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1874         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1875         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1876         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1877         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1878         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1879         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1880         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1881         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1882         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1883         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1884         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1885         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1886         * sysdeps/x86_64/strcmp.S: Likewise.
1887
1888         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1889
1890         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1891         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1892         * elf/rtld-Rules: Likewise.
1893         * elf/setup-vdso.h: Likewise.
1894         * include/assert.h: Likewise.
1895         * include/bits/stdlib-float.h: Likewise.
1896         * include/errno.h: Likewise.
1897         * include/sys/stat.h: Likewise.
1898         * include/unistd.h: Likewise.
1899         * sysdeps/aarch64/setjmp.S: Likewise.
1900         * sysdeps/alpha/setjmp.S: Likewise.
1901         * sysdeps/arm/__longjmp.S: Likewise.
1902         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1903         * sysdeps/arm/setjmp.S: Likewise.
1904         * sysdeps/arm/sysdep.h: Likewise.
1905         * sysdeps/generic/_itoa.h: Likewise.
1906         * sysdeps/generic/dl-sysdep.h: Likewise.
1907         * sysdeps/generic/ldsodefs.h: Likewise.
1908         * sysdeps/i386/dl-tls.h: Likewise.
1909         * sysdeps/i386/setjmp.S: Likewise.
1910         * sysdeps/m68k/setjmp.c: Likewise.
1911         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1912         * sysdeps/mach/hurd/opendir.c: Likewise.
1913         * sysdeps/posix/getcwd.c: Likewise.
1914         * sysdeps/posix/opendir.c: Likewise.
1915         * sysdeps/posix/profil.c: Likewise.
1916         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1917         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1918         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1919         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1920         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1921         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1922         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1923         * sysdeps/s390/dl-tls.h: Likewise.
1924         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1925         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1926         * sysdeps/sh/sh3/setjmp.S: Likewise.
1927         * sysdeps/sh/sh4/setjmp.S: Likewise.
1928         * sysdeps/unix/alpha/sysdep.h: Likewise.
1929         * sysdeps/unix/arm/sysdep.S: Likewise.
1930         * sysdeps/unix/i386/sysdep.S: Likewise.
1931         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1932         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1933         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1934         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1935         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1936         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1937         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1938         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1939         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1940         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1941         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1942         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1943         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1946         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1947         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1948         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1949         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1950         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1951         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1952         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1953         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1954         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1955         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1956         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1957         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1958         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1959         * sysdeps/x86_64/setjmp.S: Likewise.
1960
1961         * include/math.h: Use IS_IN instead of IS_IN_libm.
1962         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1963         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1964         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1965         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1966         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1967         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1968         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1969         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1970         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1971         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1972         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1973         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1974         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1975         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1976         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1977         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1978         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1979         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1980         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1981         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1982         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1983         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1984         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1985         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1986         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1987         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1988         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1989         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1990         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1991         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1992         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1993         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1994         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1996         Likewise.
1997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1998         Likewise.
1999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
2000         Likewise.
2001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
2002         Likewise.
2003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
2004         Likewise.
2005         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
2006         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
2007         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
2008         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
2009         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
2010         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
2011         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
2012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
2013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
2014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
2015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
2016         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
2017         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
2018         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
2019         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
2020         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
2021         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
2022         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
2023         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
2024         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
2025         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
2026         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
2027         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
2028         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
2029         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
2030         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
2031         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
2032
2033         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
2034         * nptl/pthreadP.h: Likewise.
2035         * nptl_db/structs.def: Likewise.
2036         * sysdeps/arm/sysdep.h: Likewise.
2037         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2038         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2039         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
2040         * sysdeps/unix/alpha/sysdep.h: Likewise.
2041         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2042         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2043         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2044         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2045         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2046         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2047         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2048         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2049         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2050         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2051         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2052         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2053         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2054         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
2056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
2057         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2058         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2059         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2060         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2061         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2062         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2063         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2064         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2065         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
2066         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2067
2068         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
2069         * nptl/pthreadP.h: Likewise.
2070         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2071         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2072         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2073         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2074         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2075         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2076         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2077         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2078         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2079         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2080         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2081         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
2083         Likewise.
2084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
2085         Likewise.
2086         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2087         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2088         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2089         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2090         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2091         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2092         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2093         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2094
2095         * dlfcn/dladdr.c: Use IS_IN.
2096         * dlfcn/dladdr1.c: Likewise.
2097         * dlfcn/dlclose.c: Likewise.
2098         * dlfcn/dlerror.c: Likewise.
2099         * dlfcn/dlinfo.c: Likewise.
2100         * dlfcn/dlmopen.c: Likewise.
2101         * dlfcn/dlopen.c: Likewise.
2102         * dlfcn/dlsym.c: Likewise.
2103         * dlfcn/dlvsym.c: Likewise.
2104
2105         * include/ifaddrs.h: Use IS_IN.
2106         * inet/check_pf.c: Likewise.
2107         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2108         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
2109
2110         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
2111         IS_IN_ldconfig.
2112         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
2113         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
2114
2115         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
2116         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
2117         IS_IN (libc).
2118
2119         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
2120
2121         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
2122         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2123         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2124         * include/libc-symbols.h (IS_IN_LIB): New macro.
2125         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
2126         * include/netdb.h: Likewise.
2127         * include/stap-probe.h: Remove all uses of IN_LIB.
2128
2129         * Makeconfig (module-cppflags-real): Define MODULE_NAME
2130         instead of IN_MODULE.
2131         * include/libc-symbols.h (IN_MODULE): Define using
2132         MODULE_NAME.
2133         (PASTE_NAME, PASTE_NAME1): New macros.
2134         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
2135         of IN_LIB.
2136         (STAP_PROBE_ASM): Likewise.
2137
2138 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2139
2140         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
2141         __mach_init in dlopened libc.
2142
2143 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
2144
2145         * sysdeps/arm/preconfigure.ac: Delete EABI check.
2146         * sysdeps/arm/preconfigure: Regenerate.
2147
2148 2014-11-21  Roland McGrath  <roland@hack.frob.com>
2149
2150         * nptl/pthread_create.c (__pthread_create_2_1): Set
2151         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
2152         when copying values from IATTR into PD.
2153
2154 2014-11-21  Will Newton  <will.newton@linaro.org>
2155             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
2156
2157         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
2158         Refactor inline-asm.  Also add comment.
2159
2160         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
2161         ElfW macro instead of hardcoded Elf64 types.
2162         (la_aarch64_gnu_pltenter): Likewise.
2163         * sysdeps/aarch64/dl-machine.h
2164         (elf_machine_runtime_setup): Use ElfW(Addr).
2165
2166         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
2167         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
2168         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
2169         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
2170         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
2171         (R_AARCH64_TLS_DTPMOD64): Rename to ..
2172         (R_AARCH64_TLS_DTPMOD): This.
2173         (R_AARCH64_TLS_DTPREL64): Rename to ...
2174         (R_AARCH64_TLS_DTPREL): This.
2175         (R_AARCH64_TLS_TPREL64): Rename to ...
2176         (R_AARCH64_TLS_TPREL): This.
2177         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
2178         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
2179         R_AARCH64_TLS_TPREL64.
2180         (elf_machine_rela): Likewise.
2181
2182 2014-11-21  Torvald Riegel  <triegel@redhat.com>
2183
2184         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
2185         by setting it to 0.  64b atomics are not supported currently.
2186
2187 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2188
2189         [BZ #16469]
2190         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
2191         search domain names.
2192
2193 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2194
2195         [BZ #16469]
2196         * NEWS: Update.
2197         * resolv/res_query.c (__libc_res_nquerydomain): Retain
2198         trailing dot.
2199         * posix/tst-getaddrinfo5.c: New.
2200         * posix/Makefile (tests): Add it.
2201
2202 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2203
2204         [BZ #14498]
2205         * NEWS: Fixed.
2206         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
2207         after parsing line but before break_if_match.
2208         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
2209         if there is a protocol mismatch.
2210
2211 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
2212
2213         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
2214         because the potential race is on the user-supplied stream.
2215
2216 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2217
2218         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
2219         string literal if not passed a buffer.
2220         * manual/job.texi (ctermid): Update reasoning, note deviation
2221         from posix, suggest mtasurace when not passed a buffer, for
2222         future non-preliminary safety notes.
2223
2224 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2225
2226         * manual/users.texi (cuserid): Fix MT-Safety note for the case
2227         of not passing it a buffer.
2228         Reported by Peng Haitao.
2229
2230 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2231
2232         * manual/Makefile ($(objpfx)stamp-summary): Require
2233         check-safety.sh to pass.
2234         * manual/check-safety.sh: Wish for verification that every
2235         @deftypefn and @deftypefun is followed by a @safety remark.
2236
2237 2014-11-20  Roland McGrath  <roland@hack.frob.com>
2238
2239         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2240
2241         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2242         PTHREAD_CANCEL_ASYNCHRONOUS.
2243         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2244         send SIGCANCEL.
2245
2246         * nptl/default-sched.h: New file.
2247         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2248         * nptl/pthread_create.c: Include it.
2249         (__pthread_create_2_1): Use collect_default_sched instead of making
2250         Linux syscalls here directly.
2251
2252 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2253
2254         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2255         __pthread_once): Use C11 atomics.
2256
2257 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2258
2259         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2260
2261 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2262
2263         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2264         atomic_thread_fence_acquire, atomic_thread_fence_release,
2265         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2266         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2267         atomic_compare_exchange_weak_relaxed,
2268         atomic_compare_exchange_weak_acquire,
2269         atomic_compare_exchange_weak_release,
2270         atomic_exchange_acquire, atomic_exchange_release,
2271         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2272         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2273         atomic_fetch_and_acquire,
2274         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2275
2276 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2277
2278         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2279         USE_ATOMIC_COMPILER_BUILTINS): Define.
2280         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2281         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2282         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2283         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2284         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2285         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2286         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2287         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2288         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2289         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2290         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2291         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2292         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2293         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2294         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2295         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2296         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2297         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2298         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2299         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2300         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2301         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2302         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2303         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2304         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2305         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2306         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2307         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2308         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2309         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2310         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2311         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2312         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2313         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2314         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2315         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2316         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2317         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2318         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2319         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2320
2321 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2322
2323         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2324         the sched_priority value here.  It was already checked when the user
2325         called pthread_attr_setschedparam.
2326
2327         * nptl/tst-bad-schedattr.c: New file.
2328         * nptl/Makefile (tests): Add it.
2329
2330 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2331             Florian Weimer  <fweimer@redhat.com>
2332             Joseph Myers  <joseph@codesourcery.com>
2333             Adam Conrad  <adconrad@0c3.net>
2334             Andreas Schwab  <schwab@suse.de>
2335             Brooks  <bmoses@google.com>
2336
2337         [BZ #17625]
2338         * wordexp-test.c (__dso_handle): Add prototype.
2339         (__register_atfork): Likewise.
2340         (__app_register_atfork): New function.
2341         (registered_forks): New global.
2342         (register_fork): New function.
2343         (test_case): Add 3 new tests for WRDE_CMDSUB.
2344         (main): Call __app_register_atfork.
2345         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2346         fork count is non-zero fail the test.
2347         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2348         is set.
2349         (parse_dollars): Remove check for WRDE_NOCMD.
2350         (parse_dquote): Likewise.
2351
2352 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2353
2354         * Makeconfig (built-modules): List non-library modules to be
2355         built.
2356         (module-cppflags): Include libc-modules.h for
2357         everything except shlib-versions.v.i.
2358         (CPPFLAGS): Use it.
2359         (before-compile): Add libc-modules.h.
2360         ($(common-objpfx)libc-modules.h,
2361         $(common-objpfx)libc-modules.stmp): New targets.
2362         (common-generated): Add libc-modules.h and libc-modules.stmp.
2363         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2364         * include/libc-symbols.h: Don't include libc-modules.h.
2365         * include/libc-modules.h: Remove file.
2366         * scripts/gen-libc-modules.awk: New script to generate
2367         libc-modules.h.
2368         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2369         Depend on libc-modules.stmp.
2370
2371         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2372
2373         * Makeconfig (in-module): Get value of libof set for the
2374         translation unit.
2375         (CPPFLAGS): Use $(in-module).
2376         * Makerules: Don't suffix routine names for nonlib.
2377         * include/libc-modules.h: New file.
2378         * include/libc-symbols.h: Include libc-modules.h
2379         (IS_IN): New macro to replace IS_IN_* macros.
2380         * elf/Makefile: Set libof-* for each routine.
2381         * elf/rtld-Rules: Likewise.
2382         * extra-modules.mk: Likewise.
2383         * iconv/Makefile: Likewise.
2384         * iconvdata/Makefile: Likewise.
2385         * locale/Makefile: Likewise.
2386         * malloc/Makefile: Likewise.
2387         * nss/Makefile: Likewise.
2388         * sysdeps/gnu/Makefile: Likewise.
2389         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2390         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2391         * sysdeps/s390/s390-64/Makefile: Likewise.
2392         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2393         CPPFLAGS for nscd instead of nonlib.
2394
2395 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2396
2397         * nptl/createthread.c: New file.
2398
2399         * nptl/createthread.c: Moved ...
2400         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2401
2402         * nptl/createthread.c: Add proper top-line comment.
2403         (do_clone): Folded into ...
2404         (create_thread): ... here.  Take new arguments STOPPED_START and
2405         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2406         increment __nptl_threads, do event-reporting logic, do
2407         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2408         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2409         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2410         just send SIGCANCEL.
2411         * nptl/pthread_create.c: Forward-declare create_thread before
2412         including createthread.c.
2413         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2414         declaration, and new macro START_THREAD_SELF to replace argument.
2415         Remove return statement.
2416         (report_thread_creation): New function.
2417         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2418         synchronization logic, and __nptl_nthreads increment here, around
2419         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2420         PD->parent_cancelhandling here, before create_thread.  When
2421         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2422         __deallocate_stack, and ENOMEM translation here.
2423
2424 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2425
2426         [BZ #17616]
2427         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2428         (mptwo): Rename to __mptwo.
2429         (__inv): Use __mptwo instead of mptwo.
2430         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2431         (mptwo): Rename to __mptwo.
2432         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2433         of mpone and __mptwo instead of mptwo.
2434         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2435         instead of mpone.
2436         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2437         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2438         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2439         of mpone and __mptwo instead of mptwo.
2440         (__mpranred): Use __mpone instead of mpone.
2441         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2442         variable.
2443         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2444         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2445         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2446         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2447         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2448         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2449         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2450         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2451         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2452         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2453         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2454         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2455         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2456         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2457         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2458         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2459         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2460         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2461         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2462
2463 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2464
2465         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2466         replace BSD Handler xref with BSD Signal Handling.
2467
2468 2014-11-17  Richard Henderson  <rth@redhat.com>
2469
2470         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2471         (_FP_PACK_RAW_2): Remove.
2472         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2473         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2474         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2475         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2476         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2477         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2478         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2479         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2480         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2481         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2482         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2483         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2484         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2485         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2486         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2487         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2488
2489 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2490
2491         * signal/signal.h [__USE_MISC]
2492         (struct sigvec): Remove type.
2493         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2494         (sigvec): Remove declaration.
2495         * sysdeps/posix/sigvec.c: Moved ...
2496         * signal/sigvec.c: ... here, replacing old file.
2497         (struct sigvec): New type, copied from old signal.h definition.
2498         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2499         (__sigvec): Convert definition to prototype.
2500         (sigvec): Replace weak_alias with compat_symbol.
2501         * signal/Versions (libc: GLIBC_2.21): New version set.
2502         * include/signal.h: Remove __sigvec declaration.
2503         * sysdeps/unix/bsd/sigvec.c: Remove file.
2504         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2505         * manual/signal.texi (BSD Handler): Remove subsection.
2506         Move siginterrupt up to ...
2507         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2508         (Blocking in BSD): Fold subsection into its parent.
2509         * NEWS: Mention sigvec removal.
2510
2511 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2512
2513         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2514         (DLA_FMS): Make definition conditional only on [__FMA4__].
2515         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2516         definition.
2517
2518         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2519         Make definition conditional only on [PROF].
2520         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2521         definition.
2522         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2523         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2524
2525         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2526         !__GNUC__].
2527         * include/signal.h (__sigpause): Move declaration above call to
2528         libc_hidden_proto.
2529         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2530         variable.
2531         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2532         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2533
2534 2014-11-14  David S. Miller  <davem@davemloft.net>
2535
2536         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2537         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2538
2539 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2540
2541         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2542         * configure: Regenerated.
2543         * manual/install.texi (Tools for Compilation): Document a
2544         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2545         compiler verified to work.
2546         * INSTALL: Regenerated.
2547
2548         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2549         redeclare with asm name.
2550         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2551         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2552         including <string.h>.
2553         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2554         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2555         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2556         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2557         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2558         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2559         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2560
2561 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2562
2563         * stdlib/strtol.c (__strtol): Use prototype definition.
2564
2565         [BZ #17594]
2566         * stdlib/strtol.c (SYM__): New macro.
2567         (SYM__1): Likewise.
2568         (__strtol): Likewise.
2569         (strtol): Rename to __strtol and define as weak alias of
2570         __strtol.  Use libc_hidden_weak.
2571
2572 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2573
2574         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2575         Use numbered labels in inline assembly.
2576
2577 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2578
2579         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2580         Add setjmp LIBC_PROBE.
2581         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2582         Likewise.
2583         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2584         Add longjmp, longjmp_target LIBC_PROBE.
2585         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2586         Likewise.
2587
2588 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2589
2590         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2591         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2592         to get rid of unused variable warning.
2593
2594 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2595
2596         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2597         Check for unwind_backtrace ==  NULL only in SHARED case.
2598         (__backchain_backtrace): Compile only in SHARED case.
2599         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2600         Likewise.
2601         (__backchain_backtrace): Declare as static.
2602
2603 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2604
2605         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2606         (__libc_multiple_threads_ptr): Variable moved ...
2607         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2608
2609 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2610
2611         * conform/GlibcConform.pm: New file.
2612         * conform/conformtest.pl: Use GlibcConform module.
2613         * conform/linknamespace.pl: New file.
2614         * conform/list-header-symbols.pl: Likewise.
2615         * conform/Makefile (linknamespace-symlists-base): New variable.
2616         (linknamespace-symlists-tests): Likewise.
2617         (linknamespace-header-base): Likewise.
2618         (linknamespace-header-tests): Likewise.
2619         (tests-special): Add new tests.
2620         ($(linknamespace-symlists-tests)): New rule.
2621         (linknamespace-libs): New variable.
2622         ($(objpfx)symlist-stdlibs): New rule.
2623         ($(linknamespace-header-tests)): Likewise.
2624         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2625         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2626         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2627         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2628         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2629         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2630         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2631         (test-xfail-ISO/math.h/linknamespace): Likewise.
2632         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2633         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2634         (test-xfail-ISO/time.h/linknamespace): Likewise.
2635         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2636         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2637         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2638         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2639         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2640         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2641         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2642         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2643         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2644         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2645         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2646         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2647         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2648         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2649         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2650         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2651         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2652         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2653         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2654         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2655         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2656         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2657         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2658         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2659         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2660         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2661         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2662         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2663         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2664         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2665         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2666         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2667         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2668         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2669         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2670         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2671         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2672         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2673         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2674         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2675         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2676         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2677         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2678         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2679         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2680         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2681         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2682         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2683         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2684         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2685         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2686         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2687         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2688         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2689         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2690         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2691         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2692         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2693         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2694         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2695         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2696         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2697         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2698         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2699         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2700         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2701         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2702         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2703         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2704         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2705         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2706         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2707         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2708         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2709         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2710         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2711         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2712         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2713         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2714         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2715         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2716         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2717         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2718         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2719         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2720         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2721         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2722         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2723         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2724         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2725         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2726         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2727         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2728         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2729         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2730         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2731         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2732         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2733         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2734         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2735         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2736         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2737         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2738         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2739         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2740         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2741         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2742         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2743         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2744         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2745         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2746         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2747         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2748         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2749         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2750         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2751         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2752         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2753         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2754         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2755         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2756         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2757         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2758         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2759         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2760         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2761         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2762         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2763         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2764         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2765         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2766         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2767         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2768         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2769         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2770         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2771         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2772         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2773         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2774         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2775         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2776         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2777         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2778         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2779         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2780         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2781         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2782         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2783         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2784         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2785
2786         [BZ #17589]
2787         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2788         of fgets_unlocked.
2789
2790         [BZ #17585]
2791         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2792         (memmem): Rename to __memmem and define as weak alias of
2793         __memmem.  Use libc_hidden_weak.
2794         (__memmem): Use libc_hidden_def.
2795         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2796         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2797         memmem.
2798
2799         [BZ #17582]
2800         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2801         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2802         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2803         and define as weak alias of __fgets_unlocked.  Use
2804         libc_hidden_weak.
2805         (__fgets_unlocked): Use libc_hidden_def.
2806         * include/stdio.h (__fgets_unlocked): Declare.  Use
2807         libc_hidden_proto.
2808         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2809         __fgets_unlocked instead of fgets_unlocked.
2810         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2811         (GET_NPROCS_CONF_PARSER): Likewise.
2812         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2813         (GET_NPROCS_CONF_PARSER): Likewise.
2814
2815         [BZ #17574]
2816         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2817         weak alias of __wmemset.  Use libc_hidden_weak.
2818         (__wmemset): Use libc_hidden_def.
2819         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2820         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2821         of wmemset.
2822
2823         [BZ #17573]
2824         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2825         with asm name __mempcpy.
2826         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2827
2828         [BZ #17572]
2829         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2830         and define as weak alias of __rawmemchr.
2831         (__rawmemchr): Do not define as strong alias of rawmemchr.
2832
2833         [BZ #17571]
2834         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2835         alias of __qsort_r.
2836         (qsort): Call __qsort_r instead of qsort_r.
2837         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2838         (__qsort_r): Declare.  Call libc_hidden_proto.
2839         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2840         instead of qsort_r.
2841         * nscd/gai.c (__qsort_r): Define to qsort_r.
2842         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2843         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2844         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2845
2846         [BZ #17570]
2847         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2848         define as weak alias of __malloc_info.
2849
2850         [BZ #17584]
2851         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2852         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2853         (__rewinddir): Use libc_hidden_def.
2854         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2855         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2856         (__rewinddir): Use libc_hidden_def.
2857         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2858         weak alias of __rewinddir.  Don't use libc_hidden_def.
2859         (__rewinddir): Use libc_hidden_def.
2860         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2861         (__rewinddir): Use libc_hidden_proto.
2862         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2863         rewinddir.
2864         (__getcwd): Use __rewinddir instead of rewinddir.
2865
2866         [BZ #17583]
2867         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2868         alias of __fileno.  Use libc_hidden_weak.
2869         (__fileno): Use libc_hidden_def.
2870         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2871         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2872         alias of __ftello.
2873         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2874         __ftello.
2875         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2876         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2877         libc_hidden_def.
2878         (fread_unlocked): Don't use libc_hidden_ver.
2879         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2880         and define as weak alias of __fread_unlocked.  Don't use
2881         libc_hidden_def.
2882         (__fread_unlocked): Use libc_hidden_def.
2883         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2884         (ftello): Don't use libc_hidden_proto.
2885         (__ftello): Declare.  Use libc_hidden_proto.
2886         (fread_unlocked): Don't use libc_hidden_proto.
2887         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2888         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2889         and __ftello instead of fileno, fread_unlocked and ftello.
2890
2891 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2892
2893         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2894         GOT12.
2895         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2896         Likewise.
2897         (_dl_start_user): Likewise.
2898         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2899
2900 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2901             Siddhesh Poyarekar  <siddhesh@redhat.com>
2902
2903         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2904         Move argv and envp down instead of moving argc up.
2905         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2906
2907 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2908
2909         [BZ #17506]
2910         * test-skeleton.c (main): Return successful if one of
2911         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2912         * string/tst-strcoll-overflow.c: Define expected status.
2913
2914 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2915
2916         [BZ #17475]
2917         * locale/iso-639.def: Define Bhili and Tulu language codes.
2918
2919 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2920
2921         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2922
2923 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2924
2925         [BZ #17555]
2926         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2927
2928 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2929
2930         * configure.ac: Updated check of minimal required version to
2931         2.22.
2932         * manual/install.texi (Tools for Compilation): Updated version
2933         number.
2934         * configure: Regenerated.
2935         * INSTALL: Likewise.
2936
2937 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2938
2939         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2940         __tls_get_addr.
2941
2942 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2943
2944         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2945         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2946         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2947         libc_hidden_weak.
2948         (waitpid): Define as alias of __waitpid.
2949         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2950         __waitpid.
2951         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2952         libc_hidden_weak.
2953         (waitpid): Define as alias of __waitpid.
2954         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2955         __libc_waitpid alias.
2956         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2957         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2958         Likewise.
2959         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2960         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2961         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2962         alias.
2963         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2964         __waitpid.
2965         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2966         libc_hidden_weak.
2967         (waitpid): Define as alias of __waitpid.
2968
2969 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2970
2971         * manual/llio.texi: Add comment that write safety has been
2972         fixed in Linux.
2973
2974         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2975         (localplt-build-dso): Add elf/ld.so.
2976         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2977         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2978         and free for ld.so.
2979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2980         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2982         Likewise.
2983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2984         Likewise.
2985         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2986         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2987         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2988         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2989         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2990         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2991         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2992         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2993         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2994         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2995         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2996
2997 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2998
2999         [BZ #14132]
3000         * include/libc-symbols.h (INTUSE): Remove macro.
3001         (INTDEF): Likewise.
3002         (INTVARDEF): Likewise.
3003         (_INTVARDEF): Likewise.
3004         (INTDEF2): Likewise.
3005         (INTVARDEF2): Likewise.
3006         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
3007         rtld_hidden_def instead of INTVARDEF.
3008         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
3009         (_dl_starting_up_internal): Remove declaration.
3010         (_dl_starting_up): Use rtld_hidden_proto.
3011         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
3012         declaration.
3013         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
3014         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
3015         _dl_starting_up.
3016         * elf/dl-writev.h (_dl_writev): Likewise.
3017         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
3018         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
3019         _dl_starting_up_internal.
3020
3021 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3022
3023         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
3024         test-skeleton.c.
3025
3026 2014-11-05  Will Newton  <will.newton@linaro.org>
3027
3028         * benchtests/Makefile: (bench-malloc): Add malloc thread
3029         scalability benchmark.
3030         * benchtests/bench-malloc-threads.c: New file.
3031
3032 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
3033
3034         * sysdeps/aarch64/strchrnul.S: New file.
3035
3036 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3037
3038         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
3039         definition.
3040         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
3041         Likwise.
3042         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
3043         Likewise.
3044         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
3045         Likewise.
3046         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
3047         Likewise.
3048         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
3049         Likewise.
3050
3051 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
3052
3053         * catgets/test-gencat.c: Use test-skeleton.c.
3054         * catgets/tst-catgets.c: Likewise.
3055         * csu/tst-empty.c: Likewise.
3056         * elf/tst-audit2.c: Likewise.
3057         * elf/tst-global1.c: Likewise.
3058         * elf/tst-pathopt.c: Likewise.
3059         * elf/tst-piemod1.c: Likewise.
3060         * elf/tst-tls10.c: Likewise.
3061         * elf/tst-tls11.c: Likewise.
3062         * elf/tst-tls12.c: Likewise.
3063         * gnulib/tst-gcc.c: Likewise.
3064         * iconvdata/tst-e2big.c: Likewise.
3065         * iconvdata/tst-loading.c: Likewise.
3066         * iconv/tst-iconv1.c: Likewise.
3067         * iconv/tst-iconv2.c: Likewise.
3068         * inet/test-inet6_opt.c: Likewise.
3069         * inet/tst-gethnm.c: Likewise.
3070         * inet/tst-network.c: Likewise.
3071         * inet/tst-ntoa.c: Likewise.
3072         * intl/tst-codeset.c: Likewise.
3073         * intl/tst-gettext2.c: Likewise.
3074         * intl/tst-gettext3.c: Likewise.
3075         * intl/tst-ngettext.c: Likewise.
3076         * intl/tst-translit.c: Likewise.
3077         * io/test-stat.c: Likewise.
3078         * libio/test-fmemopen.c: Likewise.
3079         * libio/tst-freopen.c: Likewise.
3080         * libio/tst-sscanf.c: Likewise.
3081         * libio/tst-ungetwc1.c: Likewise.
3082         * libio/tst-ungetwc2.c: Likewise.
3083         * libio/tst-widetext.c: Likewise.
3084         * localedata/tst-ctype.c: Likewise.
3085         * localedata/tst-digits.c: Likewise.
3086         * localedata/tst-leaks.c: Likewise.
3087         * localedata/tst-mbswcs1.c: Likewise.
3088         * localedata/tst-mbswcs2.c: Likewise.
3089         * localedata/tst-mbswcs3.c: Likewise.
3090         * localedata/tst-mbswcs4.c: Likewise.
3091         * localedata/tst-mbswcs5.c: Likewise.
3092         * localedata/tst-setlocale.c: Likewise.
3093         * localedata/tst-trans.c: Likewise.
3094         * localedata/tst-wctype.c: Likewise.
3095         * localedata/tst-xlocale1.c: Likewise.
3096         * login/tst-grantpt.c: Likewise.
3097         * malloc/tst-calloc.c: Likewise.
3098         * malloc/tst-malloc.c: Likewise.
3099         * malloc/tst-mallocstate.c: Likewise.
3100         * malloc/tst-mcheck.c: Likewise.
3101         * malloc/tst-mtrace.c: Likewise.
3102         * malloc/tst-obstack.c: Likewise.
3103         * math/atest-exp2.c: Likewise.
3104         * math/atest-exp.c: Likewise.
3105         * math/atest-sincos.c: Likewise.
3106         * math/test-matherr.c: Likewise.
3107         * math/test-misc.c: Likewise.
3108         * math/test-powl.c: Likewise.
3109         * math/tst-definitions.c: Likewise.
3110         * misc/tst-dirname.c: Likewise.
3111         * misc/tst-efgcvt.c: Likewise.
3112         * misc/tst-fdset.c: Likewise.
3113         * misc/tst-hsearch.c: Likewise.
3114         * misc/tst-mntent2.c: Likewise.
3115         * nptl/tst-sem7.c: Likewise.
3116         * nptl/tst-sem8.c: Likewise.
3117         * nptl/tst-sem9.c: Likewise.
3118         * nss/test-netdb.c: Likewise.
3119         * posix/tst-fnmatch.c: Likewise.
3120         * posix/tst-getlogin.c: Likewise.
3121         * posix/tst-gnuglob.c: Likewise.
3122         * posix/tst-mmap.c: Likewise.
3123         * pwd/tst-getpw.c: Likewise.
3124         * resolv/tst-inet_ntop.c: Likewise.
3125         * rt/tst-timer.c: Likewise.
3126         * stdio-common/test-fseek.c: Likewise.
3127         * stdio-common/test-popen.c: Likewise.
3128         * stdio-common/test-vfprintf.c: Likewise.
3129         * stdio-common/tst-cookie.c: Likewise.
3130         * stdio-common/tst-fileno.c: Likewise.
3131         * stdio-common/tst-gets.c: Likewise.
3132         * stdio-common/tst-obprintf.c: Likewise.
3133         * stdio-common/tst-perror.c: Likewise.
3134         * stdio-common/tst-sprintf2.c: Likewise.
3135         * stdio-common/tst-sprintf3.c: Likewise.
3136         * stdio-common/tst-sprintf.c: Likewise.
3137         * stdio-common/tst-swprintf.c: Likewise.
3138         * stdio-common/tst-tmpnam.c: Likewise.
3139         * stdio-common/tst-unbputc.c: Likewise.
3140         * stdio-common/tst-wc-printf.c: Likewise.
3141         * stdlib/tst-environ.c: Likewise.
3142         * stdlib/tst-fmtmsg.c: Likewise.
3143         * stdlib/tst-limits.c: Likewise.
3144         * stdlib/tst-rand48-2.c: Likewise.
3145         * stdlib/tst-rand48.c: Likewise.
3146         * stdlib/tst-random2.c: Likewise.
3147         * stdlib/tst-random.c: Likewise.
3148         * stdlib/tst-strtol.c: Likewise.
3149         * stdlib/tst-strtoll.c: Likewise.
3150         * stdlib/tst-tls-atexit.c: Likewise.
3151         * stdlib/tst-xpg-basename.c: Likewise.
3152         * string/test-ffs.c: Likewise.
3153         * string/tst-bswap.c: Likewise.
3154         * string/tst-inlcall.c: Likewise.
3155         * string/tst-strtok.c: Likewise.
3156         * string/tst-strxfrm.c: Likewise.
3157         * sysdeps/x86_64/tst-audit10.c: Likewise.
3158         * sysdeps/x86_64/tst-audit3.c: Likewise.
3159         * sysdeps/x86_64/tst-audit4.c: Likewise.
3160         * sysdeps/x86_64/tst-audit5.c: Likewise.
3161         * time/tst-ftime_l.c: Likewise.
3162         * time/tst-getdate.c: Likewise.
3163         * time/tst-mktime3.c: Likewise.
3164         * time/tst-mktime.c: Likewise.
3165         * time/tst-posixtz.c: Likewise.
3166         * time/tst-strptime2.c: Likewise.
3167         * time/tst-strptime3.c: Likewise.
3168         * wcsmbs/tst-btowc.c: Likewise.
3169         * wcsmbs/tst-mbrtowc.c: Likewise.
3170         * wcsmbs/tst-mbsrtowcs.c: Likewise.
3171         * wcsmbs/tst-wchar-h.c: Likewise.
3172         * wcsmbs/tst-wcpncpy.c: Likewise.
3173         * wcsmbs/tst-wcrtomb.c: Likewise.
3174         * wcsmbs/tst-wcsnlen.c: Likewise.
3175         * wcsmbs/tst-wcstof.c: Likewise.
3176
3177 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
3178
3179         [BZ #14132]
3180         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
3181         INTDEF.
3182         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
3183         declaration.
3184         (_dl_mcount): Use rtld_hidden_proto.
3185         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
3186         _dl_mcount.
3187         * elf/rtld.c (_rtld_global_ro): Likewise.
3188
3189         [BZ #14132]
3190         * elf/dl-init.c (_dl_init): Don't use INTDEF.
3191         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
3192         of _dl_init_internal.
3193         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
3194         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
3195         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
3196         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
3197         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
3198         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
3199         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
3200         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
3201         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
3202         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
3203         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
3204         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
3205         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
3206         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
3207         * sysdeps/tile/dl-start.S (_start): Likewise.
3208         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3209         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
3210
3211         [BZ #14132]
3212         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
3213         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
3214         (rtld_progname): Make macro definition unconditional.
3215         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
3216         INTDEF.
3217         (dlmopen_doit): Do not use INTUSE with _dl_argv.
3218         (dl_main): Likewise.
3219         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
3220         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3221         instead of _dl_argv_internal.
3222         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3223         __GI__dl_argv instead of INTUSE(_dl_argv).
3224         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3225         __GI__dl_argv instead of _dl_argv_internal.
3226
3227         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3228         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3229         macro.
3230         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3231         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3232         New macro.
3233         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3234         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3235         macro.
3236         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3237         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3238
3239 2014-11-04  Andreas Schwab  <schwab@suse.de>
3240
3241         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3242
3243 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3244
3245         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3246         mtvsrd instruction in binary form.
3247
3248 2014-11-03  Andreas Schwab  <schwab@suse.de>
3249
3250         [BZ #17522]
3251         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3252         for less than MB_LEN_MAX use a local buffer of that size.
3253         * libio/tst-fputws.c: New file.
3254         * libio/Makefile (tests): Add tst-fputws.
3255
3256 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3257
3258         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3259         the size of the fpu_fr.fpu_dregs[] array.
3260
3261 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3262
3263         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3264         (__nanosleep): Do not define as alias.
3265         (nanosleep): Define as alias of __nanosleep.
3266         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3267         __libc_nanosleep name.
3268
3269 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3270
3271         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3272         install.texi in comment.
3273
3274 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3275
3276         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3277         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3278         ... add here and use lwsync or sync ...
3279         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3280         ... and add here using lwsync.
3281
3282 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3283
3284         * elf/dl-machine-reject-phdr.h: New file.
3285         * elf/dl-load.c: #include that.
3286         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3287         if that returned true.
3288
3289 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3290
3291         [BZ #17496]
3292         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3293         gen-as-const-headers chunk.  Add a big scare comment after the last
3294         safe place to touch before-compile.
3295
3296 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3297
3298         * manual/install.texi (Tools for Compilation): Update autoconf
3299         version requirements.
3300         * INSTALL: Regenerated.
3301
3302         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3303         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3304         (__libc_pselect): Likewise.
3305
3306         [BZ #14138]
3307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3311
3312 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3313
3314         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3315         correct barrier instruction.
3316         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3317         Likewise.
3318         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3319         Likewise.
3320
3321 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3322
3323         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3324         after defining inlines.  Instead, just use parens to defeat macro
3325         expansion of __isctype in its declaration.
3326
3327 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3328
3329         * include/sys/uio.h (__libc_readv): Remove declaration.
3330         (__libc_writev): Likewise.
3331         * misc/readv.c (__libc_readv): Rename to __readv.
3332         (__readv): Do not define as alias.
3333         (readv): Define as alias of __readv.
3334         * misc/writev.c (__libc_writev): Rename to __writev.
3335         (__writev): Do not define as alias.
3336         (writev): Define as alias of __writev.
3337         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3338         (__readv): Do not define as alias.
3339         (readv): Define unconditionally as alias of __readv.
3340         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3341         (__writev): Do not define as alias.
3342         (writev): Define unconditionally as alias of __writev.
3343         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3344         name.
3345         (writev): Do not define __libc_writev name.
3346
3347 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3348
3349         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3350         (convert_charseq): New function, broken out of ...
3351         (use_from_charmap): ... here.  Call it.
3352         (use_to_charmap): Use convert_charseq and free instead of duplicating
3353         its code with a variable-length stack struct.
3354
3355 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3356
3357         * include/fcntl.h (__libc_creat): Remove declaration.
3358         * io/creat.c (__libc_creat): Rename to creat.
3359         (creat): Do not define as alias.
3360         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3361         of creat instead of __libc_creat.
3362         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3363         to creat.
3364         (creat): Do not define as alias.
3365         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3366         __libc_creat.
3367         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3368         __libc_creat name.
3369         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3370         Likewise.
3371
3372 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3373
3374         * manual/llio.texi: Add comments discussing why write() may be
3375         considered MT-unsafe on Linux.
3376
3377 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3378
3379         * dl-load.c (local_strdup): Remove.
3380         (expand_dynamic_string_token): Use __strdup.
3381         (decompose_rpath): Likewise.
3382         (_dl_map_object): Likewise.
3383
3384 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3385
3386         [BZ #14132]
3387         * sysdeps/generic/unwind-dw2-fde.c
3388         (__register_frame_info_bases_internal): Do not declare.
3389         (__register_frame_info_table_bases_internal): Likewise.
3390         (__deregister_frame_info_bases_internal): Likewise.
3391         (__register_frame_info_bases): Declare and use hidden_proto before
3392         definition.  Use hidden_def instead of INTDEF.
3393         (__register_frame_info_table_bases): Likewise.
3394         (__deregister_frame_info_bases): Likewise.
3395         (__register_frame_info): Do not use INTUSE.
3396         (__register_frame): Likewise.
3397         (__register_frame_info_table): Likewise.
3398         (__register_frame_table): Likewise.
3399         (__deregister_frame_info): Likewise.
3400         (__deregister_frame): Likewise.
3401
3402 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3403
3404         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3405         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3406         not undefine.
3407         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3408         Likewise.
3409         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3410         Likewise.
3411
3412 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3413
3414         [BZ #14138]
3415         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3416         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3417         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3418         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3419         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3420         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3421         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3422         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3423         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3424         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3425         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3426         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3427         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3428         syscall.
3429         (setfsuid): Likewise.
3430         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3431         (setfsuid): Likewise.
3432         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3433         (setfsuid): Likewise.
3434         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3435         Likewise.
3436         (setfsuid): Likewise.
3437         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3438         (setfsuid): Likewise.
3439         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3440         Likewise.
3441         (setfsuid): Likewise.
3442
3443 2014-10-27  Andreas Schwab  <schwab@suse.de>
3444
3445         [BZ #17501]
3446         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3447         check for Slow_SSE4_2 feature bit.
3448         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3449         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3450         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3451         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3452
3453 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3454
3455         * configure.ac: Validate compiler version with a empirical test of
3456         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3457         $CC -v output.
3458         * configure: Regenerated.
3459
3460         * inet/htons.c (htons): Prototypify.
3461         * inet/htonl.c (htonl): Likewise.
3462
3463 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3464
3465         * string/strncat.c (strncat): Improve performance by using strlen.
3466
3467 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3468
3469         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3470
3471 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3472
3473         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3474         Call libc_fetestexcept_aarch64.
3475
3476 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3477
3478         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3479         Call libc_feholdexcept_aarch64.
3480
3481 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3482
3483         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3484         Call get_rounding_mode.
3485
3486 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3487
3488         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3489         Simplify logic.
3490
3491 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3492
3493         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3494         Simplify logic.
3495
3496 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3497
3498         [BZ #14138]
3499         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3500         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3501         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3502         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3503         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3504         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3505         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3506         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3507         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3508         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3509         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3510         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3511         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3512         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3513         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3514         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3515         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3516         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3517         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3518         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3519         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3520         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3521         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3522         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3523         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3524         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3525         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3526         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3527         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3528         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3529         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3530         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3531         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3532         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3533         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3534         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3535         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3536         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3537         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3538         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3539         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3540         syscall.
3541         (geteuid): Likewise.
3542         (getgid): Likewise.
3543         (getuid): Likewise.
3544         (getresgid): Likewise.
3545         (getresuid): Likewise.
3546         (getgroups): Likewise.
3547         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3548         (geteuid): Likewise.
3549         (getgid): Likewise.
3550         (getuid): Likewise.
3551         (getresgid): Likewise.
3552         (getresuid): Likewise.
3553         (getgroups): Likewise.
3554         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3555         (geteuid): Likewise.
3556         (getgid): Likewise.
3557         (getuid): Likewise.
3558         (getresgid): Likewise.
3559         (getresuid): Likewise.
3560         (getgroups): Likewise.
3561         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3562         Likewise.
3563         (geteuid): Likewise.
3564         (getgid): Likewise.
3565         (getuid): Likewise.
3566         (getresgid): Likewise.
3567         (getresuid): Likewise.
3568         (getgroups): Likewise.
3569         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3570         (geteuid): Likewise.
3571         (getgid): Likewise.
3572         (getuid): Likewise.
3573         (getresgid): Likewise.
3574         (getresuid): Likewise.
3575         (getgroups): Likewise.
3576         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3577         Likewise.
3578         (geteuid): Likewise.
3579         (getgid): Likewise.
3580         (getuid): Likewise.
3581         (getgroups): Likewise.
3582
3583         [BZ #14138]
3584         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3585         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3586         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3587         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3588         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3589         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3590         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3591         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3592         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3593         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3594         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3595         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3596         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3597         __chown.
3598         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3599         (lchown): Likewise.
3600         (fchown): Likewise.
3601         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3602         Likewise.
3603         (lchown): Likewise.
3604         (fchown): Likewise.
3605         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3606         (lchown): Likewise.
3607         (fchown): Likewise.
3608         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3609         Likewise.
3610         (lchown): Likewise.
3611         (fchown): Likewise.
3612
3613 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3614
3615         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3616         Simplify logic.
3617
3618 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3619
3620         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3621         Cleanup logic.
3622
3623 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3624
3625         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3626         Remove unused include.
3627
3628 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3629
3630         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3631         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3632         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3633         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3634
3635 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3636             Helge Deller <deller@gmx.de>
3637
3638         [BZ #17508]
3639         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3640         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3641         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3642
3643 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3644
3645         [BZ #14132]
3646         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3647         Remove macro definition.
3648         (__ashrdi3_v_glibc20): Likewise.
3649         (__lshrdi3_v_glibc20): Likewise.
3650         (__cmpdi2_v_glibc20): Likewise.
3651         (__ucmpdi2_v_glibc20): Likewise.
3652         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3653         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3654         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3655         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3656         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3657         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3658
3659 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3660
3661         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3662         old GNU extension [0] syntax.
3663         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3664         alloca rather than an array member with variable length.
3665         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3666         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3667         (parse_opt): ... here.  Likewise use alloca there.
3668         Validate the -i argument before checking for rootness.
3669         (send_shutdown): New function, broken out of ...
3670         (parse_opt): ... here.
3671
3672 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3673
3674         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3675         macro to get at the _rt_local_ro field.
3676         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3677         ([PIC] case) or _dl_hwcap ([!PIC] case).
3678         * sysdeps/arm/setjmp.S: Likewise.
3679
3680         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3681         * sysdeps/arm/configure.ac: New check to define it.
3682         * sysdeps/arm/configure: Regenerated.
3683         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3684         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3685         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3686         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3687         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3688         Use move/movt pair instead of a load.
3689         (LDST_GLOBAL): Macro removed.
3690         (LDR_GLOBAL): New macro replaces it.
3691         (LDR_HIDDEN): New macro.
3692         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3693         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3694
3695         * setjmp/tst-setjmp-static.c: New file.
3696         * setjmp/Makefile (tests): Add it.
3697         (tests-static): New variable.
3698
3699 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3700
3701         [BZ #17485]
3702         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3703
3704 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3705
3706         [BZ #14132]
3707         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3708
3709 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3710
3711         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3712
3713 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3714
3715         * io/fts.c (dirent_not_directory): New function.
3716         (fts_build): Call it.
3717
3718 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3719
3720         * nptl/version.c (__nptl_main): Use normal __write rather than
3721         INTERNAL_SYSCALL.
3722         (banner): Update copyright years.
3723
3724         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3725         gettimeofday.
3726         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3727         * nptl/pthread_cond_timedwait.c: Likewise.
3728         * nptl/pthread_mutex_timedlock.c: Likewise.
3729         * nptl/sem_timedwait.c: Likewise.
3730
3731         * sysdeps/nptl/bits/libc-lock.h
3732         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3733         (__libc_lock_init_recursive): Return void, not 0.
3734         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3735         (__libc_rwlock_init): Likewise.
3736         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3737
3738 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3739
3740         [BZ #15215]
3741         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3742         (__pthread_once_slow): ... here.
3743         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3744         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3745
3746 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3747
3748         [BZ #15215]
3749         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3750         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3751         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3752         * nptl/pthread_once.c (__pthread_once): Likewise.
3753         Update comments.
3754
3755 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3756
3757         [BZ #14138]
3758         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3759         name.
3760         (writev): Use __libc_writev as strong name.
3761         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3762         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3763
3764 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3765
3766         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3767
3768         * sysdeps/i386/nptl/tls.h
3769         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3770         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3771         New macros.
3772         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3773         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3774         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3775         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3776         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3777         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3778
3779         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3780         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3781         on [__NR_futex].
3782         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3783         broken out of ...
3784         (__pthread_mutex_init): ... here.  Call it.
3785         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3786         Conditionalize PI cases on [__NR_futex].
3787         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3788         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3789         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3790
3791         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3792         conditional on [SIGSETXID].
3793         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3794         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3795         is defined.  Likewise for SIGSETXID.
3796         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3797         Conditionalize definitions on [SIGSETXID].
3798         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3799         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3800         unblocking on [SIGCANCEL].
3801
3802         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3803         [__NR_set_robust_list].
3804
3805 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3806
3807         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3808         (do_compare): Likewise.
3809
3810 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3811
3812         [BZ #15884]
3813         * string/strcoll_l.c: Don't include stdio.h.
3814         (coll_seq): Remove members idxarr and rulearr.
3815         (get_next_seq_cached): Remove function.
3816         (get_next_seq): Likewise.
3817         (get_next_seq_nocache): Rename to get_next_seq.
3818         (do_compare): Remove function.
3819         (do_compare_nocache): Rename to do_compare.
3820         (STRCOLL): Remove weight and rules cache.
3821
3822 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3823
3824         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3825         * sysdeps/arm/sfp-machine.h: ... to here.
3826         * sysdeps/arm/Implies: Remove arm/soft-fp.
3827
3828 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3829
3830         * conform/data/sys/utsname.h-data (*_t): Allow.
3831         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3832         [POSIX] (WEXITED): Do not expect constant.
3833         [POSIX] (WSTOPPED): Likewise.
3834         [POSIX] (WNOHANG): Likewise.
3835         [POSIX] (WNOWAIT): Likewise.
3836         [POSIX] (siginfo_t): Do not expect type or elements.
3837         [POSIX] (pid_t): Do not expect type.
3838         [POSIX] (signal.h): Do not allow header.
3839         [POSIX] (sys/resource.h): Likewise.
3840         [POSIX] (si_*): Do not allow pattern.
3841         [POSIX] (W*): Likewise.
3842         [POSIX] (P_*): Likewise.
3843         [POSIX] (BUS_*): Likewise.
3844         [POSIX] (CLD_*): Likewise.
3845         [POSIX] (FPE_*): Likewise.
3846         [POSIX] (ILL_*): Likewise.
3847         [POSIX] (POLL_*): Likewise.
3848         [POSIX] (SEGV_*): Likewise.
3849         [POSIX] (SI_*): Likewise.
3850         [POSIX] (TRAP_*): Likewise.
3851         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3852         variable.
3853
3854 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3855
3856         [BZ #12926]
3857         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3858         infinite loop when __recvmsg returns 0.
3859
3860 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3861
3862         * CANCEL-FCT-WAIVE: Remove file.
3863         * CANCEL-FILE-WAIVE: Likewise.
3864
3865         [BZ #14132]
3866         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3867         instead of INTVARDEF.
3868         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3869         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3870         rtld_hidden_data_def instead of INTVARDEF.
3871         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3872         * elf/dl-deps.c (expand_dst): Likewise.
3873         * elf/dl-load.c (_dl_dst_count): Likewise.
3874         (_dl_dst_substitute): Likewise.
3875         (decompose_rpath): Likewise.
3876         (_dl_init_paths): Likewise.
3877         (open_path): Likewise.
3878         (_dl_map_object): Likewise.
3879         * elf/rtld.c (dl_main): Likewise.
3880         (process_dl_audit): Likewise.
3881         (process_envvars): Likewise.
3882         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3883         Remove declaration.
3884         (__libc_enable_secure): Use rtld_hidden_proto.
3885
3886 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3887
3888         * elf/dl-load.c
3889         (add_path): New function broken out of _dl_rtld_di_serinfo.
3890         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3891
3892 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3893
3894         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3895         parentheses around macro arguments.
3896         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3897         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3898         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3899         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3900         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3901         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3902         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3903         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3904         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3905         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3906         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3907         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3908         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3909         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3910         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3911         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3912         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3913         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3914         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3915         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3916         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3917         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3918         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3919         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3920         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3921         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3922         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3923         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3924         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3925         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3926         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3927         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3928         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3929         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3930         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3931         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3932         Likewise.
3933         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3934         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3935         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3936         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3937         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3938         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3939         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3940         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3941         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3942         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3943         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3944         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3945         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3946         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3947         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3948         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3949         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3950         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3951         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3952         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3953         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3954         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3955         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3956         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3957         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3958         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3959         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3960         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3961         (_FP_FRAC_SRS_1): Likewise.
3962         (_FP_FRAC_CLZ_1): Likewise.
3963         (_FP_MUL_MEAT_1_imm): Likewise.
3964         (_FP_MUL_MEAT_1_wide): Likewise.
3965         (_FP_MUL_MEAT_1_hard): Likewise.
3966         (_FP_SQRT_MEAT_1): Likewise.
3967         (_FP_FRAC_ASSEMBLE_1): Likewise.
3968         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3969         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3970         (__FP_CLZ_2): Likewise.
3971         (_FP_MUL_MEAT_2_wide): Likewise.
3972         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3973         (_FP_MUL_MEAT_2_gmp): Likewise.
3974         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3975         (_FP_SQRT_MEAT_2): Likewise.
3976         (_FP_FRAC_ASSEMBLE_2): Likewise.
3977         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3978         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3979         (_FP_FRAC_CLZ_4): Likewise.
3980         (_FP_MUL_MEAT_4_wide): Likewise.
3981         (_FP_MUL_MEAT_4_gmp): Likewise.
3982         (_FP_SQRT_MEAT_4): Likewise.
3983         (_FP_FRAC_ASSEMBLE_4): Likewise.
3984         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3985         * soft-fp/op-common.h (_FP_CMP): Likewise.
3986         (_FP_CMP_EQ): Likewise.
3987         (_FP_CMP_UNORD): Likewise.
3988         (_FP_TO_INT): Likewise.
3989         (_FP_FROM_INT): Likewise.
3990         [!__FP_CLZ] (__FP_CLZ): Likewise.
3991         (_FP_DIV_HELP_imm): Likewise.
3992         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3993         Likewise.
3994         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3995         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3996         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3997         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3998         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3999         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
4000         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
4001         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
4002         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
4003         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
4004         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
4005         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
4006         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
4007         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
4008         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
4009         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
4010         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
4011         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
4012         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
4013         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
4014         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
4015         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
4016         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
4017         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
4018         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
4019         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
4020         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
4021         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
4022         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
4023         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
4024         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
4025         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
4026         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
4027         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
4028         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
4029         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
4030         (FP_UNPACK_RAW_SP): Likewise.
4031         (FP_PACK_RAW_S): Likewise.
4032         (FP_PACK_RAW_SP): Likewise.
4033         (FP_UNPACK_S): Likewise.
4034         (FP_UNPACK_SP): Likewise.
4035         (FP_UNPACK_SEMIRAW_S): Likewise.
4036         (FP_UNPACK_SEMIRAW_SP): Likewise.
4037         (FP_PACK_S): Likewise.
4038         (FP_PACK_SP): Likewise.
4039         (FP_PACK_SEMIRAW_S): Likewise.
4040         (FP_PACK_SEMIRAW_SP): Likewise.
4041         (_FP_SQRT_MEAT_S): Likewise.
4042         (FP_CMP_S): Likewise.
4043         (FP_CMP_EQ_S): Likewise.
4044         (FP_CMP_UNORD_S): Likewise.
4045         (FP_TO_INT_S): Likewise.
4046         (FP_FROM_INT_S): Likewise.
4047
4048         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
4049
4050         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
4051         (FP_EX_INVALID_IMZ): Likewise.
4052         (FP_EX_INVALID_IMZ_FMA): Likewise.
4053         (FP_EX_INVALID_ISI): Likewise.
4054         (FP_EX_INVALID_ZDZ): Likewise.
4055         (FP_EX_INVALID_IDI): Likewise.
4056         (FP_EX_INVALID_SQRT): Likewise.
4057         (FP_EX_INVALID_CVI): Likewise.
4058         (FP_EX_INVALID_VC): Likewise.
4059         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
4060         "invalid" exceptions.
4061         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
4062         (_FP_ADD_INTERNAL): Likewise.
4063         (_FP_MUL): Likewise.
4064         (_FP_FMA): Likewise.
4065         (_FP_DIV): Likewise.
4066         (_FP_CMP_CHECK_NAN): Likewise.
4067         (_FP_SQRT): Likewise.
4068         (_FP_TO_INT): Likewise.
4069         (FP_EXTEND): Likewise.
4070
4071 2014-10-09  Allan McRae  <allan@archlinux.org>
4072
4073         * po/fr.po: Update French translation from translation project.
4074
4075 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
4076
4077         [BZ #14132]
4078         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
4079         of INTDEF.
4080         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
4081         (__cxa_atexit): Use libc_hidden_proto.
4082         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
4083
4084         [BZ #14132]
4085         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
4086         declaration.
4087         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
4088         [!_ISOMAC] (__iswspace_l_internal): Likewise.
4089         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
4090         [!_ISOMAC] (__iswctype_internal): Likewise.
4091         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
4092         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
4093         alias.
4094         (fcntl): Remove __fcntl_internal alias.
4095         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
4096         __connect_internal alias.
4097         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
4098         Likewise.
4099
4100         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
4101         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
4102         FP_DENORM_ZERO.
4103         (_FP_CHECK_FLUSH_ZERO): New macro.
4104         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
4105         (_FP_CMP): Likewise.
4106         (_FP_CMP_EQ): Likewise.
4107         (_FP_TO_INT): Do not set inexact for subnormal arguments if
4108         FP_DENORM_ZERO.
4109         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
4110         (FP_TRUNC): Likewise.
4111
4112         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
4113         treated as invalid conversion, not as normal exponent.
4114
4115         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
4116         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
4117         (_FP_CMP_EQ): Likewise.
4118         (_FP_CMP_UNORD): Likewise.
4119         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
4120         (FP_CMP_EQ_D): Likewise.
4121         (FP_CMP_UNORD_D): Likewise.
4122         * soft-fp/extended.h (FP_CMP_E): Likewise.
4123         (FP_CMP_EQ_E): Likewise.
4124         (FP_CMP_UNORD_E): Likewise.
4125         * soft-fp/quad.h (FP_CMP_Q): Likewise.
4126         (FP_CMP_EQ_Q): Likewise.
4127         (FP_CMP_UNORD_Q): Likewise.
4128         * soft-fp/single.h (FP_CMP_S): Likewise.
4129         (FP_CMP_EQ_S): Likewise.
4130         (FP_CMP_UNORD_S): Likewise.
4131         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
4132         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
4133         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
4134         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
4135         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
4136         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
4137         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
4138         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
4139         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
4140         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
4141         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
4142         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
4143         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
4144         to FP_CMP_Q.
4145         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
4146         FP_CMP_Q.
4147         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
4148         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
4149         FP_CMP_EQ_Q.
4150         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
4151         FP_CMP_Q.
4152         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
4153         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
4154         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
4155         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
4156         FP_CMP_EQ_Q.
4157         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
4158         FP_CMP_Q.
4159         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
4160         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
4161         FP_CMP_EQ_Q.
4162         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
4163         FP_CMP_Q.
4164         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
4165         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
4166         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
4167         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
4168         FP_CMP_EQ_Q.
4169
4170         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
4171         a subnormal result, set the underflow exception if trapping on
4172         underflow is enabled.
4173         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
4174         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
4175         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
4176         redefine to 0.
4177         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
4178         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4179         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4180         * soft-fp/extendxftf2.c (__extendxftf2): Use
4181         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
4182
4183         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
4184         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
4185         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4186         FP_HANDLE_EXCEPTIONS.
4187         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
4188         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4189         FP_HANDLE_EXCEPTIONS.
4190         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
4191         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4192         FP_HANDLE_EXCEPTIONS.
4193         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
4194         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4195         FP_HANDLE_EXCEPTIONS.
4196
4197 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
4198
4199         [BZ #14132]
4200         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
4201         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
4202         use INTUSE.
4203         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
4204         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
4205         Remove alias.
4206         (__adjtimex): Define using libc_hidden_ver.
4207         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
4208         Remove declaration.
4209         (ntp_gettime): Call __adjtimex directly.
4210         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
4211         Remove declaration.
4212         (ntp_gettimex): Call __adjtimex directly.
4213         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
4214         __adjtimex_internal alias.
4215
4216 2014-10-08  Roland McGrath  <roland@hack.frob.com>
4217
4218         [BZ #17460]
4219         * nscd/nscd.c (more_help): Rewrite list of tables collection
4220         using xstrdup and asprintf.
4221
4222         * nscd/nscd_conf.c: Remove local xstrdup declaration.
4223
4224 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4225             Roland McGrath  <roland@hack.frob.com>
4226
4227         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4228         (do_lookup_unique): ... local function 'enter' here; update callers.
4229
4230 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
4231
4232         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4233         compat_symbol calls on [SHARED].
4234         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4235         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4236         Remove.
4237         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4238         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4239         (oldsetrlimit): Remove.
4240         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4242         (lchown): New syscall entry.
4243         (oldsetrlimit): Remove.
4244         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4245         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4246         (oldsetrlimit): Remove.
4247         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4248
4249         [BZ #14138]
4250         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4251         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4252         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4253         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4254         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4255         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4256         (fchown): Likewise.
4257         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4258         (fchown): Likewise.
4259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4260         Likewise.
4261
4262 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4263
4264         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4265         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4266         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4267         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4268         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4269         Likewise.
4270         (__old_sem_post): Likewise.
4271
4272 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4273
4274         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4275         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4276         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4277         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4278         Use INLINE_VSYSCALL macro.
4279         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4280         __vdso_clock_gettime.
4281         * sysdeps/unix/sysv/linux/tile/init-first.c
4282         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4283         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4284         __vdso_clock_gettime.
4285
4286         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4287         to set up frame more cleanly.
4288
4289         * sysdeps/tile/memcmp.c: New file.
4290
4291         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4292
4293         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4294         * sysdeps/tile/tilegx/strcasestr.c: New file.
4295         * sysdeps/tile/tilegx/strnlen.c: New file.
4296         * sysdeps/tile/tilegx/strstr.c: New file.
4297
4298         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4299
4300 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4301
4302         * nptl/tst-setuid3.c: Write errors to stdout.
4303
4304 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4305
4306         * elf/dl-deps.c
4307         (preload): New functions broken out of _dl_map_object_deps.
4308         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4309
4310 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4311
4312         [BZ #14138]
4313         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4314         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4315
4316 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4317
4318         * sysdeps/mips/strcmp.S: New.
4319
4320 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4321
4322         [BZ #14138]
4323         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4324         (linkat): Likewise.
4325         (mkdirat): Likewise.
4326         (readlinkat): Likewise.
4327         (renameat): Likewise.
4328         (symlinkat): Likewise.
4329         (unlinkat): Likewise.
4330         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4331         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4332         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4333         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4334         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4335         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4336         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4337
4338 2014-09-30  Will Newton  <will.newton@linaro.org>
4339
4340         * math/math.h: Define long double math functions if
4341         _LIBC_TEST is defined.
4342         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4343
4344         * localedata/Makefile: Move assignment to tests-special
4345         into an ifdef testing run-built-tests.
4346         * timezone/Makefile: Likewise.
4347
4348 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4349
4350         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4351         with $(BASH) not $(SHELL).
4352
4353 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4354             Matthew LeGendre  <legendre1@llnl.gov>
4355
4356         [BZ #17411]
4357         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4358         l_reloc_result.
4359
4360 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4361
4362         * stdio-common/printf_fp.c
4363         (hack_digit): New function, broken out of ...
4364         (__printf_fp): ... local function here.  Update call sites.
4365         hack_digit now takes an additional parameter that is a pointer
4366         to a struct of the referenced locals.  Those locals moved inside
4367         the struct and references updated.
4368
4369 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4370
4371         * aclocal.m4: Require autoconf 2.69.
4372         * configure: Regenerated.
4373         * sysdeps/aarch64/configure: Likewise.
4374         * sysdeps/alpha/configure: Likewise.
4375         * sysdeps/arm/armv7/configure: Likewise.
4376         * sysdeps/arm/configure: Likewise.
4377         * sysdeps/ia64/configure: Likewise.
4378         * sysdeps/mach/configure: Likewise.
4379         * sysdeps/mips/configure: Likewise.
4380         * sysdeps/s390/configure: Likewise.
4381         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4383
4384         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4385         file.
4386         * sysdeps/ia64/configure.ac: Likewise.
4387
4388 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4389
4390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4391         specify symbol version for ld.so.  Do not include entry for
4392         libpthread.
4393         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4394         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4395         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4396
4397         [BZ #14171]
4398         * Makeconfig [$(build-shared) = yes]
4399         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4400         makefiles.
4401         [$(build-shared) = yes && $(soversions.mk-done) = t]
4402         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4403         [$(build-shared) = yes && $(soversions.mk-done) = t]
4404         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4405         to Makerules.
4406         [$(build-shared) = yes && $(soversions.mk-done) = t]
4407         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4408         here.
4409         [$(build-shared) = yes && $(soversions.mk-done) = t]
4410         (common-generated): Don't append gnu/lib-names.h and
4411         gnu/lib-names.stmp here.
4412         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4413         (lib-names-h-abi): New variable.
4414         [$(build-shared) = yes && $(soversions.mk-done) = t]
4415         (lib-names-stmp-abi): Likewise.
4416         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4417         abi-variants] (before-compile): Append
4418         $(common-objpfx)$(lib-names-h-abi).
4419         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4420         abi-variants] (common-generated): Append gnu/lib-names.h.
4421         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4422         abi-variants] (install-others-nosubdir): Depend on
4423         $(inst_includedir)/$(lib-names-h-abi).
4424         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4425         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4426         [$(build-shared) = yes && $(soversions.mk-done) = t]
4427         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4428         [$(build-shared) = yes && $(soversions.mk-done) = t]
4429         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4430         [$(build-shared) = yes && $(soversions.mk-done) = t]
4431         (common-generated): Append $(lib-names-h-abi) and
4432         $(lib-names-stmp-abi).
4433         * scripts/lib-names.awk: Do not handle multi being set.
4434         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4435         Remove variable.
4436         (abi-lp64_be-ld-soname): Likewise.
4437         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4438         Likewise.
4439         (abi-hard-ld-soname): Likewise.
4440         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4441         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4442         Remove variable.
4443         (abi-o32_hard-ld-soname): Likewise.
4444         (abi-o32_soft_2008-ld-soname): Likewise.
4445         (abi-o32_hard_2008-ld-soname): Likewise.
4446         (abi-n32_soft-ld-soname): Likewise.
4447         (abi-n32_hard-ld-soname): Likewise.
4448         (abi-n32_soft_2008-ld-soname): Likewise.
4449         (abi-n32_hard_2008-ld-soname): Likewise.
4450         (abi-n64_soft-ld-soname): Likewise.
4451         (abi-n64_hard-ld-soname): Likewise.
4452         (abi-n64_soft_2008-ld-soname): Likewise.
4453         (abi-n64_hard_2008-ld-soname): Likewise.
4454         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4455         Likewise.
4456         (abi-64-v2-ld-soname): Likewise.
4457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4458         ld.so entries.
4459         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4460         variable.
4461         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4462         entry.
4463         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4464         variable.
4465         (abi-64-ld-soname): Likewise.
4466         (abi-x32-ld-soname): Likewise.
4467         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4468         entry.
4469         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4470
4471 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4472
4473         [BZ #14138]
4474         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4475         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4476         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4477         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4478         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4479         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4480         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4481         syscall entry for GLIBC_2.2 symbol version.
4482         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4483         Likewise.
4484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4485         (setrlimit): Likewise.
4486         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4487         Likewise.
4488
4489 2014-09-23  Will Newton  <will.newton@linaro.org>
4490
4491         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4492         _LINUX_ARM_SYSDEP_H include guard too.
4493         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4494         define.
4495
4496 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4497
4498         * sysdeps/unix/sysv/linux/eventfd.c:
4499         Make first argument unsigned.
4500         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4501         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4502
4503 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4504
4505         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4506         * socket/sys/socket.h: Likewise
4507         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4508
4509 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4510
4511         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4512
4513 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4514
4515         * time/tst-ftime.c: New test.
4516         * time/Makefile (tests): Add tst-ftime.
4517
4518 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4519
4520         * soft-fp/extended.h: Fix comment formatting.
4521         * soft-fp/op-1.h: Likewise.
4522         * soft-fp/op-2.h: Likewise.
4523         * soft-fp/op-4.h: Likewise.
4524         * soft-fp/op-8.h: Likewise.
4525         * soft-fp/op-common.h: Likewise.
4526         * soft-fp/soft-fp.h: Likewise.
4527
4528         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4529
4530 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4531
4532         [BZ #6652]
4533         * Makeconfig (soversions-default-setname): Remove variable.
4534         ($(common-objpfx)soversions.i): Don't pass default_setname to
4535         soversions.awk.
4536         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4537         oldest_abi to abi-versions.awk.
4538         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4539         * config.make.in (oldest-abi): Remove variable.
4540         * configure.ac (--enable-oldest-abi): Remove configure option.
4541         * configure: Regenerated.
4542         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4543         text.
4544         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4545         * scripts/soversions.awk: Do not handle default_setname variable.
4546         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4547         variable.
4548         * sysdeps/mach/hurd/configure: Regenerated.
4549         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4550         variable.
4551         * sysdeps/unix/sysv/linux/configure: Regenerated.
4552
4553 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4554
4555         * elf/Makefile (CFLAGS-interp.c): Remove.
4556         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4557         path string.
4558         * elf/interp.c: Include generated runtime-linker.h
4559
4560         * Makerules (lib%.so): Don't include $(+interp) in
4561         prerequisites.
4562         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4563         * dlfcn/eval.c: Remove file.
4564
4565         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4566         macros.
4567
4568         [BZ #17266]
4569         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4570         4.2 and newer.
4571
4572         [BZ #17370]
4573         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4574
4575 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4576             Jakub Jelinek  <jakub@redhat.com>
4577
4578         [BZ #17266]
4579         * libio/stdio.h: Check definition of __fortify_function
4580         instead of __extern_always_inline to include bits/stdio2.h.
4581         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4582         check if __extern_always_inline is defined.
4583         [__USE_MISC || __USE_XOPEN]: Likewise.
4584         [__USE_ISOC99] Likewise.
4585         * misc/sys/cdefs.h (__fortify_function): Define only if
4586         __extern_always_inline is defined.
4587         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4588         __extern_always_inline and __extern_inline only for g++-4.3
4589         and newer or a compatible gcc.
4590
4591 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4592
4593         [BZ #17371]
4594         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4595         last change to handle zero prefix length.
4596
4597 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4598
4599         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4600         _SC_REGEX_VERSION.
4601
4602         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4603         _POSIX_RAW_SOCKETS.
4604
4605 2014-09-13  Allan McRae  <allan@archlinux.org>
4606
4607         * po/ru.po: Update Russian translation from translation project.
4608
4609 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4610
4611         * locale/programs/locale.c (show_locale_vars): Inline local function
4612         into its sole call site.  Clean up some style nits.
4613         (print_item): New function, broken out of ...
4614         (show_info): ... local function here.  Clean up style nits.
4615
4616         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4617         out of ...
4618         (set_class_defaults): ... local function set_default here.
4619         Define set_default as a macro locally to pass constant parameters.
4620         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4621         rather than a shared local.
4622
4623         * stdlib/rpmatch.c (try): New function, broken out of ...
4624         (rpmatch): ... local function here.  Also, prototypify definition.
4625
4626 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4627
4628         * scripts/soversions.awk: Do not handle configuration names.
4629         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4630         vendor and os variables to soversions.awk.
4631         * configure.ac: Do not modify gnu-* host_os.
4632         * configure: Regenerated
4633         * shlib-versions: Remove first column with configuration names.
4634         * nptl/shlib-versions: Likewise.
4635         * nptl_db/shlib-versions: Likewise.
4636         * sysdeps/hppa/shlib-versions: Likewise.
4637         * sysdeps/m68k/shlib-versions: Likewise.
4638         * sysdeps/mach/hurd/shlib-versions: Likewise.
4639         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4640         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4641         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4642         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4643         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4644         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4645         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4646         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4648         Likewise.
4649         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4650         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4651         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4652         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4653         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4654         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4655         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4656         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4657
4658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4659         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4661         Regenerated.
4662         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4664         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4665
4666         * shlib-versions: Remove OS-specific entries.  Moved to files in
4667         sysdeps.
4668         * sysdeps/mach/hurd/shlib-versions: New file.
4669         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4670
4671         * nptl/shlib-versions: Remove architecture-specific entries.
4672         Moved to files in sysdeps.
4673         * shlib-versions: Likewise.
4674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4675         file.
4676         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4677         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4678         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4679         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4680
4681         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4682         (UDP_NO_CHECK6_RX): Likewise.
4683
4684 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4685
4686         * sysdeps/posix/sysconf.c (__sysconf): Spell
4687         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4688
4689 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4690
4691         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4692         loading.
4693         * iconv/Versions (__gconv_transliterate): Export for use from
4694         gconv modules.
4695         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4696         (struct __gconv_trans_data, __gconv_trans_fct,
4697         __gconv_trans_context_fct, __gconv_trans_query_fct,
4698         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4699         definitions.
4700         (struct __gconv_step_data): Remove __trans member.
4701         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4702         longer hidden.  Remove unused trans_data argument.
4703         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4704         (__gconv_translit_find): Remove declaration.
4705         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4706         prototype.
4707         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4708         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4709         trans_data argument.  Add hidden definition.
4710         (__gconv_translit_find): Remove.
4711         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4712         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4713         * iconv/skeleton.c: Remove transliteration initialization.
4714         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4715         __gconv_step_data initialization.
4716         * libio/iofwide.c (__libio_translit_): Remove.
4717         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4718         * wcsmbs/btowc.c (__btowc): Likewise.
4719         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4720         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4721         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4722         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4723         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4724         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4725         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4726         * wcsmbs/wctob.c (wctob): Likewise.
4727
4728 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4729
4730         [BZ #16194]
4731         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4732         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4733         register usage.
4734         * sysdeps/x86/Makefile: Adjust.
4735
4736 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4737             Roland McGrath  <roland@hack.frob.com>
4738
4739         * locale/weight.h: Add include guard.
4740         (findidx): Make static rather than auto; take new parameters
4741         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4742         * locale/weightwc.h: Likewise.
4743         * posix/fnmatch_loop.c
4744         (FCT): Change type of EXTRA from int32_t to wint_t.
4745         Don't include either header inside the function.
4746         Call FINDIDX rather than findidx, and pass new arguments.
4747         #undef FINDIDX at the end of the file.
4748         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4749         FINDIDX before including fnmatch_loop.c for the non-wide version.
4750         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4751         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4752         for the wide version.
4753         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4754         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4755         Pass new arguments to findidx.
4756         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4757         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4758         Don't #include it inside the function.  Pass new arguments to findidx.
4759         * posix/regex_internal.h
4760         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4761         (re_string_elem_size_at): Don't #include it inside the function.
4762         Pass new arguments to findidx.
4763         * string/strcoll_l.c: #include WEIGHT_H at top level.
4764         (get_next_seq): Don't #include it inside the function.
4765         Pass new arguments to findidx.
4766         (get_next_seq_nocache): Likewise.
4767         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4768         (STRXFRM): Don't #include it inside the function.
4769         Pass new arguments to findidx.
4770
4771 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4772
4773         [BZ #17344]
4774         * malloc/malloc.c (unlink): Turn asserts into a call to
4775         malloc_printerr.
4776
4777 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4778
4779         [BZ #17370]
4780         * libio/wfileops (do_ftell_wide): Free OUT.
4781
4782 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4783
4784         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4785
4786 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4787
4788         [BZ #17363]
4789         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4790         group if the current group is empty.
4791
4792 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4793
4794         * benchtests/bench-memset.c (test_main): Add more test from size
4795         from 32 to 512 bytes.
4796         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4797         Add POWER8 memset object.
4798         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4799         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4800         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4801         implementation.
4802         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4803         Likewise.
4804         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4805         multiarch POWER8 memset optimization.
4806         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4807         POWER8 memset optimization.
4808
4809         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4810         Remove bzero multiarch objects.
4811         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4812         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4813         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4814         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4815         Remove define.
4816         [__bzero]: Redefine to specific name.
4817         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4818         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4819         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4820         define.
4821         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4822         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4823
4824 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4825
4826         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4827         warnings into errors.
4828
4829         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4830         __cxa_thread_atexit_impl prototype.
4831
4832 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4833
4834         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4835         Fix capitalization of error message.
4836
4837 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4838
4839         * sysdeps/mips/preconfigure: Modify ABI tests.
4840
4841 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4842
4843         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4844
4845 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4846             Carlos O'Donell  <carlos@systemhalted.org>
4847
4848         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4849         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4850         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4851         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4852         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4853         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4854         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4855         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4856         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4857         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4858         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4859         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4860         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4861         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4862         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4863         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4864         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4865         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4866         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4867         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4868         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4869         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4870         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4871         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4872         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4873         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4874         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4875         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4876         Deconditionalize the code that was previously under [RESET_PID].
4877         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4878         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4879         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4880         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4881         include sysdep.h.
4882
4883 2014-09-08  Allan McRae  <allan@archlinux.org>
4884
4885         * version.h (RELEASE): Set to "development".
4886         (VERSION): Set to "2.20.90"
4887
4888 2014-09-07  Allan McRae  <allan@archlinux.org
4889
4890         * version.h (RELEASE): Set to "stable".
4891         (VERSION): Set to "2.20"
4892         * include/features.h (__GLIBC_MINOR__): Set to 20.
4893
4894         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4895         Liebler.
4896
4897         * po/ko.po: Update Korean translation from translation project.
4898
4899 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4900
4901         [BZ #17354]
4902         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4903         macro for handling signed relocations.
4904
4905 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4906
4907         [BZ #17325]
4908         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4909         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4910         assert.
4911         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4912         * iconvdata/ibm935.c (BODY): Likewise.
4913         * iconvdata/ibm937.c (BODY): Likewise.
4914         * iconvdata/ibm939.c (BODY): Likewise.
4915         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4916         assert.
4917         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4918         script.
4919         * iconvdata/run-iconv-test.sh: New test loop for checking for
4920         decoder crashers.
4921
4922 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4923
4924         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4925         libm_hidden_ver.
4926
4927 2014-09-01  Allan McRae  <allan@archlinux.org>
4928
4929         * po/eo.po: Update Esperanto translation from translation project.
4930
4931         * po/ca.po: Update Catalan translation from translation project.
4932
4933 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4934
4935         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4936         __proc_dostop call.
4937
4938 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4939
4940         [BZ #17319]
4941         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4942         to call set_thread_area instead of hand written asm.
4943         (__NR_set_thread_area): Removed define.
4944         (TLS_FLAG_WRITABLE): Likewise.
4945         (__ASSUME_SET_THREAD_AREA): Remove check.
4946         (TLS_EBX_ARG): Remove define.
4947         (TLS_LOAD_EBX): Likewise.
4948
4949 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4950
4951         Simplify atomicity of socket creation in bind.
4952
4953         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4954         looking up the name after linking the file.
4955
4956 2014-08-27  Allan McRae  <allan@archlinux.org>
4957
4958         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4959
4960 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4961
4962         [BZ #17187]
4963         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4964         trans_compare, open_translit, __gconv_translit_find):
4965         Remove module loading code.
4966
4967 2014-08-26  Allan McRae  <allan@archlinux.org>
4968
4969         * po/vi.po: Update Vietnamese translation from translation project.
4970
4971         * po/uk.po: Update Ukrainian translation from translation project.
4972
4973         * po/fr.po: Update French translation from translation project.
4974
4975         * po/ru.po: Update Russian translation from translation project.
4976
4977         * po/pl.po: Update Polish translation from translation project.
4978
4979         * po/cs.po: Update Czech translation from translation project.
4980
4981         * po/de.po: Update German translation from translation project.
4982
4983         * po/bg.po: Update Bulgarian translation from translation project.
4984
4985         * po/sv.po: Update Sweedish translation from translation project.
4986
4987         * po/nl.po: Update Dutch translation from translation project.
4988
4989         * po/es.po: Update Spanish translation from translation project.
4990
4991 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4992
4993         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4994
4995         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4996         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4997         (CPPFLAGS-iconvconfig): Likewise.
4998         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4999
5000         * include/libc-symbols.h: Remove unnecessary check for
5001         NOT_IN_libc.
5002         * nptl/pthreadP.h: Likewise.
5003         * sysdeps/aarch64/setjmp.S: Likewise.
5004         * sysdeps/alpha/setjmp.S: Likewise.
5005         * sysdeps/arm/sysdep.h: Likewise.
5006         * sysdeps/i386/setjmp.S: Likewise.
5007         * sysdeps/m68k/setjmp.c: Likewise.
5008         * sysdeps/posix/getcwd.c: Likewise.
5009         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5010         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5011         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5012         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5013         * sysdeps/sh/sh3/setjmp.S: Likewise.
5014         * sysdeps/sh/sh4/setjmp.S: Likewise.
5015         * sysdeps/unix/alpha/sysdep.h: Likewise.
5016         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5017         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5018         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5019         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5022         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5023         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5024         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5025         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5026         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5027         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5028         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5029         * sysdeps/x86_64/setjmp.S: Likewise.
5030
5031 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
5032
5033         [BZ #17263]
5034         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
5035         <stdint.h>.
5036         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
5037         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
5038
5039 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
5040
5041         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
5042
5043         [BZ #17262]
5044         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
5045         and __x86_64__ when disabling x87 inline functions.
5046
5047 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
5048
5049         [BZ #17259]
5050         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
5051         asm statement with __cpuid_count.
5052
5053 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
5054
5055         * configure.ac: Change __ehdr_start code to dereference the struct.
5056         Run readelf on the output to look for relocations.
5057         * configure: Regenerated.
5058
5059 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
5060
5061         [BZ #17261]
5062         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
5063         value to 0.
5064         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
5065
5066 2014-08-12  Roland McGrath  <roland@hack.frob.com>
5067
5068         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
5069
5070 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
5071
5072         [BZ #16892]
5073         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
5074         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
5075
5076 2014-08-12  Sean Anderson  <seanga2@gmail.com>
5077
5078         * malloc/malloc.c: Fix typo in comment.
5079
5080 2014-08-09  Allan McRae  <allan@archlinux.org>
5081
5082         * Regenerate libc.po.
5083
5084 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
5085
5086         * intl/tst-gettext2.sh: Check every lang file for creation.
5087
5088 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
5089
5090         * sysdeps/aarch64/fpu/math_private.h
5091         (libc_feholdsetround_noex_aarch64_ctx): New function.
5092
5093 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
5094
5095         * sysdeps/arm/armv6/strcpy.S (strcpy):
5096         Fix performance issue in misaligned cases.
5097
5098 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5099
5100         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
5101         Move definition from termios.h.
5102         (struct termio): Likewise.
5103         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5104         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
5105         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
5106         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
5107         Likewise.
5108         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
5109         Move definition to ioctl-types.h
5110         (struct termio): Likewise.
5111         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5112         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
5113         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
5114         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
5115         Likewise.
5116
5117 2014-08-05  Richard Henderson  <rth@redhat.com>
5118
5119         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
5120         exceptions.
5121         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
5122         Add fraiseexcpt.
5123         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
5124         Use __feraiseexcept.
5125         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
5126         Protect libm symbols with IS_IN_libm.
5127
5128         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
5129
5130 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
5131
5132         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
5133
5134 2014-08-04  Will Newton  <will.newton@linaro.org>
5135
5136         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
5137         file.
5138
5139 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
5140
5141         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
5142         variants for each function.
5143
5144 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5145
5146         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
5147         appended ...
5148         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
5149         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
5150         appended ...
5151         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
5152         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
5153         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
5154         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
5155         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
5156         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
5157         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
5158         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
5159         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
5160         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
5161         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
5162         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
5163         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
5164         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
5165         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
5166         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
5167         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
5168         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
5169         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
5170         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
5171         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
5172         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
5173         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
5174         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
5175         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
5176         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
5177         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
5178         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
5179         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
5180         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
5181         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
5182         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
5183         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
5184         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
5185         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
5186         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
5187         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
5188         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
5189         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
5190         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
5191         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
5192         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
5193         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
5194         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
5195         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
5196         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
5197         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
5198         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
5199         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
5200         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
5201         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
5202         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
5203         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
5204         Update #include.
5205         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
5206         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
5207
5208 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5209
5210         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
5211         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5212         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
5213         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
5214         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
5215         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
5216
5217 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5218
5219         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
5220         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5221         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5222         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5223
5224 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5225
5226         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5227         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5228         (__libc_vfork): Define function under this name.
5229         (__vfork): Define as an alias.
5230         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5231         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5232
5233 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5234
5235         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5236         that was previously under [RESET_PID].
5237         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5238
5239 2014-08-04  Andreas Schwab  <schwab@suse.de>
5240
5241         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5242
5243 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
5244
5245         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5246         (main): Likewise.
5247
5248 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5249
5250         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5251
5252 2014-08-01  Richard Henderon  <rth@redhat.com>
5253
5254         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5255         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5256         typo in exact zero test.
5257         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5258         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5259         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5260
5261 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5262
5263         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5264         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5265         * sysdeps/arm/sysdep.h: ... here.
5266         [!__ASSEMBLER__]: Include <stdint.h>.
5267
5268 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5269
5270         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5271         (HAVE_WCTYPE_H): Likewise.
5272         (HAVE_ISWCTYPE): Likewise.
5273         (ENABLE_NLS): Likewise.
5274         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5275         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5276
5277         * posix/regex_internal.c: Check if DEBUG is defined and is
5278         set.
5279
5280         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5281         (HAVE_MBSRTOWCS): Likewise.
5282         * posix/fnmatch.c: Include string.h unconditionally.
5283
5284 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5285
5286         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5287         reversal.
5288
5289 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5290
5291         * sysdeps/generic/safe-fatal.h: New file.
5292         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5293         * nptl/forward.c: Include it.
5294         (__pthread_unwind): Use __safe_fatal as default action, rather
5295         than a bogus use of INTERNAL_SYSCALL that could never work.
5296
5297         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5298         * configure.ac (libc_cv_builtin_trap): New test.
5299         * configure: Regenerated.
5300         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5301         (ABORT_INSTRUCTION): Define using __builtin_trap.
5302
5303         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5304         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5305         * sysdeps/nptl/nptl-signals.h: New file.
5306         * nptl/pthreadP.h: Include <nptl-signals.h>.
5307
5308 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5309
5310         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5311         (ONE_DIRECTION): Define.
5312         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5313         (ONE_DIRECTION): Define.
5314         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5315         (ONE_DIRECTION): Define.
5316
5317 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5318
5319         * sysdeps/s390/Makefile: Delete file.
5320         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5321         * sysdeps/s390/__longjmp.c: Delete file.
5322         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5323         Remove fields __flags and __reserved.
5324         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5325         and add versioning.
5326         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5327         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5328         * sysdeps/s390/rtld-setjmp.S: Likewise.
5329         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5330         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5331         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5332         * sysdeps/s390/s390-32/setjmp.S: ... here.
5333         Add versioning.
5334         (__sigsetjmp): Remove setting __flags field.
5335         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5336         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5337         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5338         * sysdeps/s390/s390-64/setjmp.S: ... here.
5339         Add versioning.
5340         (__sigsetjmp): Remove setting __flags field.
5341         * sysdeps/s390/setjmp.S: Delete file.
5342         * sysdeps/s390/sigjmp.c: Likewise.
5343         * sysdeps/s390/v1-longjmp.c: Likewise.
5344         * sysdeps/s390/v1-setjmp.h: Likewise.
5345         * sysdeps/s390/v1-sigjmp.c: Likewise.
5346         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5347         Remove v1-longjmp_chk.
5348         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5349         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5350         Include debug/longjmp_chk.c and add versioning.
5351         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5352         Include nptl/pt-longjmp.c and add versioning.
5353         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5354         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5355         Include __longjmp.c.
5356         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5357         Move to ...
5358         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5359         (__getcontext): Remove setting __flags field.
5360         Add versioning.
5361         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5362         Don't restore upper high grps.
5363         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5364         Likewise.
5365         (__swapcontext): Remove setting uc_flags field.
5366         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5367         Delete file.
5368         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5369         Include __longjmp.c.
5370         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5371         Move to ...
5372         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5373         (__getcontext): Remove setting __flags field.
5374         Add versioning.
5375         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5376         (__swapcontext): Remove setting uc_flags field.
5377         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5378         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5379         Remove fields uc_high_gprs and __reserved.
5380         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5381         New file with reverted content.
5382         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5383         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5384         Regenerated.
5385         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5386         Regenerated.
5387
5388 2014-07-31  Andreas Schwab  <schwab@suse.de>
5389
5390         * config.h.in (HAVE_IFUNC): Define to 0.
5391         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5392         definedness.
5393
5394 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5395
5396         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5397         memmove-avx-unaligned, memcpy-avx-unaligned and
5398         mempcpy-avx-unaligned.
5399         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5400         Add tests for AVX memcpy functions.
5401         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5402         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5403         memcpy_chk.
5404         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5405         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5406         memmove_chk.
5407         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5408         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5409         mempcpy_chk.
5410         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5411         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5412         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5413
5414 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5415
5416         [BZ #17213]
5417         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5418         powerpc64le.
5419
5420 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5421
5422         [BZ #16839]
5423         * manual/llio.texi: Add section about open file description locks.
5424         * manual/examples/ofdlocks.c: Example of open file description
5425         lock usage.
5426         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5427         F_OFD_SETLK, and F_OFD_SETLKW.
5428
5429 2014-07-23  Allan McRae  <allan@archlinux.org>
5430
5431         * po/es.po: Update Spanish translation from translation project.
5432
5433 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5434
5435         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5436
5437 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5438
5439         [BZ #17078]
5440         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5441         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5442         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5443
5444 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5445
5446         [BZ #17088]
5447         * math/fesetenv.c (__fesetenv)
5448         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5449         * math/feupdateenv.c (__feupdateenv)
5450         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5451
5452         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5453         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5454         (__ASSUME_SOCKETCALL): Do not define.
5455
5456         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5457         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5458         (__ASSUME_SOCKETCALL): Do not define.
5459         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5460         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5461         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5462         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5463         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5464         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5465         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5466         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5467
5468         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5469         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5470         (__ASSUME_SOCKETCALL): Do not define.
5471         (__ASSUME_IPC64): Define unconditionally.
5472         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5473         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5474         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5475         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5476         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5477         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5478         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5479         Likewise.
5480
5481         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5482         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5483         (__ASSUME_SOCKETCALL): Do not define.
5484         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5485         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5486         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5487         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5488         (__ASSUME_REQUEUE_PI): Define unconditionally.
5489         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5490         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5491         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5492         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5493         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5494         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5495
5496         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5497         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5498         (__ASSUME_SOCKETCALL): Do not define.
5499         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5500         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5501         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5502         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5503         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5504         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5505
5506         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5507         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5508         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5509         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5510         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5511         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5512         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5513         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5514         (__ASSUME_GETCPU_SYSCALL): Likewise.
5515
5516         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5517         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5518         cases for individual architectures.
5519         * sysdeps/gnu/configure: Regenerated.
5520         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5521         LIBC_SLIBDIR_RTLDDIR.
5522         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5523         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5524         LIBC_SLIBDIR_RTLDDIR.
5525         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5527         LIBC_SLIBDIR_RTLDDIR.
5528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5529         Regenerated.
5530         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5531         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5532         file.
5533         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5534         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5535         file.
5536         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5537         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5538         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5539         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5540
5541         * sysdeps/aarch64/shlib-versions: Move to ...
5542         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5543         * sysdeps/alpha/shlib-versions: Move to ...
5544         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5545         * sysdeps/arm/shlib-versions: Move to ...
5546         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5547         * sysdeps/hppa/shlib-versions: Move all contents except for
5548         libgcc_s entry to ...
5549         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5550         entry from ...
5551         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5552         * sysdeps/ia64/shlib-versions: Move to ...
5553         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5554         entry from ...
5555         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5556         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5557         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5558         * sysdeps/microblaze/shlib-versions: Move to ...
5559         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5560         * sysdeps/mips/shlib-versions: Move to ...
5561         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5562         entry from ...
5563         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5564         * sysdeps/tile/shlib-versions: Move to ...
5565         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5566         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5567         from ...
5568         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5569         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5570         entry from ...
5571         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5572
5573 2014-07-17  Will Newton  <will.newton@linaro.org>
5574
5575         * sysdeps/arm/bits/atomic.h
5576         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5577         (__arch_compare_and_exchange_bool_16_int): Likewise.
5578         (__arch_compare_and_exchange_bool_64_int): Likewise.
5579
5580         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5581         into an #else block.
5582
5583 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5584
5585         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5586         just Linux configurations.  Test empirically that the compiler sets
5587         __ARM_EABI__, rather than using the tuple to decide.
5588         * sysdeps/arm/preconfigure: Regenerated.
5589         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5590         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5591         contents appended ...
5592         * sysdeps/arm/configure.ac: ... here.
5593         * sysdeps/arm/configure: Regenerated.
5594
5595 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5596
5597         * nptl/pthread_kill.c: New file.
5598         * nptl/pthread_sigmask.c: New file.
5599         * nptl/pthread_sigqueue.c: New file.
5600
5601         * sysdeps/nptl/lowlevellock.h: New file.
5602         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5603         * sysdeps/nptl/lowlevellock-futex.h: New file.
5604
5605         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5606         Remove dead declarations.
5607
5608 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5609
5610         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5611         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5612         config-cflags-avx2.
5613         * sysdeps/x86_64/configure.ac: Likewise.
5614         * sysdeps/i386/configure: Regenerated.
5615         * sysdeps/x86_64/configure: Likewise.
5616         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5617         memset-avx2 only if config-cflags-avx2 is yes.
5618         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5619         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5620         defined.
5621         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5622         only if HAVE_AVX2_SUPPORT is defined.
5623         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5624
5625 2014-07-14  Alan Modra  <amodra@gmail.com>
5626
5627         [BZ #17153]
5628         * elf/elf.h (DT_PPC64_NUM): Correct value.
5629         * NEWS: Add to fixed bug list.
5630
5631 2014-07-13  Jim Meyering  <meyering@fb.com>
5632
5633         [BZ 17150]
5634         regex: don't deref NULL upon heap allocation failure
5635         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5636         failure in one more place.
5637         To trigger the segfault, configure grep -with-included-regex,
5638         build it, and run these commands:
5639         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5640
5641 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5642
5643         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5644
5645 2014-07-11  Richard Henderson  <rth@redhat.com>
5646
5647         * sysdeps/aarch64/libm-test-ulps: Update.
5648
5649 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5650
5651         [BZ #17135]
5652         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5653         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5654         (__nptl_setxid): Initialize error member.  Call
5655         __nptl_setxid_error.
5656         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5657         * nptl/descr.h (struct xid_command): Add error member.
5658         * nptl/tst-setuid3.c: New file.
5659         * nptl/Makefile (tests): Add it.
5660
5661 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5662
5663         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5664         New define.
5665         (__lll_trylock): Use __lll_base_trylock.
5666         (__lll_cond_trylock): Likewise.
5667
5668 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5669
5670         * nptl/pthread_create.c (start_thread): Use atomic_or and
5671         lll_futex_wake directly rather than lll_robust_dead.
5672         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5673         (lll_robust_dead): Macro removed.
5674         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5675         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5676         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5677         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5678         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5679         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5680         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5681         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5682         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5683         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5684         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5685         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5686         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5687         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5688         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5689
5690         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5691         Use atomic_compare_and_exchange_val_acq directly rather than
5692         lll_robust_trylock.
5693         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5694         (__lll_robust_trylock, lll_robust_trylock): Removed.
5695         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5696         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5697         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5698         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5699         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5700         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5701         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5702         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5703         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5704         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5705         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5706         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5707         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5708         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5709
5710 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5711
5712         * manual/locale.texi (Locale Names): New section documenting
5713         locale name syntax.  Adjust menu and node chaining accordingly.
5714         (Choosing Locale): Reference Locale Names, Locale Categories.
5715         Mention setting LC_ALL=C.  Reflect that name syntax is now
5716         documented.
5717         (Locale Categories): New section title.  Reference Locale Names.
5718         LC_ALL is an environment variable, but not a category.
5719         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5720         description, now in Locale Name.  Reference that section.  Locale
5721         name syntax is now documented.
5722
5723 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5724
5725         [BZ #17137]
5726         * locale/findlocale.c (name_present, valid_locale_name): New
5727         functions.
5728         (_nl_find_locale): Use the loc_name variable to store name
5729         candidates.  Call name_present and valid_locale_name to check and
5730         validate locale names.  Return an error if the locale is invalid.
5731
5732 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5733
5734         * locale/setlocale.c (setlocale): Use strdup for allocating
5735         composite name copy.
5736
5737 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5738
5739         Sync up with gnulib.
5740         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5741         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5742         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5743         and _GL_ARG_NONNULL.
5744         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5745         [!_LIBC]: Include code for Windows and Cygwin.
5746         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5747         Include prototype for int strerror_r.
5748         [!_LIBC] (is_open): New function.
5749         (flush_stdout): New function.
5750         (print_errno_message): Use it.
5751         (error): Likewise.
5752         (error_at_line): Likewise.
5753         (error_tail) Add function attribute macros.  Use
5754         __builtin_expect.
5755
5756         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5757
5758         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5759
5760         * io/ftw.c: Include sys/param.h unconditionally.
5761
5762         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5763
5764         [BZ #17125]
5765         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5766         libc_freeres_ptr.
5767         (freecache): New function to free CACHE on exit.
5768
5769         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5770         initialization.
5771
5772 2014-07-09  David S. Miller  <davem@davemloft.net>
5773
5774         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5775
5776         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5777         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5778         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5779         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5780         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5781         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5782         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5783         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5784         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5785         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5786         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5787         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5788         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5789
5790 2014-07-09  Andreas Schwab  <schwab@suse.de>
5791
5792         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5793         output.
5794         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5795         (do_test): Likewise.
5796
5797         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5798
5799 2014-07-09  Will Newton  <will.newton@linaro.org>
5800
5801         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5802         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5803         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5804         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5805         * sysdeps/hppa/start.S (_start): Likewise.
5806
5807 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5808
5809         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5810
5811         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5812         defined.
5813
5814 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5815
5816         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5817         after checking that it is non-NULL.
5818
5819         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5820
5821 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5822
5823         * sysdeps/powerpc/memmove.c: Remove file.
5824         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5825         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5826         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5827         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5828         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5829         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5830         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5831         string memmove instead of removed powerpc one.
5832
5833         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5834         [weak_alias]: Fix compiler warning due trailing data.
5835         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5836         [weak_alias]: Likewise.
5837         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5838         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5839
5840         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5841         (__libc_ifunc_impl_list): Add memmove functions.
5842
5843 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5844
5845         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5846         Remove code.
5847         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5848         Likewise
5849         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5850         Likewise
5851         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5852         Likewise
5853         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5854         Likewise
5855         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5856         Likewise
5857         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5858         Likewise
5859         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5860         Likewise
5861         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5862         Likewise
5863         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5864         Likewise
5865         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5866         Likewise
5867         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5868         Likewise
5869         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5870         Likewise
5871         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5872         Likewise
5873         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5874         Likewise
5875         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5876         Likewise
5877         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5878         Likewise
5879
5880 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5881
5882         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5883         to avoid alignment traps in non-cacheable memory.
5884         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5885
5886         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5887         multiarch objects.
5888         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5889         file: multiarch power7 memmove.
5890         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5891         multiarch default memmove.
5892         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5893         multiarch memove for powerpc32/power4.
5894
5895         * string/bcopy.c: Use full path to include memmove.c.
5896         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5897         multiarch objects.
5898         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5899         bcopy for powerpc64.
5900         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5901         bcopy for powerpc64.
5902         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5903         and memmove implementations.
5904         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5905         optimized multiarch memmove for POWER7/powerpc64.
5906         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5907         default multiarch memmove for powerpc64.
5908         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5909         multiarch for powerpc64.
5910         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5911         for POWER7/powerpc64.
5912         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5913         memmove for POWER7/powerpc64.
5914
5915         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5916         glibc default one.
5917
5918         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5919         __ELF_NATIVE_CLASS equal to 64.
5920
5921 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5922
5923         * sysdeps/nptl/lowlevellock.h: File removed.
5924
5925         * NEWS: NPTL is no longer an add-on!
5926         * nptl/internaltypes.h: Moved ...
5927         * sysdeps/nptl/internaltypes.h: ... here.
5928         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5929         * sysdeps/nptl/fork.c: Likewise.
5930         * sysdeps/nptl/gai_misc.h: Likewise.
5931         * sysdeps/nptl/librt-cancellation.c: Likewise.
5932         * sysdeps/nptl/jmp-unwind.c: Likewise.
5933         * sysdeps/nptl/setxid.h: Likewise.
5934         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5935         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5936         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5937         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5938         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5939         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5940         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5941         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5942         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5943         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5944         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5945         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5946         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5947         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5948         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5949         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5950         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5951         * nptl/Makeconfig: Moved ...
5952         * sysdeps/nptl/Makeconfig: ... here.
5953         * nptl/configure: File removed.
5954         * nptl/ANNOUNCE: File removed.
5955         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5956         * sysdeps/unix/sysv/linux/configure: Regenerated.
5957
5958         * nptl/Makefile (routines): Add libc_pthread_init,
5959         libc_multiple_threads, register-atfork and unregister-atfork.
5960         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5961         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5962         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5963         pthread-pi-defines.sym, structsem.sym.
5964         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5965         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5966         [$(subdir) = nptl] (tests): Add tst-setgetname.
5967         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5968         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5969         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5970         [!LIBC_SIGACTION]: Remove aliases.
5971         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5972         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5973         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5974         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5975         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5976         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5977         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5978         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5979         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5980         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5981         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5982         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5983         __libc_allocate_rtsig_private.
5984         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5985         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5986         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5987         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5988         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5989         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5990         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5991         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5992         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5993         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5994         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5995         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5996         * nptl/internaltypes.h: ... here.
5997         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5998         * sysdeps/nptl/jmp-unwind.c: ... here.
5999         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
6000         * nptl/libc-lowlevellock.c: ... here.
6001         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
6002         * nptl/libc_multiple_threads.c: ... here.
6003         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
6004         * nptl/libc_pthread_init.c: ... here.
6005         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
6006         * nptl/lowlevelbarrier.sym: ... here.
6007         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
6008         * nptl/lowlevelcond.sym: ... here.
6009         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
6010         * nptl/lowlevellock.c: ... here.
6011         * nptl/lowlevellock.h: Moved ...
6012         * sysdeps/nptl/lowlevellock.h: ... here.
6013         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
6014         * nptl/lowlevelrobustlock.c: ... here.
6015         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
6016         * nptl/lowlevelrobustlock.sym: ... here.
6017         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
6018         * nptl/lowlevelrwlock.sym: ... here.
6019         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
6020         * nptl/pt-fork.c: ... here.
6021         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
6022         * nptl/pthread-pi-defines.sym: ... here.
6023         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
6024         * nptl/pthread_attr_getaffinity.c: ... here.
6025         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
6026         * nptl/pthread_attr_setaffinity.c: ... here.
6027         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
6028         * nptl/pthread_mutex_cond_lock.c: ... here.
6029         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6030         Update #include.
6031         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
6032         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
6033         * nptl/pthread_once.c: ... here, replacing old file.
6034         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
6035         * nptl/pthread_yield.c: ... here.
6036         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
6037         * nptl/register-atfork.c: ... here.
6038         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
6039         * nptl/sem_post.c: ... here.
6040         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
6041         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
6042         * nptl/sem_timedwait.c: ... here.
6043         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
6044         * nptl/sem_trywait.c: ... here.
6045         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
6046         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
6047         * nptl/sem_wait.c: ... here.
6048         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
6049         * nptl/structsem.sym: ... here.
6050         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
6051         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
6052         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
6053         * nptl/unregister-atfork.c: ... here.
6054         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
6055         * nptl/unwindbuf.sym: ... here.
6056         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
6057         * sysdeps/nptl/fork.c: ... here.
6058         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
6059         * sysdeps/nptl/fork.h: ... here.
6060         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
6061         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
6062         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
6063         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
6064         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
6065         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
6066         * sysdeps/unix/sysv/linux/getpid.c: ... here.
6067         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
6068         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
6069         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
6070         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
6071         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
6072         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
6073         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
6074         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
6075         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
6076         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
6077         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
6078         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
6079         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
6080         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
6081         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
6082         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
6083         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
6084         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
6085         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
6086         * sysdeps/unix/sysv/linux/raise.c: ... here.
6087         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
6088         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
6089         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
6090         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
6091         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
6092         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
6093         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
6094         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
6095         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
6096         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
6097         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
6098         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
6099         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
6100         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
6101         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
6102
6103 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
6104
6105         * sysdeps/generic/memcopy.h: Add comment for
6106         MEMCPY_OK_FOR_FWD_MEMMOVE.
6107
6108 2014-07-04  Will Newton  <will.newton@linaro.org>
6109
6110         * string/memchr.c: Merge from gnulib.
6111         [_LIBC]: Remove conditionals.
6112         (__ptr_t): Remove define.
6113         (LONG_MAX_32_BITS): Likewise.
6114         (LONG_MAX): Likewise.
6115         (MEMCHR): Use ANSI prototype and optimize algorithm.
6116
6117         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
6118
6119 2014-07-03  Roland McGrath  <roland@hack.frob.com>
6120
6121         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
6122         (lll_futex_timed_wait_bitset): Fix syscall argument count.
6123
6124         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
6125         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
6126         in a bare environment with no <stdlib.h> installed.
6127         * sysdeps/nptl/configure: Regenerated.
6128
6129         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
6130
6131         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
6132         AC_EGREP_CPP for kernel header checks, so they only succeed if
6133         including <linux/version.h> actually works right.
6134         * sysdeps/unix/sysv/linux/configure: Regenerated.
6135
6136         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
6137         value so it's not diagnosed as unused.
6138
6139         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
6140         thing) with "ifeq ($(subdir),rt)".
6141
6142 2014-07-03  Richard Henderson  <rth@redhat.com>
6143
6144         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
6145         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
6146         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
6147
6148         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
6149         (math_force_eval): New.
6150
6151         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
6152         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
6153
6154         * sysdeps/alpha/fpu/s_round.c: Remove file.
6155         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
6156
6157         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
6158         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
6159         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
6160         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
6161         (_dl_start, print_statistics): Likewise.
6162         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
6163         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
6164
6165         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6166         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6167         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6168         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6169         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6170         (HP_SMALL_TIMING_AVAIL): Define.
6171         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6172         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6173         (HP_SMALL_TIMING_AVAIL): Define.
6174         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6175         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6176
6177         * sysdeps/aarch64/hp-timing.h: New file.
6178
6179         * sysdeps/generic/hp-timing.h: Remove dead comment.
6180         * sysdeps/generic/hp-timing-common.h: New file.
6181         * sysdeps/alpha/hp-timing.h: Include it.
6182         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
6183         * sysdeps/i386/i686/hp-timing.h: Likewise.
6184         * sysdeps/ia64/hp-timing.h: Likewise.
6185         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
6186         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
6187         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
6188         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
6189         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
6190         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
6191         (hp_timing_t): New.
6192
6193         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
6194         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
6195         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
6196         * elf/rtld.c (_dl_start_final): Likewise.
6197         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
6198         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6199         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6200         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6201         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6202         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6203         (HP_TIMING_DIFF_INIT): Remove.
6204         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6205         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6206         (HP_TIMING_DIFF_INIT): Remove.
6207         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6208         * sysdeps/i386/i686/hp-timing.c: Remove file.
6209         * sysdeps/x86_64/hp-timing.c: Remove file.
6210         * sysdeps/ia64/hp-timing.c: Remove file.
6211         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
6212         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
6213         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
6214         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
6215
6216         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
6217         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
6218         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
6219         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6220         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6221         (HP_TIMING_ACCUM): Remove.
6222         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6223         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6224         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6225
6226         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6227         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6228         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6229         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6230         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6231         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6232         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6233         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6234
6235         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6236
6237 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
6238
6239         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6240
6241 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6242
6243         Sync up with gettext.
6244         * intl/loadmsgcat.c: Define O_BINARY if not defined.
6245         [_MSC_VER]: Include malloc.h
6246         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6247         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6248         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6249         TEMP_FAILURE_RETRY.  Cast return of alloca.
6250         [!_LIBC] Call gl_rwlock_init.
6251         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6252
6253 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6254
6255         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6256         before checking its value.
6257
6258 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6259
6260         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6261
6262         * debug/memcpy_chk.c: Don't include pagecopy.h.
6263         * debug/mempcpy_chk.c: Likewise.
6264         * string/memcpy.c: Likewise.
6265         * string/memmove.c: Likewise.
6266         * sysdeps/powerpc/memmove.c: Likewise.
6267         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6268         definition of PAGE_COPY_FWD_MAYBE here...
6269         * sysdeps/generic/pagecopy.h: ... from here.
6270         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6271
6272 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6273             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6274
6275         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6276         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6277         optimizations.
6278         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6279         (__libc_ifunc_impl_list): Likewise.
6280         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6281         multiarch strcat for PPC64.
6282         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6283         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6284
6285 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6286
6287         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6288
6289 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6290
6291         * intl/loadmsgcat.c: Remove declaration of
6292         get_sysdep_segment_value.
6293         (get_sysdep_segment_value): Use ISO C style.
6294         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6295         semicolon.  Fix typo and formatting in comment.
6296         (_nl_unload_domain): Use ISO C style.
6297
6298         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6299
6300 2014-07-02  Will Newton  <will.newton@linaro.org>
6301
6302         * malloc/obstack.c: Merge from gnulib master.
6303         [HAVE_CONFIG_H]: Remove conditional code.
6304         [!_LIBC]: Include config.h.
6305         [!ELIDE_CODE]: Don't include inttypes.h, include
6306         stdint.h unconditionally.
6307         (print_and_abort): Mark as _Noreturn.
6308         (_obstack_allocated_p): Mark as __attribute_pure__.
6309         (obstack_free): Rename to __obstack_free.
6310         [!__attribute__]: Remove conditional code.
6311         * malloc/obstack.h: Merge from gnulib master.
6312         [__cplusplus]: Move conditional down.
6313         [!__attribute_pure__]: Define __attribute_pure__ here
6314         if it is not already defined.
6315         (_obstack_memory_used): Mark as __attribute_pure__.
6316         [!__obstack_free]: Define as obstack_free.
6317         [__GNUC__]: Remove check for ancient NeXT gcc.
6318
6319 2014-07-02  Will Newton  <will.newton@linaro.org>
6320             Paul Eggert  <eggert@cs.ucla.edu>
6321
6322         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6323
6324 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6325
6326         * resolv/gethnamaddr.c: Add comment warning that the file is
6327         not maintained.
6328
6329 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6330
6331         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6332         entries.
6333
6334         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6335         entry for aio_cancel and aio_cancel64.
6336         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6337         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6338         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6339         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6340         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6341         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6342         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6343         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6344         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6345         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6346         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6347         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6348         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6349
6350 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6351
6352         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6353         * nptl/pthread_mutex_lock.c: Likewise.
6354         * nptl/pthread_mutex_timedlock.c: Likewise.
6355         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6356
6357 2014-07-01  Richard henderson  <rth@redhat.com>
6358
6359         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6360         (__isnan, __isnanl): Remove.
6361         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6362
6363         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6364
6365 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6366
6367         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6368
6369 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6370
6371         * resolv/nss_dns/dns-host.c (getanswer_r)
6372         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6373
6374 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6375
6376         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6377         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6378         undefine.
6379         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6380         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6381
6382 2014-07-01  Roland McGrath <roland@hack.frob.com>
6383
6384         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6385         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6386
6387         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6388         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6389
6390         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6391         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6392         ... here.
6393         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6394         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6395
6396         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6397         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6398         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6399         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6400
6401         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6402         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6403         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6404         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6405         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6406         Moved ...
6407         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6408         ... here.
6409         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6410         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6411         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6412         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6413         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6414         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6415         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6416         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6417         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6418         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6419         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6420         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6421         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6422         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6423         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6424         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6425         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6426         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6427         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6428         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6429         ... here.
6430         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6431         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6432         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6433         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6434         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6435         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6436         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6437         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6438
6439 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6440
6441         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6442         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6443         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6444         Add sysdep.
6445
6446 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6447
6448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6449
6450 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6451
6452         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6453         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6454
6455         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6456
6457         * sysdeps/arm/libm-test-ulps: Regenerated.
6458
6459 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6460             Roland McGrath <roland@hack.frob.com>
6461
6462         * test-skeleton.c (signal_handler): Kill the whole process group
6463         before killing the child individually.
6464         (main): Report any failure on `setpgid'.
6465
6466 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6467
6468         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6469         from _TLS_H to _ARM_NPTL_TLS_H.
6470         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6471         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6472
6473 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6474
6475         [BZ #16539]
6476         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6477         (__expm1l): Return argument unchanged when small but not
6478         subnormal.
6479
6480         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6481         include macro name.
6482         (_FP_UNPACK_RAW_1_P): Likewise.
6483         (_FP_PACK_RAW_1): Likewise.
6484         (_FP_PACK_RAW_1_P): Likewise.
6485         (_FP_MUL_MEAT_1_wide): Likewise.
6486         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6487         (_FP_MUL_MEAT_1_hard): Likewise.
6488         (_FP_DIV_MEAT_1_imm): Likewise.
6489         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6490         (_FP_DIV_MEAT_1_udiv): Likewise.
6491         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6492         (_FP_UNPACK_RAW_2): Likewise.
6493         (_FP_UNPACK_RAW_2_P): Likewise.
6494         (_FP_PACK_RAW_2): Likewise.
6495         (_FP_PACK_RAW_2_P): Likewise.
6496         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6497         (_FP_MUL_MEAT_2_wide): Likewise.
6498         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6499         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6500         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6501         (_FP_MUL_MEAT_2_gmp): Likewise.
6502         (_FP_DIV_MEAT_2_udiv): Likewise.
6503         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6504         (_FP_FRAC_SRL_4): Likewise.
6505         (_FP_FRAC_SRST_4): Likewise.
6506         (_FP_FRAC_SRS_4): Likewise.
6507         (_FP_UNPACK_RAW_4): Likewise.
6508         (_FP_UNPACK_RAW_4_P): Likewise.
6509         (_FP_PACK_RAW_4): Likewise.
6510         (_FP_PACK_RAW_4_P): Likewise.
6511         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6512         (_FP_MUL_MEAT_4_wide): Likewise.
6513         (_FP_MUL_MEAT_4_gmp): Likewise.
6514         (umul_ppppmnnn): Likewise.
6515         (_FP_DIV_MEAT_4_udiv): Likewise.
6516         (__FP_FRAC_ADD_4): Likewise.
6517         (__FP_FRAC_SUB_3): Likewise.
6518         (__FP_FRAC_SUB_4): Likewise.
6519         (__FP_FRAC_DEC_3): Likewise.
6520         (__FP_FRAC_DEC_4): Likewise.
6521         (__FP_FRAC_ADDI_4): Likewise.
6522         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6523         (_FP_FRAC_SRL_8): Likewise.
6524         (_FP_FRAC_SRS_8): Likewise.
6525
6526         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6527         include macro name.
6528         (FP_UNPACK_RAW_EP): Likewise.
6529         (FP_PACK_RAW_E): Likewise.
6530         (FP_PACK_RAW_EP): Likewise.
6531         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6532         (_FP_ISSIGNAN): Likewise.
6533         (_FP_ADD_INTERNAL): Likewise.
6534         (_FP_FMA): Likewise.
6535         (_FP_CMP): Likewise.
6536         (_FP_SQRT): Likewise.
6537         (_FP_TO_INT): Likewise.
6538         (_FP_FROM_INT): Likewise.
6539         (FP_EXTEND): Likewise.
6540         (_FP_DIV_MEAT_N_loop): Likewise.
6541
6542 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6543
6544         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6545         throughout.
6546
6547 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6548
6549         [BZ #17097]
6550         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6551         result with correct sign in case of exponents that produce
6552         overflow except for X very close to 1.
6553
6554 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6555
6556         mktime: merge #if/#ifdef usage from glibc
6557         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6558         as that works with both Glibc's and Gnulib's style.
6559         See thread starting at Siddhesh Poyarekar's bug report at:
6560         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6561
6562 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6563
6564         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6565         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6566         * sysdeps/tile/tilegx/memmove.c: Remove file.
6567
6568 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6569
6570         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6571         abi-name definition.
6572         * scripts/soversions.awk: Do not handle or generate ABI lines.
6573         * shlib-versions: Remove ABI entries.
6574         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6575         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6576
6577 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6578
6579         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6580         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6581         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6582         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6583         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6584         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6585         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6586         Moved ...
6587         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6588         ... here.
6589         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6590         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6591         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6592         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6593         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6594         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6595         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6596         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6597         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6598         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6599         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6600         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6601         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6602         Moved ...
6603         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6604         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6605         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6606         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6607         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6608         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6609         Moved ...
6610         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6611         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6612         Moved ...
6613         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6614         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6615         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6616         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6617         Moved ...
6618         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6619         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6620         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6621         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6622         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6623         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6624         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6625         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6626         Moved ...
6627         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6628         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6629         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6630         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6631         Moved ...
6632         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6633         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6634         Moved ...
6635         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6636         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6637         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6638         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6639         Moved ...
6640         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6641         ... here.
6642         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6643         Identical file removed.
6644         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6645         Moved ...
6646         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6647         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6648         Identical file removed.
6649         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6650         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6651         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6652         Moved ...
6653         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6654         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6655         Identical file removed.
6656         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6657         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6658         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6659         Identical file removed.
6660         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6661         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6662         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6663         Identical file removed.
6664         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6665         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6666         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6667         Identical file removed.
6668         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6669         Moved ...
6670         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6671         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6672         Identical file removed.
6673         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6674         Moved ...
6675         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6676         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6677         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6678         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6679         Identical file removed.
6680         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6681         Moved ...
6682         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6683         ... here.
6684         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6685         Identical file removed.
6686         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6687         Moved ...
6688         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6690         Identical file removed.
6691         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6692         Moved ...
6693         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6694         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6695         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6696         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6697         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6699         Moved ...
6700         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6701         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6702         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6703
6704         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6705         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6706         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6707         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6708         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6709
6710 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6711
6712         [BZ #17092]
6713         * nscd/nscd.c (monitor_child): Return exit status of child
6714         instead of return value from wait syscall.
6715
6716 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6717
6718         * configure.ac (libc_commonpagesize): Remove variable.
6719         (libc_relro_required): Likewise.
6720         (libc_cv_z_relro): Remove configure test.
6721         * configure: Regenerated.
6722         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6723         variable.
6724         (libc_relro_required): Likewise.
6725         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6726         (libc_relro_required): Likewise.
6727         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6728         (libc_relro_required): Likewise.
6729         * sysdeps/arm/preconfigure: Regenerated.
6730         * sysdeps/ia64/preconfigure: Remove file.
6731         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6732         variable.
6733         (libc_relro_required): Likewise.
6734
6735         [BZ #16561]
6736         [BZ #16562]
6737         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6738         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6739         recompute overflowing results in original rounding mode.
6740         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6741         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6742         recompute overflowing results in original rounding mode.
6743         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6744         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6745         recompute overflowing results in original rounding mode.
6746         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6747         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6748         recompute overflowing results in original rounding mode.
6749         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6750         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6751         recompute overflowing results in original rounding mode.
6752         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6753         (libc_feholdsetround_ctx): New macro.
6754         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6755         * sysdeps/i386/fpu/libm-test-ulps: Update.
6756         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6757
6758 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6759
6760         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6761         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6762         corresponding .cpsetup call.
6763
6764 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6765
6766         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6767         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6768         * sysdeps/arm/Makefile [$(subdir) = csu]
6769         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6770         (static-only-routines): Add aeabi_read_tp here.
6771         (shared-only-routines): Add libc-aeabi_read_tp here.
6772         (CFLAGS-libc-start.c): Add -fexceptions here.
6773         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6774         (sysdep_routines, static-only-routines, shared-only-routines):
6775         Don't add to these here.
6776         (CFLAGS-libc-start.c): Likewise.
6777
6778         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6779         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6780         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6781         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6782         * sysdeps/arm/Makefile [$(subdir) = rt]
6783         (librt-sysdep_routines, librt-shared-only-routines):
6784         Append rt-aeabi_unwind_cpp_pr1 here.
6785         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6786         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6787         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6788         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6789         Append nptl-aeabi_unwind_cpp_pr1 here.
6790         (tests): Filter out tst-cleanupx4 here.
6791         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6792         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6793         Don't do those here.
6794
6795 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6796
6797         * scripts/list-sources.sh: Do not handle ports specially.
6798
6799 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6800
6801         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6802         * sysdeps/arm/feupdateenv.c: Likewise.
6803
6804         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6805
6806 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6807
6808         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6809         trailing whitespace removed.
6810         * scripts/config.guess: Update to version 2014-03-23.
6811         * scripts/config.sub: Update to version 2014-05-01
6812         * scripts/install-sh: Update to version 2013-12-25.23.
6813         * scripts/move-if-change: Update from gnulib.
6814
6815 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6816
6817         * debug/memmove_chk.c: Remove pagecopy.h include.
6818
6819 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6820
6821         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6822         identical to gnulib mktime.
6823
6824 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6825
6826         * configure.ac: Do not test for machine being rs6000.  Do not test
6827         for powerpc*-*soft.
6828         * configure: Regenerated.
6829
6830         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6831         test.
6832         * configure: Regenerated.
6833         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6834         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6835         Remove configure test.
6836         * sysdeps/arm/configure: Regenerated.
6837         * sysdeps/nptl/configure.ac: Do not check
6838         libc_cv_asm_cfi_directives.
6839         * sysdeps/nptl/configure: Regenerated.
6840         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6841         * sysdeps/x86_64/nptl/configure: Remove generated file.
6842         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6843         unconditional.
6844         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6845
6846 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6847
6848         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6849         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6850         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6851         it is defined.
6852
6853         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6854         instead of whether it is defined.
6855         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6856         * sysdeps/hppa/dl-machine.h: Likewise.
6857         * sysdeps/ia64/dl-machine.h: Likewise.
6858         * sysdeps/m68k/dl-machine.h: Likewise.
6859         * sysdeps/microblaze/dl-machine.h: Likewise.
6860         * sysdeps/mips/dl-machine.: Likewise.
6861         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6862         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6863         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6864         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6865         * sysdeps/sh/dl-machine.h: Likewise.
6866         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6867         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6868         * sysdeps/tile/dl-machine.h: Likewise.
6869         * sysdeps/x86_64/dl-machine.h: Likewise.
6870
6871         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6872         code.
6873         (verify_persistent_db): Likewise.
6874
6875 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6876
6877         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6878         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6879         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6880         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6881         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6882         Moved ...
6883         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6884         ... here.
6885         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6886         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6887         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6888         Identical file removed.
6889         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6890         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6891         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6892         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6893         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6894         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6895         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6896         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6897         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6898         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6899         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6900         Moved ...
6901         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6902         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6903         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6904         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6905         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6906         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6907         Moved ...
6908         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6909         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6910         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6911         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6912         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6913         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6914         Identical file removed.
6915         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6916         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6917         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6918         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6919         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6920         Moved ...
6921         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6922         ... here.
6923         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6924         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6925         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6926         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6927         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6928         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6929         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6930         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6931         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6932         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6933         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6934         Moved ...
6935         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6936         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6937         Moved ...
6938         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6939         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6940         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6941         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6942         Moved ...
6943         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6944         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6945         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6946
6947         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6948         folded into ...
6949         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6950         * sysdeps/unix/sysv/linux/s390/Versions
6951         (libpthread: GLIBC_2.19): New version set.
6952         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6953         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6954         (librt: GLIBC_2.3.3): New version set.
6955         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6956         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6957         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6958         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6959         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6960         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6961         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6962         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6963         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6964         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6965         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6966         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6967         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6968         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6969         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6970         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6971         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6972         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6973         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6974         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6975         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6976         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6977         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6978         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6979         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6980         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6981         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6982         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6983         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6984         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6985         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6986         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6987         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6988         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6989         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6990         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6991         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6992         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6993         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6994         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6995         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6996         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6997         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6998         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6999         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
7000
7001         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
7002         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
7003         (__libc_vfork): Define the function under this name.
7004         [!NOT_IN_libc] (__vfork): Make this an alias.
7005         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
7006         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
7007         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
7008         (__libc_vfork): Define the function under this name.
7009         [!NOT_IN_libc] (__vfork): Make this an alias.
7010         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
7011         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
7012         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
7013         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
7014         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
7015         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7016
7017         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
7018         code that was previously under [RESET_PID].
7019         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
7020         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
7021         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
7022
7023         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
7024         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
7025         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
7026         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
7027         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
7028         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
7029         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
7030         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
7031         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
7032         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
7033         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
7034         Moved ...
7035         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
7036         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
7037         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
7038         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
7039         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
7040         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
7041         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
7042         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
7043         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
7044         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
7045         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
7046         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
7047         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
7048         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
7049         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
7050         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
7051         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
7052         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
7053         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
7055         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
7056         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
7057         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
7058         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
7059         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
7060         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
7061         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
7062         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
7063         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
7064
7065 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7066
7067         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
7068         that was previously under [RESET_PID].
7069         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
7070
7071 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7072
7073         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
7074         not undefine and redefine.
7075         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
7076         [O_CLOEXEC]: Make code unconditional.
7077         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
7078         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
7079         <kernel-features.h>.
7080         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
7081         conditional variable definition.
7082         (shm_open) [O_CLOEXEC]: Make code unconditional.
7083         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
7084         code.
7085
7086         * configure.ac (USE_REGPARMS): Don't define here.
7087         * configure: Regenerated.
7088         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
7089         * sysdeps/i386/configure: Regenerated.
7090
7091         * nptl/createthread.c: Don't include kernel-features.h.
7092         * nptl/pthread_cancel.c: Likewise.
7093         * nptl/pthread_condattr_setclock.c: Likewise.
7094         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
7095         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
7096         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
7097         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
7098         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
7099         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
7100         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
7101         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
7102         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
7103         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
7104         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
7105         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
7106         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
7107         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
7108         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
7109         * nscd/gai.c: Likewise.
7110         * nss/nss_db/db-open.c: Likewise.
7111         * sysdeps/generic/ldsodefs.h: Likewise.
7112         * sysdeps/sh/nptl/tls.h: Likewise.
7113         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7114         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
7115         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
7116         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
7117         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
7118         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7119         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
7120         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
7121         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
7122         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
7123         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
7124         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
7125         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
7126         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
7127         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
7128         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
7129         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
7130         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
7131         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
7132         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
7133         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
7134         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
7135         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
7136         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
7137         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
7138         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
7139         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
7140         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
7141         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
7142         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7143         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
7144         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7145         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7146         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7147         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
7148         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7149         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
7150         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
7151         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
7152         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7153         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7154         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
7155         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
7156         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
7157         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
7158         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
7159         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
7160         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
7161         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
7162         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
7163         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7164         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
7165         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7166         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7167         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
7168         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
7169         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7170         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
7171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
7172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
7173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
7174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
7175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
7176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
7177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
7178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
7179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
7180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
7181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
7182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
7183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
7184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
7185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
7186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
7187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
7191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
7192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
7193         * sysdeps/unix/sysv/linux/pread.c: Likewise.
7194         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7195         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
7196         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7197         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7198         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7199         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7200         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
7201         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
7202         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
7203         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
7204         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
7205         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7206         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7207         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7208         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7209         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7210         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
7211         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
7212         * sysdeps/unix/sysv/linux/system.c: Likewise.
7213         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7214         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
7215         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7216         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7217         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7218         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7219         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7220
7221         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7222         * configure: Regenerated.
7223         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7224
7225         * configure.ac (base_machine): Do not set specially for particular
7226         machines here.
7227         * configure: Regenerated.
7228         * sysdeps/powerpc/preconfigure: Move machine and base_machine
7229         settings from configure.ac.
7230         * sysdeps/i386/preconfigure: New file.
7231         * sysdeps/s390/preconfigure: Likewise.
7232         * sysdeps/sh/preconfigure: Likewise.
7233         * sysdeps/sparc/preconfigure: Likewise.
7234
7235 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7236
7237         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7238         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7239         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7240         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7241         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7242         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7243         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7244         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7245         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7246         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7247         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7248         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7249         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7250         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7251         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7252         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7253         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7254         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7255         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7256
7257         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7258         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7259         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7260         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7261         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7262         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7263         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7264         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7265         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7266         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7267         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7268         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7269         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7270         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7271         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7272         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7273         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7274         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7275         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7276         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7277         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7278         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7279         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7280         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7281         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7282         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7283         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7284         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7285         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7286         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7287         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7288         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7289         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7290         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7291         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7292         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7293         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7294         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7295
7296         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7297         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7298         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7299         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7300         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7301         Moved ...
7302         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7303         ... here.
7304         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7305         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7306         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7307         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7308         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7309         Moved ...
7310         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7311         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7312         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7313         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7314         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7315         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7316         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7317         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7318         Moved ...
7319         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7320         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7321         Moved ...
7322         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7323         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7324         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7325         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7326         Moved ...
7327         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7328         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7329         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7330         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7331         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7332         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7333         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7334         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7335         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7336         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7337         Moved ...
7338         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7339         ... here.
7340         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7341         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7342         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7343         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7344         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7345         Moved ...
7346         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7347         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7348         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7349         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7350         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7351         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7352         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7353         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7354         Moved ...
7355         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7356         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7357         Moved ...
7358         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7359         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7360         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7361         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7362         Moved ...
7363         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7364         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7365         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7366         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7367         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7368
7369 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7370
7371         * timezone/checktab.awk: Update from tzcode 2014e.
7372         * timezone/private.h: Likewise.
7373         * timezone/tzfile.h: Likewise.
7374         * timezone/zdump.c: Likewise.
7375         * timezone/zic.c: Likewise.
7376
7377         * sysdeps/unix/sysv/linux/kernel-features.h
7378         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7379         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7380         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7381         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7382         Remove conditional code.
7383
7384 2014-06-25  Will Newton  <will.newton@linaro.org>
7385
7386         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7387         (_dl_arm_cap_flags): Add HWCAP2 values.
7388         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7389         (_DL_HWCAP_COUNT): Increase to 37.
7390         (_DL_HWCAP_LAST): New define.
7391         (_DL_HWCAP2_LAST): New define.
7392         (_dl_procinfo): Add support for printing
7393         AT_HWCAP2 entries.
7394         (_dl_string_hwcap): Use _dl_hwcap_string.
7395
7396 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7397
7398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7399
7400 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7401
7402         * README: Do not mention ports directory.
7403
7404         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7405         Remove macro.
7406         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7407         <kernel-features.h>.
7408         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7409         conditional variable definition.
7410         (__futimes): Update comment.
7411         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7412         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7413
7414         [BZ #16560]
7415         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7416         arguments close to 0.
7417         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7418         Likewise.
7419         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7420         Likewise.
7421         * math/auto-libm-test-in: Add more tests of exp10.
7422         * math/auto-libm-test-out: Regenerated.
7423         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7424
7425         * sysdeps/unix/sysv/linux/kernel-features.h
7426         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7427         * sysdeps/unix/sysv/linux/readv.c: Do not include
7428         <kernel-features.h>.
7429         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7430         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7431         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7432         unconditional.
7433         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7434         conditional code.
7435         * sysdeps/unix/sysv/linux/writev.c: Do not include
7436         <kernel-features.h>.
7437         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7438         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7439         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7440         unconditional.
7441         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7442         conditional code.
7443
7444 2014-06-25  Will Newton  <will.newton@linaro.org>
7445
7446         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7447         comment changes throughout the file.  Remove checks
7448         for HAVE_*_H definitions that are not required.
7449         (__gen_tempname): Call abort if an unknown kind value is
7450         passed.
7451
7452 2014-06-25  Andreas Schwab  <schwab@suse.de>
7453
7454         [BZ #17086]
7455         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7456         scalbln, scalblnf, scalblnl in libc.
7457
7458 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7459
7460         [BZ #17086]
7461         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7462         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7463         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7464
7465 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7466
7467         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7468         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7469         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7470         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7471         Update #include.
7472         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7473         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7474         Update #include.
7475         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7476         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7477         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7478         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7479         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7480         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7481         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7482         * sysdeps/x86/bits/semaphore.h: ... here.
7483         * sysdeps/x86/nptl/elide.h: Moved ...
7484         * sysdeps/x86/elide.h: ... here.
7485         * sysdeps/x86_64/nptl/Implies: File removed.
7486         * sysdeps/i386/nptl/Implies: File removed.
7487
7488 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7489
7490         [BZ #16539]
7491         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7492         return the argument for normal arguments with exponent below -64.
7493         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7494         Likewise.
7495         * math/auto-libm-test-in: Add another test of expm1.
7496         * math/auto-libm-test-out: Regenerated.
7497
7498         [BZ #16287]
7499         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7500         calling __erfcl for arguments at least 16.
7501         * math/auto-libm-test-in: Add more tests of erf.
7502         * math/auto-libm-test-out: Regenerated.
7503
7504         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7505         individual architectures.
7506         * sysdeps/unix/sysv/linux/configure: Regenerated.
7507         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7508         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7509         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7510         (ldd_rewrite_script): Define variable.
7511         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7513         file.
7514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7515         generated file.
7516         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7517         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7518         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7519         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7520         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7521         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7522         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7523         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7524
7525 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7526
7527         [BZ #17084]
7528         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7529         Rename member __data.d to __data.__elision_data.
7530
7531 2014-06-24  Wilco  <wdijkstr@arm.com>
7532
7533         * NEWS: Add 16918 to fixed bug list.
7534
7535 2014-06-24  Wilco  <wdijkstr@arm.com>
7536
7537         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7538
7539 2014-06-24  Wilco  <wdijkstr@arm.com>
7540
7541         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7542         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7543         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7544         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7545         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7546         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7547         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7548         Use _FPU_MASK_RM.
7549
7550 2014-06-24  Wilco  <wdijkstr@arm.com>
7551
7552         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7553
7554 2014-06-24  Wilco  <wdijkstr@arm.com>
7555
7556         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7557         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7558         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7559         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7560
7561 2014-06-24  Wilco  <wdijkstr@arm.com>
7562
7563         [BZ #16918]
7564         * sysdeps/arm/feupdateenv.c (feupdateenv):
7565         Rewrite to reduce FPSCR accesses and fix return value.
7566
7567 2014-06-24  Wilco  <wdijkstr@arm.com>
7568
7569         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7570         Optimize to avoid unnecessary FPSCR writes.
7571         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7572         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7573         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7574         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7575
7576 2014-06-24  Wilco  <wdijkstr@arm.com>
7577
7578         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7579         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7580         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7581         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7582         Call libc_fetestexcept_vfp.
7583         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7584         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7585         __SOFTFP__ ifdef so that they can be built for softfp.
7586
7587 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7588
7589         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7590         argument type signed char.
7591
7592         * Makerules (check-abi): Dump diff of symlist if the test
7593         fails.
7594
7595 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7596
7597         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7598         using abort.
7599
7600         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7601         Remove unused variable ST.
7602
7603 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7604
7605         [BZ #16354]
7606         [BZ #17061]
7607         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7608         small arguments before calling __expm1.
7609         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7610         small arguments before calling __expm1f.
7611         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7612         small arguments before calling __expm1l.
7613         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7614         Likewise.
7615         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7616         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7617         spurious underflow for some cosh tests.
7618         * math/auto-libm-test-out: Regenerated.
7619         * sysdeps/i386/fpu/libm-test-ulps: Update.
7620
7621         [BZ #17050]
7622         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7623         (__ieee754_y1): Set errno if return value overflows.
7624         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7625         (__ieee754_y1f): Set errno if return value overflows.
7626         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7627         (__ieee754_y1l): Set errno if return value overflows.
7628         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7629         (__ieee754_y1l): Set errno if return value overflows.
7630         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7631         * math/auto-libm-test-out: Regenerated.
7632
7633         * math/gen-auto-libm-tests.c: Document use of
7634         ignore-zero-inf-sign.
7635         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7636         (input_flags): Add ignore-zero-inf-sign.
7637         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7638         * math/gen-libm-test.pl (generate_testfile): Handle
7639         ignore-zero-inf-sign.
7640         * math/auto-libm-test-in: Mark some cpow tests with
7641         ignore-zero-inf-sign and some with xfail-rounding.
7642         * math/auto-libm-test-out: Regenerated.
7643         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7644         * sysdeps/i386/fpu/libm-test-ulps: Update.
7645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7646
7647         [BZ #16315]
7648         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7649         overflowing or underflowing operations take place with sign of
7650         result.
7651         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7652         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7653         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7654         (__ieee754_pow): Recompute overflowing and underflowing results in
7655         original rounding mode.
7656         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7657         (__powl_helper): Allow negative argument X and scale negated value
7658         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7659         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7660         overflowing or underflowing operations take place with sign of
7661         result.
7662         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7663         Include <math.h>.
7664         * math/auto-libm-test-in: Add more tests of pow.
7665         * math/auto-libm-test-out: Regenerated.
7666         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7667         (pow_tonearest_test_data): Remove.
7668         (pow_test_tonearest): Likewise.
7669         (pow_towardzero_test_data): Likewise.
7670         (pow_test_towardzero): Likewise.
7671         (pow_downward_test_data): Likewise.
7672         (pow_test_downward): Likewise.
7673         (pow_upward_test_data): Likewise.
7674         (pow_test_upward): Likewise.
7675         (main): Don't call removed functions.
7676         * sysdeps/i386/fpu/libm-test-ulps: Update.
7677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7678
7679 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7680
7681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7682         Moved ...
7683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7685         Moved ...
7686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7688         Moved ...
7689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7691         Moved ...
7692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7694         File removed.
7695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7696         File removed.
7697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7698         File removed.
7699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7700         File removed.
7701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7702         File removed.
7703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7704         File removed.
7705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7706         File removed.
7707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7708         File removed.
7709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7710         File removed.
7711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7712         File removed.
7713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7714         File removed.
7715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7716         File removed.
7717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7718         Moved ...
7719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7721         Moved ...
7722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7723         ... here.
7724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7725         Moved ...
7726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7728         Moved ...
7729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7731         Moved ...
7732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7734         Moved ...
7735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7737         Moved ...
7738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7740         Moved ...
7741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7743         Moved ...
7744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7747         ... here.
7748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7749         Moved ...
7750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7752         Moved ...
7753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7754         ... here.
7755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7756         Moved ...
7757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7758         ... here.
7759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7760         Moved ...
7761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7762         ... here.
7763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7764         Moved ...
7765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7767         Moved ...
7768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7772         Moved ...
7773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7774         ... here.
7775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7776         Moved ...
7777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7778         ... here.
7779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7780         Moved ...
7781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7783         Moved ...
7784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7786         Moved ...
7787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7789         Moved ...
7790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7792         Moved ...
7793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7794         ... here.
7795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7796         Moved ...
7797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7799         Moved ...
7800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7802         Moved ...
7803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7805         Moved ...
7806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7810         Moved ...
7811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7813         Moved ...
7814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7816         Moved ...
7817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7818         ... here.
7819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7820         Moved ...
7821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7822         ... here.
7823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7824         Moved ...
7825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7826         ... here.
7827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7828         Moved ...
7829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7831         Moved ...
7832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7834         Moved ...
7835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7837         Moved ...
7838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7839         ... here.
7840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7841         Moved ...
7842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7843         ... here.
7844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7845         Moved ...
7846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7847         ... here.
7848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7849         Moved ...
7850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7852         Moved ...
7853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7854
7855 2014-06-23  Will Newton  <will.newton@linaro.org>
7856             Wilco  <wdijkstr@arm.com>
7857
7858         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7859         implementation.  Include get-rounding-mode.h.
7860         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7861         [!libc_feholdsetround_noex_ctx]: Define
7862         libc_feholdsetround_noex_ctx.
7863         [!libc_feholdsetround_noexf_ctx]: Define
7864         libc_feholdsetround_noexf_ctx.
7865         [!libc_feholdsetround_noexl_ctx]: Define
7866         libc_feholdsetround_noexl_ctx.
7867         (libc_feholdsetround_ctx): New function.
7868         (libc_feresetround_ctx): New function.
7869         (libc_feholdsetround_noex_ctx): New function.
7870         (libc_feresetround_noex_ctx): New function.
7871
7872 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7873
7874         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7875         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7876         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7877         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7878         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7879         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7880
7881         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7882         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7883         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7884         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7885         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7886         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7887         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7888         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7889         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7890         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7891         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7892         Moved ...
7893         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7894         ... here.
7895         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7896         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7897         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7898         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7899         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7900         Moved ...
7901         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7902         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7903         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7904         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7905         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7906         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7907         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7908         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7909         Moved ...
7910         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7911         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7912         Moved ...
7913         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7914         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7915         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7916         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7917         Moved ...
7918         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7919         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7920         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7921         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7922         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7923         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7924         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7925         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7926         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7927         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7928         Moved ...
7929         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7930         ... here.
7931         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7932         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7933         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7934         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7935         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7936         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7937         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7938         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7939         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7940         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7941         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7942         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7943         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7944         Moved ...
7945         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7946         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7947         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7948         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7949         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7950         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7951         Moved ...
7952         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7953         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7954         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7955         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7956         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7957
7958         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7959         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7960         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7961         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7962         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7963         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7964         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7965         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7966         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7967         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7968         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7969         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7970         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7971         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7972         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7973         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7974         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7975         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7976         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7977         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7978         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7979         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7980         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7981         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7982         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7983         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7984         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7985         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7986
7987 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7988
7989         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7990         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7991         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7992         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7993         (IPV6_PMTUDISC_INTERFACE): Likewise.
7994         (IPV6_PMTUDISC_OMIT): Likewise.
7995
7996 2014-06-23  Andreas Schwab  <schwab@suse.de>
7997
7998         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7999         Remove unused errout label.
8000
8001 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8002
8003         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
8004         macro: hardware supports Vector Crypto instructions.
8005
8006 2014-06-23  Will Newton  <will.newton@linaro.org>
8007
8008         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
8009         rather than __builtin_expect.
8010
8011         * elf/dl-lookup.c (undefined_msg): Remove variable.
8012         (_dl_lookup_symbol_x): Replace undefined_msg with string
8013         literal.
8014
8015         * elf/dl-lookup.c (do_lookup_unique): New function.
8016         (do_lookup_x): Move STB_GNU_UNIQUE handling code
8017         to a separate function.
8018
8019 2014-06-23  Andreas Schwab  <schwab@suse.de>
8020
8021         [BZ #17079]
8022         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
8023         before reading the next line.
8024
8025 2014-06-23  Will Newton  <will.newton@linaro.org>
8026
8027         * test-skeleton.c (signal_handler): Use printf and %m
8028         rather than perror.  Use printf rather than fprintf to
8029         stderr.  Use puts rather than fputs to stderr.
8030         (main): Likewise.
8031
8032 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
8033
8034         * nscd/nscd.c (thread_info_t): Remove typedef.
8035         (thread_info): Remove variable.
8036
8037 2014-06-21  Allan McRae  <allan@archlinux.org>
8038
8039         * NEWS: Mention CVE-2014-4043.
8040
8041 2014-06-20  Roland McGrath  <roland@hack.frob.com>
8042
8043         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
8044         * nptl/smp.h: ... here.
8045
8046         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
8047
8048         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
8049         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
8050         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
8051         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
8052
8053         * nptl/allocatestack.c: Include <stack-aliasing.h>.
8054         * nptl/stack-aliasing.h: New file.
8055         * sysdeps/i386/i686/stack-aliasing.h: New file.
8056         * sysdeps/i386/i686/nptl/Makefile: File removed.
8057         * sysdeps/x86_64/stack-aliasing.h: New file.
8058         * sysdeps/x86_64/nptl/Makefile
8059         (CFLAGS-pthread_create.c): Variable removed.
8060
8061         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
8062         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
8063         old file.
8064         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
8065         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
8066         old file.
8067
8068 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
8069
8070         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8071         (__ASSUME_SIGFRAME_V2): Remove macro.
8072         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
8073         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
8074         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
8075         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
8076         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
8077         Declare as function.  Remove conditional macro definitions.
8078         (__default_rt_sa_restorer): Likewise.
8079         (__default_sa_restorer_v1): Remove declaration.
8080         (__default_sa_restorer_v2): Likewise.
8081         (__default_rt_sa_restorer_v1): Likewise.
8082         (__default_rt_sa_restorer_v2): Likewise.
8083         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
8084         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
8085         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
8086
8087 2014-06-20  Roland McGrath  <roland@hack.frob.com>
8088
8089         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
8090         (libpthread-routines): Add sysdep.
8091         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
8092         * sysdeps/unix/sysv/linux/sparc/Versions
8093         (libpthread: GLIBC_2.3.3): New version set.
8094         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
8095         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
8096         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
8097         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
8098         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
8099         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
8100         Moved ...
8101         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
8102         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
8103         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
8104         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
8105         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
8106         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
8107         * sysdeps/sparc/nptl/sem_init.c: ... here.
8108         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
8109         * sysdeps/sparc/nptl/sem_post.c: ... here.
8110         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
8111         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
8112         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
8113         * sysdeps/sparc/nptl/sem_wait.c: ... here.
8114         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
8115         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
8116         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
8117         (libpthread-routines): Add cpu_relax.
8118         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
8119         File removed.
8120         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
8121         (librt: GLIBC_2.3.3): New version set.
8122         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
8123         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
8124         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
8125         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
8126         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
8127         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
8128         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
8129         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
8130         Moved ...
8131         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
8132         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
8133         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
8134         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
8135         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
8136         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
8137         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
8138         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
8139         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
8140         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
8141         Moved ...
8142         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
8143         Update #include.
8144         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
8145         Moved ...
8146         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
8147         Update #include.
8148         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
8149         Moved ...
8150         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
8151         Update #include.
8152         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
8153         Moved ...
8154         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
8155         Update #include.
8156         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
8157         Moved ...
8158         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
8159         Update #include.
8160         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
8161         Moved ...
8162         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
8163         Update #include.
8164         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
8165         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
8166         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
8167         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
8168         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
8169         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
8170         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
8171         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
8172         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
8173         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
8174         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
8175         Moved ...
8176         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
8177         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
8178         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
8179         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
8180         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
8181
8182 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8183
8184         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
8185         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
8186         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8187         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
8188         * nscd/nscd.c: Likewise.
8189         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
8190         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
8191         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
8192         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
8193
8194         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
8195         <kernel-features.h>.
8196         (init_mq_netlink): Remove conditional have_sock_cloexec
8197         definitions.  Remove code conditional on have_sock_cloexec < 0.
8198         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
8199         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
8200         * sysdeps/unix/sysv/linux/opensock.c: Do not include
8201         <kernel-features.h>.
8202         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
8203         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
8204
8205 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8206
8207         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8208         Add tests for memset_chk and memset.
8209
8210         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
8211         with AVX2_Usable.
8212
8213 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8214
8215         [BZ #16046]
8216         * elf/tst-dl-iter-static.c: New file.
8217         * elf/Makefile (tests-static): Add tst-dl-iter-static.
8218
8219         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
8220         error.
8221
8222 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8223
8224         * sysdeps/unix/sysv/linux/kernel-features.h
8225         (__ASSUME_F_GETOWN_EX): Remove macro.
8226         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8227         <kernel-features.h>.
8228         (miss_F_GETOWN_EX): Remove variable or macro.
8229         (do_fcntl): Do not check miss_F_GETOWN_EX.
8230         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8231
8232         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8233         Remove macro.
8234         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8235         [!__ASSUME_AT_RANDOM]: Remove conditional code.
8236         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8237
8238         * sysdeps/unix/sysv/linux/kernel-features.h
8239         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8240         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8241         [ADJ_OFFSET_SS_READ]: Make code unconditional.
8242         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8243
8244 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8245
8246         [BZ #17075]
8247         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8248         Fix calculation of the symbol's value.
8249         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8250         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8251         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8252         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8253         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8254         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8255         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8256         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8257         (modules-names): Add `tst-armtlsdescmod',
8258         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8259         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8260         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8261         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8262         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8263         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8264         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8265         ($(objpfx)tst-armtlsdescloc): New dependency.
8266         ($(objpfx)tst-armtlsdescextnow): Likewise.
8267         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8268         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8269         TLS scheme support.
8270         * sysdeps/arm/configure: Regenerate.
8271
8272 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8273
8274         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8275         (__atfct_seterrno_2): Likewise.
8276         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8277         <kernel-features.h>.
8278         (__ASSUME_ATFCTS): Do not undefine and redefine.
8279         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8280         (__have_atfcts): Remove conditional definition.
8281         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8282         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8283         unreachable if [__ASSUME_ATFCTS].
8284         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8285         not undefine and redefine.
8286         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8287         <kernel-features.h>.
8288         (faccessat) [__NR_faccessat]: Make code unconditional.
8289         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8290         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8291         <kernel-features.h>.
8292         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8293         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8294         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8295         <kernel-features.h>.
8296         (fchownat) [__NR_fchownat]: Make code unconditional.
8297         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8298         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8299         <kernel-features.h>.
8300         (futimesat) [__NR_futimesat]: Make code unconditional.
8301         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8302         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8303         <kernel-features.h>.
8304         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8305         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8306         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8307         <kernel-features.h>.
8308         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8309         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8310         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8311         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8312         <kernel-features.h>.
8313         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8314         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8315         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8316         <kernel-features.h>.
8317         (linkat) [__NR_linkat]: Make code unconditional.
8318         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8319         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8320         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8321         <kernel-features.h>.
8322         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8323         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8324         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8325         <kernel-features.h>.
8326         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8327         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8328         * sysdeps/unix/sysv/linux/openat.c: Do not include
8329         <kernel-features.h>.
8330         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8331         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8332         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8333         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8334         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8335         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8336         <kernel-features.h>.
8337         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8338         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8339         result of INLINE_SYSCALL directly, not via int variable.
8340         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8341         <kernel-features.h>.
8342         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8343         (renameat) [__NR_renameat]: Make code unconditional.
8344         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8345         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8346         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8347         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8348         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8349         (__ASSUME_ATFCTS): Do not undefine and redefine.
8350         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8351         <kernel-features.h>.
8352         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8353         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8354         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8355         <kernel-features.h>.
8356         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8357         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8358         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8359         (__ASSUME_ATFCTS): Do not undefine and redefine.
8360         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8361         <kernel-features.h>.
8362         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8363         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8364         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8365         <kernel-features.h>.
8366         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8367         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8368
8369 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8370
8371         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8372
8373 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8374
8375         [BZ #17069]
8376         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8377         constructed tree before returning error.
8378         * posix/bug-regexp36.c: Expand test case.
8379
8380 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8381
8382         [BZ #6803]
8383         * math/libm-test.inc (scalbln_test_date):
8384         Add errno expectations.
8385         * math/w_scalblnf.c: New File.
8386         Add wrapper which checks for setting errno to ERANGE.
8387         Add weak_alias for corresponding scalbln function.
8388         * math/w_scalbln.c: Likewise.
8389         * math/w_scalblnl.c: Likewise.
8390         * math/Makefile (libm-calls): Add w_scalbln.
8391         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8392         Remove weak_alias for corresponding scalbln function.
8393         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8394         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8395         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8396         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8397         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8398         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8399         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8400         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8401         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8402         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8403         Remove long_double_symbol for scalblnl function in libm, libc.
8404         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8405         Add wrapper which checks for setting errno to ERANGE.
8406         Add long_double_symbol for scalblnl function in libm, libc.
8407         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8408         Remove long_double_symbol for scalblnl in libm.
8409         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8410         Add wrapper which checks for setting errno to ERANGE.
8411         Add long_double_symbol for scalblnl function in libm.
8412         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8413         Do not use wrapper because of own implementation.
8414
8415 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8416
8417         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8418         3 bytes for __pad1 for x32.
8419         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8420
8421 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8422             H.J. Lu  <hongjiu.lu@intel.com>
8423
8424         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8425         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8426         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8427         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8428         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8429
8430 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8431
8432         [BZ #17069]
8433         * posix/regcomp.c (parse_expression): Deallocate partially
8434         constructed tree before returning error.
8435         * posix/Makefile.c (tests): Add bug-regex36.
8436         (generated): Add bug-regex36.mtrace.
8437         (tests-special): Add $(objpfx)bug-regex36-mem.out
8438         (bug-regex36-ENV): New variable.
8439         ($(objpfx)bug-regex36-mem.out): New rule.
8440         * posix/bug-regex36.c: New file.
8441
8442 2014-06-19  Will Newton  <will.newton@linaro.org>
8443
8444         * malloc/malloc.c (systrim): If extra is zero then return
8445         early.
8446
8447 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8448
8449         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8450
8451 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8452
8453         * sysdeps/aarch64/strchr.S: New file.
8454
8455 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8456
8457         [BZ #17022]
8458         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8459         from arguments -2 or below.
8460         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8461         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8462
8463 2014-06-18  Andreas Schwab  <schwab@suse.de>
8464
8465         [BZ #17062]
8466         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8467         of a bracket expr not to run off the end of the string.
8468         * posix/Makefile (tests): Add tst-fnmatch3.
8469         * posix/tst-fnmatch3.c: New file.
8470
8471 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8472
8473         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8474         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8475         [$(cross-compiling) = no]: Likewise.
8476         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8477         [$(cross-compiling) = no]: Likewise.
8478
8479 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8480
8481         [BZ #17031]
8482         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8483         double, adjusted for any remainder from the high double.
8484         * math/libm-test.inc (nearbyint): Add tests.
8485         (rint): Likewise.
8486
8487 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8488
8489         * nptl/sysdeps/powerpc/Makefile: Moved ...
8490         * sysdeps/powerpc/nptl/Makefile: ... here.
8491         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8492         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8493         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8494         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8495         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8496         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8497         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8498         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8499         * nptl/sysdeps/powerpc/tls.h: Moved ...
8500         * sysdeps/powerpc/nptl/tls.h: ... here.
8501
8502 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8503
8504         [BZ #16681]
8505         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8506         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8507         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8508         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8509         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8510         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8511         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8512         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8513         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8514
8515 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8516
8517         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8518
8519 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8520
8521         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8522         defined operator.
8523
8524         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8525         $TIMEOUTFACTOR.
8526
8527 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8528
8529         [BZ #17058]
8530         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8531         non-executed part of the test.
8532
8533 2014-06-16  Andreas Schwab  <schwab@suse.de>
8534
8535         * string/bits/string2.h (strdup, strndup): Update feature guard.
8536
8537 2014-06-14  David S. Miller  <davem@davemloft.net>
8538
8539         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8540
8541 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8542
8543         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8544         that was previously under [RESET_PID].
8545         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8546
8547         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8548         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8549         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8550         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8551         (__libc_vfork): New strong alias.
8552         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8553
8554 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8555
8556         * sysdeps/generic/elide.h: New file.
8557
8558 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8559
8560         * Makefile (installed-headers): Adjust path of pthread.h header.
8561
8562 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8563
8564         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8565         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8566         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8567         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8568
8569         * nptl/sysdeps/s390/Makefile: Moved ...
8570         * sysdeps/s390/nptl/Makefile: ... here.
8571         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8572         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8573         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8574         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8575         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8576         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8577         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8578         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8579         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8580         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8581         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8582         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8583         * nptl/sysdeps/s390/tls.h: Moved ...
8584         * sysdeps/s390/nptl/tls.h: ... here.
8585
8586         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8587         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8588
8589 2014-06-13  David S. Miller  <davem@davemloft.net>
8590
8591         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8592         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8593         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8594         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8595         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8596         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8597         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8598         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8599         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8600         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8601         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8602         Remove RESET_PID cpp guards.
8603         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8604         Remove RESET_PID cpp guards.
8605         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8606
8607 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8608
8609         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8610         __sp to uintptr_t.
8611
8612 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8613
8614         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8615         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8616         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8617         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8618         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8619         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8620         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8621         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8622         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8623         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8624         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8625         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8626         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8627         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8628         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8629         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8630         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8631         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8632         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8633         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8634
8635         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8636         (pthread_rwlock_rdlock): Add elision.
8637         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8638         (pthread_rwlock_wrlock): Add elision.
8639         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8640         (pthread_rwlock_trywrlock): Add elision.
8641         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8642         (pthread_rwlock_tryrdlock): Add elision.
8643         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8644         (pthread_rwlock_tryrdlock): Add elision unlock.
8645         * nptl/sysdeps/pthread/pthread.h:
8646         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8647         (PTHREAD_RWLOCK_INITIALIZER,
8648         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8649         Handle new elision field.
8650         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8651         * sysdeps/arm/nptl/bits/pthreadtypes.h
8652         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8653         * sysdeps/sh/nptl/bits/pthreadtypes.h
8654         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8655         * sysdeps/tile/nptl/bits/pthreadtypes.h
8656         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8657         * sysdeps/a/nptl/bits/pthreadtypes.h
8658         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8659         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8660         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8661         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8662         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8663         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8664         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8665         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8666         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8667         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8668         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8669         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8670         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8671         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8672         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8673         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8674         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8675         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8676         (elision_init): Set try_xbegin to zero when no RTM.
8677         * sysdeps/x86/nptl/bits/pthreadtypes.h
8678         (pthread_rwlock_t): Change __pad1 to __rwelision.
8679         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8680
8681 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8682
8683         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8684         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8685         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8686         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8687
8688 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8689
8690         [BZ #16996]
8691         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8692         that the cached result has been set before returning it.
8693
8694 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8695
8696         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8697         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8698         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8699         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8700         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8701         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8702
8703         * nptl/sysdeps/sparc/Makefile: Moved ...
8704         * sysdeps/sparc/nptl/Makefile: ... here.
8705         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8706         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8707         * nptl/sysdeps/sparc/tls.h: Moved ...
8708         * sysdeps/sparc/nptl/tls.h: ... here.
8709         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8710         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8711         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8712         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8713         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8714         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8715         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8716         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8717         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8718         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8719         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8720         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8721         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8722         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8723         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8724         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8725         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8726         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8727         Update #include.
8728         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8729         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8730         Update #include.
8731         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8732         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8733         Update #include.
8734         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8735         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8736         Update #include.
8737
8738         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8739
8740         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8741         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8742
8743         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8744         (struct list_links): Type removed.
8745         (struct thread_node, struct timer_node): Replace struct list_links
8746         with struct list_head.
8747         (list_unlink_ip): Likewise.
8748         * sysdeps/pthread/timer_routines.c
8749         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8750         (list_append, list_insbefore): Likewise.
8751         (list_init): Function removed.
8752         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8753         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8754         * sysdeps/pthread/Makefile: ... here, new file.
8755
8756         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8757         * sysdeps/nptl/Implies: ... here.
8758         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8759         * nptl/sysdeps/pthread/list.h: Moved ...
8760         * include/list.h: ... here.
8761         * nptl/sysdeps/pthread/createthread.c: Moved ...
8762         * nptl/createthread.c: ... here.
8763         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8764         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8765         * nptl/pt-longjmp.c: ... here.
8766         * nptl/sysdeps/pthread/Makefile: Moved ...
8767         * sysdeps/nptl/Makefile: ... here.
8768         * nptl/sysdeps/pthread/Subdirs: Moved ...
8769         * sysdeps/nptl/Subdirs: ... here.
8770         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8771         * sysdeps/nptl/aio_misc.h: ... here.
8772         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8773         * sysdeps/nptl/bits/libc-lock.h: ... here.
8774         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8775         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8776         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8777         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8778         * nptl/sysdeps/pthread/configure: Moved ...
8779         * sysdeps/nptl/configure: ... here.
8780         * nptl/sysdeps/pthread/configure.ac: Moved ...
8781         * sysdeps/nptl/configure.ac: ... here.
8782         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8783         * sysdeps/nptl/gai_misc.h: ... here.
8784         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8785         * sysdeps/nptl/librt-cancellation.c: ... here.
8786         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8787         * sysdeps/nptl/malloc-machine.h: ... here.
8788         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8789         * sysdeps/nptl/pthread-functions.h: ... here.
8790         * nptl/sysdeps/pthread/pthread.h: Moved ...
8791         * sysdeps/nptl/pthread.h: ... here.
8792         * nptl/sysdeps/pthread/setxid.h: Moved ...
8793         * sysdeps/nptl/setxid.h: ... here.
8794         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8795         * sysdeps/nptl/sigfillset.c: ... here.
8796         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8797         * sysdeps/nptl/tcb-offsets.h: ... here.
8798         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8799         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8800         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8801         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8802         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8803         * sysdeps/pthread/allocalim.h: ... here.
8804         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8805         * sysdeps/pthread/bits/sigthread.h: ... here.
8806         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8807         * sysdeps/pthread/flockfile.c: ... here.
8808         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8809         * sysdeps/pthread/ftrylockfile.c: ... here.
8810         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8811         * sysdeps/pthread/funlockfile.c: ... here.
8812         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8813         * sysdeps/pthread/posix-timer.h: ... here.
8814         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8815         * sysdeps/pthread/timer_create.c: ... here.
8816         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8817         * sysdeps/pthread/timer_delete.c: ... here.
8818         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8819         * sysdeps/pthread/timer_getoverr.c: ... here.
8820         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8821         * sysdeps/pthread/timer_gettime.c: ... here.
8822         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8823         * sysdeps/pthread/timer_routines.c: ... here.
8824         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8825         * sysdeps/pthread/timer_settime.c: ... here.
8826         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8827         * sysdeps/pthread/tst-timer.c: ... here.
8828         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8829         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8830
8831         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8832         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8833
8834         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8835         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8836         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8837         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8838         Update #include target.
8839         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8840         * sysdeps/i386/i686/nptl/Makefile: ... here.
8841         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8842         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8843         Update #include target.
8844         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8845         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8846         * nptl/sysdeps/i386/Makefile: Moved ...
8847         * sysdeps/i386/nptl/Makefile: ... here.
8848         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8849         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8850         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8851         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8852         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8853         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8854         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8855         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8856         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8857         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8858         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8859         * nptl/sysdeps/i386/tls.h: Moved ...
8860         * sysdeps/i386/nptl/tls.h: ... here.
8861
8862         * sysdeps/sh/Makefile [$(subdir) = csu]
8863         (gen-as-const-headers): Add tcb-offsets.sym.
8864         * nptl/sysdeps/sh/Makefile: File removed.
8865         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8866         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8867         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8868         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8869         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8870         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8871         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8872         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8873         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8874         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8875         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8876         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8877         * nptl/sysdeps/sh/tls.h: Moved ...
8878         * sysdeps/sh/nptl/tls.h: ... here.
8879         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8880         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8881         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8882         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8883         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8884         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8885         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8886         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8887         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8888         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8889         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8890         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8891         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8892         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8893         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8894         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8895         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8896         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8897         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8898         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8899         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8900         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8901         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8902         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8903         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8904         Moved ...
8905         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8906         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8907         Moved ...
8908         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8909         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8910         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8911         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8912         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8913         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8914         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8915         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8916         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8917         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8918         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8919         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8920         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8921         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8922         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8923         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8924         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8925         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8926         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8927
8928 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8929
8930         * posix/spawn_faction_addopen.c: Include string.h.
8931
8932 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8933
8934         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8935         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8936         * nptl/sysdeps/x86_64/Makefile: Moved ...
8937         * sysdeps/x86_64/nptl/Makefile: ... here.
8938         * nptl/sysdeps/x86_64/configure: Moved ...
8939         * sysdeps/x86_64/nptl/configure: ... here.
8940         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8941         * sysdeps/x86_64/nptl/configure.ac: ... here.
8942         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8943         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8944         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8945         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8946         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8947         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8948         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8949         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8950         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8951         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8952         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8953         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8954         * nptl/sysdeps/x86_64/tls.h: Moved ...
8955         * sysdeps/x86_64/nptl/tls.h: ... here.
8956         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8957         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8958         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8959         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8960
8961         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8962
8963 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8964
8965         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8966
8967 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8968
8969         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8970         type.
8971         [POSIX] (off_t): Likewise.
8972         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8973         [POSIX] (S_ISBLK): Require macro.
8974         [POSIX] (S_ISCHR): Likewise.
8975         [POSIX] (S_ISDIR): Likewise.
8976         [POSIX] (S_ISFIFO): Likewise.
8977         [POSIX] (S_ISREG): Likewise.
8978         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8979         optional-macro.
8980         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8981         type.
8982         [POSIX] (time_t): Likewise.
8983         [POSIX] (timer_t): Likewise.
8984
8985 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8986
8987         [BZ #17048]
8988         * posix/spawn_int.h (struct __spawn_action): Make the path string
8989         non-const to support deallocation.
8990         * posix/spawn_faction_addopen.c
8991         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8992         * posix/spawn_faction_destroy.c
8993         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8994         path in all spawn_do_open actions.
8995         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8996         posix_spawn_file_actions_addopen.
8997
8998 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8999
9000         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
9001         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
9002         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
9003         conditional code always true.
9004         (__libc_vfork): New alias.
9005
9006 2014-06-11  Roland McGrath  <roland@hack.frob.com>
9007
9008         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9009         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
9010
9011         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
9012
9013         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9014         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
9015
9016         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
9017         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
9018
9019         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9020         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
9021
9022 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9023
9024         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
9025         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
9026         multiarch strcmp for PPC64.
9027         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
9028         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
9029         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
9030         multiarch optimizations.
9031         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9032         (__libc_ifunc_impl_list): Likewise.
9033
9034 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
9035
9036         * benchtests/scripts/validate_benchout.py: New script.
9037         * benchtests/Makefile (bench-func): Call it.
9038         * benchtests/scripts/benchout.schema.json: New file.
9039
9040 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
9041
9042         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
9043         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
9044         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
9045         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
9046         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
9047         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
9048         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
9049         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
9050         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
9051         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
9052         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
9053         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
9054         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
9055         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
9056         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
9057         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
9058         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
9059         Moved ...
9060         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
9061         ... here.
9062         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
9063         Moved ...
9064         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
9065         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
9066         Moved ...
9067         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
9068         ... here.
9069         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
9070         Moved ...
9071         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
9072         ... here.
9073         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
9074         Moved ...
9075         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
9076         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
9077         Moved ...
9078         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
9079         ... here.
9080         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
9081         Moved ...
9082         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
9083         ... here.
9084         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
9085         Moved ...
9086         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
9087         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
9088         Moved ...
9089         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
9090         ... here.
9091         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
9092         Moved ...
9093         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
9094         ... here.
9095         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
9096         Moved ...
9097         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
9098         ... here.
9099         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
9100         Moved ...
9101         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
9102         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
9103         Moved ...
9104         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
9105         ... here.
9106         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
9107         Moved ...
9108         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
9109         ... here.
9110         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
9111         Moved ...
9112         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
9113         ... here.
9114         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
9115         Moved ...
9116         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
9117         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
9118         Moved ...
9119         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
9120         ... here.
9121         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
9122         Moved ...
9123         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
9124         ... here.
9125         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
9126         Moved ...
9127         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
9128         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
9129         Moved ...
9130         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
9131         ... here.
9132         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
9133         Moved ...
9134         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
9135         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
9136         Moved ...
9137         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
9138         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
9139         Moved ...
9140         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
9141         ... here.
9142         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
9143         Moved ...
9144         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
9145         ... here.
9146         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
9147         Moved ...
9148         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
9149         ... here.
9150         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
9151         Moved ...
9152         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
9153         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
9154         Moved ...
9155         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
9156         ... here.
9157         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
9158         Moved ...
9159         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
9160         ... here.
9161         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
9162         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
9163         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
9164         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
9165         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
9166         Moved ...
9167         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
9168         ... here.
9169         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
9170         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
9171         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
9172         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
9173         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
9174         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
9175         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
9176         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
9177         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
9178         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
9179         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
9180         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
9181         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
9182         Moved ...
9183         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
9184         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
9185         Moved ...
9186         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
9187         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
9188         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
9189         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
9190         Moved ...
9191         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
9192         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
9193         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
9194         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
9195         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
9196         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
9197         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
9198
9199 2014-06-10  Wilco  <wdijkstr@arm.com>
9200
9201         * math/test-fenv-return.c: New file.
9202         * math/Makefile: Add new test test-fenv-return.
9203
9204 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
9205
9206         [BZ #17042]
9207         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
9208         when x - 1 is zero.
9209         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
9210         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9211         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
9212         0.0L for an argument of 1.0L.
9213         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
9214         Likewise.
9215         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
9216         value when x - 1 is zero.
9217         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
9218         * sysdeps/i386/fpu/libm-test-ulps: Update.
9219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9220
9221 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
9222
9223         [BZ #15119]
9224         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9225
9226 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9227
9228         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9229         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9230
9231 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9232
9233         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9234         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9235
9236         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9237         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9238
9239         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9240         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9241
9242         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9243         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9244
9245         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9246         if not already defined.
9247         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9248         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9249         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9250         (TLS_INIT_TP): Use it.
9251         (TLS_DEFINE_INIT_TP): New macro.
9252         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9253
9254 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9255
9256         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9257         constant.
9258         [POSIX] (IXANY): Likewise.
9259         [POSIX] (OLCUC): Likewise.
9260         [POSIX || POSIX2008] (CBAUD): Do not allow.
9261         [POSIX || POSIX2008] (DEFECHO): Likewise.
9262         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9263         [POSIX || POSIX2008] (ECHOKE): Likewise.
9264         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9265         [POSIX || POSIX2008] (EXTA): Likewise.
9266         [POSIX || POSIX2008] (EXTB): Likewise.
9267         [POSIX || POSIX2008] (FLUSHO): Likewise.
9268         [POSIX || POSIX2008] (LOBLK): Likewise.
9269         [POSIX || POSIX2008] (PENDIN): Likewise.
9270         [POSIX || POSIX2008] (SWTCH): Likewise.
9271         [POSIX || POSIX2008] (VDISCARD): Likewise.
9272         [POSIX || POSIX2008] (VDSUSP): Likewise.
9273         [POSIX || POSIX2008] (VLNEXT): Likewise.
9274         [POSIX || POSIX2008] (VREPRINT): Likewise.
9275         [POSIX || POSIX2008] (VSTATUS): Likewise.
9276         [POSIX || POSIX2008] (VWERASE): Likewise.
9277         (B*): Change to B[0123456789]*.
9278         * conform/data/time.h-data [POSIX || UNIX98]
9279         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9280         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9281         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9282         [POSIX] (tm_*): Do not allow.
9283
9284 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9285
9286         * Makefile (install): Don't set LANGUAGE.
9287         * Makefile.in (install): Likewise.
9288         * assert/Makefile (test-assert-ENV): Remove variable.
9289         (test-assert-perr-ENV): Likewise.
9290         * elf/Makefile (neededtest4-ENV): Likewise.
9291         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9292         [$(cross-compiling) = no]: Don't set LANGUAGE.
9293         * io/ftwtest-sh (LANG): Remove variable.
9294         * libio/Makefile (tst-widetext-ENV): Likewise.
9295         * manual/install.texi (Running make install): Don't refer to
9296         environment settings for make install.
9297         * INSTALL: Regenerated.
9298         * nptl/tst-tls6.sh: Don't set LANG.
9299         * posix/globtest.sh (LANG): Remove variable.
9300         * string/Makefile (tester-ENV): Likewise.
9301         (inl-tester-ENV): Likewise.
9302         (noinl-tester-ENV): Likewise.
9303         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9304         [$(cross-compiling) = no]: Don't set LANGUAGE.
9305         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9306         without explicit environment settings.
9307
9308 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9309
9310         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9311         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9312         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9313         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9314
9315 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9316
9317         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9318         other files in the crypt directory.
9319         * crypt/crypt.c: Remove duplicate includes.
9320         * crypt/crypt-entry.c: Likewise.
9321         * crypt/crypt_util.c: Likewise.
9322
9323 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9324
9325         * Makeconfig (run-program-env): New variable.
9326         (run-program-prefix-before-env): Likewise.
9327         (run-program-prefix-after-env): Likewise.
9328         (run-program-prefix): Define in terms of new variables.
9329         (built-program-cmd-before-env): New variable.
9330         (built-program-cmd-after-env): Likewise.
9331         (built-program-cmd): Define in terms of new variables.
9332         (test-program-prefix-before-env): New variable.
9333         (test-program-prefix-after-env): Likewise.
9334         (test-program-prefix): Define in terms of new variables.
9335         (test-program-cmd-before-env): New variable.
9336         (test-program-cmd-after-env): Likewise.
9337         (test-program-cmd): Define in terms of new variables.
9338         * Rules (make-test-out): Use $(run-program-env).
9339         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9340         (help): Do not mention environment variables.  Mention
9341         --timeoutfactor option.
9342         (timeoutfactor): New variable.
9343         (blacklist_exports): Remove function.
9344         (exports): Remove variable.
9345         (command): Do not include ${exports}.
9346         * manual/install.texi (Configuring and compiling): Do not mention
9347         test wrappers preserving environment variables.  Mention that last
9348         assignment to a variable must take precedence.
9349         * INSTALL: Regenerated.
9350         * benchtests/Makefile (run-bench): Use $(run-program-env).
9351         * catgets/Makefile ($(objpfx)test1.cat): Use
9352         $(built-program-cmd-before-env), $(run-program-env) and
9353         $(built-program-cmd-after-env).
9354         ($(objpfx)test2.cat): Do not specify environment variables
9355         explicitly.
9356         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9357         $(run-program-env) and $(built-program-cmd-after-env).
9358         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9359         $(run-program-env) and $(test-program-cmd-after-env).
9360         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9361         explicitly.
9362         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9363         run_program_env and test_program_cmd_after_env arguments.
9364         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9365         * elf/tst-pathopt.sh: Use run_program_env argument.
9366         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9367         $(test-wrapper-env) and $(run-program-env).
9368         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9369         run_program_env arguments.
9370         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9371         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9372         $(test-program-prefix-before-env), $(run-program-env) and
9373         $(test-program-prefix-after-env).
9374         ($(objpfx)tst-gettext2.out): Likewise.
9375         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9376         run_program_env and test_program_prefix_after_env arguments.
9377         * intl/tst-gettext2.sh: Likewise.
9378         * intl/tst-gettext4.sh: Do not set environment variables
9379         explicitly.
9380         * intl/tst-gettext6.sh: Likewise.
9381         * intl/tst-translit.sh: Likewise.
9382         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9383         $(test-program-prefix-before-env), $(run-program-env) and
9384         $(test-program-prefix-after-env).
9385         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9386         run_program_env and test_program_prefix_after_env arguments.
9387         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9388         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9389         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9390         explicitly with each use of ${test_wrapper_env}.
9391         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9392         $(test-program-prefix-before-env), $(run-program-env) and
9393         $(test-program-prefix-after-env).
9394         * posix/tst-getconf.sh: Do not set environment variables
9395         explicitly.
9396         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9397         run_program_env and test_program_prefix_after_env arguments.
9398         * stdio-common/tst-printf.sh: Do not set environment variables
9399         explicitly.
9400         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9401         $(test-program-prefix-before-env), $(run-program-env) and
9402         $(test-program-prefix-after-env).
9403         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9404         run_program_env and test_program_prefix_after_env arguments.
9405         Split $test calls into $test_pre and $test.
9406         * timezone/Makefile (build-testdata): Use
9407         $(built-program-cmd-before-env), $(run-program-env) and
9408         $(built-program-cmd-after-env).
9409
9410 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9411
9412         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9413         strlen for non SHARED builds.
9414
9415 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9416
9417         * nptl/allocatestack.c (check_list): Inlined function...
9418         (__reclaim_stacks): ... here.
9419
9420 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9421
9422         [BZ #15698]
9423         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9424         memory overrun.
9425
9426 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9427
9428         * Rules (make-test-out): Include
9429         LOCPATH=$(common-objpfx)localedata in default environment.
9430         * debug/Makefile (tst-chk1-ENV): Remove variable.
9431         (tst-chk2-ENV): Likewise.
9432         (tst-chk3-ENV): Likewise.
9433         (tst-chk4-ENV): Likewise.
9434         (tst-chk5-ENV): Likewise.
9435         (tst-chk6-ENV): Likewise.
9436         (tst-lfschk1-ENV): Likewise.
9437         (tst-lfschk2-ENV): Likewise.
9438         (tst-lfschk3-ENV): Likewise.
9439         (tst-lfschk4-ENV): Likewise.
9440         (tst-lfschk5-ENV): Likewise.
9441         (tst-lfschk6-ENV): Likewise.
9442         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9443         (tst-iconv7-ENV): Likewise.
9444         * intl/Makefile (LOCPATH-ENV): Likewise.
9445         (tst-codeset-ENV): Likewise.
9446         (tst-gettext3-ENV): Likewise.
9447         (tst-gettext5-ENV): Likewise.
9448         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9449         (tst-fopenloc-ENV): Likewise.
9450         (tst-fgetws-ENV): Remove variable.
9451         (tst-ungetwc1-ENV): Likewise.
9452         (tst-ungetwc2-ENV): Likewise.
9453         (bug-ungetwc2-ENV): Likewise.
9454         (tst-swscanf-ENV): Likewise.
9455         (bug-ftell-ENV): Likewise.
9456         (tst-fgetwc-ENV): Likewise.
9457         (tst-fseek-ENV): Likewise.
9458         (tst-ftell-partial-wide-ENV): Likewise.
9459         (tst-ftell-active-handler-ENV): Likewise.
9460         (tst-ftell-append-ENV): Likewise.
9461         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9462         (tst-regexloc-ENV): Likewise.
9463         (bug-regex1-ENV): Likewise.
9464         (tst-regex-ENV): Likewise.
9465         (tst-regex2-ENV): Likewise.
9466         (bug-regex5-ENV): Likewise.
9467         (bug-regex6-ENV): Likewise.
9468         (bug-regex17-ENV): Likewise.
9469         (bug-regex18-ENV): Likewise.
9470         (bug-regex19-ENV): Likewise.
9471         (bug-regex20-ENV): Likewise.
9472         (bug-regex22-ENV): Likewise.
9473         (bug-regex23-ENV): Likewise.
9474         (bug-regex25-ENV): Likewise.
9475         (bug-regex26-ENV): Likewise.
9476         (bug-regex30-ENV): Likewise.
9477         (bug-regex32-ENV): Likewise.
9478         (bug-regex33-ENV): Likewise.
9479         (bug-regex34-ENV): Likewise.
9480         (bug-regex35-ENV): Likewise.
9481         (tst-rxspencer-ENV): Likewise.
9482         (tst-rxspencer-no-utf8-ENV): Likewise.
9483         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9484         (tst-sscanf-ENV): Likewise.
9485         (tst-swprintf-ENV): Likewise.
9486         (tst-swscanf-ENV): Likewise.
9487         (test-vfprintf-ENV): Likewise.
9488         (scanf13-ENV): Likewise.
9489         (bug14-ENV): Likewise.
9490         (tst-grouping-ENV): Likewise.
9491         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9492         (tst-strtod3-ENV): Likewise.
9493         (tst-strtod4-ENV): Likewise.
9494         (tst-strtod5-ENV): Likewise.
9495         (testmb2-ENV): Likewise./
9496         * string/Makefile (tst-strxfrm-ENV): Likewise.
9497         (tst-strxfrm2-ENV): Likewise.
9498         (bug-strcoll1-ENV): Likewise.
9499         (test-strcasecmp-ENV): Likewise.
9500         (test-strncasecmp-ENV): Likewise.
9501         * time/Makefile (tst-strptime-ENV): Likewise.
9502         (tst-ftime_l-ENV): Likewise.
9503         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9504         (tst-mbrtowc-ENV): Likewise.
9505         (tst-wcrtomb-ENV): Likewise.
9506         (tst-mbrtowc2-ENV): Likewise.
9507         (tst-c16c32-1-ENV): Likewise.
9508         (tst-mbsnrtowcs-ENV): Likewise.
9509
9510 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9511
9512         * manual/resource.texi (How to get information about the memory
9513         subsystem?): Fix typo.
9514         Reported by Peon de la Parra Ivan <peon@keba.com>
9515
9516 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9517
9518         [BZ #16882]
9519         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9520         (pthread_spin_lock): Branch out of spin loop to proper location.
9521         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9522         (pthread_spin_lock): Likewise.
9523
9524         * nptl/tst-spin4.c: New test.
9525         * nptl/Makefile (tests): Add tst-spin4.
9526
9527 2014-06-03  Andreas Schwab  <schwab@suse.de>
9528
9529         [BZ #15946]
9530         * resolv/res_send.c (send_dg): Reload file descriptor after
9531         calling reopen.
9532
9533 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9534
9535         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9536
9537 2014-06-03  Richard Henderson  <rth@redhat.com>
9538
9539         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9540         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9541         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9542         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9543         in the SAVE_PID block.
9544         (__libc_vfork): New alias.
9545         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9546
9547         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9548         child in registers, not on the stack.  Remove RESET_PID conditionals.
9549         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9550
9551 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9552
9553         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9554
9555 2014-06-03  Wilco  <wdijkstr@arm.com>
9556
9557         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9558         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9559         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9560         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9561         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9562         Likewise.
9563
9564 2014-06-03  Wilco  <wdijkstr@arm.com>
9565
9566         * sysdeps/aarch64/fpu/math_private.h
9567         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9568         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9569         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9570         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9571         Fix declarations.
9572
9573 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9574
9575         * crypt/crypt-private.h: Include ufc-crypt.h.
9576         (__b64_from_24bit): Declare extern.
9577         * crypt/crypt_util.c(__b64_from_24bit): New function.
9578         (b64t): New static const variable.
9579         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9580         (b64t): Remove variable.
9581         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9582         * crypt/sha256-crypt.c: Include crypt-private.h.
9583         (b64t): Remove variable.
9584         (__sha256_crypt_r): Remove b64_from_24bit and replace
9585         with __b64_from_24bit.
9586         * crypt/sha512-crypt.c: Likewise.
9587
9588 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9589
9590         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9591         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9592         Label the code __libc_vfork rather than __vfork.
9593         [!NOT_IN_libc] (vfork): Define as weak alias.
9594         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9595         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9596         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9597
9598 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9599
9600         * malloc/malloc.c (malloc_info): Fix format specifier for
9601         n_mmaps.
9602
9603 2014-06-02  Wilco  <wdijkstr@arm.com>
9604
9605         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9606         FPCR write.
9607
9608 2014-06-02  Wilco  <wdijkstr@arm.com>
9609
9610         [BZ #17009]
9611         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9612         Rewrite to reduce FPCR/FPSR accesses.
9613
9614 2014-06-01  David S. Miller  <davem@davemloft.net>
9615
9616         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9617
9618 2014-05-31  David S. Miller  <davem@davemloft.net>
9619
9620         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9621         to occur in round to nearest mode when |x| >= 2.0
9622
9623 2014-05-30  Richard Henderson  <rth@twiddle.net>
9624
9625         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9626         (PSEUDO_RET_NOERRNO): Remove.
9627         (ret): Don't redefine.
9628         (ret_NOERRNO): Define in terms of ret.
9629         (ret_ERRVAL): Likewise.
9630
9631         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9632         use of PSEUDO_RET; perform the error check directly.
9633
9634 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9635
9636         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9637         with __int128_t.
9638
9639 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9640
9641         * malloc/malloc (malloc_info): Fix formatting.
9642
9643 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9644             Roland McGrath  <roland@hack.frob.com>
9645
9646         * malloc/malloc (malloc_info): Also print mmapped statistics.
9647
9648 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9649
9650         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9651         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9652
9653 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9654
9655         * malloc/malloc.c (malloc_info): Inline mi_arena.
9656
9657 2014-05-29  Richard Henderson  <rth@twiddle.net>
9658
9659         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9660         Remove comma before expanding ASM_ARGS_##nr.
9661         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9662         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9663         of ASM_ARGS_##nr.
9664         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9665         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9666         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9667         (ASM_ARGS_1): Add leading comma.
9668
9669         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9670         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9671         to __errno_location.
9672         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9673         Remove the expected plt for __errno_location.
9674
9675         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9676         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9677         call to __read_tp.
9678
9679         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9680         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9681         it and break it down.
9682         (DOCARGS_0, DOCARGS_1): Do nothing.
9683         (DOCARGS_2): Update to store into the new stack frame.
9684         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9685         (UNDOCARGS_1): Update to restore from the new stack frame.
9686         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9687         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9688
9689         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9690         (SINGLE_THREAD_P): New parameter for result regno.
9691         (PSEUDO): Update to match; use cbz instead of beq.
9692
9693         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9694         Use ENTRY to define the _nocancel entry point.  Share the syscall
9695         and syscall error check paths with the cancel path.
9696         (PSEUDO_END): New.
9697
9698         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9699         whitespace; tabs before and after asm mnemonics.
9700
9701 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9702
9703         [BZ #15132]
9704         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9705         Call fstat64 or stat64 internally, depending on arguments passed.
9706         Replace stat buffer argument with file descriptor argument.
9707         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9708         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9709         Pass fd to __internal_statvfs instead of calling fstat64.
9710         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9711         Pass fd to __internal_statvfs64 instead of calling fstat64.
9712         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9713         Pass -1 to __internal_statvfs instead of calling stat64.
9714         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9715         Pass -1 to __internal_statvfs64 instead of calling stat64.
9716
9717 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9718
9719         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9720         that was previously under [RESET_PID].
9721         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9722
9723         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9724         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9725
9726 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9727
9728         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9729
9730         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9731         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9732
9733 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9734
9735         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9736
9737 2014-05-27  Andreas Schwab  <schwab@suse.de>
9738
9739         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9740         TLS_INIT_TP macro.
9741         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9742         * elf/rtld.c (init_tls, dl_main): Likewise.
9743         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9744         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9745         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9746         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9747         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9748         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9749         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9750         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9751         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9752         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9753         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9754         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9755         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9756         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9757         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9758         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9759         * sysdeps/generic/tls.h: Update description.
9760
9761 2014-05-27  Will Newton  <will.newton@linaro.org>
9762
9763         [BZ #16990]
9764         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9765         and restore r2 rather than just restoring.
9766
9767 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9768
9769         [BZ #16724]
9770         * libio/tst-ftell-append.c: New test case.
9771         * libio/Makefile (tests): Add test case.
9772         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9773         append mode.
9774         * libio/wfileops.c (do_ftell_wide): Likewise.
9775
9776 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9777
9778         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9779
9780         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9781         ...
9782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9784         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9785         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9786         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9787         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9788         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9789         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9790         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9791         Moved ...
9792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9793         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9794         Moved ...
9795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9796         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9797         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9798         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9799         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9800         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9801         ...
9802         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9803         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9804         Moved ...
9805         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9806         here.
9807         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9808         ...
9809         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9810         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9811         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9812
9813         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9814         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9815         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9816         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9817
9818         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9819         merge into ...
9820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9821         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9822         ...
9823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9824         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9825         ...
9826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9827         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9828         Moved ...
9829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9830         here.
9831         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9832         Moved ...
9833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9834         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9835         Moved ...
9836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9837
9838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9839         conditional [RESET_PID].
9840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9841         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9842         removed.
9843         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9844         removed.
9845
9846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9847         <tcb-offsets.h>.
9848         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9849         (__libc_vfork): New strong alias.
9850         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9851         removed.
9852         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9853         Removed.
9854
9855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9856         <tcb-offsets.h>.
9857         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9858         (__libc_vfork): New strong alias.
9859         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9860         removed.
9861         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9862         removed.
9863
9864 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9865
9866         * malloc/malloc.c (mi_arena): New function.
9867         (malloc_info): Remove nested function mi_arena. Call non-nosted
9868         function mi_arena.
9869
9870 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9871
9872         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9873         by insrwi.
9874         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9875         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9876         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9877         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9878         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9879         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9880         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9881
9882 2014-05-26  Andreas Schwab  <schwab@suse.de>
9883
9884         [BZ #16984]
9885         * locale/programs/repertoire.c (repertoire_read): Add slash
9886         between I18NPATH element and file name.
9887         * locale/programs/locfile.c (locfile_read): Likewise.
9888
9889 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9890
9891         * nptl/pthread_mutexattr_settype.c
9892         (__pthread_mutexattr_settype):
9893         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9894
9895 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9896
9897         * nptl/tst-mutex5 (do_test):
9898         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9899
9900 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9901
9902         * benchtests/README: Document 'init' directive.
9903         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9904         BENCH_INIT.
9905         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9906         (parse_file): Recognize 'init' directive.
9907
9908 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9909
9910         [BZ #16796]
9911         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9912         alignment of struct pthread.
9913
9914 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9915
9916         [BZ #16878]
9917         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9918         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9919         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9920         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9921
9922 2014-05-25  Richard Henderson  <rth@twiddle.net>
9923
9924         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9925         (SINGLE_THREAD_P_PIC): Remove.
9926         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9927         (SINGLE_THREAD_P_PIC): Remove.
9928
9929         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9930         branch to syscall error ...
9931         (PSEUDO): ... here.
9932         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9933         from __local_syscall_error to .Lsyscall_error.
9934         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9935         (SYSCALL_ERROR): Update label name.
9936
9937         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9938         Do not use DOARGS/UNDOARGS.
9939         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9940         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9941         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9942         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9943         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9944
9945         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9946         block comment.
9947
9948         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9949         define if !NOT_IN_libc.
9950         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9951         define with non-default symbol versions.
9952
9953 2014-05-23  Richard Henderson  <rth@twiddle.net>
9954
9955         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9956         (vfork, __vfork): Define via compat_symbol.
9957
9958         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9959         [!HAVE_IFUNC] (vfork_compat): Remove.
9960         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9961
9962 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9963
9964         [BZ #16978]
9965         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9966         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9967         variable.
9968
9969 2014-05-23  Richard Henderson  <rth@twiddle.net>
9970
9971         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9972         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9973         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9974         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9975
9976         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9977         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9978         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9979         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9980         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9981         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9982         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9983         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9984         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9985         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9986         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9987         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9988         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9989         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9990         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9991         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9992         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9993         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9994         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9995         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9996         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9997         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9998         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9999         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
10000         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
10001         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
10002         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
10003         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
10004         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
10005         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
10006         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
10007         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
10008         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
10009         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
10010         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
10011         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
10012         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
10013         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
10014         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
10015         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
10016         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
10017         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
10018         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
10019         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
10020         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
10021         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
10022         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
10023         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
10024         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
10025         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
10026         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
10027         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
10028         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
10029         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
10030         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
10031         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
10032
10033         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
10034         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
10035         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
10036         before exiting on error.
10037         (__libc_vfork): New strong alias.
10038         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
10039         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
10040
10041         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
10042         that was previously under [RESET_PID].
10043         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
10044
10045         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
10046
10047 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
10048
10049         [BZ #16977]
10050         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
10051         value when x - 1 is zero.
10052         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
10053         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
10054         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
10055         0.0L for an argument of 1.0L.
10056         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
10057         Likewise.
10058         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
10059         value when x - 1 is zero.
10060         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
10061         * sysdeps/i386/fpu/libm-test-ulps: Update.
10062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10063
10064 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
10065
10066         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
10067         alphasort and versionsort.
10068
10069 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10070
10071         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
10072         macro.
10073         [copysignf]: Likewise.
10074
10075 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10076
10077         * crypt/md5-crypt.c: Fix formatting.
10078
10079 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10080
10081         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
10082         (b64_from_24bit): New function.
10083
10084 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10085
10086         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
10087         libc_hidden_builtin_def to ifunc.
10088         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10089         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
10090
10091 2014-05-21  Roland McGrath  <roland@hack.frob.com>
10092
10093         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
10094         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
10095
10096 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
10097
10098         * nscd/Depend (linuxthreads): Remove.
10099         (nptl): Add.
10100         * resolv/Depend (linuxthreads): Remove.
10101         * rt/Depend (linuxthreads): Remove.
10102
10103         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
10104         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
10105         $(common-objpfx)elf/.
10106         (link-libc-before-gnulib): Likewise.
10107         (elfobjdir): Remove variable.
10108         * Makefile (install): Use $(elf-objpfx) instead of
10109         $(common-objpfx)elf/.
10110         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
10111         $(elfobjdir)/.
10112         (link-libc-deps): Likewise.
10113         ($(common-objpfx)libc.so): Likewise.
10114         ($(common-objpfx)linkobj/libc.so): Likewise.
10115         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
10116         instead of $(common-objpfx)elf/.
10117         (symbolic-link-list): Likewise.
10118         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10119         [$(cross-compiling) = no]: Likewise.
10120         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
10121         $(elfobjdir)/.
10122         (static-gnulib-arch): Likewise.
10123         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10124         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
10125         $(common-objpfx)elf/.
10126
10127 2014-05-21  Richard Henderson  <rth@redhat.com>
10128
10129         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10130         (SINGLE_THREAD_P): Use the correct width load.  Fold
10131         into the ldr offset.
10132
10133         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
10134         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
10135
10136 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
10137
10138         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
10139         (libgcc_s_resume): Use __attribute_used__.
10140         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
10141         Likewise.
10142
10143 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10144
10145         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
10146         optimization when used with float constants.
10147
10148         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10149
10150 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
10151
10152         [BZ #16915]
10153         * locale/nl_langinfo_l.c: Make direct reference to every
10154         _nl_current_CATEGORY symbol.
10155         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
10156         (tests-static): Add tst-langinfo-static.
10157         (tests-special): Add tst-langinfo-static.out.
10158         ($(objpfx)tst-langinfo.out): Redirect output.
10159         ($(objpfx)tst-langinfo-static.out): New.
10160         * localedata/tst-langinfo.sh: Send output to stdout.
10161         * localedata/tst-langinfo-static.c: New file.
10162
10163         [BZ #16965]
10164         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
10165         when the shift amount is modulo the limb size.
10166
10167 2014-05-20  Richard Henderson  <rth@redhat.com>
10168
10169         [BZ #16967]
10170         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
10171         Change type of sa_flags from unsigned int to int.
10172
10173         [BZ #16966]
10174         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
10175
10176         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
10177
10178 2014-05-20  Will Newton  <will.newton@linaro.org>
10179
10180         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10181         Test the return value of the system call in the nocancel case.
10182
10183 2014-05-20  Will Newton  <will.newton@linaro.org>
10184             Yvan Roux  <yvan.roux@linaro.org>
10185
10186         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
10187         #include of asm/ptrace.h.
10188         (PTRACE_GET_THREAD_AREA): Remove #undef.
10189         (PTRACE_GETHBPREGS): Likewise.
10190         (PTRACE_SETHBPREGS): Likewise.
10191         (struct user_regs_struct): New structure.
10192         (struct user_fpsimd_struct): New structure.
10193         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
10194         #include of asm/ptrace.h and second #include of sys/user.h.
10195         (PTRACE_GET_THREAD_AREA): Remove #undef.
10196         (PTRACE_GETHBPREGS): Likewise.
10197         (PTRACE_SETHBPREGS): Likewise.
10198         (ELF_NGREG): Use new struct user_regs_struct.
10199         (elf_fpregset_t): Use new struct user_fpsimd_struct.
10200
10201 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10202
10203         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
10204         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
10205
10206 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10207
10208         [BZ #16958]
10209         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
10210         membar to avoid block loads/stores to overlap previous stores.
10211
10212 2014-05-17  Richard Henderson  <rth@redhat.com>
10213
10214         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
10215         Create the __##syscall_name##_nocancel entry point.
10216         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
10217         Remove; let the sysdep-cancel.h code create it.
10218
10219 2014-05-17  David S. Miller  <davem@davemloft.net>
10220
10221         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10222         Protect with __USE_GNU.
10223         (TIOCSET_TEMPT): Likewise.
10224         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10225         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10226         these are already provided in bits/ioctl-types.h
10227
10228 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10229
10230         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10231         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10232
10233         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10234         Use wait4 regardless of [__NR_waitpid].
10235
10236 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
10237
10238         PR libgcc/60166
10239         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10240         (_FP_NANSIGN_Q): Set the quiet bit.
10241
10242 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
10243
10244         * benchtests/Makefile
10245         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10246         not $(common-objpfx)math/libm.so.
10247         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10248         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10249         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10250         $(common-objpfx)dlfcn/libdl.so.
10251         ($(objpfx)tst-audit8): Depend on $(libm), not
10252         $(common-objpfx)math/libm.so.
10253         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10254         not $(common-objpfx)dlfcn/libdl.so.
10255         * math/Makefile
10256         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10257         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10258         [$(build-shared) = yes].
10259         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10260         $(common-objpfx)nptl/libpthread.so.
10261         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10262         $(common-objpfx)math/libm.so$(libm.so-version) or
10263         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10264         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10265         $(common-objpfx)dlfcn/libdl.so.
10266         * setjmp/Makefile (link-libm): Remove variable.
10267         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10268         * stdio-common/Makefile (link-libm): Remove variable.
10269         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10270         * stdlib/Makefile (link-libm): Remove variable.
10271         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10272         ($(objpfx)tst-strtod-round): Likewise.
10273         ($(objpfx)tst-tininess): Likewise.
10274         ($(objpfx)tst-strtod-underflow): Likewise.
10275         ($(objpfx)tst-strtod6): Likewise.
10276         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10277         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10278         $(common-objpfx)dlfcn/libdl.so.
10279
10280 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10281
10282         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10283         BSD terminal modes definitions.
10284
10285 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10286
10287         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10288         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10289
10290         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10291         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10292         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10293         Don't do #include_next.
10294         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10295         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10296         Don't do #include_next.
10297         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10298         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10299         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10300         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10301
10302 2014-05-16  Allan McRae  <allan@archlinux.org>
10303
10304         * po/sv.po: Update Swedish translation from translation project.
10305
10306         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10307         in sed expression.
10308
10309 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10310
10311         [BZ #16917]
10312         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10313         errno if the TIOCGPTN ioctl fails with an error different than
10314         EINVAL.
10315         * login/tst-ptsname.c: New file.
10316         * login/Makefile (tests): Add tst-ptsname.
10317
10318         [BZ #16943]
10319         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10320         and prlimit64.
10321
10322 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10323
10324         [BZ #16849]
10325         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10326         herrno to return EAI_AGAIN.
10327
10328 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10329
10330         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10331         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10332         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10333         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10334         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10335         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10336         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10337         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10338         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10339         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10340         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10341         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10342         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10343         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10344         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10345         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10346         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10347         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10348         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10349         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10350         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10351         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10352         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10353         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10354         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10355         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10356         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10357         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10358         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10359         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10360         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10361         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10362         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10363         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10364         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10365         Moved ...
10366         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10367         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10368         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10369         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10370         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10371         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10372         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10373         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10374         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10375         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10376         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10377         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10378         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10379         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10380         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10381         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10382         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10383         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10384         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10385         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10386         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10387         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10388         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10389         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10390         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10391         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10392         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10393         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10394         Moved ...
10395         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10396         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10397         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10398         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10399         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10400         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10401         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10402         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10403         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10404         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10405         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10406         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10407         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10408         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10409         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10410         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10411         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10412         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10413         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10414         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10415         Moved ...
10416         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10417         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10418         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10419
10420         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10421         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10422         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10423         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10424         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10425         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10426         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10427         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10428         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10429         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10430         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10431         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10432         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10433         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10434         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10435         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10436         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10437         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10438         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10439         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10440         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10441         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10442         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10443         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10444         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10445         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10446         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10447         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10448         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10449         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10450         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10451
10452         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10453         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10454
10455         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10456         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10457         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10458         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10459         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10460         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10461         Moved ...
10462         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10463         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10464         Moved ...
10465         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10466         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10467         Moved ...
10468         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10469         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10470         Moved ...
10471         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10472         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10473         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10474         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10475         Moved ...
10476         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10477         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10478         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10479         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10480         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10481         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10482         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10483         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10484         Moved ...
10485         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10486         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10487         Moved ...
10488         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10489         ... here.
10490         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10491         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10492         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10493         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10494         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10495         Moved ...
10496         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10497         ... here.
10498         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10499         Moved ...
10500         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10501         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10502         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10503         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10504         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10505         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10506         Moved ...
10507         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10508         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10509         Moved ...
10510         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10511         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10512         Moved ...
10513         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10514         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10515         Moved ...
10516         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10517         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10518         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10519         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10520         Moved ...
10521         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10522         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10523         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10524         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10525         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10526         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10527         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10528         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10529         Moved ...
10530         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10531         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10532         Moved ...
10533         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10534         ... here.
10535         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10536         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10537         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10538         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10539         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10540         Moved ...
10541         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10542         ... here.
10543         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10544         Moved ...
10545         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10546         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10547         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10548         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10549         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10550         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10551         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10552         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10553         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10554         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10555         Moved ...
10556         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10557         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10558         Moved ...
10559         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10560         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10561         Moved ...
10562         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10563         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10564         Moved ...
10565         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10566         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10567         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10568         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10569         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10570         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10571         Moved ...
10572         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10573         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10574         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10575         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10576         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10577         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10578         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10579         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10580         Moved ...
10581         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10582         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10583         Moved ...
10584         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10585         ... here.
10586         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10587         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10588         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10589         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10590         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10591         Moved ...
10592         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10593         ... here.
10594         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10595         Moved ...
10596         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10597         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10598         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10599         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10600         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10601         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10602         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10603         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10604         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10605         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10606         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10607
10608         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10609         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10610
10611         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10612         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10613
10614         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10615         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10616         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10617         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10618         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10619         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10620         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10621         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10622         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10623         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10624         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10625         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10626         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10627         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10628         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10629         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10630         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10631         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10632         Moved ...
10633         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10634         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10635         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10636         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10637         Moved ...
10638         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10639         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10640         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10641         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10642         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10643         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10644         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10645         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10646         Moved ...
10647         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10648         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10649         Moved ...
10650         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10651         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10652         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10653         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10654         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10655         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10656         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10657         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10658         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10659         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10660         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10661         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10662         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10663         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10664         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10665         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10666         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10667
10668         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10669         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10670         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10671         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10672         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10673
10674         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10675         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10676         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10677         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10678         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10679         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10680         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10681         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10682         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10683         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10684
10685         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10686         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10687
10688         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10689         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10690         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10691         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10692         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10693         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10694         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10695         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10696         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10697         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10698         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10699         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10700         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10701         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10702         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10703         Update #include.
10704         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10705         Likewise.
10706         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10707         Likewise.
10708         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10709         Likewise.
10710         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10711         Likewise.
10712         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10713         Likewise.
10714         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10715         Likewise.
10716         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10717         Likewise.
10718         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10719         Likewise.
10720         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10721         Likewise.
10722         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10723         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10724         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10725         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10726         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10727         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10728         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10729         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10730         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10731         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10732         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10733         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10734         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10735         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10736         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10737
10738         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10739         that was previously under [RESET_PID].
10740         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10741         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10742         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10743
10744         * sysdeps/i386/nptl/Implies: New file.
10745         * sysdeps/x86_64/nptl/Implies: New file.
10746         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10747         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10748         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10749         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10750
10751         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10752         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10753         (__libc_vfork): New strong alias.
10754         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10755         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10756
10757         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10758         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10759         (__libc_vfork): New strong alias.
10760         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10761         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10762
10763         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10764         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10765         (__libc_vfork): New strong alias.
10766         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10767         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10768         * nptl/pt-vfork.c: New file.
10769         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10770         (libpthread: GLIBC_2.20): New version set (empty).
10771
10772 2014-05-14  Will Newton  <will.newton@linaro.org>
10773
10774         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10775         rather than #if.
10776
10777 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10778
10779         [BZ #16564]
10780         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10781         arguments with exponent 65 or above.
10782         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10783         arguments 0x1p113L or above.
10784         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10785         to arguments 0x1p107L or above.
10786         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10787         positive arguments with exponent 65 or above.
10788         * math/auto-libm-test-in: Add more tests of log1p.
10789         * math/auto-libm-test-out: Regenerated.
10790
10791         [BZ #16928]
10792         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10793         non-finite arguments is +0.
10794         * math/s_cacosf.c (__cacosf): Likewise.
10795         * math/s_cacosl.c (__cacosl): Likewise.
10796         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10797         * sysdeps/i386/fpu/libm-test-ulps: Update.
10798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10799
10800         [BZ #16927]
10801         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10802         value.
10803         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10804         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10805         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10806         for explicit high bit of mantissa when testing for argument equal
10807         to 1.
10808         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10809         * sysdeps/i386/fpu/libm-test-ulps: Update.
10810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10811
10812         [BZ #16516]
10813         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10814         (__erf): Scale by 16 instead of 8 in potentially underflowing
10815         case.  Ensure exception if result actually underflows.
10816         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10817         (__erff): Scale by 16 instead of 8 in potentially underflowing
10818         case.  Ensure exception if result actually underflows.
10819         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10820         (efx8): Remove variable.
10821         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10822         case.  Ensure exception if result actually underflows.
10823         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10824         (efx8): Remove variable.
10825         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10826         case.  Ensure exception if result actually underflows.
10827         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10828         (efx8): Remove variable.
10829         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10830         case.  Ensure exception if result actually underflows.
10831         * math/auto-libm-test-in: Add more tests of erf.
10832         * math/auto-libm-test-out: Regenerated.
10833
10834 2014-05-14  Andreas Schwab  <schwab@suse.de>
10835
10836         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10837         Remove code conditionalized on USE___THREAD.
10838
10839         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10840         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10841         not definedness.
10842
10843 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10844
10845         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10846         Define unconditionally.
10847         (__ASSUME_O_CLOEXEC): Likewise.
10848         (__ASSUME_SOCK_CLOEXEC): Likewise.
10849         (__ASSUME_IN_NONBLOCK): Likewise.
10850         (__ASSUME_PIPE2): Likewise.
10851         (__ASSUME_EVENTFD2): Likewise.
10852         (__ASSUME_SIGNALFD4): Likewise.
10853         (__ASSUME_DUP3): Likewise.
10854         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10855         (__ASSUME_DUP3): Do not define.
10856         (__ASSUME_EVENTFD2): Likewise.
10857         (__ASSUME_IN_NONBLOCK): Likewise.
10858         (__ASSUME_O_CLOEXEC): Likewise.
10859         (__ASSUME_PIPE2): Likewise.
10860         (__ASSUME_SIGNALFD4): Likewise.
10861         (__ASSUME_SOCK_CLOEXEC): Likewise.
10862         (__ASSUME_UTIMES): Undefine.
10863         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10864         (__ASSUME_UTIMES): Do not define.
10865         (__ASSUME_O_CLOEXEC): Likewise.
10866         (__ASSUME_SOCK_CLOEXEC): Likewise.
10867         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10868         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10869         0x020621].
10870         (__ASSUME_PIPE2): Likewise.
10871         (__ASSUME_EVENTFD2): Likewise.
10872         (__ASSUME_SIGNALFD4): Likewise.
10873         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10874         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10875         Do not define.
10876         (__ASSUME_EVENTFD2): Likewise.
10877         (__ASSUME_SIGNALFD4): Likewise.
10878         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10879         (__ASSUME_32BITUIDS): Likewise.
10880         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10881         (__ASSUME_IPC64): Likewise.
10882         (__ASSUME_ST_INO_64_BIT): Likewise.
10883         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10884         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10885         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10886         (__ASSUME_UTIMES): Do not define.
10887         (__ASSUME_PSELECT): Likewise.
10888         (__ASSUME_PPOLL): Likewise.
10889         (__ASSUME_O_CLOEXEC): Likewise.
10890         (__ASSUME_SOCK_CLOEXEC): Likewise.
10891         (__ASSUME_IN_NONBLOCK): Likewise.
10892         (__ASSUME_PIPE2): Likewise.
10893         (__ASSUME_EVENTFD2): Likewise.
10894         (__ASSUME_SIGNALFD4): Likewise.
10895         (__ASSUME_DUP3): Likewise.
10896         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10897         (__ASSUME_UTIMES): Likewise.
10898         (__ASSUME_O_CLOEXEC): Likewise.
10899         (__ASSUME_SOCK_CLOEXEC): Likewise.
10900         (__ASSUME_IN_NONBLOCK): Likewise.
10901         (__ASSUME_PIPE2): Likewise.
10902         (__ASSUME_EVENTFD2): Likewise.
10903         (__ASSUME_SIGNALFD4): Likewise.
10904         (__ASSUME_DUP3): Likewise.
10905         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10906         (__ASSUME_UTIMES): Likewise.
10907         (__ASSUME_O_CLOEXEC): Likewise.
10908         (__ASSUME_SOCK_CLOEXEC): Likewise.
10909         (__ASSUME_IN_NONBLOCK): Likewise.
10910         (__ASSUME_PIPE2): Likewise.
10911         (__ASSUME_EVENTFD2): Likewise.
10912         (__ASSUME_SIGNALFD4): Likewise.
10913         (__ASSUME_DUP3): Likewise.
10914         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10915         Likewise.
10916         (__ASSUME_UTIMES): Likewise.
10917         (__ASSUME_EVENTFD2): Likewise.
10918         (__ASSUME_SIGNALFD4): Likewise.
10919         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10920         (__ASSUME_O_CLOEXEC): Likewise.
10921         (__ASSUME_SOCK_CLOEXEC): Likewise.
10922         (__ASSUME_IN_NONBLOCK): Likewise.
10923         (__ASSUME_PIPE2): Likewise.
10924         (__ASSUME_EVENTFD2): Likewise.
10925         (__ASSUME_SIGNALFD4): Likewise.
10926         (__ASSUME_DUP3): Likewise.
10927         (__ASSUME_UTIMES): Undefine.
10928
10929         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10930         feclearexcept.  Remove symbol versioning code.
10931         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10932         symbol versioning code.
10933         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10934         symbol versioning code.
10935         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10936         feupdateenv.  Remove symbol versioning code.
10937         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10938         fegetexceptflag.  Remove symbol versioning code.
10939         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10940         fesetexceptflag.  Remove symbol versioning code.
10941         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10942         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10943         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10944         (__posix_fadvise64_l32): Remove prototype.
10945         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10946         code.
10947
10948 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10949
10950         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10951         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10952         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10953         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10954
10955 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10956
10957         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10958         current working directory
10959
10960 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10961
10962         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10963         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10964         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10965         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10966         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10967         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10968         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10969         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10970         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10971         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10972         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10973         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10974         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10975         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10976         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10977         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10978         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10979         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10980         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10981         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10982         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10983         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10984         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10985         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10986         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10987         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10988         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10989         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10990         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10991         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10992         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10993         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10994         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10995         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10996         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10997         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10998         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10999         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
11000         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
11001         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
11002         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
11003         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
11004
11005         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
11006         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
11007
11008         * sysdeps/unix/sysv/linux/arm/Makefile
11009         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
11010         Add rt-aeabi_unwind_cpp_pr1.
11011         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
11012         Add nptl-aeabi_unwind_cpp_pr1.
11013         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
11014         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
11015         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
11016         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
11017         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
11018         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
11019
11020         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
11021         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
11022         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
11023         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
11024
11025         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
11026         Deconditionalize the code that was previously under [RESET_PID].
11027         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
11028
11029         * sysdeps/generic/exit-thread.h: New file.
11030         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
11031         * include/unistd.h (__exit_thread): Remove declaration.
11032         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
11033         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
11034         * csu/libc-start.c: Include <exit-thread.h>.
11035         (LIBC_START_MAIN): Pass no argument to __exit_thread.
11036         * nptl/pthread_create.c: Include <exit-thread.h>.
11037         (start_thread): Call __exit_thread in place of __exit_thread_inline.
11038         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
11039         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
11040         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
11041         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
11042         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
11043         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
11044         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
11045         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
11046         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
11047         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
11048         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
11049         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
11050         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
11051         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
11052         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
11053         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
11054
11055 2014-05-13  Andreas Schwab  <schwab@suse.de>
11056
11057         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
11058
11059 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
11060
11061         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
11062         (__ASSUME_UTIMES): Do not condition on kernel version.
11063         (__ASSUME_PSELECT): Define unconditionally.
11064         (__ASSUME_PPOLL): Likewise.
11065         (__ASSUME_ATFCTS): Likewise.
11066         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
11067         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
11068         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
11069         (__ASSUME_UTIMENSAT): Define unconditionally.
11070         (__ASSUME_PRIVATE_FUTEX): Likewise.
11071         (__ASSUME_FALLOCATE): Likewise.
11072         (__ASSUME_O_CLOEXEC): Likewise.
11073         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
11074         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
11075         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
11076         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
11077         (__ASSUME_IN_NONBLOCK): Likewise.
11078         (__ASSUME_PIPE2): Likewise.
11079         (__ASSUME_EVENTFD2): Likewise.
11080         (__ASSUME_SIGNALFD4): Likewise.
11081         (__ASSUME_DUP3): Likewise.
11082         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11083         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
11084         (__ASSUME_AT_RANDOM): Likewise.
11085         (__ASSUME_PREADV): Likewise.
11086         (__ASSUME_PWRITEV): Likewise.
11087         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
11088         (__ASSUME_F_GETOWN_EX): Define unconditionally.
11089         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
11090         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
11091         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
11092         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11093         (__ASSUME_O_CLOEXEC): Define unconditionally.
11094         (__ASSUME_PSELECT): Do not undefine conditionally.
11095         (__ASSUME_PPOLL): Likewise.
11096         (__ASSUME_ATFCTS): Likewise.
11097         (__ASSUME_SET_ROBUST_LIST): Likewise.
11098         (__ASSUME_UTIMENSAT): Likewise.
11099         (__ASSUME_FDATASYNC): Define unconditionally.
11100         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11101         (__ASSUME_SIGFRAME_V2): Likewise.
11102         )__ASSUME_EVENTFD2): Likewise.
11103         (__ASSUME_SIGNALFD4): Likewise.
11104         (__ASSUME_PSELECT): Do not undefine conditionally.
11105         (__ASSUME_PPOLL): Likewise.
11106         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11107         (__ASSUME_PSELECT): Define unconditionally.
11108         (__ASSUME_PPOLL): Likewise.
11109         (__ASSUME_O_CLOEXEC): Likewise.
11110         (__ASSUME_SOCK_CLOEXEC): Likewise.
11111         (__ASSUME_IN_NONBLOCK): Likewise.
11112         (__ASSUME_PIPE2): Likewise.
11113         (__ASSUME_EVENTFD2): Likewise.
11114         (__ASSUME_SIGNALFD4): Likewise.
11115         (__ASSUME_DUP3): Likewise.
11116         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11117         (__ASSUME_O_CLOEXEC): Likewise.
11118         (__ASSUME_SOCK_CLOEXEC): Likewise.
11119         (__ASSUME_IN_NONBLOCK): Likewise.
11120         (__ASSUME_PIPE2): Likewise.
11121         (__ASSUME_EVENTFD2): Likewise.
11122         (__ASSUME_SIGNALFD4): Likewise.
11123         (__ASSUME_DUP3): Likewise.
11124         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11125         (__ASSUME_EVENTFD2): Likewise.
11126         (__ASSUME_SIGNALFD4): Likewise.
11127         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11128
11129 2014-05-12  Andreas Schwab  <schwab@suse.de>
11130
11131         [BZ #16932]
11132         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
11133         (_nss_nis_gethostbyname4_r): Return error if item length is larger
11134         than maximum RPC packet size.
11135         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
11136         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
11137         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
11138         (_nss_nis_getservbyport_r): Likewise.
11139
11140 2014-05-12  Will Newton  <will.newton@linaro.org>
11141
11142         * malloc/Makefile (tests): Add tst-mallopt.
11143         * malloc/tst-mallopt.c: New file.
11144
11145 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11146
11147         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
11148         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
11149
11150 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11151
11152         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
11153         (tst-tlsmod6.so): Likewise.
11154
11155 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11156
11157         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
11158
11159 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
11160
11161         [BZ #16064]
11162         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
11163         and <dl-procinfo.h>.
11164         (__fegetenv): Save SSE state in envp->__eip if supported.
11165         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
11166         envp->__eip if supported.
11167         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
11168         and <dl-procinfo.h>.
11169         (__fesetenv): Always set __eip, __cs_selector, __opcode,
11170         __data_offset and __data_selector in environment to 0.  Set SSE
11171         state if supported.
11172         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
11173         test-fenv-sse.
11174         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
11175         -mfpmath=sse.
11176         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
11177
11178 2014-05-09  Will Newton  <will.newton@linaro.org>
11179
11180         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
11181         and libc_relro_required for ARM.
11182         * sysdeps/arm/preconfigure: Regenerate.
11183
11184 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11185             Stefan Liebler  <stli@linux.vnet.ibm.com>
11186
11187         * config.make.in (enable-lock-elision): New Makefile variable.
11188         * configure.ac: Likewise.
11189         * configure: Regenerate.
11190         * sysdeps/s390/configure.ac:
11191         Add check for gcc transactions support.
11192         * sysdeps/s390/configure: Regenerate.
11193         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
11194         Build elision files if enabled.
11195         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
11196         Add lock elision support for s390.
11197         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
11198         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
11199         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
11200         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
11201         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
11202         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
11203         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
11204         Likewise.
11205         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
11206         Likewise.
11207         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
11208         Likewise.
11209         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
11210         Likewise.
11211         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
11212         (__lll_timedlock_elision, __lll_lock_elision)
11213         (__lll_unlock_elision, __lll_trylock_elision)
11214         (lll_timedlock_elision, lll_lock_elision)
11215         (lll_unlock_elision, lll_trylock_elision): Add.
11216         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11217         (pthread_mutex_t): Add lock elision support for s390.
11218
11219 2014-05-14  Wilco  <wdijkstr@arm.com>
11220
11221         * sysdeps/arm/fclrexcpt.c: Cleanup.
11222         * sysdeps/arm/fedisblxcpt.c: Cleanup.
11223         * sysdeps/arm/feenablxcpt.c: Cleanup.
11224         * sysdeps/arm/fegetenv.c: Cleanup.
11225         * sysdeps/arm/fegetexcept.c: Cleanup.
11226         * sysdeps/arm/fegetround.c: Cleanup.
11227         * sysdeps/arm/feholdexcpt.c: Cleanup.
11228         * sysdeps/arm/fesetenv.c: Cleanup.
11229         * sysdeps/arm/fesetround.c: Cleanup.
11230         * sysdeps/arm/feupdateenv.c: Cleanup.
11231         * sysdeps/arm/fgetexcptflg.c: Cleanup.
11232         * sysdeps/arm/fraiseexcpt.c: Cleanup.
11233         * sysdeps/arm/fsetexcptflg.c: Cleanup.
11234         * sysdeps/arm/ftestexcept.c: Cleanup.
11235         * sysdeps/arm/get-rounding-mode.h: Cleanup.
11236         * sysdeps/arm/setfpucw.c: Cleanup.
11237
11238 2014-05-09  Will Newton  <will.newton@linaro.org>
11239
11240         * sysdeps/arm/armv7/strcmp.S: New file.
11241         * NEWS: Mention addition of ARMv7 optimized strcmp.
11242
11243 2014-05-08  Roland McGrath  <roland@hack.frob.com>
11244
11245         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11246         look for %.ac rather than %.in.
11247
11248         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11249         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11250         * sysdeps/mach/hurd/configure: Regenerated.
11251         * sysdeps/unix/sysv/linux/configure: Regenerated.
11252
11253         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11254
11255 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11256
11257         [BZ# 16922]
11258         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11259         (LONG_SUB): Ditto.
11260         (PTR_SUB): Ditto.
11261
11262 2014-05-07  Andreas Schwab  <schwab@suse.de>
11263
11264         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11265         when skipping over non-matching result from nscd.
11266
11267 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11268
11269         [BZ #16876]
11270         * nptl/sockperf.c (client): Check socket return value.
11271
11272         [BZ #16877]
11273         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11274         nscd security class.
11275
11276 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11277
11278         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11279         * sysdeps/arm/unwind.h: ... here.
11280
11281 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11282
11283         [BZ# 16916]
11284         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11285         Define.
11286
11287 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11288
11289         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11290         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11291         multiarch strncpy for PPC64.
11292         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11293         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11294         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11295         multiarch optimizations.
11296         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11297         (__libc_ifunc_impl_list): Likewise.
11298         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11299         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11300         multiarch stpncpy for PPC64.
11301         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11302         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11303
11304 2014-05-06  Andreas Schwab  <schwab@suse.de>
11305
11306         [BZ #16912]
11307         * gmon/mcount.c (_MCOUNT_DECL): Use
11308         atomic_compare_and_exchange_bool_acq instead of
11309         catomic_compare_and_exchange_bool_acq.
11310
11311 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11312
11313         * elf/Makefile (others, install-bin): Remove pldd.
11314         (pldd-modules): Variable removed.
11315         ($(objpfx)pldd): Target removed.
11316         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11317         (others, install-bin): Append pldd here.
11318         ($(objpfx)pldd): New target.
11319
11320         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11321         to 0, so the first #if test emitted later doesn't see it undefined.
11322         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11323         * sysdeps/gnu/errlist.c: Regenerated.
11324
11325 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11326
11327         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11328         [libc_hidden_builtin_def]: Define to empty value.
11329         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11330         [libc_hidden_builtin_def]: Likewise.
11331         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11332         [libc_hidden_builtin_def]: Likewise.
11333         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11334         [libc_hidden_builtin_def]: Likewise.
11335         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11336         __redirect_memcpy and define ifunc as default hidden symbol.
11337         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11338         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11339
11340 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11341
11342         * locale/iso-4217.def: Reintroduce XDR currency.
11343
11344 2014-05-04  Allan McRae  <allan@archlinux.org>
11345
11346         * po/eo.po: Update Esperanto translation from translation project.
11347
11348 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11349
11350         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11351         and FEATURE_INDEX_MAX to 1.
11352         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11353
11354 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11355
11356         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11357         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11358         * iconvdata/big5.c (ONE_DIRECTION): Define.
11359         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11360         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11361         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11362         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11363         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11364         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11365         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11366         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11367         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11368         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11369         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11370         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11371         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11372         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11373         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11374         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11375         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11376         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11377         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11378         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11379         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11380         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11381         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11382         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11383         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11384         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11385         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11386         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11387         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11388         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11389         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11390         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11391         * iconvdata/johab.c (ONE_DIRECTION): Define.
11392         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11393         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11394         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11395         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11396         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11397         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11398         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11399         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11400         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11401         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11402
11403 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11404
11405         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11406         (_IO_JUMPS_OFFSET): Define to 0.
11407
11408         * nptl/sysdeps/pthread/bits/libc-lock.h
11409         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11410         (__libc_lock_define_initialized_recursive): Always define using
11411         initializer.  Modern compilers treat uninitialized (implicit zero) and
11412         explicit zero initializers the same (i.e. put the datum in bss).
11413
11414 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11415
11416         * nscd/nscd-client.h: Include <string.h>.
11417
11418 2014-05-01  David S. Miller  <davem@davemloft.net>
11419
11420         [BZ #16885]
11421         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11422         multiple zero bytes exist at the end of a string.
11423         Reported by Aurelien Jarno <aurelien@aurel32.net>
11424
11425         * string/test-strcmp.c (check): Add explicit test for situations where
11426         there are multiple zero bytes after the first.
11427
11428 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11429
11430         [BZ #16890]
11431         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11432         when compiling wprintf.
11433         * stdio-common/tstdiomisc.c (t3): New function.
11434         (main): Call it.
11435
11436 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11437
11438         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11439         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11440         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11441         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11442
11443 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11444
11445         * stdlib/longlong.h: Updated from GCC.
11446
11447 2014-05-01  Will Newton  <will.newton@linaro.org>
11448             Bernard Ogden  <bernie.ogden@linaro.org>
11449
11450         * NEWS: Update fixed bug list.
11451
11452         [BZ #15119]
11453         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11454
11455 2014-04-30  David S. Miller  <davem@davemloft.net>
11456
11457         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11458         (libc_feholdexcept_setround_sparc_ctx): New function.
11459         (libc_fesetenv_sparc_ctx): Likewise.
11460         (libc_feupdateenv_sparc_ctx): Likewise.
11461         (libc_feholdsetround_sparc_ctx): Likewise.
11462         (libc_feholdexcept_setround_ctx): Define.
11463         (libc_feholdexcept_setroundf_ctx): Likewise.
11464         (libc_feholdexcept_setroundl_ctx): Likewise.
11465         (libc_fesetenv_ctx): Likewise.
11466         (libc_fesetenvf_ctx): Likewise.
11467         (libc_fesetenvl_ctx): Likewise.
11468         (libc_feupdateenv_ctx): Likewise.
11469         (libc_feupdateenvf_ctx): Likewise.
11470         (libc_feupdateenvl_ctx): Likewise.
11471         (libc_feresetround_ctx): Likewise.
11472         (libc_feresetroundf_ctx): Likewise.
11473         (libc_feresetroundl_ctx): Likewise.
11474         (libc_feholdsetround_ctx): Likewise.
11475         (libc_feholdsetroundf_ctx): Likewise.
11476         (libc_feholdsetroundl_ctx): Likewise.
11477
11478         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11479         with __USE_GNU instead of XOPEN cpp guards.
11480
11481         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11482         0.
11483
11484         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11485         with XOPEN cpp guards.
11486
11487 2014-04-30  Julian Brown  <julian@codesourcery.com>
11488
11489         [BZ #16888]
11490         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11491         handling.
11492
11493 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11494
11495         [BZ #9894]
11496         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11497         Change to 2.6.32.
11498         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11499         * sysdeps/unix/sysv/linux/configure: Regenerated.
11500         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11501         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11502         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11503         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11504         * README: Update reference to required Linux kernel version.
11505         * manual/install.texi (Linux): Update reference to required Linux
11506         kernel headers version.
11507         * INSTALL: Regenerated.
11508
11509         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11510         header inclusion.
11511         [POSIX] (limits.h): Likewise.
11512         [POSIX] (math.h): Likewise.
11513         [POSIX] (sys/wait.h): Likewise.
11514         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11515         function.
11516         [POSIX] (stddef.h): Do not allow header inclusion.
11517
11518 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11519
11520         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11521
11522 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11523
11524         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11525         Return immediately after lll_futex_wake.
11526
11527 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11528
11529         [BZ #16791]
11530         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11531         structure.
11532         (datahead_init_pos): Call datahead_init_common early.
11533         (datahead_init_neg): Likewise.
11534
11535         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11536         datahead_init_neg): New functions.
11537         * nscd/aicache.c (addhstaiX): Use them.
11538         * nscd/grpcache.c (cache_addgr): Likewise.
11539         * nscd/hstcache.c (cache_addhst): Likewise.
11540         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11541         * nscd/netgroupcache.c (do_notfound): Likewise.
11542         (addgetnetgrentX): Likewise.
11543         (addinnetgrX): Likewise.
11544         * nscd/pwdcache.c (cache_addpw): Likewise.
11545         * nscd/servicescache.c (cache_addserv): Likewise.
11546
11547 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11548             Atsushi Onoe  <atsushi@onoe.org>
11549
11550         [BZ #14308]
11551         [BZ #12994]
11552         [BZ #13651]
11553         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11554         one response is valid.
11555         * resolv/res_send.c (send_dg): Check for validity of other
11556         response if the current response is a referral.
11557
11558 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11559
11560         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11561
11562 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11563
11564         [BZ #16823]
11565         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11566         Always divide by positive zero when computing -Inf result.
11567         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11568         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11569
11570 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11571
11572         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11573         FPSCR if value do not change.
11574         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11575         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11576         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11577         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11578         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11579         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11580         function.
11581
11582 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11583
11584         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11585         * sysdeps/unix/sysv/linux/hppa: Move directory from
11586         ports/systeps/unix/sysv/linux/hppa.
11587         * README: Update listing for hppa-*-linux-gnu.
11588
11589 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11590
11591         [BZ #16754]
11592         * manual/stdio.texi (Hook functions): Fix types of stream hook
11593         functions.
11594         [BZ #16854]
11595         * socket/sys/socket.h: Fix typo in comment.
11596
11597 2014-04-28  Wilco  <wdijkstr@arm.com>
11598
11599         * sysdeps/arm/fenv_private.h: New file.
11600         * sysdeps/arm/math_private.h: New file.
11601         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11602
11603 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11604
11605         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11606         with __int128_t.
11607         (La_x86_64_retval): Likewise.
11608
11609 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11610
11611         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11612         fpsr if value didn't change.
11613         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11614         to fpcr if value didn't change.
11615         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11616         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11617         fpsr or fpcr if value didn't change.
11618         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11619         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11620         fpcr if value didn't change.
11621         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11622         to fpsr if value didn't change.
11623
11624 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11625
11626         * nptl/tst-sem3.c: Use test-skeleton.c
11627         (main): Rename to do_test.  Use return instead of
11628         exit.
11629         * nptl/tst-sem4.c: Use test-skeleton.c
11630         (main): Rename to do_test.
11631
11632 2014-04-22  David S. Miller  <davem@davemloft.net>
11633
11634         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11635         (struct sigaction): New struct member __glibc_reserved0, change
11636         type of sa_flags to int.
11637
11638 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11639
11640         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11641         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11642
11643 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11644
11645         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11646         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11647
11648 2014-04-22  Will Newton  <will.newton@linaro.org>
11649             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11650
11651         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11652         (__longjmp): Add longjmp and longjmp_target SystemTap
11653         probes.
11654         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11655         (__sigsetjmp): Add setjmp SystemTap probe.
11656
11657 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11658
11659         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11660         match manual order.
11661
11662 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11663
11664         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11665
11666         * sysdeps/powerpc/fpu/fenv_private.h
11667         (libc_feholdexcept_setroundl_ctx): Define to
11668         libc_feholdexcept_setround_ppc_ctx.
11669         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11670         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11671         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11672         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11673
11674 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11675
11676         * sysdeps/aarch64/math-tests.h: New file.
11677
11678 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11679
11680         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11681         New.
11682         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11683         Check and set bit_AVX2_Usable.
11684         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11685         macro.
11686         (bit_AVX2): Likewise.
11687         (index_AVX2_Usable): Likewise.
11688         (CPUID_AVX2): Likewise.
11689         (HAS_AVX2): Likewise.
11690
11691 2014-04-17  Will Newton  <will.newton@linaro.org>
11692
11693         * manual/setjmp.texi (System V contexts): Add note that
11694         calling setcontext on a context created by a call to a
11695         signal handler is undefined.  Update text to note that
11696         setcontext from a signal handler is possible but not
11697         recommended.
11698
11699         [BZ #16629]
11700         * stdlib/tst-setcontext.c: Include signal.h.
11701         (main): Check that the signal stack before and
11702         after swapcontext is the same.
11703
11704         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11705         Re-implement to restore registers in user code and avoid
11706         rt_sigreturn system call.
11707
11708 2014-04-17  Wilco  <wdijkstr@arm.com>
11709
11710         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11711         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11712         * math/test-fenv.c: Skip exception trap tests on targets which only
11713         support non-stop mode.
11714
11715 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11716             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11717
11718         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11719         (libc_feholdsetround_aarch64_ctx)
11720         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11721         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11722         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11723         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11724         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11725         (libc_feresetround_noexl_ctx): Define.
11726
11727 2014-04-16  Richard Henderson  <rth@redhat.com>
11728
11729         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11730
11731         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11732         unwind tables.
11733
11734         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11735         const from the non-libc, non-ldso copy.
11736
11737         * sysdeps/alpha/libm-test-ulps: Regenerate.
11738
11739 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11740             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11741
11742         * sysdeps/aarch64/fpu/math_private.h: New file.
11743
11744 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11745
11746         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11747
11748 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11749
11750         [BZ #16275]
11751         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11752         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11753         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11754         Intel MPX bound registers before _dl_profile_fixup.
11755         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11756         registers after _dl_profile_fixup.  Save and restore bound
11757         registers bnd0/bnd1 when calling _dl_call_pltexit.
11758         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11759         (LR_BND_OFFSET): Likewise.
11760         (LRV_BND0_OFFSET): Likewise.
11761         (LRV_BND1_OFFSET): Likewise.
11762
11763 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11764
11765         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11766         to...
11767         * sysdeps/mach/hurd/i386/tls.h: ... here.
11768         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11769         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11770         fields.
11771
11772 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11773
11774         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11775
11776 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11777
11778         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11779
11780 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11781
11782         [BZ #14770]
11783         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11784         * sysdeps/s390/configure: Regenerate.
11785
11786         [BZ #16824]
11787         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11788         Set round-to-nearest internally to reduce error accumulation.
11789
11790 2014-04-16  Alan Modra  <amodra@gmail.com>
11791
11792         [BZ #16740]
11793         [BZ #16619]
11794         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11795         * math/libm-test.inc (frexp_test_data): Add tests.
11796         * NEWS: Update fixed bug list.
11797
11798 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11799
11800         * benchtests/Makefile: Depend on libraries in build directory.
11801         (bench-math): Separate out math tests.
11802         (bench-pthread): Separate out pthread tests.
11803         (bench): Include math and pthread tests.
11804
11805 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11806
11807         [BZ #16831]
11808         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11809         _dl_debug_initialize.
11810
11811         * configure.ac: Remove SELinux header check.
11812         * configure: Regenerate.
11813         * nscd/selinux.c (perms): Array of const char* to permission names.
11814         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11815         default policy. Call string_to_security_class and string_to_av_perm to
11816         translate strings. Enforce default policy and call avs_has_perm with
11817         results of translated strings.
11818
11819 2014-04-13  David S. Miller  <davem@davemloft.net>
11820
11821         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11822
11823 2014-04-12  Allan McRae  <allan@archlinux.org>
11824
11825         [BZ #16838]
11826         * manual/string.texi (Collation Functions): Fix qsort argument
11827         order in example.
11828         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11829
11830 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11831
11832         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11833         Make the test a no-op if there are no exceptions defined.
11834
11835 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11836
11837         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11838         enable-hardcoded-path-in-tests
11839
11840 2014-04-11  Will Newton  <will.newton@linaro.org>
11841
11842         * benchtests/Makefile (extra-objs): Add json-lib.o.
11843         (bench-func): Tidy up JSON output.
11844         * benchtests/bench-skeleton.c: Include json-lib.h.
11845         (main): Use JSON library functions to do output of
11846         benchmark results.
11847         * benchtests/bench-timing-type.c (main): Output the
11848         timing type simply, leaving formatting to the user.
11849         * benchtests/json-lib.c: New file.
11850         * benchtests/json-lib.h: Likewise.
11851
11852 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11853
11854         [BZ #15215]
11855         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11856         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11857         memory barriers.  Add comments.
11858         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11859         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11860         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11861         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11862         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11863         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11864
11865 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11866
11867         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11868         * sysdeps/s390/s390-64/configure.ac: ... this ...
11869         * sysdeps/s390/configure.ac: ... to here.
11870         * sysdeps/s390/s390-32/configure: Delete file.
11871         * sysdeps/s390/s390-64/configure: Delete file.
11872         * sysdeps/s390/configure: Regenerate.
11873
11874 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11875
11876         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11877
11878 2014-04-11  Will Newton  <will.newton@linaro.org>
11879
11880         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11881         to zero if it is not defined elsewhere.  (mtrim): Test
11882         the value of MALLOC_DEBUG with #if rather than #ifdef.
11883
11884 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11885
11886         * benchtests/pthread_once-inputs: New file.
11887         * benchtests/pthread_once-source.c: New file.
11888         * benchtests/README: Update documentation.
11889
11890 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11891             H.J. Lu  <hongjiu.lu@intel.com>
11892
11893         [BZ #16275]
11894         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11895         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11896         * sysdeps/x86_64/configure: Regenerated.
11897         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11898         macro.
11899         (REGISTER_SAVE_RAX): Likewise.
11900         (REGISTER_SAVE_RCX): Likewise.
11901         (REGISTER_SAVE_RDX): Likewise.
11902         (REGISTER_SAVE_RSI): Likewise.
11903         (REGISTER_SAVE_RDI): Likewise.
11904         (REGISTER_SAVE_R8): Likewise.
11905         (REGISTER_SAVE_R9): Likewise.
11906         (REGISTER_SAVE_BND0): Likewise.
11907         (REGISTER_SAVE_BND1): Likewise.
11908         (REGISTER_SAVE_BND2): Likewise.
11909         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11910         bound registers when calling _dl_fixup.
11911
11912 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11913
11914         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11915         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11916         of its definition.
11917         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11918         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11919         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11920         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11921         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11922         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11923         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11924
11925 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11926
11927         [BZ #15514]
11928         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11929         pathconf(_PC_NAME_MAX).
11930
11931 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11932
11933         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11934         Remove macro usage.
11935         (__PTHREAD_SPINS): Move definition to ...
11936         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11937         (__PTHREAD_SPINS): ... here.
11938         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11939         (__PTHREAD_SPIN): Likewise.
11940         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11941         (__PTHREAD_SPIN): Likewise.
11942         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11943         (__PTHREAD_SPIN): Likewise.
11944         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11945         (__PTHREAD_SPIN): Likewise.
11946         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11947         (__PTHREAD_SPIN): Likewise.
11948         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11949         (__PTHREAD_SPIN): Likewise.
11950         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11951         (__PTHREAD_SPIN): Likewise.
11952         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11953         (__PTHREAD_SPIN): Likewise.
11954         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11955         (__PTHREAD_SPIN): Likewise.
11956         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11957         (__PTHREAD_SPIN): Likewise.
11958         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11959         (__PTHREAD_SPIN): Likewise.
11960         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11961         (__PTHREAD_SPIN): Likewise.
11962
11963         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11964         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11965         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11966         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11967         imply folder.
11968         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11969         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11970         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11971         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11972         correct imply path.
11973         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11974         strlen symbol for non multi-arch builds.
11975         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11976         missing hidden_def and weak_alias.
11977
11978 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11979
11980         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11981
11982 2014-04-07  Will Newton  <will.newton@linaro.org>
11983
11984         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11985         and contents.  [!_LIBC] Remove #ifndef and contents.
11986         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11987         * string/memccpy.c (__memccpy): Use ANSI prototype.
11988         * string/memfrob.c (memfrob): Likewise.
11989         * string/strcoll.c (STRCOLL): Likewise.
11990         * string/strlen.c (strlen): Likewise.
11991         * string/strtok.c (STRTOK): Likewise.
11992         * string/strcat.c: Remove unused #include of memcopy.h.
11993         (strcat): Use ANSI prototype.
11994         * string/strchr.c: Remove unused #include of memcopy.h.
11995         (strchr): Use ANSI prototype.
11996         * string/strcmp.c: Remove unused #include of memcopy.h.
11997         (strcmp): Use ANSI prototype.
11998         * string/strcpy.c: Remove unused #include of memcopy.h.
11999         (strcpy): Use ANSI prototype.
12000
12001 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12002
12003         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
12004         * config.make.in (config-extra-cppflags): Set it from
12005         libc_extra_cppflags.
12006         * configure.ac (libc_extra_cflags): Make it accumulate over
12007         configure fragments.
12008         (libc_extra_cppflags): New flag.
12009         * configure. Regenerate.
12010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
12011         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
12012         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
12013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
12014
12015         [BZ #16815]
12016         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
12017         result for FE_DOWNWARD rounding mode.
12018         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
12019         Likewise.
12020         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12021
12022 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
12023
12024         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
12025         in function argument name.
12026
12027 2014-04-03  David Svoboda  <svoboda@cert.org>
12028
12029         [BZ #5666]
12030         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
12031         explicitly.
12032
12033 2014-04-03  Roland McGrath  <roland@hack.frob.com>
12034
12035         * elf/dl-unmap-segments.h: New file.
12036         * sysdeps/generic/ldsodefs.h
12037         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
12038         * elf/dl-close.c: Include <dl-unmap-segments.h>.
12039         * elf/dl-fptr.c: Likewise.
12040         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
12041         * sysdeps/aarch64/tlsdesc.c: Likewise.
12042         * sysdeps/arm/tlsdesc.c: Likewise.
12043         * sysdeps/i386/tlsdesc.c: Likewise.
12044         * sysdeps/tile/dl-runtime.c: Likewise.
12045         * sysdeps/x86_64/tlsdesc.c: Likewise.
12046         * elf/dl-load.h: New file.
12047         * elf/dl-load.c: Include it.
12048         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
12049         Macros moved to dl-load.h.
12050         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
12051         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
12052         Use _dl_unmap_segments in place of __munmap.
12053         Break out segment-mapping loop into ...
12054         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
12055
12056 2014-04-03  Will Newton  <will.newton@linaro.org>
12057
12058         * elf/dl-lookup.c (do_lookup_x): Remove comment
12059         referring to nested function and move variable
12060         declarations down to before first use.
12061
12062 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
12063
12064         [BZ #16799]
12065         [BZ #16800]
12066         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
12067         with 0 numerator.
12068         * math/s_catanf.c (__catanf): Likewise.
12069         * math/s_catanh.c (__catanh): Likewise.
12070         * math/s_catanhf.c (__catanhf): Likewise.
12071         * math/s_catanhl.c (__catanhl): Likewise.
12072         * math/s_catanl.c (__catanl): Likewise.
12073         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
12074         by positive zero when computing -Inf result.
12075         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
12076         (catanh_test): Likewise.
12077         * sysdeps/i386/fpu/libm-test-ulps: Update.
12078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12079
12080         [BZ #16789]
12081         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
12082         instead of using underflowing value in computing result.
12083         * math/s_clog10.c (__clog10): Likewise.
12084         * math/s_clog10f.c (__clog10f): Likewise.
12085         * math/s_clog10l.c (__clog10l): Likewise.
12086         * math/s_clogf.c (__clogf): Likewise.
12087         * math/s_clogl.c (__clogl): Likewise.
12088         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
12089         (clog10_test): Likewise.
12090         * sysdeps/i386/fpu/libm-test-ulps: Update.
12091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12092
12093 2014-04-02  Alan Modra  <amodra@gmail.com>
12094
12095         [BZ #16739]
12096         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
12097         output when value is near a power of two.  Use int64_t for lx and
12098         remove casts.  Use decimal rather than hex exponent constants.
12099         Don't use long double multiplication when double will suffice.
12100         * math/libm-test.inc (nextafter_test_data): Add tests.
12101         * NEWS: Add 16739 and 16786 to bug list.
12102
12103         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
12104
12105         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
12106
12107 2014-04-01  Will Newton  <will.newton@linaro.org>
12108
12109         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
12110         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
12111
12112 2014-04-01  Florian Weimer  <fweimer@redhat.com>
12113
12114         [BZ #13347]
12115         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
12116         * nptl/tst-setuid2.c: New file.
12117         * nptl/Makefile (xtests): Add tst-setuid2.
12118
12119 2014-04-01  Alan Modra  <amodra@gmail.com>
12120
12121         [BZ #16786]
12122         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
12123
12124 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12125
12126         [BZ #6803]
12127         [BZ #6804]
12128         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
12129         set errno as appropriate.
12130         * math/w_scalbf.c (__scalbf): Likewise.
12131         * math/w_scalbl.c (__scalbl): Likewise.
12132         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
12133         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
12134         * math/libm-test.inc (scalb_test_data): Add errno expectations.
12135         Add more NaN tests.
12136
12137         [BZ #16349]
12138         * math/w_atan2.c: Include <errno.h>.
12139         (__atan2): Set errno for result underflowing to zero.
12140         * math/w_atan2f.c: Include <errno.h>.
12141         (__atan2f): Set errno for result underflowing to zero.
12142         * math/w_atan2l.c: Include <errno.h>.
12143         (__atan2l): Set errno for result underflowing to zero.
12144         * math/auto-libm-test-in: Don't allow missing errno for some atan2
12145         tests.
12146         * math/auto-libm-test-out: Regenerated.
12147
12148 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12149
12150         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
12151         Encode instruction correctly in little endian.
12152         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
12153         Likewise.
12154         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
12155         Likewise.
12156         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
12157         Likewise.
12158         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
12159         Likewise.
12160
12161 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12162
12163         [BZ #9894]
12164         * sysdeps/unix/sysv/linux/kernel-features.h
12165         [__sparc__ && !__arch64__ && !__sparc_v9__]
12166         (__ASSUME_SET_ROBUST_LIST): Do not define.
12167         [__sparc__ && !__arch64__ && !__sparc_v9__]
12168         (__ASSUME_FUTEX_LOCK_PI): Likewise.
12169         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
12170         Likewise.
12171         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12172         (__ASSUME_FUTEX_LOCK_PI): Undefine.
12173         (__ASSUME_REQUEUE_PI): Likewise.
12174         (__ASSUME_SET_ROBUST_LIST): Likewise.
12175         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12176         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
12177         Undefine.
12178         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12179         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
12180         Likewise.
12181         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
12182         Likewise.
12183         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
12184         Likewise.
12185         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12186         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
12187         Undefine.
12188         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
12189         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
12190         Likewise.
12191
12192         [BZ #16648]
12193         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12194         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
12195         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
12196
12197 2014-03-31  Will Newton  <will.newton@linaro.org>
12198
12199         * benchtests/Makefile (bench): Add ffs and ffsll to list
12200         of tests.
12201         * benchtests/ffs-inputs: New file.
12202         * benchtests/ffsll-inputs: Likewise.
12203
12204 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
12205
12206         [BZ #16770]
12207         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
12208         too large before casting to int.
12209         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
12210         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
12211         * math/libm-test.inc (scalb_test_data): Add more tests.
12212
12213 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
12214
12215         * benchtests/Makefile (DETAILED_OPT): New make option.
12216         (bench-func): Run benchmark program with -d if DETAILED_OPT is
12217         set.
12218         * benchtests/bench-skeleton.c: Include stdbool.h.
12219         (main): Store and print timings per input.
12220         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12221         member to each argument value.
12222         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12223         (_print_arg_data): Initialize per-input timing to 0.
12224
12225         * benchtests/Makefile (timing-type): New binary.
12226         (bench-clean): Also remove bench-timing-type.
12227         (bench): New target for timing-type.
12228         (bench-func): Print output in JSON format.
12229         * benchtests/bench-skeleton.c (main): Print output in JSON
12230         format.
12231         * benchtests/bench-timing-type.c: New file.
12232         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12233         (TIMING_PRINT_STATS): Remove.
12234         * benchtests/scripts/bench.py (_print_arg_data): Store variant
12235         name separately.
12236
12237         * benchtests/bench-modf.c: Remove.
12238         * benchtests/modf-inputs: New inputs file.
12239
12240 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
12241
12242         [BZ #16362]
12243         * math/s_clog10.c (M_PI_LOG10E): New macro.
12244         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12245         imaginary parts are 0.
12246         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12247         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12248         imaginary parts are 0.
12249         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12250         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12251         imaginary parts are 0.
12252         * math/libm-test.inc (clog10_test_data): Update expected results
12253         for when real and imaginary parts are 0.
12254
12255 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12256
12257         * elf/dl-load.c: Finish conversion of __builtin_expect into
12258         __glibc_{un}likely.
12259
12260 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12261
12262         [BZ #16348]
12263         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12264         1+x for argument with exponent below -67.
12265         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12266         Likewise.
12267         * math/auto-libm-test-in: Add more tests of exp.
12268         * math/auto-libm-test-out: Regenerated.
12269
12270 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12271
12272         [BZ #16759]
12273         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12274         (nscd_getnetgrent): Use it.
12275
12276         [BZ #16760]
12277         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12278         of stpcpy.
12279
12280 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12281
12282         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12283         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12284         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12285         (lll_robust_unlock): Remove out of line section. Use cfi
12286         intrinsics.
12287         (LLL_STUB_UNWIND_INFO*): Remove.
12288         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12289         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12290         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12291         (lll_robust_unlock): Remove out of line section. Use cfi
12292         intrinsics.
12293         (LLL_STUB_UNWIND_INFO*): Remove.
12294
12295 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12296
12297         [BZ #16758]
12298         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12299         blank values.
12300
12301 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12302
12303         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12304
12305 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12306
12307         [BZ #16198]
12308         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12309         fnstenv.
12310         * math/test-fenv-preserve.c: New file.
12311         * math/Makefile (tests): Add test-fenv-preserve.
12312
12313 2014-03-26  Will Newton <will.newton@linaro.org>
12314
12315         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12316
12317 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12318
12319         * scripts/versionlist.awk: Partition the version sets and emit all
12320         GLIBC_* (sorted) before all others (sorted).
12321
12322 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12323
12324         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12325         GLIBC_2.2.5 version.
12326
12327 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12328
12329         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12330         calls.
12331
12332         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12333         previous change.
12334
12335         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12336
12337 2014-03-25  Andreas Schwab  <schwab@suse.de>
12338
12339         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12340         label to be used after in6ailist is initialized.
12341
12342 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12343
12344         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12345         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12346
12347 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12348
12349         [BZ #16357]
12350         [BZ #16599]
12351         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12352         min_plus_half.
12353         (fp_formats): Update initializers.
12354         (init_fp_formats): Initialize new field.
12355         (output_for_one_input_case): Allow underflow for results up to
12356         min_plus_half.
12357         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12358         * math/auto-libm-test-in: Don't mark some underflows from asin and
12359         atanh as spurious.
12360         * math/auto-libm-test-out: Regenerated.
12361         * sysdeps/i386/fpu/libm-test-ulps: Update.
12362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12363
12364 2014-03-25  Andreas Schwab  <schwab@suse.de>
12365
12366         * libio/Makefile (tst-ftell-partial-wide-ENV)
12367         (tst-ftell-active-handler-ENV): Define.
12368
12369 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12370
12371         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12372
12373 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12374
12375         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12376
12377 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12378
12379         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12380         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12381         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12382
12383 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12384
12385         [BZ #16634]
12386         * elf/dl-load.c (open_verify): Add mode parameter.
12387         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12388         (open_path): Change from boolean 'secure' to complete flag 'mode'
12389         (_dl_map_object): Adjust.
12390         * elf/Makefile (tests): Add tst-dlopen-aout.
12391         * elf/tst-dlopen-aout.c: New test.
12392
12393 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12394
12395         [BZ #16714]
12396         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12397         (struct stat): Rename member pad0 to __glibc_reserved0.
12398
12399         [BZ #16712]
12400         * sysdeps/s390/s390-32/bits/wordsize.h
12401         (__WORDSIZE32_SIZE_ULONG): New define.
12402         * sysdeps/s390/s390-64/bits/wordsize.h
12403         (__WORDSIZE32_SIZE_ULONG): Likewise.
12404         * sysdeps/generic/stdint.h (SIZE_MAX):
12405         Define as UL if __WORDSIZE32_SIZE_ULONG.
12406
12407         [BZ #16713]
12408         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12409         (__glibc_reserved0): New variable.
12410         (sa_flags): Change type to int.
12411
12412         * posix/Makefile (before-compile): Use += before-compile instead
12413         of a :=.
12414
12415         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12416         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12417
12418 2014-03-20  Andreas Schwab  <schwab@suse.de>
12419
12420         [BZ #16743]
12421         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12422         non-matching result from nscd.
12423
12424 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12425
12426         * scripts/bench.py: Moved to ...
12427         * benchtests/scripts/bench.py: ... here.
12428         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12429
12430 2014-03-24  Andreas Schwab  <schwab@suse.de>
12431
12432         [BZ #16002]
12433         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12434         alloca_account and account alloca use for struct in6ailist.
12435
12436 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12437
12438         [BZ #16284]
12439         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12440         rounding mode to recompute results that overflow to infinity or
12441         underflow to zero.
12442         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12443         bug 16284.
12444         * math/auto-libm-test-out: Regenerated.
12445         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12446         (ccosh_test): Likewise.
12447         (csin_test_data): Use plus_oflow.
12448         (csin_test): Use ALL_RM_TEST.
12449         (csinh_test_data): Use plus_oflow.
12450         (csinh_test): Use ALL_RM_TEST.
12451         * sysdeps/i386/fpu/libm-test-ulps: Update.
12452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12453
12454 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12455
12456         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12457         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12458         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12459
12460         [BZ #16731]
12461         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12462         when x - 1 is zero.
12463         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12464         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12465         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12466         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12467         argument is 1.
12468         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12469         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12470         zero.
12471         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12472         * sysdeps/i386/fpu/libm-test-ulps: Update.
12473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12474
12475 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12476
12477         * scripts/bench.pl: Remove file.
12478         * scripts/bench.py: New benchmark script.
12479         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12480         * benchtests/README: Mention python dependency.
12481         * scripts/pylintrc: New file.
12482         * scripts/pylint: New file.
12483
12484         * bits/mathdef.h: Use #ifdef instead of #if.
12485         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12486         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12487         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12488         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12489         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12490         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12491
12492 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12493             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12494
12495         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12496         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12497         and strpbrk-ppc64 objects.
12498         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12499         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12500         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12501         multiarch strpbrk for POWER7.
12502         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12503         multiarch strpbrk for PPC64.
12504         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12505         ifunc selector.
12506         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12507         strpbrk for POWER7.
12508
12509 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12510
12511         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12512         (atan_test): Likewise.
12513         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12514         (atanh_test): Use ALL_RM_TEST.
12515         (atan2_test_data): Likewise.
12516         (cabs_test): Likewise.
12517         (cacosh_test): Likewise.
12518         (carg_test): Likewise.
12519         (casin_test): Likewise.
12520         (casinh_test): Likewise.
12521         (cbrt_test): Likewise.
12522         (csqrt_test): Likewise.
12523         (erf_test): Likewise.
12524         (erfc_test): Likewise.
12525         (pow10_test): Likewise.
12526         (exp2_test): Likewise.
12527         (hypot_test): Likewise.
12528         (j0_test): Likewise.
12529         (j1_test): Likewise.
12530         (lgamma_test): Likewise.
12531         (gamma_test): Likewise.
12532         (sincos_test): Likewise.
12533         (tanh_test): Likewise.
12534         (y0_test): Likewise.
12535         (y1_test): Likewise.
12536         * sysdeps/i386/fpu/libm-test-ulps: Update.
12537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12538
12539 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12540
12541         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12543         and strcspn-ppc64 objects.
12544         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12545         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12546         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12547         multiarch strcspn for POWER7.
12548         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12549         multiarch strcspn for PPC64.
12550         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12551         ifunc selector.
12552         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12553         strcspn for POWER7.
12554
12555 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12556
12557         * math/gen-libm-test.pl (generate_testfile): Expect only function
12558         name as argument to AUTO_TESTS_* and pass results for all rounding
12559         modes to parse_args.
12560         (parse_auto_input): Separate inputs of automatic tests from
12561         outputs before storing in %auto_tests.
12562         * math/libm-test.inc (acos_test_data): Update call to
12563         AUTO_TESTS_f_f.
12564         (acos_test): Use ALL_RM_TEST.
12565         (acos_tonearest_test_data): Remove.
12566         (acos_test_tonearest): Likewise.
12567         (acos_towardzero_test_data): Likewise.
12568         (acos_test_towardzero): Likewise.
12569         (acos_downward_test_data): Likewise.
12570         (acos_test_downward): Likewise.
12571         (acos_upward_test_data): Likewise.
12572         (acos_test_upward): Likewise.
12573         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12574         (asin_test_data): Likewise.
12575         (asin_test): Use ALL_RM_TEST.
12576         (asin_tonearest_test_data): Remove.
12577         (asin_test_tonearest): Likewise.
12578         (asin_towardzero_test_data): Likewise.
12579         (asin_test_towardzero): Likewise.
12580         (asin_downward_test_data): Likewise.
12581         (asin_test_downward): Likewise.
12582         (asin_upward_test_data): Likewise.
12583         (asin_test_upward): Likewise.
12584         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12585         (atan_test_data): Likewise.
12586         (atanh_test_data): Likewise.
12587         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12588         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12589         (carg_test_data): Likewise.
12590         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12591         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12592         (ccosh_test_data): Likewise.
12593         (cexp_test_data): Likewise.
12594         (clog_test_data): Likewise.
12595         (clog10_test_data): Likewise.
12596         (cos_test_data): Update call to AUTO_TESTS_f_f.
12597         (cos_test): Use ALL_RM_TEST.
12598         (cos_tonearest_test_data): Remove.
12599         (cos_test_tonearest): Likewise.
12600         (cos_towardzero_test_data): Likewise.
12601         (cos_test_towardzero): Likewise.
12602         (cos_downward_test_data): Likewise.
12603         (cos_test_downward): Likewise.
12604         (cos_upward_test_data): Likewise.
12605         (cos_test_upward): Likewise.
12606         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12607         (cosh_test): Use ALL_RM_TEST.
12608         (cosh_tonearest_test_data): Remove.
12609         (cosh_test_tonearest): Likewise.
12610         (cosh_towardzero_test_data): Likewise.
12611         (cosh_test_towardzero): Likewise.
12612         (cosh_downward_test_data): Likewise.
12613         (cosh_test_downward): Likewise.
12614         (cosh_upward_test_data): Likewise.
12615         (cosh_test_upward): Likewise.
12616         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12617         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12618         (ctan_test_data): Likewise.
12619         (ctan_test): Use ALL_RM_TEST.
12620         (ctan_tonearest_test_data): Remove.
12621         (ctan_test_tonearest): Likewise.
12622         (ctan_towardzero_test_data): Likewise.
12623         (ctan_test_towardzero): Likewise.
12624         (ctan_downward_test_data): Likewise.
12625         (ctan_test_downward): Likewise.
12626         (ctan_upward_test_data): Likewise.
12627         (ctan_test_upward): Likewise.
12628         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12629         (ctanh_test): Use ALL_RM_TEST.
12630         (ctanh_tonearest_test_data): Remove.
12631         (ctanh_test_tonearest): Likewise.
12632         (ctanh_towardzero_test_data): Likewise.
12633         (ctanh_test_towardzero): Likewise.
12634         (ctanh_downward_test_data): Likewise.
12635         (ctanh_test_downward): Likewise.
12636         (ctanh_upward_test_data): Likewise.
12637         (ctanh_test_upward): Likewise.
12638         (erf_test_data): Update call to AUTO_TESTS_f_f.
12639         (erfc_test_data): Likewise.
12640         (exp_test_data): Likewise.
12641         (exp_test): Use ALL_RM_TEST.
12642         (exp_tonearest_test_data): Remove.
12643         (exp_test_tonearest): Likewise.
12644         (exp_towardzero_test_data): Likewise.
12645         (exp_test_towardzero): Likewise.
12646         (exp_downward_test_data): Likewise.
12647         (exp_test_downward): Likewise.
12648         (exp_upward_test_data): Likewise.
12649         (exp_test_upward): Likewise.
12650         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12651         (exp10_test): Use ALL_RM_TEST.
12652         (exp10_tonearest_test_data): Remove.
12653         (exp10_test_tonearest): Likewise.
12654         (exp10_towardzero_test_data): Likewise.
12655         (exp10_test_towardzero): Likewise.
12656         (exp10_downward_test_data): Likewise.
12657         (exp10_test_downward): Likewise.
12658         (exp10_upward_test_data): Likewise.
12659         (exp10_test_upward): Likewise.
12660         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12661         (expm1_test_data): Likewise.
12662         (expm1_test): Use ALL_RM_TEST.
12663         (expm1_tonearest_test_data): Remove.
12664         (expm1_test_tonearest): Likewise.
12665         (expm1_towardzero_test_data): Likewise.
12666         (expm1_test_towardzero): Likewise.
12667         (expm1_downward_test_data): Likewise.
12668         (expm1_test_downward): Likewise.
12669         (expm1_upward_test_data): Likewise.
12670         (expm1_test_upward): Likewise.
12671         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12672         (fma_test): Use ALL_RM_TEST.
12673         (fma_towardzero_test_data): Remove.
12674         (fma_test_towardzero): Likewise.
12675         (fma_downward_test_data): Likewise.
12676         (fma_test_downward): Likewise.
12677         (fma_upward_test_data): Likewise.
12678         (fma_test_upward): Likewise.
12679         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12680         (j0_test_data): Update call to AUTO_TESTS_f_f.
12681         (j1_test_data): Likewise.
12682         (jn_test_data): Update call to AUTO_TESTS_if_f.
12683         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12684         (log_test_data): Update call to AUTO_TESTS_f_f.
12685         (log10_test_data): Likewise.
12686         (log1p_test_data): Likewise.
12687         (log2_test_data): Likewise.
12688         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12689         (pow_tonearest_test_data): Likewise.
12690         (sin_test_data): Update call to AUTO_TESTS_f_f.
12691         (sin_test): Use ALL_RM_TEST.
12692         (sin_tonearest_test_data): Remove.
12693         (sin_test_tonearest): Likewise.
12694         (sin_towardzero_test_data): Likewise.
12695         (sin_test_towardzero): Likewise.
12696         (sin_downward_test_data): Likewise.
12697         (sin_test_downward): Likewise.
12698         (sin_upward_test_data): Likewise.
12699         (sin_test_upward): Likewise.
12700         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12701         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12702         (sinh_test): Use ALL_RM_TEST.
12703         (sinh_tonearest_test_data): Remove.
12704         (sinh_test_tonearest): Likewise.
12705         (sinh_towardzero_test_data): Likewise.
12706         (sinh_test_towardzero): Likewise.
12707         (sinh_downward_test_data): Likewise.
12708         (sinh_test_downward): Likewise.
12709         (sinh_upward_test_data): Likewise.
12710         (sinh_test_upward): Likewise.
12711         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12712         (sqrt_test): Use ALL_RM_TEST.
12713         (sqrt_tonearest_test_data): Remove.
12714         (sqrt_test_tonearest): Likewise.
12715         (sqrt_towardzero_test_data): Likewise.
12716         (sqrt_test_towardzero): Likewise.
12717         (sqrt_downward_test_data): Likewise.
12718         (sqrt_test_downward): Likewise.
12719         (sqrt_upward_test_data): Likewise.
12720         (sqrt_test_upward): Likewise.
12721         (tan_test_data): Update call to AUTO_TESTS_f_f.
12722         (tan_test): Use ALL_RM_TEST.
12723         (tan_tonearest_test_data): Remove.
12724         (tan_test_tonearest): Likewise.
12725         (tan_towardzero_test_data): Likewise.
12726         (tan_test_towardzero): Likewise.
12727         (tan_downward_test_data): Likewise.
12728         (tan_test_downward): Likewise.
12729         (tan_upward_test_data): Likewise.
12730         (tan_test_upward): Likewise.
12731         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12732         (tgamma_test_data): Likewise.
12733         (y0_test_data): Likewise.
12734         (y1_test_data): Likewise.
12735         (yn_test_data): Update call to AUTO_TESTS_if_f.
12736         (main): Do not call removed functions.
12737
12738 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12739
12740         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12741         (ldexp_test_data): Remove.
12742         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12743         scalbn_test_data.
12744         (scalb_test): Use ALL_RM_TEST.
12745
12746 2014-03-19  Andreas Schwab  <schwab@suse.de>
12747
12748         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12749
12750 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12751
12752         [BZ #16649]
12753         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12754         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12755         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12756         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12757         (__ASSUME_PREADV): Undefine.
12758         (__ASSUME_PWRITEV): Likewise.
12759
12760 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12761
12762         * bits/mman-linux.h: Add comment about non-Linux use.
12763         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12764         bits/mman-linux.h resting place.
12765
12766         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12767         * bits/mman-linux.h: ... here.
12768
12769 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12770
12771         * conform/conformtest.pl: Add standard definition when calling C
12772         preprocessor on data files.
12773         (checknamespace): Remove unused variable.
12774
12775 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12776
12777         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12778         minus_oflow, plus_uflow and minus_uflow in expected results.
12779         * math/libm-test.inc (scalbn_test_data): Add more tests of
12780         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12781         minus_uflow.
12782         (scalbn_test): Use ALL_RM_TEST.
12783         (scalbln_test_data): Add more tests of negative arguments.  Use
12784         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12785         (scalbln_test): Use ALL_RM_TEST.
12786
12787 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12788
12789         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12790
12791 2014-03-18  Will Newton  <will.newton@linaro.org>
12792
12793         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12794         inaccurate comment.
12795
12796 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12797
12798         * Makerules [!subdir] (check-abi): Exit with error status if a
12799         test failed.
12800
12801 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12802
12803         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12804         for rint.  Include results for all rounding modes.
12805         (nearbyint_test): Use ALL_RM_TEST.
12806         (rint_test_data): Include all tests used for nearbyint.
12807
12808 2014-03-17  Will Newton  <will.newton@linaro.org>
12809
12810         * nptl/sysdeps/pthread/pthread.h: Revert previous
12811         change.
12812
12813         * sysdeps/generic/ldsodefs.h: Revert previous
12814         change.
12815
12816         * libio/genops.c: Revert previous change.
12817         * libio/libioP.h: Likewise.
12818         * stdio-common/vfprintf.c: Likewise.
12819
12820         * sysdeps/generic/math_private.h: Revert previous
12821         change.
12822
12823         * sysdeps/generic/math_private.h: Check whether
12824         HAVE_RM_CTX is defined with #ifdef rather
12825         than #if.
12826
12827         * argp/argp-fmtstream.h: Check whether
12828         __STRICT_ANSI__ is defined with #ifdef rather
12829         than #if.
12830         * argp/argp.h: Likewise.
12831
12832         * libio/genops.c: Check whether
12833         _IO_JUMPS_OFFSET is defined with #ifdef rather
12834         than #if.
12835         * libio/libioP.h: Likewise.
12836         * stdio-common/vfprintf.c: Likewise.
12837
12838         * sysdeps/generic/ldsodefs.h: Check whether
12839         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12840         than #if.
12841
12842         * nptl/sysdeps/pthread/pthread.h: Check
12843         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12844         its value.
12845
12846 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12847
12848         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12849         setting O_APPEND.
12850         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12851         test case.
12852
12853         [BZ #16680]
12854         * libio/fileops.c (_IO_file_open): Seek to end of file but
12855         don't cache the offset.
12856         (get_file_offset): Remove function.
12857         (do_ftell): Use cached offset when available.
12858         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12859         don't cache the offset.
12860         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12861         case.
12862         (do_one_test): Call it.
12863         (do_ftell_test): Fix up expected old offset for a+ mode.
12864         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12865         available.
12866
12867         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12868         up test status with function return status.
12869         (do_write_test): Likewise.
12870         (do_append_test): Likewise.
12871
12872         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12873         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12874         Remove.
12875
12876 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12877
12878         * math/gen-libm-test.pl (parse_args): Handle results specified for
12879         each rounding mode separately.
12880         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12881         tests and results from lrint_tonearest_test_data,
12882         lrint_towardzero_test_data, lrint_downward_test_data and
12883         lrint_upward_test_data.
12884         (lrint_test): Use ALL_RM_TEST.
12885         (lrint_tonearest_test_data): Remove.
12886         (lrint_test_tonearest): Likewise.
12887         (lrint_towardzero_test_data): Likewise.
12888         (lrint_test_towardzero): Likewise.
12889         (lrint_downward_test_data): Likewise.
12890         (lrint_test_downward): Likewise.
12891         (lrint_upward_test_data): Likewise.
12892         (lrint_test_upward): Likewise.
12893         (llrint_test_data): Merge in per-rounding-mode tests and results
12894         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12895         llrint_downward_test_data and llrint_upward_test_data.
12896         (llrint_test): Use ALL_RM_TEST.
12897         (llrint_tonearest_test_data): Remove.
12898         (llrint_test_tonearest): Likewise.
12899         (llrint_towardzero_test_data): Likewise.
12900         (llrint_test_towardzero): Likewise.
12901         (llrint_downward_test_data): Likewise.
12902         (llrint_test_downward): Likewise.
12903         (llrint_upward_test_data): Likewise.
12904         (llrint_test_upward): Likewise.
12905         (rint_test_data): Merge in per-rounding-mode tests and results
12906         from rint_tonearest_test_data, rint_towardzero_test_data,
12907         rint_downward_test_data and rint_upward_test_data.  Add
12908         per-rounding-mode results for tests not in those arrays.
12909         (rint_test): Use ALL_RM_TEST.
12910         (rint_tonearest_test_data): Remove.
12911         (rint_test_tonearest): Likewise.
12912         (rint_towardzero_test_data): Likewise.
12913         (rint_test_towardzero): Likewise.
12914         (rint_downward_test_data): Likewise.
12915         (rint_test_downward): Likewise.
12916         (rint_upward_test_data): Likewise.
12917         (rint_test_upward): Likewise.
12918         (main): Don't call removed functions.
12919
12920 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12921
12922         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12923         "Compiled on ..." crapola.  It is anti-useful.
12924
12925 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12926
12927         * scripts/evaluate-test.sh: Handle fourth argument to determine
12928         whether test run should stop on failure.
12929         * Makeconfig (stop-on-test-failure): New variable.
12930         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12931         $(stop-on-test-failure).
12932         * Makefile (tests): Give a summary of results from testing and
12933         exit with failure status if they include an ERROR or FAIL.
12934         (xtests): Likewise.
12935         * manual/install.texi (Configuring and compiling): Mention
12936         stop-on-test-failure=y.
12937         * INSTALL: Regenerated.
12938
12939 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12940
12941         * scripts/versionlist.awk: New file.
12942         * Makerules [$(build-shared) = yes]
12943         (postclean-generated): Add Versions.def, not Versions.def.v and
12944         Versions.def.v.i.
12945         ($(common-objpfx)Versions.def.v.i): Target removed.
12946         ($(common-objpfx)Versions.def): New target.
12947         ($(common-objpfx)Versions.all): Depend on that rather that
12948         $(common-objpfx)Versions.def.v.
12949         * Versions.def: File removed.
12950
12951         * Makeconfig (+gccwarn): Add -Wundef.
12952         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12953         a dl-sysdep.h breaking its contract.
12954         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12955         * include/stackinfo.h: New file.
12956         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12957         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12958         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12959         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12960         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12961         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12962         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12963         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12964         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12965         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12966         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12967         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12968         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12969         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12970         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12971
12972 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12973
12974         [BZ #16707]
12975         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12976         implementation.
12977         * math/libm-test.inc (round_test_data): Add more tests.
12978
12979         [BZ #16706]
12980         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12981         implementation.
12982         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12983
12984         [BZ #16701]
12985         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12986         implementation.
12987         * math/libm-test.inc (ceil_test_data): Add more tests.
12988
12989         * math/libm-test.inc (trunc_test_data): Add more tests related to
12990         BZ#16414.
12991
12992 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12993
12994         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12995         with #if rather than #ifdef.
12996         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12997
12998 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12999
13000         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
13001         first.  Disable AVX-512 GCC support if assembler doesn't support
13002         it.
13003         * sysdeps/x86_64/configure: Regenerated.
13004
13005 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
13006
13007         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
13008         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
13009         (__old_pthread_attr_setstack): Likewise.
13010         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
13011         [!_STACK_GROWS_DOWN]: Likewise.
13012
13013 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
13014
13015         * config.make.in (have-bash2): Delete.
13016         * configure.ac (libc_cv_have_bash2): Delete.
13017         * configure: Regenerate.
13018         * elf/Makefile (common-ldd-rewrite): Rename to ...
13019         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
13020         (sh-ldd-rewrite): Delete.
13021         (bash-ldd-rewrite): Delete.
13022         (have-bash2): Delete checks.
13023         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
13024         ldd-rewrite.
13025
13026         * config.make.in (have-ksh): Delete.
13027         (KSH): Delete.
13028         * configure.ac (libc_cv_have_ksh): Delete.
13029         * configure: Regenerate.
13030
13031         * elf/Makefile: Delete $(have-ksh) check.
13032         ($(objpfx)sotruss): Change KSH to BASH.
13033         * elf/sotruss.ksh: Rename to ...
13034         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
13035         function style to match POSIX.  Drop ksh vim mode setting.
13036
13037         * manual/time.texi (Specifying the Time Zone with TZ): Change
13038         Tuesday to Thursday.
13039
13040         * debug/tst-longjmp_chk2.c: Update header comment.
13041         (stackoverflow_handler): Add comment.  Call assert on pass value.
13042
13043 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
13044
13045         [BZ #16194]
13046         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
13047         (HAVE_AVX512_ASM_SUPPORT): Likewise.
13048         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
13049         (La_x86_64_vector): Add zmm.
13050         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
13051         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
13052         ($(objpfx)tst-audit10): New target.
13053         ($(objpfx)tst-audit10.out): Likewise.
13054         (tst-audit10-ENV): New.
13055         (AVX512-CFLAGS): Likewise.
13056         (CFLAGS-tst-audit10.c): Likewise.
13057         (CFLAGS-tst-auditmod10a.c): Likewise.
13058         (CFLAGS-tst-auditmod10b.c): Likewise.
13059         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
13060         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
13061         * sysdeps/x86_64/configure: Regenerated.
13062         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
13063         AVX-512 zmm register support.
13064         (_dl_x86_64_save_sse): Likewise.
13065         (_dl_x86_64_restore_sse): Likewise.
13066         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
13067         size vector registers.
13068         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
13069         (ZMM_SIZE): Likewise.
13070         * sysdeps/x86_64/tst-audit10.c: New file.
13071         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
13072         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
13073
13074 2014-03-13  Roland McGrath  <roland@hack.frob.com>
13075
13076         * configure.ac (HAVE_EHDR_START): New check.
13077         * configure: Regenerated.
13078         * config.h.in (HAVE_EHDR_START): New #undef.
13079         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
13080         assuming the lowest-addressed segment maps the start of the file.
13081
13082 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
13083
13084         * INSTALL: Regenerated.
13085
13086 2014-03-13  Will Newton  <will.newton@linaro.org>
13087
13088         * manual/setjmp.texi (System V contexts): Improve
13089         clarity and grammar of documentation.
13090
13091 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
13092
13093         [BZ #16381]
13094         * elf/Makefile (tests): Add tst-pie2.
13095         (tests-pie): Add tst-pie2.
13096         * elf/tst-pie2.c: New file.
13097         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
13098         for ET_EXEC.
13099         * elf/rtld.c (map_doit): Load executable as lt_executable.
13100         (dl_main): Likewise.
13101
13102 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
13103
13104         [BZ #16642]
13105         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13106         (__ASSUME_PSELECT): Undefine.
13107
13108 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13109
13110         [BZ #16689]
13111         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
13112         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
13113         static build.
13114         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
13115         selector for static builds.
13116
13117 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13118
13119         [BZ #16695]
13120         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
13121         key in the buffer.
13122
13123 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13124
13125         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
13126         IFUNC selector for static builds.
13127
13128 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
13129
13130         * sysdeps/mips/math_private.h [__mips_hard_float]
13131         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
13132         libc_feresetround_mips_ctx.
13133         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
13134         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
13135         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
13136
13137         [BZ #16677]
13138         * math/s_nextafter.c (__nextafter): Do not return value from
13139         overflowing computation.
13140         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
13141         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
13142         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
13143         Likewise.
13144         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
13145         Likewise.
13146         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
13147         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
13148
13149 2014-03-11  Roland McGrath  <roland@hack.frob.com>
13150
13151         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
13152         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
13153         Move sfi_sp use from the load-multiple (that no longer sets sp) to
13154         the new mov targetting sp.
13155
13156 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13157
13158         [BZ #16683]
13159         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
13160         Define it for static builds as well.
13161         (NO_BZERO_IMPL): Likewise.
13162
13163 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13164
13165         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
13166         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
13167         multiarch strspn for PPC64.
13168         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
13169         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
13170         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13171         (__libc_ifunc_impl_list): Likewise.
13172         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
13173         multiarch optimizations
13174         * string/strspn.c (strspn): Using macro to redefine symbol name.
13175
13176 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13177             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13178
13179         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
13180         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
13181         multiarch strncat for PPC64.
13182         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
13183         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
13184         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13185         (__libc_ifunc_impl_list): Likewise.
13186         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
13187         multiarch optimizations
13188
13189 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13190
13191         [BZ #16639]
13192         * nscd/nscd.service: Make service type forking.
13193
13194 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13195
13196         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
13197         sign in non default rounding modes.
13198         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
13199
13200 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
13201
13202         * math/libm-test.inc (ALL_RM_TEST): New macro.
13203         (ceil_test): Use ALL_RM_TEST.
13204         (cimag_test): Likewise.
13205         (conj_test): Likewise.
13206         (copysign_test): Likewise.
13207         (cproj_test): Likewise.
13208         (creal_test): Likewise.
13209         (fabs_test): Likewise.
13210         (floor_test): Likewise.
13211         (fmax_test): Likewise.
13212         (fmin_test): Likewise.
13213         (fmod_test): Likewise.
13214         (fpclassify_test): Likewise.
13215         (frexp_test): Likewise.
13216         (ilogb_test): Likewise.
13217         (isfinite_test): Likewise.
13218         (finite_test): Likewise.
13219         (isgreater_test): Likewise.
13220         (isgreaterequal_test): Likewise.
13221         (isinf_test): Likewise.
13222         (isless_test): Likewise.
13223         (islessequal_test): Likewise.
13224         (islessgreater_test): Likewise.
13225         (isnan_test): Likewise.
13226         (isnormal_test): Likewise.
13227         (issignaling_test): Likewise.
13228         (isunordered_test): Likewise.
13229         (logb_test): Likewise.
13230         (logb_downward_test_data): Remove.
13231         (logb_test_downward): Likewise.
13232         (lround_test): Use ALL_RM_TEST.
13233         (llround_test): Likewise.
13234         (modf_test): Likewise.
13235         (nexttoward_test): Likewise.
13236         (remainder_test): Likewise.
13237         (drem_test): Likewise.
13238         (remainder_tonearest_test_data): Likewise.
13239         (remainder_test_tonearest): Likewise.
13240         (drem_test_tonearest): Likewise.
13241         (remainder_towardzero_test_data): Likewise.
13242         (remainder_test_towardzero): Likewise.
13243         (drem_test_towardzero): Likewise.
13244         (remainder_downward_test_data): Likewise.
13245         (remainder_test_downward): Likewise.
13246         (drem_test_downward): Likewise.
13247         (remainder_upward_test_data): Likewise.
13248         (remainder_test_upward): Likewise.
13249         (drem_test_upward): Likewise.
13250         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13251         (round_test): Use ALL_RM_TEST.
13252         (signbit_test): Likewise.
13253         (trunc_test): Likewise.
13254         (significand_test): Likewise.
13255         (main): Don't call removed functions.
13256
13257 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13258
13259         [BZ #16674]
13260         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13261         || __USE_XOPEN2K8].
13262         (ILL_ILLOPN): Likewise.
13263         (ILL_ILLADR): Likewise.
13264         (ILL_ILLTRP): Likewise.
13265         (ILL_PRVOPC): Likewise.
13266         (ILL_PRVREG): Likewise.
13267         (ILL_COPROC): Likewise.
13268         (ILL_BADSTK): Likewise.
13269         (FPE_INTDIV): Likewise.
13270         (FPE_INTOVF): Likewise.
13271         (FPE_FLTDIV): Likewise.
13272         (FPE_FLTOVF): Likewise.
13273         (FPE_FLTUND): Likewise.
13274         (FPE_FLTRES): Likewise.
13275         (FPE_FLTINV): Likewise.
13276         (FPE_FLTSUB): Likewise.
13277         (SEGV_MAPERR): Likewise.
13278         (SEGV_ACCERR): Likewise.
13279         (BUS_ADRALN): Likewise.
13280         (BUS_ADRERR): Likewise.
13281         (BUS_OBJERR): Likewise.
13282         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13283         (TRAP_TRACE): Likewise.
13284         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13285         __USE_XOPEN2K8].
13286         (CLD_KILLED): Likewise.
13287         (CLD_DUMPED): Likewise.
13288         (CLD_TRAPPED): Likewise.
13289         (CLD_STOPPED): Likewise.
13290         (CLD_CONTINUED): Likewise.
13291         (POLL_IN): Likewise.
13292         (POLL_OUT): Likewise.
13293         (POLL_MSG): Likewise.
13294         (POLL_ERR): Likewise.
13295         (POLL_PRI): Likewise.
13296         (POLL_HUP): Likewise.
13297         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13298         Likewise.
13299         (ILL_ILLOPN): Likewise.
13300         (ILL_ILLADR): Likewise.
13301         (ILL_ILLTRP): Likewise.
13302         (ILL_PRVOPC): Likewise.
13303         (ILL_PRVREG): Likewise.
13304         (ILL_COPROC): Likewise.
13305         (ILL_BADSTK): Likewise.
13306         (FPE_INTDIV): Likewise.
13307         (FPE_INTOVF): Likewise.
13308         (FPE_FLTDIV): Likewise.
13309         (FPE_FLTOVF): Likewise.
13310         (FPE_FLTUND): Likewise.
13311         (FPE_FLTRES): Likewise.
13312         (FPE_FLTINV): Likewise.
13313         (FPE_FLTSUB): Likewise.
13314         (SEGV_MAPERR): Likewise.
13315         (SEGV_ACCERR): Likewise.
13316         (BUS_ADRALN): Likewise.
13317         (BUS_ADRERR): Likewise.
13318         (BUS_OBJERR): Likewise.
13319         (BUS_MCEERR_AR): Likewise.
13320         (BUS_MCEERR_AO): Likewise.
13321         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13322         (TRAP_TRACE): Likewise.
13323         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13324         __USE_XOPEN2K8].
13325         (CLD_KILLED): Likewise.
13326         (CLD_DUMPED): Likewise.
13327         (CLD_TRAPPED): Likewise.
13328         (CLD_STOPPED): Likewise.
13329         (CLD_CONTINUED): Likewise.
13330         (POLL_IN): Likewise.
13331         (POLL_OUT): Likewise.
13332         (POLL_MSG): Likewise.
13333         (POLL_ERR): Likewise.
13334         (POLL_PRI): Likewise.
13335         (POLL_HUP): Likewise.
13336         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13337         (ILL_ILLOPN): Likewise.
13338         (ILL_ILLADR): Likewise.
13339         (ILL_ILLTRP): Likewise.
13340         (ILL_PRVOPC): Likewise.
13341         (ILL_PRVREG): Likewise.
13342         (ILL_COPROC): Likewise.
13343         (ILL_BADSTK): Likewise.
13344         (FPE_INTDIV): Likewise.
13345         (FPE_INTOVF): Likewise.
13346         (FPE_FLTDIV): Likewise.
13347         (FPE_FLTOVF): Likewise.
13348         (FPE_FLTUND): Likewise.
13349         (FPE_FLTRES): Likewise.
13350         (FPE_FLTINV): Likewise.
13351         (FPE_FLTSUB): Likewise.
13352         (SEGV_MAPERR): Likewise.
13353         (SEGV_ACCERR): Likewise.
13354         (BUS_ADRALN): Likewise.
13355         (BUS_ADRERR): Likewise.
13356         (BUS_OBJERR): Likewise.
13357         (BUS_MCEERR_AR): Likewise.
13358         (BUS_MCEERR_AO): Likewise.
13359         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13360         (TRAP_TRACE): Likewise.
13361         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13362         __USE_XOPEN2K8].
13363         (CLD_KILLED): Likewise.
13364         (CLD_DUMPED): Likewise.
13365         (CLD_TRAPPED): Likewise.
13366         (CLD_STOPPED): Likewise.
13367         (CLD_CONTINUED): Likewise.
13368         (POLL_IN): Likewise.
13369         (POLL_OUT): Likewise.
13370         (POLL_MSG): Likewise.
13371         (POLL_ERR): Likewise.
13372         (POLL_PRI): Likewise.
13373         (POLL_HUP): Likewise.
13374         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13375         Likewise.
13376         (ILL_ILLOPN): Likewise.
13377         (ILL_ILLADR): Likewise.
13378         (ILL_ILLTRP): Likewise.
13379         (ILL_PRVOPC): Likewise.
13380         (ILL_PRVREG): Likewise.
13381         (ILL_COPROC): Likewise.
13382         (ILL_BADSTK): Likewise.
13383         (ILL_BADIADDR): Likewise.
13384         (ILL_BREAK): Likewise.
13385         (FPE_INTDIV): Likewise.
13386         (FPE_INTOVF): Likewise.
13387         (FPE_FLTDIV): Likewise.
13388         (FPE_FLTOVF): Likewise.
13389         (FPE_FLTUND): Likewise.
13390         (FPE_FLTRES): Likewise.
13391         (FPE_FLTINV): Likewise.
13392         (FPE_FLTSUB): Likewise.
13393         (FPE_DECOVF): Likewise.
13394         (FPE_DECDIV): Likewise.
13395         (FPE_DECERR): Likewise.
13396         (FPE_INVASC): Likewise.
13397         (FPE_INVDEC): Likewise.
13398         (SEGV_MAPERR): Likewise.
13399         (SEGV_ACCERR): Likewise.
13400         (SEGV_PSTKOVF): Likewise.
13401         (BUS_ADRALN): Likewise.
13402         (BUS_ADRERR): Likewise.
13403         (BUS_OBJERR): Likewise.
13404         (BUS_MCEERR_AR): Likewise.
13405         (BUS_MCEERR_AO): Likewise.
13406         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13407         (TRAP_TRACE): Likewise.
13408         (TRAP_BRANCH): Likewise.
13409         (TRAP_HWBKPT): Likewise.
13410         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13411         __USE_XOPEN2K8].
13412         (CLD_KILLED): Likewise.
13413         (CLD_DUMPED): Likewise.
13414         (CLD_TRAPPED): Likewise.
13415         (CLD_STOPPED): Likewise.
13416         (CLD_CONTINUED): Likewise.
13417         (POLL_IN): Likewise.
13418         (POLL_OUT): Likewise.
13419         (POLL_MSG): Likewise.
13420         (POLL_ERR): Likewise.
13421         (POLL_PRI): Likewise.
13422         (POLL_HUP): Likewise.
13423         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13424         (ILL_ILLOPN): Likewise.
13425         (ILL_ILLADR): Likewise.
13426         (ILL_ILLTRP): Likewise.
13427         (ILL_PRVOPC): Likewise.
13428         (ILL_PRVREG): Likewise.
13429         (ILL_COPROC): Likewise.
13430         (ILL_BADSTK): Likewise.
13431         (FPE_INTDIV): Likewise.
13432         (FPE_INTOVF): Likewise.
13433         (FPE_FLTDIV): Likewise.
13434         (FPE_FLTOVF): Likewise.
13435         (FPE_FLTUND): Likewise.
13436         (FPE_FLTRES): Likewise.
13437         (FPE_FLTINV): Likewise.
13438         (FPE_FLTSUB): Likewise.
13439         (SEGV_MAPERR): Likewise.
13440         (SEGV_ACCERR): Likewise.
13441         (BUS_ADRALN): Likewise.
13442         (BUS_ADRERR): Likewise.
13443         (BUS_OBJERR): Likewise.
13444         (BUS_MCEERR_AR): Likewise.
13445         (BUS_MCEERR_AO): Likewise.
13446         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13447         (TRAP_TRACE): Likewise.
13448         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13449         __USE_XOPEN2K8].
13450         (CLD_KILLED): Likewise.
13451         (CLD_DUMPED): Likewise.
13452         (CLD_TRAPPED): Likewise.
13453         (CLD_STOPPED): Likewise.
13454         (CLD_CONTINUED): Likewise.
13455         (POLL_IN): Likewise.
13456         (POLL_OUT): Likewise.
13457         (POLL_MSG): Likewise.
13458         (POLL_ERR): Likewise.
13459         (POLL_PRI): Likewise.
13460         (POLL_HUP): Likewise.
13461         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13462         (ILL_ILLOPN): Likewise.
13463         (ILL_ILLADR): Likewise.
13464         (ILL_ILLTRP): Likewise.
13465         (ILL_PRVOPC): Likewise.
13466         (ILL_PRVREG): Likewise.
13467         (ILL_COPROC): Likewise.
13468         (ILL_BADSTK): 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         (SEGV_MAPERR): Likewise.
13478         (SEGV_ACCERR): Likewise.
13479         (BUS_ADRALN): Likewise.
13480         (BUS_ADRERR): Likewise.
13481         (BUS_OBJERR): Likewise.
13482         (BUS_MCEERR_AR): Likewise.
13483         (BUS_MCEERR_AO): Likewise.
13484         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13485         (TRAP_TRACE): Likewise.
13486         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13487         __USE_XOPEN2K8].
13488         (CLD_KILLED): Likewise.
13489         (CLD_DUMPED): Likewise.
13490         (CLD_TRAPPED): Likewise.
13491         (CLD_STOPPED): Likewise.
13492         (CLD_CONTINUED): Likewise.
13493         (POLL_IN): Likewise.
13494         (POLL_OUT): Likewise.
13495         (POLL_MSG): Likewise.
13496         (POLL_ERR): Likewise.
13497         (POLL_PRI): Likewise.
13498         (POLL_HUP): Likewise.
13499         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13500         (ILL_ILLOPN): Likewise.
13501         (ILL_ILLADR): Likewise.
13502         (ILL_ILLTRP): Likewise.
13503         (ILL_PRVOPC): Likewise.
13504         (ILL_PRVREG): Likewise.
13505         (ILL_COPROC): Likewise.
13506         (ILL_BADSTK): Likewise.
13507         (FPE_INTDIV): Likewise.
13508         (FPE_INTOVF): Likewise.
13509         (FPE_FLTDIV): Likewise.
13510         (FPE_FLTOVF): Likewise.
13511         (FPE_FLTUND): Likewise.
13512         (FPE_FLTRES): Likewise.
13513         (FPE_FLTINV): Likewise.
13514         (FPE_FLTSUB): Likewise.
13515         (SEGV_MAPERR): Likewise.
13516         (SEGV_ACCERR): Likewise.
13517         (BUS_ADRALN): Likewise.
13518         (BUS_ADRERR): Likewise.
13519         (BUS_OBJERR): Likewise.
13520         (BUS_MCEERR_AR): Likewise.
13521         (BUS_MCEERR_AO): Likewise.
13522         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13523         (TRAP_TRACE): Likewise.
13524         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13525         __USE_XOPEN2K8].
13526         (CLD_KILLED): Likewise.
13527         (CLD_DUMPED): Likewise.
13528         (CLD_TRAPPED): Likewise.
13529         (CLD_STOPPED): Likewise.
13530         (CLD_CONTINUED): Likewise.
13531         (POLL_IN): Likewise.
13532         (POLL_OUT): Likewise.
13533         (POLL_MSG): Likewise.
13534         (POLL_ERR): Likewise.
13535         (POLL_PRI): Likewise.
13536         (POLL_HUP): Likewise.
13537         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13538         (ILL_ILLOPN): Likewise.
13539         (ILL_ILLADR): Likewise.
13540         (ILL_ILLTRP): Likewise.
13541         (ILL_PRVOPC): Likewise.
13542         (ILL_PRVREG): Likewise.
13543         (ILL_COPROC): Likewise.
13544         (ILL_BADSTK): Likewise.
13545         (ILL_DBLFLT): Likewise.
13546         (ILL_HARDWALL): Likewise.
13547         (FPE_INTDIV): Likewise.
13548         (FPE_INTOVF): Likewise.
13549         (FPE_FLTDIV): Likewise.
13550         (FPE_FLTOVF): Likewise.
13551         (FPE_FLTUND): Likewise.
13552         (FPE_FLTRES): Likewise.
13553         (FPE_FLTINV): Likewise.
13554         (FPE_FLTSUB): Likewise.
13555         (SEGV_MAPERR): Likewise.
13556         (SEGV_ACCERR): Likewise.
13557         (BUS_ADRALN): Likewise.
13558         (BUS_ADRERR): Likewise.
13559         (BUS_OBJERR): Likewise.
13560         (BUS_MCEERR_AR): Likewise.
13561         (BUS_MCEERR_AO): Likewise.
13562         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13563         (TRAP_TRACE): Likewise.
13564         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13565         __USE_XOPEN2K8].
13566         (CLD_KILLED): Likewise.
13567         (CLD_DUMPED): Likewise.
13568         (CLD_TRAPPED): Likewise.
13569         (CLD_STOPPED): Likewise.
13570         (CLD_CONTINUED): Likewise.
13571         (POLL_IN): Likewise.
13572         (POLL_OUT): Likewise.
13573         (POLL_MSG): Likewise.
13574         (POLL_ERR): Likewise.
13575         (POLL_PRI): Likewise.
13576         (POLL_HUP): Likewise.
13577         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13578         (ILL_ILLOPN): Likewise.
13579         (ILL_ILLADR): Likewise.
13580         (ILL_ILLTRP): Likewise.
13581         (ILL_PRVOPC): Likewise.
13582         (ILL_PRVREG): Likewise.
13583         (ILL_COPROC): Likewise.
13584         (ILL_BADSTK): Likewise.
13585         (FPE_INTDIV): Likewise.
13586         (FPE_INTOVF): Likewise.
13587         (FPE_FLTDIV): Likewise.
13588         (FPE_FLTOVF): Likewise.
13589         (FPE_FLTUND): Likewise.
13590         (FPE_FLTRES): Likewise.
13591         (FPE_FLTINV): Likewise.
13592         (FPE_FLTSUB): Likewise.
13593         (SEGV_MAPERR): Likewise.
13594         (SEGV_ACCERR): Likewise.
13595         (BUS_ADRALN): Likewise.
13596         (BUS_ADRERR): Likewise.
13597         (BUS_OBJERR): Likewise.
13598         (BUS_MCEERR_AR): Likewise.
13599         (BUS_MCEERR_AO): Likewise.
13600         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13601         (TRAP_TRACE): Likewise.
13602         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13603         __USE_XOPEN2K8].
13604         (CLD_KILLED): Likewise.
13605         (CLD_DUMPED): Likewise.
13606         (CLD_TRAPPED): Likewise.
13607         (CLD_STOPPED): Likewise.
13608         (CLD_CONTINUED): Likewise.
13609         (POLL_IN): Likewise.
13610         (POLL_OUT): Likewise.
13611         (POLL_MSG): Likewise.
13612         (POLL_ERR): Likewise.
13613         (POLL_PRI): Likewise.
13614         (POLL_HUP): Likewise.
13615         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13616         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13617
13618         [BZ #16670]
13619         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13620         before #include of <time.h>.
13621         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13622         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13623         (test-xfail-UNIX98/sched.h/conform): Likewise.
13624
13625 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13626
13627         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13628         error absence of trapping exception support.
13629         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13630
13631 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13632
13633         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13634         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13635         * timezone/Makefile (testdata): Move definition above include of
13636         Rules.
13637         (test-zones): New variable.
13638         (tests-special): Add zone files.
13639         (build-testdata): Use $(evaluate-test).
13640
13641         * elf/Makefile (tests-special): Rename tests to end with .out.
13642         ($(objpfx)noload-mem): Likewise.
13643         ($(objpfx)tst-leaks1-mem): Likewise.
13644         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13645         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13646         $(objpfx)test-iconvconfig.out.
13647         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13648         set -e inside subshell and redirect output to file.
13649         * iconvdata/Makefile (generated): Rename tests to end with .out.
13650         Correct type.
13651         (tests-special): Rename tests to end with .out.
13652         ($(objpfx)mtrace-tst-loading): Likewise.
13653         * intl/Makefile (generated): Likewise.
13654         (tests-special): Likewise.
13655         ($(objpfx)mtrace-tst-gettext): Likewise.
13656         * misc/Makefile (generated): Likewise.
13657         (tests-special): Likewise.
13658         ($(objpfx)tst-error1-mem): Likewise.
13659         * nptl/Makefile (tests-special): Likewise.
13660         ($(objpfx)tst-stack3-mem): Likewise.
13661         (generated): Likewise.
13662         * posix/Makefile (generated): Likewise.
13663         (tests-special): Likewise.
13664         (xtests-special): Likewise.
13665         ($(objpfx)tst-fnmatch-mem): Likewise.
13666         ($(objpfx)bug-regex2-mem): Likewise.
13667         ($(objpfx)bug-regex14-mem): Likewise.
13668         ($(objpfx)bug-regex21-mem): Likewise.
13669         ($(objpfx)bug-regex31-mem): Likewise.
13670         ($(objpfx)tst-vfork3-mem): Likewise.
13671         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13672         ($(objpfx)tst-pcre-mem): Likewise.
13673         ($(objpfx)tst-boost-mem): Likewise.
13674         ($(objpfx)bug-ga2-mem): Likewise.
13675         ($(objpfx)bug-glob2-mem): Likewise.
13676         * resolv/Makefile (generate): Likewise.
13677         (tests-special): Likewise.
13678         (xtests-special): Likewise.
13679         (generated): Likewise.
13680         ($(objpfx)mtrace-tst-leaks): Likewise.
13681         ($(objpfx)mtrace-tst-leaks2): Likewise.
13682
13683         * scripts/merge-test-results.sh: New file.
13684         * Makefile (tests-special-notdir): New variable.
13685         (tests): Run merge-test-results.sh.
13686         (xtests): Likewise.
13687         * Rules (tests-special-notdir): New variable.
13688         (xtests-special-notdir): Likewise.
13689         (tests): Run merge-test-results.sh
13690         (xtests): Likewise.
13691
13692         * Makeconfig (test-xfail-name): New variable.
13693         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13694         compute variable name for expected failures.
13695         * conform/Makefile (conformtest-headers-data): New variable.
13696         (conformtest-standards): Likewise.
13697         (conformtest-headers-ISO): Likewise.
13698         (conformtest-headers-ISO99): Likewise.
13699         (conformtest-headers-ISO11): Likewise.
13700         (conformtest-headers-POSIX): Likewise.
13701         (conformtest-headers-XPG3): Likewise.
13702         (conformtest-headers-XPG4): Likewise.
13703         (conformtest-headers-UNIX98): Likewise.
13704         (conformtest-headers-XOPEN2K): Likewise.
13705         (conformtest-headers-POSIX2008): Likewise.
13706         (conformtest-headers-XOPEN2K8): Likewise.
13707         (conformtest-header-list-base): Likewise.
13708         (conformtest-header-list-tests): Likewise.
13709         (conformtest-header-base): Likewise.
13710         (conformtest-header-tests): Likewise.
13711         (tests-special): Add $(conformtest-header-list-tests).  If
13712         [$(fast-check) && !$(cross-compiling)], add
13713         $(conformtest-header-tests) instead of
13714         $(objpfx)run-conformtest.out.
13715         (generated): Add $(conformtest-header-list-base).  If
13716         [$(fast-check) && !$(cross-compiling)], add
13717         $(conformtest-header-base).  Remove previous setting.
13718         ($(conformtest-header-list-tests)): New target.
13719         (test-xfail-run-conformtest): Remove variable.
13720         ($(objpfx)run-conformtest.out): Remove target.
13721         (test-xfail-ISO11/complex.h/conform): New variable.
13722         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13723         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13724         (test-xfail-XPG3/varargs.h/conform): Likewise.
13725         (test-xfail-XPG4/varargs.h/conform): Likewise.
13726         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13727         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13728         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13729         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13730         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13731         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13732         (test-xfail-XPG3/ftw.h/conform): Likewise.
13733         (test-xfail-XPG3/grp.h/conform): Likewise.
13734         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13735         (test-xfail-XPG3/limits.h/conform): Likewise.
13736         (test-xfail-XPG3/pwd.h/conform): Likewise.
13737         (test-xfail-XPG3/search.h/conform): Likewise.
13738         (test-xfail-XPG3/signal.h/conform): Likewise.
13739         (test-xfail-XPG3/stdio.h/conform): Likewise.
13740         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13741         (test-xfail-XPG3/string.h/conform): Likewise.
13742         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13743         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13744         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13745         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13746         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13747         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13748         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13749         (test-xfail-XPG3/termios.h/conform): Likewise.
13750         (test-xfail-XPG3/time.h/conform): Likewise.
13751         (test-xfail-XPG3/unistd.h/conform): Likewise.
13752         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13753         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13754         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13755         (test-xfail-XPG4/netdb.h/conform): Likewise.
13756         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13757         (test-xfail-XPG4/signal.h/conform): Likewise.
13758         (test-xfail-XPG4/stdio.h/conform): Likewise.
13759         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13760         (test-xfail-XPG4/stropts.h/conform): Likewise.
13761         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13762         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13763         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13764         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13765         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13766         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13767         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13768         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13769         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13770         (test-xfail-XPG4/termios.h/conform): Likewise.
13771         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13772         (test-xfail-XPG4/unistd.h/conform): Likewise.
13773         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13774         (test-xfail-POSIX/sched.h/conform): Likewise.
13775         (test-xfail-POSIX/signal.h/conform): Likewise.
13776         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13777         (test-xfail-POSIX/tar.h/conform): Likewise.
13778         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13779         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13780         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13781         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13782         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13783         (test-xfail-UNIX98/sched.h/conform): Likewise.
13784         (test-xfail-UNIX98/signal.h/conform): Likewise.
13785         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13786         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13787         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13788         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13789         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13790         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13791         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13792         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13793         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13794         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13795         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13796         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13797         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13798         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13799         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13800         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13801         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13802         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13803         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13804         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13805         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13806         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13807         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13808         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13809         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13810         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13811         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13812         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13813         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13814         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13815         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13816         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13817         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13818         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13819         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13820         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13821         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13822         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13823         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13824         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13825         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13826         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13827         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13828         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13829         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13830         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13831         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13832         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13833         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13834         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13835         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13836         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13837         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13838         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13839         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13840         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13841         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13842         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13843         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13844         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13845         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13846         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13847         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13848         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13849         (conformtest-cc-flags): Likewise.
13850         ($(conformtest-header-tests): New target.
13851         * conform/check-header-lists.sh: New file.
13852         * conform/run-conformtest.sh: Remove.
13853
13854         * conform/conformtest.pl: Allow ' and \ in values given for
13855         constants.
13856         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13857         inclusion.
13858         [POSIX] (sys/types.h): Likewise.
13859         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13860         inclusion.
13861         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13862         inclusion.
13863         * conform/data/signal.h-data (SIGIO): Remove expectation.
13864         [XPG3] (SIGBUS): Do not expect.
13865         [POSIX || XPG3] (SIGPOLL): Likewise.
13866         [POSIX || XPG3] (SIGPROF): Likewise.
13867         [POSIX || XPG3] (SIGSYS): Likewise.
13868         [XPG3] (SIGTRAP): Likewise.
13869         [POSIX || XPG3] (SIGURG): Likewise.
13870         [POSIX || XPG3] (SIGVTALRM): Likewise.
13871         [POSIX || XPG3] (SIGXCPU): Likewise.
13872         [POSIX || XPG3] (SIGXFSZ): Likewise.
13873         [POSIX] (SA_SIGINFO): Expect.
13874         [XPG3] (siginfo_t): Do not expect type or contents.
13875         [POSIX] (si_pid): Do not expect element.
13876         [POSIX] (si_uid): Likewise.
13877         [POSIX] (si_addr): Likewise.
13878         [POSIX] (si_status): Likewise.
13879         [POSIX] (si_band): Likewise.
13880         [XPG4] (si_value): Likewise.
13881         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13882         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13883         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13884         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13885         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13886         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13887         [POSIX || XPG3] (ILL_COPROC): Likewise.
13888         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13889         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13890         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13891         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13892         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13893         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13894         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13895         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13896         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13897         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13898         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13899         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13900         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13901         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13902         [POSIX || XPG3] (CLD_EXITED): Likewise.
13903         [POSIX || XPG3] (CLD_KILLED): Likewise.
13904         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13905         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13906         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13907         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13908         [POSIX || XPG3] (POLL_IN): Likewise.
13909         [POSIX || XPG3] (POLL_OUT): Likewise.
13910         [POSIX || XPG3] (POLL_MSG): Likewise.
13911         [POSIX || XPG3] (POLL_ERR): Likewise.
13912         [POSIX || XPG3] (POLL_PRI): Likewise.
13913         [POSIX || XPG3] (POLL_HUP): Likewise.
13914         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13915         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13916         (SIG*): Do not allow.
13917         [XPG3] (si_*): Likewise.
13918         [XPG3] (SI_*): Likewise.
13919         [XPG3 || XPG4] (sigev_*): Likewise.
13920         [XPG3 || XPG4] (SIGEV_*): Likewise.
13921         [XPG3 || XPG4] (sival_*): Likewise.
13922         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13923         [POSIX || XPG3] (BUS_*): Likewise.
13924         [POSIX || XPG3] (CLD_*): Likewise.
13925         [POSIX || XPG3] (FPE_*): Likewise.
13926         [POSIX || XPG3] (ILL_*): Likewise.
13927         [POSIX || XPG3] (POLL_*): Likewise.
13928         [POSIX || XPG3] (SEGV_*): Likewise.
13929         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13930         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13931         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13932         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13933         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13934         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13935         Specify type and value.
13936         (TVERSLEN): Likewise.
13937         (REGTYPE): Likewise.
13938         (AREGTYPE): Likewise.
13939         (LNKTYPE): Likewise.
13940         (SYMTYPE): Likewise.
13941         (CHRTYPE): Likewise.
13942         (BLKTYPE): Likewise.
13943         (DIRTYPE): Likewise.
13944         (FIFOTYPE): Likewise.
13945         (CONTTYPE): Likewise.
13946         (TSUID): Likewise.
13947         (TSGID): Likewise.
13948         (TSVTX): Likewise.
13949         (TUREAD): Likewise.
13950         (TUWRITE): Likewise.
13951         (TUEXEC): Likewise.
13952         (TGREAD): Likewise.
13953         (TGWRITE): Likewise.
13954         (TGEXEC): Likewise.
13955         (TOREAD): Likewise.
13956         (TOWRITE): Likewise.
13957         (TOEXEC): Likewise.
13958         [POSIX] (TSVTX): Expect constant.
13959
13960 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13961
13962         * Makefile (tests): Change dependencies to ....
13963         (tests-special): ... additions to this variable.
13964         (tests): Depend on $(tests-special).
13965         * Makerules (check-abi-list): New variable.
13966         (check-abi): Depend on $(check-abi-list).
13967         [$(subdir) = elf] (tests-special): Add
13968         $(objpfx)check-abi-libc.out.
13969         [$(build-shared) = yes && subdir] (tests-special): Add
13970         $(check-abi-list).
13971         [$(build-shared) = yes && subdir] (tests): Do not depend on
13972         check-abi.
13973         * Rules (tests): Depend on $(tests-special).
13974         (xtests): Depend on $(xtests-special).
13975         * catgets/Makefile (tests): Change dependencies to ....
13976         (tests-special): ... additions to this variable.
13977         * conform/Makefile (tests): Change dependencies to ....
13978         (tests-special): ... additions to this variable.
13979         * elf/Makefile (tests): Change dependencies to ....
13980         (tests-special): ... additions to this variable.
13981         * grp/Makefile (tests): Change dependencies to ....
13982         (tests-special): ... additions to this variable.
13983         * iconv/Makefile (xtests): Change dependencies to ....
13984         (xtests-special): ... additions to this variable.
13985         * iconvdata/Makefile (tests): Change dependencies to ....
13986         (tests-special): ... additions to this variable.
13987         * intl/Makefile (tests): Change dependencies to ....
13988         (tests-special): ... additions to this variable.  Also add
13989         $(objpfx)tst-gettext.out.
13990         * io/Makefile (tests): Change dependencies to ....
13991         (tests-special): ... additions to this variable.
13992         * libio/Makefile (tests): Change dependencies to ....
13993         (tests-special): ... additions to this variable.
13994         * malloc/Makefile (tests): Change dependencies to ....
13995         (tests-special): ... additions to this variable.
13996         * misc/Makefile (tests): Change dependencies to ....
13997         (tests-special): ... additions to this variable.
13998         * nptl/Makefile (tests): Change dependencies to ....
13999         (tests-special): ... additions to this variable.
14000         * nptl_db/Makefile (tests): Change dependencies to ....
14001         (tests-special): ... additions to this variable.
14002         * posix/Makefile (tests): Change dependencies to ....
14003         (tests-special): ... additions to this variable.
14004         (xtests): Change dependencies to ....
14005         (xtests-special): ... additions to this variable.
14006         * resolv/Makefile (tests): Change dependencies to ....
14007         (tests-special): ... additions to this variable.
14008         (xtests): Change dependencies to ....
14009         (xtests-special): ... additions to this variable.
14010         * stdio-common/Makefile (tests): Change dependencies to ....
14011         (tests-special): ... additions to this variable.
14012         (do-tst-unbputc): Remove target.
14013         (do-tst-printf): Likewise.
14014         * stdlib/Makefile (tests): Change dependencies to ....
14015         (tests-special): ... additions to this variable.
14016         * string/Makefile (tests): Change dependencies to ....
14017         (tests-special): ... additions to this variable.
14018         * sysdeps/x86/Makefile (tests): Change dependencies to ....
14019         (tests-special): ... additions to this variable.
14020
14021         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
14022         whole file.
14023         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
14024         whole file.
14025         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
14026         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
14027
14028         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
14029         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
14030         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
14031         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
14032         * conform/data/libgen.h-data [XPG3]: Likewise.
14033         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
14034         * conform/data/ndbm.h-data [XPG3]: Likewise.
14035         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
14036         * conform/data/netdb.h-data [XPG3]: Likewise.
14037         * conform/data/netinet/in.h-data [XPG3]: Likewise.
14038         * conform/data/poll.h-data [XPG3]: Likewise.
14039         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
14040         * conform/data/strings.h-data [XPG3]: Likewise.
14041         * conform/data/stropts.h-data [XPG3]: Likewise.
14042         * conform/data/sys/mman.h-data [XPG3]: Likewise.
14043         * conform/data/sys/resource.h-data [XPG3]: Likewise.
14044         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
14045         Likewise.
14046         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
14047         * conform/data/sys/time.h-data [XPG3]: Likewise.
14048         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
14049         * conform/data/sys/uio.h-data [XPG3]: Likewise.
14050         * conform/data/sys/un.h-data [XPG3]: Likewise.
14051         * conform/data/syslog.h-data [XPG3]: Likewise.
14052         * conform/data/ucontext.h-data [XPG3]: Likewise.
14053         * conform/data/utmpx.h-data [XPG3]: Likewise.
14054         * conform/data/varargs.h-data [UNIX98]: Enable file.
14055
14056         * manual/Makefile (INSTALL_INFO): Remove variable setting.
14057
14058         * math/libm-test.inc (struct test_f_f_data): Move expected results
14059         into structure for each rounding mode.
14060         (struct test_ff_f_data): Likewise.
14061         (struct test_ff_f_data_nexttoward): Likewise.
14062         (struct test_fi_f_data): Likewise.
14063         (struct test_fl_f_data): Likewise.
14064         (struct test_if_f_data): Likewise.
14065         (struct test_fff_f_data): Likewise.
14066         (struct test_c_f_data): Likewise.
14067         (struct test_f_f1_data): Likewise.
14068         (struct test_fF_f1_data): Likewise.
14069         (struct test_ffI_f1_data): Likewise.
14070         (struct test_c_c_data): Likewise.
14071         (struct test_cc_c_data): Likewise.
14072         (struct test_f_i_data): Likewise.
14073         (struct test_ff_i_data): Likewise.
14074         (struct test_f_l_data): Likewise.
14075         (struct test_f_L_data): Likewise.
14076         (struct test_fFF_11_data): Likewise.
14077         (RM_): New macro.
14078         (RM_FE_DOWNWARD): Likewise.
14079         (RM_FE_TONEAREST): Likewise.
14080         (RM_FE_TOWARDZERO): Likewise.
14081         (RM_FE_UPWARD): Likewise.
14082         (RUN_TEST_LOOP_f_f): Update references to expected results.
14083         (RUN_TEST_LOOP_2_f): Likewise.
14084         (RUN_TEST_LOOP_fff_f): Likewise.
14085         (RUN_TEST_LOOP_c_f): Likewise.
14086         (RUN_TEST_LOOP_f_f1): Likewise.
14087         (RUN_TEST_LOOP_fF_f1): Likewise.
14088         (RUN_TEST_LOOP_fI_f1): Likewise.
14089         (RUN_TEST_LOOP_ffI_f1): Likewise.
14090         (RUN_TEST_LOOP_c_c): Likewise.
14091         (RUN_TEST_LOOP_cc_c): Likewise.
14092         (RUN_TEST_LOOP_f_i): Likewise.
14093         (RUN_TEST_LOOP_f_i_tg): Likewise.
14094         (RUN_TEST_LOOP_ff_i_tg): Likewise.
14095         (RUN_TEST_LOOP_f_b): Likewise.
14096         (RUN_TEST_LOOP_f_b_tg): Likewise.
14097         (RUN_TEST_LOOP_f_l): Likewise.
14098         (RUN_TEST_LOOP_f_L): Likewise.
14099         (RUN_TEST_LOOP_fFF_11): Likewise.
14100         * math/gen-libm-test.pl (parse_args): Output four copies of
14101         expected results for each test.
14102
14103         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14104         (__ASSUME_UTIMES): Remove.
14105         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14106         (__ASSUME_UTIMES): Likewise.
14107
14108         * math/gen-auto-libm-tests.c: Update comment on output format.
14109         (output_for_one_input_case): Generate before-rounding and
14110         after-rounding information as conditions on output flags not
14111         floating-point format.
14112         * math/auto-libm-test-out: Regenerated.
14113         * math/gen-libm-test.pl (cond_value): New function.
14114         (or_cond_value): Use cond_value.
14115         (generate_testfile): Handle conditional exceptions.
14116
14117 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
14118
14119         * math/libm-test.inc (max_valid_error): New variable.
14120         (init_max_error): Take new argument specifying whether function
14121         results are exactly determined.  Set max_valid_error and bound
14122         other variables for errors based on this argument.
14123         (set_max_error): Do not record results above max_valid_error.
14124         (check_float_internal): Only accept errors of up to 0.5ulps if
14125         also at most max_valid_error.
14126         (START): Take new argument EXACT and pass it to init_max_error.
14127         (acos_test): Update call to START.
14128         (acos_test_tonearest): Likewise.
14129         (acos_test_towardzero): Likewise.
14130         (acos_test_downward): Likewise.
14131         (acos_test_upward): Likewise.
14132         (acosh_test): Likewise.
14133         (asin_test): Likewise.
14134         (asin_test_tonearest): Likewise.
14135         (asin_test_towardzero): Likewise.
14136         (asin_test_downward): Likewise.
14137         (asin_test_upward): Likewise.
14138         (asinh_test): Likewise.
14139         (atan_test): Likewise.
14140         (atanh_test): Likewise.
14141         (atan2_test): Likewise.
14142         (cabs_test): Likewise.
14143         (cacos_test): Likewise.
14144         (cacosh_test): Likewise.
14145         (carg_test): Likewise.
14146         (casin_test): Likewise.
14147         (casinh_test): Likewise.
14148         (catan_test): Likewise.
14149         (catanh_test): Likewise.
14150         (cbrt_test): Likewise.
14151         (ccos_test): Likewise.
14152         (ccosh_test): Likewise.
14153         (ceil_test): Likewise.
14154         (cexp_test): Likewise.
14155         (cimag_test): Likewise.
14156         (clog_test): Likewise.
14157         (clog10_test): Likewise.
14158         (conj_test): Likewise.
14159         (copysign_test): Likewise.
14160         (cos_test): Likewise.
14161         (cos_test_tonearest): Likewise.
14162         (cos_test_towardzero): Likewise.
14163         (cos_test_downward): Likewise.
14164         (cos_test_upward): Likewise.
14165         (cosh_test): Likewise.
14166         (cosh_test_tonearest): Likewise.
14167         (cosh_test_towardzero): Likewise.
14168         (cosh_test_downward): Likewise.
14169         (cosh_test_upward): Likewise.
14170         (cpow_test): Likewise.
14171         (cproj_test): Likewise.
14172         (creal_test): Likewise.
14173         (csin_test): Likewise.
14174         (csinh_test): Likewise.
14175         (csqrt_test): Likewise.
14176         (ctan_test): Likewise.
14177         (ctan_test_tonearest): Likewise.
14178         (ctan_test_towardzero): Likewise.
14179         (ctan_test_downward): Likewise.
14180         (ctan_test_upward): Likewise.
14181         (ctanh_test): Likewise.
14182         (ctanh_test_tonearest): Likewise.
14183         (ctanh_test_towardzero): Likewise.
14184         (ctanh_test_downward): Likewise.
14185         (ctanh_test_upward): Likewise.
14186         (erf_test): Likewise.
14187         (erfc_test): Likewise.
14188         (exp_test): Likewise.
14189         (exp_test_tonearest): Likewise.
14190         (exp_test_towardzero): Likewise.
14191         (exp_test_downward): Likewise.
14192         (exp_test_upward): Likewise.
14193         (exp10_test): Likewise.
14194         (exp10_test_tonearest): Likewise.
14195         (exp10_test_towardzero): Likewise.
14196         (exp10_test_downward): Likewise.
14197         (exp10_test_upward): Likewise.
14198         (pow10_test): Likewise.
14199         (exp2_test): Likewise.
14200         (expm1_test): Likewise.
14201         (expm1_test_tonearest): Likewise.
14202         (expm1_test_towardzero): Likewise.
14203         (expm1_test_downward): Likewise.
14204         (expm1_test_upward): Likewise.
14205         (fabs_test): Likewise.
14206         (fdim_test): Likewise.
14207         (floor_test): Likewise.
14208         (fma_test): Likewise.
14209         (fma_test_towardzero): Likewise.
14210         (fma_test_downward): Likewise.
14211         (fma_test_upward): Likewise.
14212         (fmax_test): Likewise.
14213         (fmin_test): Likewise.
14214         (fmod_test): Likewise.
14215         (fpclassify_test): Likewise.
14216         (frexp_test): Likewise.
14217         (hypot_test): Likewise.
14218         (ilogb_test): Likewise.
14219         (isfinite_test): Likewise.
14220         (finite_test): Likewise.
14221         (isgreater_test): Likewise.
14222         (isgreaterequal_test): Likewise.
14223         (isinf_test): Likewise.
14224         (isless_test): Likewise.
14225         (islessequal_test): Likewise.
14226         (islessgreater_test): Likewise.
14227         (isnan_test): Likewise.
14228         (isnormal_test): Likewise.
14229         (issignaling_test): Likewise.
14230         (isunordered_test): Likewise.
14231         (j0_test): Likewise.
14232         (j1_test): Likewise.
14233         (jn_test): Likewise.
14234         (ldexp_test): Likewise.
14235         (lgamma_test): Likewise.
14236         (gamma_test): Likewise.
14237         (lrint_test): Likewise.
14238         (lrint_test_tonearest): Likewise.
14239         (lrint_test_towardzero): Likewise.
14240         (lrint_test_downward): Likewise.
14241         (lrint_test_upward): Likewise.
14242         (llrint_test): Likewise.
14243         (llrint_test_tonearest): Likewise.
14244         (llrint_test_towardzero): Likewise.
14245         (llrint_test_downward): Likewise.
14246         (llrint_test_upward): Likewise.
14247         (log_test): Likewise.
14248         (log10_test): Likewise.
14249         (log1p_test): Likewise.
14250         (log2_test): Likewise.
14251         (logb_test): Likewise.
14252         (logb_test_downward): Likewise.
14253         (lround_test): Likewise.
14254         (llround_test): Likewise.
14255         (modf_test): Likewise.
14256         (nearbyint_test): Likewise.
14257         (nextafter_test): Likewise.
14258         (nexttoward_test): Likewise.
14259         (pow_test): Likewise.
14260         (pow_test_tonearest): Likewise.
14261         (pow_test_towardzero): Likewise.
14262         (pow_test_downward): Likewise.
14263         (pow_test_upward): Likewise.
14264         (remainder_test): Likewise.
14265         (drem_test): Likewise.
14266         (remainder_test_tonearest): Likewise.
14267         (drem_test_tonearest): Likewise.
14268         (remainder_test_towardzero): Likewise.
14269         (drem_test_towardzero): Likewise.
14270         (remainder_test_downward): Likewise.
14271         (drem_test_downward): Likewise.
14272         (remainder_test_upward): Likewise.
14273         (drem_test_upward): Likewise.
14274         (remquo_test): Likewise.
14275         (rint_test): Likewise.
14276         (rint_test_tonearest): Likewise.
14277         (rint_test_towardzero): Likewise.
14278         (rint_test_downward): Likewise.
14279         (rint_test_upward): Likewise.
14280         (round_test): Likewise.
14281         (scalb_test): Likewise.
14282         (scalbn_test): Likewise.
14283         (scalbln_test): Likewise.
14284         (signbit_test): Likewise.
14285         (sin_test): Likewise.
14286         (sin_test_tonearest): Likewise.
14287         (sin_test_towardzero): Likewise.
14288         (sin_test_downward): Likewise.
14289         (sin_test_upward): Likewise.
14290         (sincos_test): Likewise.
14291         (sinh_test): Likewise.
14292         (sinh_test_tonearest): Likewise.
14293         (sinh_test_towardzero): Likewise.
14294         (sinh_test_downward): Likewise.
14295         (sinh_test_upward): Likewise.
14296         (sqrt_test): Likewise.
14297         (sqrt_test_tonearest): Likewise.
14298         (sqrt_test_towardzero): Likewise.
14299         (sqrt_test_downward): Likewise.
14300         (sqrt_test_upward): Likewise.
14301         (tan_test): Likewise.
14302         (tan_test_tonearest): Likewise.
14303         (tan_test_towardzero): Likewise.
14304         (tan_test_downward): Likewise.
14305         (tan_test_upward): Likewise.
14306         (tanh_test): Likewise.
14307         (tgamma_test): Likewise.
14308         (trunc_test): Likewise.
14309         (y0_test): Likewise.
14310         (y1_test): Likewise.
14311         (yn_test): Likewise.
14312         (significand_test): Likewise.
14313
14314         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14315         individual tests in comment.
14316         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14317         (prev_max_error): New variable.
14318         (prev_real_max_error): Likewise.
14319         (prev_imag_max_error): Likewise.
14320         (compare_ulp_data): Don't refer to test names in comment.
14321         (find_test_ulps): Remove function.
14322         (find_function_ulps): Likewise.
14323         (find_complex_function_ulps): Likewise.
14324         (init_max_error): Take function name as argument.  Look up ulps
14325         for that function.
14326         (print_ulps): Remove function.
14327         (print_max_error): Use prev_max_error instead of calling
14328         find_function_ulps.
14329         (print_complex_max_error): Use prev_real_max_error and
14330         prev_imag_max_error instead of calling find_complex_function_ulps.
14331         (check_float_internal): Take max_ulp parameter instead of calling
14332         find_test_ulps.  Don't call print_ulps.
14333         (check_float): Update call to check_float_internal.
14334         (check_complex): Update calls to check_float_internal.
14335         (START): Pass argument to init_max_error.
14336         * math/gen-libm-test.pl (%results): Don't include "kind"
14337         information.
14338         (parse_ulps): Don't handle ulps of individual tests.
14339         (print_ulps_file): Likewise.
14340         (output_ulps): Likewise.
14341         * math/README.libm-test: Update.
14342         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14343         individual tests.
14344         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14345         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14346         * sysdeps/arm/libm-test-ulps: Likewise.
14347         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14348         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14349         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14350         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14351         * sysdeps/microblaze/libm-test-ulps: Likewise.
14352         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14353         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14354         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14355         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14356         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14357         * sysdeps/sh/libm-test-ulps: Likewise.
14358         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14359         * sysdeps/tile/libm-test-ulps: Likewise.
14360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14361
14362 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14363
14364         * math/libm-test.inc (print_complex_max_error): Check separately
14365         whether real and imaginary errors are within allowed range and
14366         pass 0 to print_complex_function_ulps instead of value within
14367         allowed range.
14368
14369 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14370
14371         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14372         formatting.
14373         (get_handles_fopen): Likewise.
14374         (do_write_test): Likewise.
14375
14376         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14377
14378         * libio/fileops.c (do_ftell): Use cached offset when
14379         available.
14380         * libio/iofwide.c (do_ftell_wide): Likewise.
14381         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14382         _IO_file_attach.
14383         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14384
14385         [BZ #16532]
14386         * libio/libioP.h (get_file_offset): New function.
14387         * libio/fileops.c (get_file_offset): Likewise.
14388         (do_ftell): Likewise.
14389         (_IO_new_file_seekoff): Split out ftell logic.
14390         * libio/wfileops.c (do_ftell_wide): Likewise.
14391         (_IO_wfile_seekoff): Split out ftell logic.
14392         * libio/tst-ftell-active-handler.c: New test case.
14393         * libio/Makefile (tests): Add it.
14394
14395 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14396
14397         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14398         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14399
14400 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14401
14402         [BZ #16639]
14403         * nscd/connections.c (nscd_init): Call do_exit.
14404         (start_threads): Call do_exit and notify_parent.
14405         (begin_drop_privileges): Call do_exit.
14406         (finish_drop_privileges): Likewise.
14407         * nscd/selinux.c (preserve_capabilities): Likewise.
14408         (install_real_capabilities): Likewise.
14409         (nscd_selinux_enabled): Likewise.
14410         (avc_create_thread): Likewise.
14411         (avc_alloc_lock): Likewise.
14412         (nscd_avc_init): Likewise.
14413         * nscd/nscd.c (parent_fd): New static variable.
14414         (main): Create a pipe between parent and child processes.
14415         Skip closing parent_fd.
14416         (monitor_child): New function.
14417         (do_exit): Likewise.
14418         (notify_parent): Likewise.
14419         * nscd/nscd.h (notify_parent): Likewise.
14420         (do_exit): Likewise.
14421
14422 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14423
14424         * malloc/malloc.c (__libc_calloc): Revert last change.
14425
14426 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14427
14428         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14429
14430 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14431
14432         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14433         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14434         implementation.
14435         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14436         (__libc_ifunc_impl_list): Likewise.
14437         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14438         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14439         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14440         * string/strrchr.c: Define STRRCHR.
14441
14442 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14443
14444         * benchtest/bench-strtok.c (simple_strtok): Delete.
14445         (strtok_string): Use as benchmark.
14446         * string/strtok (STRTOK): New macro.
14447
14448 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14449
14450         * manual/threads.texi: Add header and standard comments to all
14451         functions.
14452
14453         * elf/dl-lookup.c (check_match): New function.
14454         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14455         (do_lookup_x): Remove nested function check_match. Use non-nested
14456         function check_match.
14457
14458 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14459
14460         * csu/Makefile (generated, before-compile): Use += rather than =.
14461         * catgets/Makefile (generated, generated-dirs): Likewise.
14462         * debug/Makefile (generated): Likewise.
14463         * dlfcn/Makefile (generated): Likewise.
14464         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14465         * iconvdata/Makefile (before-compile, generated): Likewise.
14466         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14467         * libio/Makefile (generated): Likewise.
14468         * malloc/Makefile (generated): Likewise.
14469         * manual/Makefile (generated, generated-dirs): Likewise.
14470         * misc/Makefile (generated): Likewise.
14471         * posix/Makefile (generated): Likewise.
14472         * resolv/Makefile (generated): Likewise.
14473         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14474         * timezone/Makefile (generated, generated-dirs): Likewise.
14475
14476         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14477
14478 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14479
14480         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14481         power8 implementation.
14482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14483         file: POWER8 llround ifunc implementation.
14484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14485         (__lllround): Add POWER8 implementation.
14486         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14487         POWER8 llround implementation.
14488
14489         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14490         power8 implementation.
14491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14492         file: POWER8 llrint ifunc implementation.
14493         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14494         Add POWER8 implementation.
14495         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14496         POWER8 llrint implementation.
14497
14498         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14499         power8 implementation.
14500         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14501         file: POWER8 finite ifunc implementation.
14502         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14503         Add POWER8 implementation.
14504         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14505         Likewise.
14506         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14507         POWER8 finite implementation.
14508         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14509
14510         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14511         power8 implementation.
14512         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14513         file: POWER8 isinf ifunc implementation.
14514         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14515         POWER8 implementation.
14516         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14517         Likewise.
14518         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14519         isinf implementation.
14520         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14521
14522         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14523         (INIT_ARCH): Add hwcap2 initialization.
14524         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14525         power8 implementation.
14526         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14527         file: POWER8 isnan ifunc implementation.
14528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14529         POWER8 implementation.
14530         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14531         Likewise.
14532         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14533         isnan implementation.
14534         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14535
14536 2014-02-27  Joey Ye  <joey.ye@arm.com>
14537
14538         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14539         (_FP_NANFRAC_Q): Set to zero.
14540
14541 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14542
14543         [BZ #16623]
14544         * math/auto-libm-test-in: New test inputs.
14545         * math/auto-libm-test-out: Regenerate.
14546         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14547         and DA.
14548         (__cos): Likewise.
14549         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14550
14551 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14552
14553         * scripts/evaluate-test.sh: Take new argument indicating whether
14554         failure is expected.
14555         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14556         indicating whether failure is expected.
14557         * conform/Makefile (test-xfail-run-conformtest): New variable.
14558         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14559         level.
14560         * posix/Makefile (test-xfail-annexc): New variable.
14561         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14562
14563 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14564
14565         * argp/Makefile: Include Makeconfig immediately after defining
14566         subdir.
14567         * assert/Makefile: Likewise.
14568         * benchtests/Makefile: Likewise.
14569         * catgets/Makefile: Likewise.
14570         * conform/Makefile: Likewise.
14571         * crypt/Makefile: Likewise.
14572         * csu/Makefile: Likewise.
14573         (all): Remove target.
14574         * ctype/Makefile: Include Makeconfig immediately after defining
14575         subdir.
14576         * debug/Makefile: Likewise.
14577         * dirent/Makefile: Likewise.
14578         * dlfcn/Makefile: Likewise.
14579         * gmon/Makefile: Likewise.
14580         * gnulib/Makefile: Likewise.
14581         * grp/Makefile: Likewise.
14582         * gshadow/Makefile: Likewise.
14583         * hesiod/Makefile: Likewise.
14584         * hurd/Makefile: Likewise.
14585         (all): Remove target.
14586         * iconvdata/Makefile: Include Makeconfig immediately after
14587         defining subdir.
14588         * inet/Makefile: Likewise.
14589         * intl/Makefile: Likewise.
14590         * io/Makefile: Likewise.
14591         * libio/Makefile: Likewise.
14592         (all): Remove target.
14593         * locale/Makefile: Include Makeconfig immediately after defining
14594         subdir.
14595         * login/Makefile: Likewise.
14596         * mach/Makefile: Likewise.
14597         (all): Remove target.
14598         * malloc/Makefile: Include Makeconfig immediately after defining
14599         subdir.
14600         (all): Remove target.
14601         * manual/Makefile: Include Makeconfig immediately after defining
14602         subdir.
14603         * math/Makefile: Likewise.
14604         * misc/Makefile: Likewise.
14605         * nis/Makefile: Likewise.
14606         * nss/Makefile: Likewise.
14607         * po/Makefile: Likewise.
14608         (all): Remove target.
14609         * posix/Makefile: Include Makeconfig immediately after defining
14610         subdir.
14611         * pwd/Makefile: Likewise.
14612         * resolv/Makefile: Likewise.
14613         * resource/Makefile: Likewise.
14614         * rt/Makefile: Likewise.
14615         * setjmp/Makefile: Likewise.
14616         * shadow/Makefile: Likewise.
14617         * signal/Makefile: Likewise.
14618         * socket/Makefile: Likewise.
14619         * soft-fp/Makefile: Likewise.
14620         * stdio-common/Makefile: Likewise.
14621         * stdlib/Makefile: Likewise.
14622         * streams/Makefile: Likewise.
14623         * string/Makefile: Likewise.
14624         * sunrpc/Makefile: Likewise.
14625         (all): Remove target.
14626         * sysvipc/Makefile: Include Makeconfig immediately after defining
14627         subdir.
14628         * termios/Makefile: Likewise.
14629         * time/Makefile: Likewise.
14630         * timezone/Makefile: Likewise.
14631         (all): Remove target.
14632         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14633         subdir.
14634         * wctype/Makefile: Likewise.
14635
14636 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14637
14638         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14639         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14640         (libc_feholdexcept_setround_mips): Ditto.
14641         (libc_feholdsetround): New.
14642         (libc_feholdsetroundf): New.
14643         (libc_feholdsetroundl): New.
14644         (libc_feupdateenv_test_mips): New.
14645         (libc_feupdateenv_test): New.
14646         (libc_feupdateenv_testf): New.
14647         (libc_feupdateenv_testl): New.
14648         (libc_feresetround): New.
14649         (libc_feresetroundf): New.
14650         (libc_feresetroundl): New.
14651         (libc_fetestexcept_mips): New.
14652         (libc_fetestexcept): New.
14653         (libc_fetestexceptf): New.
14654         (libc_fetestexceptl): New.
14655         (HAVE_RM_CTX): New.
14656         (libc_feholdexcept_setround_mips_ctx): New.
14657         (libc_feholdexcept_setround_ctx): New.
14658         (libc_feholdexcept_setroundf_ctx): New.
14659         (libc_feholdexcept_setroundl_ctx): New.
14660         (libc_fesetenv_mips_ctx): New.
14661         (libc_fesetenv_ctx): New.
14662         (libc_fesetenv_ctxf): New.
14663         (libc_fesetenv_ctxl): New.
14664         (libc_feupdateenv_mips_ctx): New.
14665         (libc_feupdateenv_ctx): New.
14666         (libc_feupdateenvf_ctx): New.
14667         (libc_feupdateenvl_ctx): New.
14668         (libc_feholdsetround_mips_ctx): New.
14669         (libc_feholdsetround_ctx): New.
14670         (libc_feholdsetroundf_ctx): New.
14671         (libc_feholdsetroundl_ctx): New.
14672         (libc_feresetround_mips_ctx): New.
14673         (libc_feresetround_ctx): New.
14674         (libc_feresetroundf_ctx): New.
14675         (libc_feresetroundl_ctx): New.
14676
14677 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14678
14679         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14680
14681         * manual/ipc.texi: New file.
14682         * manual/Makefile (chapters): Add ipc.
14683         * manual/job.texi: Add "Inter-Process Communication" to next.
14684         * manual/process.texi: Add "Inter-Process Communication" to prev.
14685
14686 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14687
14688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14689
14690 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14691
14692         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14693
14694         * manual/arith.texi: Fix spaces after sentences.
14695         * manual/charset.texi: Likewise.
14696         * manual/errno.texi: Likewise.
14697         * manual/install.texi: Likewise.
14698         * manual/llio.texi: Likewise.
14699         * manual/locale.texi: Likewise.
14700         * manual/maint.texi: Likewise.
14701         * manual/math.texi: Likewise.
14702         * manual/memory.texi: Likewise.
14703         * manual/message.texi: Likewise.
14704         * manual/probes.texi: Likewise.
14705         * manual/resource.texi: Likewise.
14706         * manual/signal.texi: Likewise.
14707         * manual/socket.texi: Likewise.
14708         * manual/stdio.texi: Likewise.
14709         * manual/string.texi: Likewise.
14710         * manual/time.texi: Likewise.
14711         * manual/users.texi: Likewise.
14712
14713 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14714
14715         [BZ #16632]
14716         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14717         _DEFAULT_SOURCE is defined.
14718
14719 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14720             Carlos O'Donell  <carlos@redhat.com>
14721
14722         [BZ #16613]
14723         * elf/dl-tls.c (_dl_count_modids): New function.
14724         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14725         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14726         audit library and increment generation counter.
14727         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14728         * elf/tst-audit9.c: New file.
14729         * elf/tst-auditmod9a.c: New file.
14730         * elf/tst-auditmod9b.c: New file.
14731         * elf/Makefile: Add rules to build and run tst-audit9.
14732
14733 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14734
14735         [BZ #15347]
14736         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14737
14738 2014-02-25  Will Newton  <will.newton@linaro.org>
14739
14740         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14741         (__longjmp): Restore sp and lr before restoring callee
14742         saved registers.  Add longjmp and longjmp_target
14743         SystemTap probe point.
14744         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14745         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14746         Define to zero to match jmpbuf layout.
14747         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14748         (__sigsetjmp): Save sp and lr before saving callee
14749         saved registers.  Add setjmp SystemTap probe point.
14750
14751 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14752
14753         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14754
14755 2014-02-24  Andreas Schwab  <schwab@suse.de>
14756
14757         [BZ #15804]
14758         * elf/pldd.c (wait_for_ptrace_stop): New function.
14759         (main): Call it after attaching.
14760
14761 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14762
14763         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14764         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14765         Versions files is now verboten.
14766         * hurd/Versions (libc: GLIBC_2.0):
14767         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14768         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14769         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14770         * mach/Versions: Likewise.
14771
14772         * csu/Versions: Remove unused %include.
14773         * resolv/Versions: Likewise.
14774
14775 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14776
14777         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14778         ($(objpfx)check-local-headers.out): Likewise.
14779         ($(objpfx)begin-end-check.out): Likewise.
14780         * Makerules (check-abi-%.out): Likewise.
14781         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14782         ($(objpfx)test2.cat): Likewise.
14783         ($(objpfx)de/libc.cat): Likewise.
14784         ($(objpfx)test-gencat.out): Likewise.
14785         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14786         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14787         ($(objpfx)noload-mem): Likewise.
14788         ($(objpfx)tst-pathopt.out): Likewise.
14789         ($(objpfx)tst-rtld-load-self.out): Likewise.
14790         ($(objpfx)tst-array1-cmp.out): Likewise.
14791         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14792         ($(objpfx)tst-array2-cmp.out): Likewise.
14793         ($(objpfx)tst-array3-cmp.out): Likewise.
14794         ($(objpfx)tst-array4-cmp.out): Likewise.
14795         ($(objpfx)tst-array5-cmp.out): Likewise.
14796         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14797         ($(objpfx)check-textrel.out): Likewise.
14798         ($(objpfx)check-execstack.out): Likewise.
14799         ($(objpfx)check-localplt.out): Likewise.
14800         ($(objpfx)order2-cmp.out): Likewise.
14801         ($(objpfx)tst-leaks1-mem): Likewise.
14802         ($(objpfx)tst-leaks1-static-mem): Likewise.
14803         ($(objpfx)tst-initorder-cmp.out): Likewise.
14804         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14805         ($(objpfx)tst-unused-dep.out): Likewise.
14806         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14807         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14808         * iconv/Makefile (test-iconvconfig): Likewise.
14809         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14810         ($(objpfx)iconv-test.out): Likewise.
14811         ($(objpfx)tst-tables.out): Likewise.
14812         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14813         ($(objpfx)tst-gettext.out): Likewise.
14814         ($(objpfx)tst-translit.out): Likewise.
14815         ($(objpfx)tst-gettext2.out): Likewise.
14816         ($(objpfx)tst-gettext4.out): Likewise.
14817         ($(objpfx)tst-gettext6.out): Likewise.
14818         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14819         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14820         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14821         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14822         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14823         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14824         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14825         ($(objpfx)wordexp-tst.out): Likewise.
14826         ($(objpfx)annexc.out): Likewise.
14827         ($(objpfx)tst-fnmatch-mem): Likewise.
14828         ($(objpfx)bug-regex2-mem): Likewise.
14829         ($(objpfx)bug-regex14-mem): Likewise.
14830         ($(objpfx)bug-regex21-mem): Likewise.
14831         ($(objpfx)bug-regex31-mem): Likewise.
14832         ($(objpfx)tst-vfork3-mem): Likewise.
14833         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14834         ($(objpfx)tst-pcre-mem): Likewise.
14835         ($(objpfx)tst-boost-mem): Likewise.
14836         ($(objpfx)tst-getconf.out): Likewise.
14837         ($(objpfx)bug-ga2-mem): Likewise.
14838         ($(objpfx)bug-glob2-mem): Likewise.
14839         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14840         ($(objpfx)mtrace-tst-leaks2): Likewise.
14841         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14842         ($(objpfx)tst-printf.out): Likewise.
14843         ($(objpfx)tst-setvbuf1.out): Likewise.
14844         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14845         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14846         ($(objpfx)tst-fmtmsg.out): Likewise.
14847         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14848         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14849
14850         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14851         * bits/sigaction.h [__USE_MISC]: Likewise.
14852         * bits/waitstatus.h: Update #endif comments.
14853         * ctype/ctype.h: Likewise.
14854         * dirent/dirent.h: Likewise.
14855         [__USE_MISC]: Remove redundant conditionals.
14856         * grp/grp.h: Update #endif comments.
14857         [__USE_GNU]: Remove redundant conditionals.
14858         [__USE_MISC]: Likewise.
14859         * inet/netinet/in.h [__USE_GNU]: Likewise.
14860         * io/sys/stat.h [__USE_MISC]: Likewise.
14861         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14862         * libio/bits/stdio.h: Update #endif comments.
14863         [__USE_MISC]: Remove redundant conditionals.
14864         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14865         * libio/stdio.h: Update #endif comments.
14866         [__USE_MISC]: Remove redundant conditionals.
14867         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14868         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14869         * math/math.h: Update #else and #endif comments.
14870         [__USE_MISC]: Remove redundant conditionals.
14871         * misc/sys/uio.h: Update #endif comments.
14872         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14873         * posix/glob.h [__USE_MISC]: Likewise.
14874         * posix/sys/types.h: Update #endif comments.
14875         [__USE_MISC]: Remove redundant conditionals.
14876         * posix/sys/wait.h: Update #endif comments.
14877         [__USE_MISC]: Remove redundant conditionals.
14878         * posix/unistd.h: Update #endif comments.
14879         [__USE_MISC]: Remove redundant conditionals.
14880         * pwd/pwd.h [__USE_GNU]: Likewise.
14881         [__USE_MISC]: Likewise.
14882         * resolv/netdb.h [__USE_GNU]: Likewise.
14883         * signal/signal.h: Update #endif comments.
14884         [__USE_MISC]: Remove redundant conditionals.
14885         * stdlib/stdlib.h: Update #else and #endif comments.
14886         [__USE_MISC]: Remove redundant conditionals.
14887         [__USE_GNU]: Likewise.
14888         * string/bits/string2.h [__USE_MISC]: Likewise.
14889         * string/string.h: Update #endif comments.
14890         [__USE_MISC]: Remove redundant conditionals.
14891         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14892         Likewise.
14893         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14894         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14895         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14896         Likewise.
14897         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14898         Likewise.
14899         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14900         comments.
14901         [__USE_MISC]: Remove redundant conditionals.
14902         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14903         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14904         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14905         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14906         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14907         Likewise.
14908         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14909         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14910         Likewise.
14911         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14912         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14913         Likewise.
14914         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14915         Likewise.
14916         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14917         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14918         Likewise.
14919         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14920         Likewise.
14921         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14922         * sysdeps/x86/bits/string.h: Update #endif comments.
14923         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14924         conditionals.
14925         * time/sys/time.h: Update #endif comments.
14926         * time/time.h: Likewise.
14927         [__USE_MISC]: Remove redundant conditionals.
14928
14929 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14930
14931         [BZ #16600]
14932         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14933
14934 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14935
14936         * Versions.def (librt): Add GLIBC_2.17.
14937
14938 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14939
14940         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14941         synonym for _SYS_AUXV_H to allow direct inclusion.
14942         * sysdeps/sparc/bits/hwcap.h: Likewise.
14943         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14944         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14945         * sysdeps/sparc/sysdep.h: Likewise.
14946
14947 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14948
14949         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14950
14951 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14952
14953         * benchtests/bench-strrchr.c: Print length instead of position.
14954
14955 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14956
14957         [BZ #16611]
14958         * sysdeps/unix/sysv/linux/kernel-features.h
14959         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14960         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14961         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14962         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14963         Likewise.
14964         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14965         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14966         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14967         (__ASSUME_SENDMMSG): Define instead of using previous
14968         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14969         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14970         (__ASSUME_SENDMMSG_SYSCALL): Define.
14971         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14972         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14973         Likewise.
14974         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14975         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14976         Likewise.
14977         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14978         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14979         Likewise.
14980         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14981         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14982         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14983         [__ASSUME_SENDMMSG]: Change conditionals to
14984         [__ASSUME_SENDMMSG_SOCKETCALL].
14985         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14986         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14987         Define.
14988         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14989         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14990         Likewise.
14991         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14992         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14993         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14994         [!__ASSUME_SENDMMSG]: Change conditional to
14995         [!__ASSUME_SENDMMSG_SOCKETCALL].
14996         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14997         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14998         Define.
14999
15000         [BZ #16610]
15001         * sysdeps/unix/sysv/linux/kernel-features.h
15002         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
15003         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
15004         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
15005         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
15006         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
15007         [__i386__ || __sparc__]
15008         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15009         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
15010         (__ASSUME_RECVMMSG): Define instead of using previous
15011         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
15012         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15013         (__ASSUME_RECVMMSG_SYSCALL): Define.
15014         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15015         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15016         Likewise.
15017         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15018         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15019         Likewise.
15020         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15021         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15022         Likewise.
15023         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
15024         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
15025         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
15026         [__ASSUME_RECVMMSG]: Change condition to
15027         [__ASSUME_RECVMMSG_SOCKETCALL].
15028         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15029         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15030         Define.
15031         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15032         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15033         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15034         Likewise.
15035         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
15036         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
15037         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
15038         [!__ASSUME_RECVMMSG]: Change condition to
15039         [!__ASSUME_RECVMMSG_SOCKETCALL].
15040         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15041         (__ASSUME_RECVMMSG_SYSCALL): Define.
15042
15043         [BZ #16609]
15044         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
15045         __powerpc__ || __s390__ || __sh__ || __sparc__]
15046         (__ASSUME_SOCKETCALL): Define.
15047         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
15048         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
15049         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
15050         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
15051         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15052         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
15053         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
15054         (__ASSUME_ACCEPT4): Define instead of using previous
15055         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
15056         __powerpc__ || __sparc__ || __s390__)] condition.
15057         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15058         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
15059         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
15060         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
15061         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
15062         [!__ASSUME_ACCEPT4]: Change condition to
15063         [!__ASSUME_ACCEPT4_SOCKETCALL].
15064         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15065         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
15066         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
15067         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15068         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
15069         __ASSUME_ACCEPT4_SYSCALL.
15070         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
15071         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
15072         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15073         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
15074         __ASSUME_ACCEPT4_SYSCALL.
15075         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
15076         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
15077         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
15078         [__ASSUME_ACCEPT4]: Change condition to
15079         [__ASSUME_ACCEPT4_SOCKETCALL].
15080         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15081         (__ASSUME_SOCKETCALL): Define.
15082         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
15083         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15084         (__ASSUME_SOCKETCALL): Define.
15085         (__ASSUME_ACCEPT4): Remove.
15086         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
15087         Define.
15088         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15089         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
15090         Likewise.
15091         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15092         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
15093
15094         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
15095         macro.
15096         (HWCAP_ARM_LPAE): Likewise.
15097         (HWCAP_ARM_EVTSTRM): Likewise.
15098         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
15099         Add vpfd32, lpae and evtstrm.
15100         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
15101         Increase to 22.
15102
15103 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
15104
15105         * math/auto-libm-test-in: Add tests of clog10.
15106         * math/auto-libm-test-out: Regenerated.
15107         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
15108         * sysdeps/i386/fpu/libm-test-ulps: Update.
15109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15110
15111 2014-02-18  Andreas Schwab  <schwab@suse.de>
15112
15113         [BZ #16574]
15114         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
15115         Store non-zero if the second buffer was newly allocated.
15116         (send_dg): Likewise.
15117         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
15118         to send_vc and send_dg.
15119         (res_nsend): Pass NULL for ansp2_malloced.
15120         * resolv/res_query.c (__libc_res_nquery): Add parameter
15121         answerp2_malloced and pass it down to __libc_res_nsend.
15122         (res_nquery): Pass additional NULL to __libc_res_nquery.
15123         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
15124         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
15125         second answer buffer if answerp2_malloced was set.
15126         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
15127         (__libc_res_nquerydomain): Add parameter
15128         answerp2_malloced and pass it down to __libc_res_nquery.
15129         (res_nquerydomain): Pass additional NULL to
15130         __libc_res_nquerydomain.
15131         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
15132         additional NULL to __libc_res_nsend and __libc_res_nquery.
15133         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
15134         additional NULL to __libc_res_nsearch.
15135         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
15136         parameter of __libc_res_nsearch to check for separately allocated
15137         second buffer.
15138         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
15139         __libc_res_nquery.
15140         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
15141         additional NULL to __libc_res_nquery.
15142         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
15143         __libc_res_nsearch.
15144         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
15145         * include/resolv.h: Update prototypes of __libc_res_nquery,
15146         __libc_res_nsearch, __libc_res_nsend.
15147
15148 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
15149
15150         * math/auto-libm-test-in: Add tests of fma.
15151         * math/auto-libm-test-out: Regenerated.
15152         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
15153         (fma_towardzero_test_data): Likewise.
15154         (fma_downward_test_data): Likewise.
15155         (fma_upward_test_data): Likewise.
15156         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
15157         mpc_mode.
15158         (rounding_modes): Add values for new field.
15159         (func_calc_method): Add value mpfr_fff_f.
15160         (func_calc_desc): Add mpfr_fff_f union field.
15161         (test_function): Add field exact_args.
15162         (FUNC): Add macro argument EXACT_ARGS.
15163         (FUNC_mpfr_f_f): Update call to FUNC.
15164         (FUNC_mpfr_f_f): Likewise.
15165         (FUNC_mpfr_ff_f): Likewise.
15166         (FUNC_mpfr_if_f): Likewise.
15167         (FUNC_mpc_c_f): Likewise.
15168         (FUNC_mpc_c_c): Likewise.
15169         (test_functions): Add fma.  Update calls to FUNC.
15170         (handle_input_arg): Add argument exact_args.
15171         (add_test): Update call to handle_input_arg.
15172         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
15173         (output_for_one_input_case): Update call to calc_generic_results.
15174         Recalculate exact zero results in each rounding mode.
15175
15176         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
15177         non-negative before setting low bit.
15178         * math/auto-libm-test-in: Mark one asin test possibly having
15179         spurious underflow.
15180         * math/auto-libm-test-out: Regenerated.
15181         * sysdeps/i386/fpu/libm-test-ulps: Update.
15182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15183
15184 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
15185
15186         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
15187         * sysdeps/unix/sysv/linux/microblaze: Move directory from
15188         ports/sysdeps/unix/sysv/linux/microblaze.
15189         * README: Add missing listing for microblaze*-*-linux-gnu.
15190
15191 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
15192
15193         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
15194         duplicate code
15195
15196 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
15197
15198         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
15199         * sysdeps/unix/sysv/linux/ia64: Move directory from
15200         ports/sysdeps/unix/sysv/linux/ia64.
15201         * README: Update listing for ia64-*-linux-gnu.
15202
15203 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
15204             Joseph Myers  <joseph@codesourcery.com>
15205
15206         * Makeconfig (test-name): New variable.
15207         (evaluate-test): Likewise.
15208         * Makerules (do-test-clean): Remove .test-result files.
15209         (common-mostlyclean): Likewise.
15210         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
15211         * scripts/evaluate-test.sh: New file.
15212
15213 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
15214
15215         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
15216         separate $(objpfx)tst-fopenloc-cmp.out and
15217         $(objpfx)tst-fopenloc-mem.out targets.
15218         (tests): Update dependencies.
15219         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
15220         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15221         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15222         (tst-rxspencer-no-utf8-ARGS): New variable.
15223         (tst-rxspencer-no-utf8-ENV): Likewise.
15224         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15225         instead of $(objpfx)tst-rxspencer-mem.
15226         ($(objpfx)tst-rxspencer-mem): Change target to
15227         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
15228         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15229         * posix/tst-rxspencer-no-utf8.c: New file.
15230
15231         * elf/Makefile ($(objpfx)order.out): Remove rule.
15232         [$(run-built-tests) = yes] (tests): Depend on
15233         $(objpfx)order-cmp.out.
15234         ($(objpfx)order-cmp.out): New rule.
15235         [$(run-built-tests) = yes] (tests): Depend on
15236         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15237         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15238         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15239         $(objpfx)tst-array5-static-cmp.out.
15240         ($(objpfx)tst-array1.out): Remove rule.
15241         ($(objpfx)tst-array1-cmp.out): New rule.
15242         ($(objpfx)tst-array1-static.out): Remove rule.
15243         ($(objpfx)tst-array1-static-cmp.out): New rule.
15244         ($(objpfx)tst-array2.out): Remove rule.
15245         ($(objpfx)tst-array2-cmp.out): New rule.
15246         ($(objpfx)tst-array3.out): Remove rule.
15247         ($(objpfx)tst-array3-cmp.out): New rule.
15248         ($(objpfx)tst-array4.out): Remove rule.
15249         ($(objpfx)tst-array4-cmp.out): New rule.
15250         ($(objpfx)tst-array5.out): Remove rule.
15251         ($(objpfx)tst-array5-cmp.out): New rule.
15252         ($(objpfx)tst-array5-static.out): Remove rule.
15253         ($(objpfx)tst-array5-static-cmp.out): New rule.
15254         [$(run-built-tests) = yes] (tests): Depend on
15255         $(objpfx)order2-cmp.out.
15256         ($(objpfx)order2.out): Remove rule.
15257         ($(objpfx)order2-cmp.out): New rule.
15258         ($(objpfx)tst-initorder.out): Remove rule.
15259         [$(run-built-tests) = yes] (tests): Depend on
15260         $(objpfx)tst-initorder-cmp.out.
15261         ($(objpfx)tst-initorder-cmp.out): New rule.
15262         ($(objpfx)tst-initorder2.out): Remove rule.
15263         [$(run-built-tests) = yes] (tests): Depend on
15264         $(objpfx)tst-initorder2-cmp.out.
15265         ($(objpfx)tst-initorder2-cmp.out): New rule.
15266         [$(run-built-tests) = yes] (tests): Depend on
15267         $(objpfx)tst-unused-dep-cmp.out.
15268         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15269         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15270         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15271         on $(objpfx)tst-setvbuf1-cmp.out.
15272         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15273         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15274         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15275         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15276         ($(objpfx)tst-svc.out): Remove rule.
15277         ($(objpfx)tst-svc-cmp.out): New rule.
15278
15279 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15280
15281         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15282         * ctype/ctype.h [__USE_MISC]: Likewise.
15283         * dirent/dirent.h [__USE_MISC]: Likewise.
15284         * grp/grp.h [__USE_MISC]: Likewise.
15285         * io/fcntl.h [__USE_MISC]: Likewise.
15286         * io/sys/stat.h [__USE_MISC]: Likewise.
15287         * libio/stdio.h [__USE_MISC]: Likewise.
15288         * posix/unistd.h [__USE_MISC]: Likewise.
15289         * pwd/pwd.h [__USE_MISC]: Likewise.
15290         * stdlib.h [__USE_MISC]: Likewise.
15291         * string/bits/string2.h [__USE_MISC]: Likewise.
15292         * string/string.h [__USE_MISC]: Likewise.
15293         * time/time.h [__USE_MISC]: Likewise.
15294
15295 2014-02-13  Andreas Schwab  <schwab@suse.de>
15296
15297         [BZ #16574]
15298         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15299         second answer buffer if it was separately allocated.
15300
15301 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15302
15303         * sysdeps/mips/math-tests.h: Include <features.h>.
15304         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15305         (ROUNDING_TESTS_long_double): Do not define.
15306         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15307         (EXCEPTION_TESTS_long_double): Likewise.
15308         * sysdeps/mips/mips64/libm-test-ulps: Update.
15309
15310         * include/features.h (__USE_BSD): Remove macro definitions.
15311         (__USE_SVID): Likewise.
15312         (_BSD_SOURCE): Likewise.
15313         (_SVID_SOURCE): Likewise.
15314         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15315         from definition of _DEFAULT_SOURCE.
15316         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15317         [_DEFAULT_SOURCE].
15318         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15319         * bits/mman.h [__USE_BSD]: Likewise.
15320         * bits/termios.h [__USE_BSD]: Likewise.
15321         * bits/waitstatus.h [__USE_BSD]: Likewise.
15322         * ctype/ctype.h [__USE_SVID]: Likewise.
15323         * dirent/dirent.h [__USE_BSD]: Likewise.
15324         * grp/grp.h [__USE_SVID]: Likewise.
15325         [__USE_BSD]: Likewise.
15326         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15327         * io/fcntl.h [__USE_BSD]: Likewise.
15328         * io/ftw.h [__USE_BSD]: Likewise.
15329         * io/sys/stat.h [__USE_BSD]: Likewise.
15330         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15331         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15332         * libio/stdio.h [__USE_SVID]: Likewise.
15333         [__USE_BSD]: Likewise.
15334         * math/math.h [__USE_SVID]: Likewise.
15335         [__USE_BSD]: Likewise.
15336         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15337         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15338         * misc/search.h [__USE_SVID]: Likewise.
15339         * misc/sys/mman.h [__USE_BSD]: Likewise.
15340         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15341         * misc/sys/uio.h [__USE_BSD]: Likewise.
15342         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15343         * posix/glob.h [__USE_BSD]: Likewise.
15344         * posix/regex.h [__USE_BSD]: Likewise.
15345         * posix/sys/types.h [__USE_BSD]: Likewise.
15346         [__USE_SVID]: Likewise.
15347         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15348         * posix/sys/wait.h [__USE_BSD]: Likewise.
15349         [__USE_SVID]: Likewise.
15350         * posix/unistd.h [__USE_BSD]: Likewise.
15351         [__USE_SVID]: Likewise.
15352         * pwd/pwd.h [__USE_SVID]: Likewise.
15353         * resolv/netdb.h [__USE_BSD]: Likewise.
15354         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15355         * signal/signal.h [__USE_BSD]: Likewise.
15356         [__USE_SVID]: Likewise.
15357         * socket/sys/socket.h [__USE_BSD]: Likewise.
15358         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15359         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15360         [__USE_SVID]: Likewise.
15361         * string/bits/string2.h [__USE_BSD]: Likewise.
15362         [__USE_SVID]: Likewise.
15363         * string/bits/string3.h [__USE_BSD]: Likewise.
15364         * string/endian.h [__USE_BSD]: Likewise.
15365         * string/string.h [__USE_SVID]: Likewise.
15366         [__USE_BSD]: Likewise.
15367         * string/strings.h [__USE_BSD]: Likewise.
15368         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15369         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15370         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15371         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15372         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15373         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15374         Likewise.
15375         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15376         Likewise.
15377         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15378         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15379         Likewise.
15380         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15381         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15382         Likewise.
15383         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15384         Likewise.
15385         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15386         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15387         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15388         Likewise.
15389         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15390         Likewise.
15391         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15392         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15393         * termios/termios.h [__USE_BSD]: Likewise.
15394         * time/sys/time.h [__USE_BSD]: Likewise.
15395         * time/time.h [__USE_BSD]: Likewise.
15396         [__USE_SVID]: Likewise.
15397
15398         * Makefile (subdir_targets): Remove subdir_lint.out.
15399
15400         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15401         (do-tst-printf): Likewise.
15402         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15403         $(objpfx)tst-printf.out.
15404
15405         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15406
15407         * Makerules (check-abi-%): Change target to
15408         $(objpfx)check-abi-%.out.
15409         (check-abi target): Update dependencies.
15410         (check-abi-pattern variable): Redirect output of diff to $@.
15411         (check-abi variable): Likewise.
15412         * elf/Makefile (check-abi): Update dependencies.
15413
15414         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15415         unused.
15416         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15417         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15418         subnormal range.
15419         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15420         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15421         value has largest subnormal exponent.
15422         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15423         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15424         * sysdeps/aarch64/soft-fp/sfp-machine.h
15425         (_FP_TININESS_AFTER_ROUNDING): New macro.
15426         * sysdeps/alpha/soft-fp/sfp-machine.h
15427         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15428         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15429         Likewise.
15430         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15431         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15432         * sysdeps/mips/soft-fp/sfp-machine.h
15433         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15434         * sysdeps/powerpc/soft-fp/sfp-machine.h
15435         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15436         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15437         Likewise.
15438         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15439         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15440         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15441         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15442         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15443         Likewise.
15444
15445 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15446
15447         [BZ #16545]
15448         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15449         model 1.
15450
15451 2014-02-12  Richard Henderson  <rth@redhat.com>
15452
15453         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15454         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15455         * sysdeps/unix/sysv/linux/alpha: Move directory from
15456         ports/sysdeps/unix/sysv/linux/alpha.
15457         * README: Update listing for alpha-*-linux-gnu.
15458
15459 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15460
15461         * include/features.h: Update comment documenting feature test
15462         macros.
15463         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15464         _DEFAULT_SOURCE.
15465         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15466         (_SVID_SOURCE): Likewise.
15467         (_DEFAULT_SOURCE): Update description of default features.
15468         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15469         with _GNU_SOURCE.
15470         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15471         (S_ISVTX): Likewise.
15472         * manual/math.texi (Mathematical Constants): Likewise.
15473         * manual/signal.texi (Interrupted Primitives): Likewise.
15474         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15475         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15476         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15477         Don't refer to _SVID_SOURCE in warning text.
15478
15479         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15480
15481         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15482         already defined.
15483         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15484         * sysdeps/mips/dl-lookup.c: Remove.
15485         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15486
15487 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15488
15489         [BZ #16447]
15490         * math/auto-libm-test-in: Add testcase for expl.
15491         * math/auto-libm-test-out: Regenerate.
15492         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15493         calculation of unsafe.
15494         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15495
15496 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15497
15498         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15499         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15500         ports/sysdeps/unix/sysv/linux/aarch64.
15501         * README: Update listing for aarch64*-*-linux-gnu.
15502
15503 2014-02-11  Will Newton  <will.newton@linaro.org>
15504
15505         * manual/probes.texi (Mathematical Function Probes): Use
15506         "triggered" instead of "hit".
15507
15508         * manual/probes.texi (Internal Probes): Add documentation
15509         of setjmp, longjmp and longjmp_target probes.
15510
15511         * include/stap-probe.h: Add comment about probe argument
15512         format.
15513
15514         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15515         definition.  (tr_where, tr_freehook, tr_mallochook,
15516         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15517
15518 2014-02-11  David S. Miller  <davem@davemloft.net>
15519
15520         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15521         processing int_tests.
15522
15523 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15524
15525         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15526         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15527         * sysdeps/unix/sysv/linux/mips: Move directory from
15528         ports/sysdeps/unix/sysv/linux/mips.
15529         * README: Update listing for mips-*-linux-gnu and
15530         mips64-*-linux-gnu.
15531
15532 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15533
15534         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15535         * sysdeps/unix/sysv/linux/m68k: Move directory from
15536         ports/sysdeps/unix/sysv/linux/m68k.
15537         * README: Update listing for m68k-*-linux-gnu.
15538
15539 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15540
15541         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15542         * sysdeps/unix/sysv/linux/generic: Move directory from
15543         ports/sysdeps/unix/sysv/linux/generic.
15544         * sysdeps/unix/sysv/linux/tile: Move directory from
15545         ports/sysdeps/unix/sysv/linux/tile.
15546         * README: Update listing for tile*-*-linux-gnu.
15547
15548 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15549
15550         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15551         __builtin_expect.
15552         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15553         * catgets/open_catalog.c (__open_catalog): Likewise.
15554         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15555         * debug/confstr_chk.c: Likewise.
15556         * debug/fread_chk.c (__fread_chk): Likewise.
15557         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15558         * debug/getgroups_chk.c: Likewise.
15559         * debug/mbsnrtowcs_chk.c: Likewise.
15560         * debug/mbsrtowcs_chk.c: Likewise.
15561         * debug/mbstowcs_chk.c: Likewise.
15562         * debug/memcpy_chk.c: Likewise.
15563         * debug/memmove_chk.c: Likewise.
15564         * debug/mempcpy_chk.c: Likewise.
15565         * debug/memset_chk.c: Likewise.
15566         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15567         * debug/strcat_chk.c (__strcat_chk): Likewise.
15568         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15569         * debug/strncat_chk.c (__strncat_chk): Likewise.
15570         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15571         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15572         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15573         * debug/wcpncpy_chk.c: Likewise.
15574         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15575         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15576         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15577         * debug/wcsncpy_chk.c: Likewise.
15578         * debug/wcsnrtombs_chk.c: Likewise.
15579         * debug/wcsrtombs_chk.c: Likewise.
15580         * debug/wcstombs_chk.c: Likewise.
15581         * debug/wmemcpy_chk.c: Likewise.
15582         * debug/wmemmove_chk.c: Likewise.
15583         * debug/wmempcpy_chk.c: Likewise.
15584         * debug/wmemset_chk.c: Likewise.
15585         * dirent/scandirat.c (SCANDIRAT): Likewise.
15586         * dlfcn/dladdr1.c (dladdr1): Likewise.
15587         * dlfcn/dladdr.c (dladdr): Likewise.
15588         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15589         * dlfcn/dlerror.c (__dlerror): Likewise.
15590         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15591         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15592         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15593         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15594         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15595         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15596         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15597         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15598         Likewise.
15599         * elf/dl-conflict.c: Likewise.
15600         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15601         * elf/dl-dst.h: Likewise.
15602         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15603         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15604         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15605         * elf/dl-init.c (call_init, _dl_init): Likewise.
15606         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15607         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15608         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15609         Likewise.
15610         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15611         Likewise.
15612         * elf/dl-minimal.c (__libc_memalign): Likewise.
15613         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15614         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15615         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15616         * elf/dl-sym.c (do_sym): Likewise.
15617         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15618         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15619         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15620         * elf/dl-writev.h (_dl_writev): Likewise.
15621         * elf/ldconfig.c (search_dir): Likewise.
15622         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15623         (dl_main): Likewise.
15624         * elf/setup-vdso.h (setup_vdso): Likewise.
15625         * grp/compat-initgroups.c (compat_call): Likewise.
15626         * grp/fgetgrent.c (fgetgrent): Likewise.
15627         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15628         * grp/putgrent.c (putgrent): Likewise.
15629         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15630         Likewise.
15631         * hurd/hurdinit.c: Likewise.
15632         * iconvdata/8bit-gap.c (struct): Likewise.
15633         * iconvdata/ansi_x3.110.c : Likewise.
15634         * iconvdata/big5.c : Likewise.
15635         * iconvdata/big5hkscs.c : Likewise.
15636         * iconvdata/cp1255.c: Likewise.
15637         * iconvdata/cp1258.c : Likewise.
15638         * iconvdata/cp932.c : Likewise.
15639         * iconvdata/euc-cn.c: Likewise.
15640         * iconvdata/euc-jisx0213.c : Likewise.
15641         * iconvdata/euc-jp.c: Likewise.
15642         * iconvdata/euc-jp-ms.c : Likewise.
15643         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15644         * iconvdata/gb18030.c : Likewise.
15645         * iconvdata/gbbig5.c (const): Likewise.
15646         * iconvdata/gbgbk.c: Likewise.
15647         * iconvdata/gbk.c : Likewise.
15648         * iconvdata/ibm1364.c : Likewise.
15649         * iconvdata/ibm930.c : Likewise.
15650         * iconvdata/ibm932.c: Likewise.
15651         * iconvdata/ibm933.c : Likewise.
15652         * iconvdata/ibm935.c : Likewise.
15653         * iconvdata/ibm937.c : Likewise.
15654         * iconvdata/ibm939.c : Likewise.
15655         * iconvdata/ibm943.c: Likewise.
15656         * iconvdata/iso_11548-1.c: Likewise.
15657         * iconvdata/iso-2022-cn.c : Likewise.
15658         * iconvdata/iso-2022-cn-ext.c : Likewise.
15659         * iconvdata/iso-2022-jp-3.c: Likewise.
15660         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15661         * iconvdata/iso-2022-kr.c : Likewise.
15662         * iconvdata/iso646.c (gconv_end): Likewise.
15663         * iconvdata/iso_6937-2.c : Likewise.
15664         * iconvdata/iso_6937.c : Likewise.
15665         * iconvdata/iso8859-1.c: Likewise.
15666         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15667         * iconvdata/shift_jisx0213.c : Likewise.
15668         * iconvdata/sjis.c : Likewise.
15669         * iconvdata/t.61.c : Likewise.
15670         * iconvdata/tcvn5712-1.c : Likewise.
15671         * iconvdata/tscii.c: Likewise.
15672         * iconvdata/uhc.c : Likewise.
15673         * iconvdata/unicode.c (gconv_end): Likewise.
15674         * iconvdata/utf-16.c (gconv_end): Likewise.
15675         * iconvdata/utf-32.c (gconv_end): Likewise.
15676         * iconvdata/utf-7.c (base64): Likewise.
15677         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15678         * iconv/gconv_close.c (__gconv_close): Likewise.
15679         * iconv/gconv_open.c (__gconv_open): Likewise.
15680         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15681         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15682         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15683         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15684         (ucs4le_internal_loop_single): Likewise.
15685         * iconv/iconv.c (iconv): Likewise.
15686         * iconv/iconv_close.c: Likewise.
15687         * iconv/loop.c (SINGLE): Likewise.
15688         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15689         * include/atomic.h: Likewise.
15690         * inet/inet6_option.c (option_alloc): Likewise.
15691         * intl/bindtextdom.c (set_binding_values): Likewise.
15692         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15693         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15694         * intl/localealias.c (read_alias_file): Likewise.
15695         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15696         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15697         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15698         * libio/fmemopen.c (fmemopen): Likewise.
15699         * libio/iofgets.c (_IO_fgets): Likewise.
15700         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15701         * libio/iofgetws.c (fgetws): Likewise.
15702         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15703         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15704         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15705         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15706         * locale/findlocale.c (_nl_find_locale): Likewise.
15707         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15708         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15709         Likewise.
15710         * locale/setlocale.c (setlocale): Likewise.
15711         * login/programs/pt_chown.c (main): Likewise.
15712         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15713         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15714         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15715         (mmap, mmap64, mremap, munmap): Likewise.
15716         * math/e_exp2l.c: Likewise.
15717         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15718         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15719         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15720         * math/s_catan.c (__catan): Likewise.
15721         * math/s_catanf.c (__catanf): Likewise.
15722         * math/s_catanh.c (__catanh): Likewise.
15723         * math/s_catanhf.c (__catanhf): Likewise.
15724         * math/s_catanhl.c (__catanhl): Likewise.
15725         * math/s_catanl.c (__catanl): Likewise.
15726         * math/s_ccosh.c (__ccosh): Likewise.
15727         * math/s_ccoshf.c (__ccoshf): Likewise.
15728         * math/s_ccoshl.c (__ccoshl): Likewise.
15729         * math/s_cexp.c (__cexp): Likewise.
15730         * math/s_cexpf.c (__cexpf): Likewise.
15731         * math/s_cexpl.c (__cexpl): Likewise.
15732         * math/s_clog10.c (__clog10): Likewise.
15733         * math/s_clog10f.c (__clog10f): Likewise.
15734         * math/s_clog10l.c (__clog10l): Likewise.
15735         * math/s_clog.c (__clog): Likewise.
15736         * math/s_clogf.c (__clogf): Likewise.
15737         * math/s_clogl.c (__clogl): Likewise.
15738         * math/s_csin.c (__csin): Likewise.
15739         * math/s_csinf.c (__csinf): Likewise.
15740         * math/s_csinh.c (__csinh): Likewise.
15741         * math/s_csinhf.c (__csinhf): Likewise.
15742         * math/s_csinhl.c (__csinhl): Likewise.
15743         * math/s_csinl.c (__csinl): Likewise.
15744         * math/s_csqrt.c (__csqrt): Likewise.
15745         * math/s_csqrtf.c (__csqrtf): Likewise.
15746         * math/s_csqrtl.c (__csqrtl): Likewise.
15747         * math/s_ctan.c (__ctan): Likewise.
15748         * math/s_ctanf.c (__ctanf): Likewise.
15749         * math/s_ctanh.c (__ctanh): Likewise.
15750         * math/s_ctanhf.c (__ctanhf): Likewise.
15751         * math/s_ctanhl.c (__ctanhl): Likewise.
15752         * math/s_ctanl.c (__ctanl): Likewise.
15753         * math/w_pow.c: Likewise.
15754         * math/w_powf.c: Likewise.
15755         * math/w_powl.c: Likewise.
15756         * math/w_scalb.c (sysv_scalb): Likewise.
15757         * math/w_scalbf.c (sysv_scalbf): Likewise.
15758         * math/w_scalbl.c (sysv_scalbl): Likewise.
15759         * misc/error.c (error_tail): Likewise.
15760         * misc/pselect.c (__pselect): Likewise.
15761         * nis/nis_callback.c (__nis_create_callback): Likewise.
15762         * nis/nis_call.c (__nisfind_server): Likewise.
15763         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15764         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15765         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15766         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15767         * nis/nis_lookup.c (nis_lookup): Likewise.
15768         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15769         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15770         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15771         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15772         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15773         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15774         * nis/nss_compat/compat-initgroups.c (add_group)
15775         (internal_getgrent_r): Likewise.
15776         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15777         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15778         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15779         (internal_getspnam_r): Likewise.
15780         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15781         (_nss_nis_getaliasbyname_r): Likewise.
15782         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15783         (_nss_nis_getntohost_r): Likewise.
15784         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15785         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15786         (_nss_nis_getgrgid_r): Likewise.
15787         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15788         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15789         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15790         (_nss_nis_gethostbyname4_r): Likewise.
15791         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15792         (initgroups_netid): Likewise.
15793         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15794         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15795         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15796         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15797         (_nss_nis_getprotobynumber_r): Likewise.
15798         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15799         (_nss_nis_getsecretkey): Likewise.
15800         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15801         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15802         (_nss_nis_getpwuid_r): Likewise.
15803         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15804         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15805         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15806         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15807         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15808         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15809         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15810         Likewise.
15811         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15812         (_nss_nisplus_getntohost_r): Likewise.
15813         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15814         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15815         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15816         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15817         Likewise.
15818         * nis/nss_nisplus/nisplus-initgroups.c
15819         (_nss_nisplus_initgroups_dyn): Likewise.
15820         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15821         (_nss_nisplus_getnetbyaddr_r): Likewise.
15822         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15823         (_nss_nisplus_getprotobynumber_r): Likewise.
15824         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15825         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15826         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15827         Likewise.
15828         * nis/nss_nisplus/nisplus-service.c
15829         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15830         (_nss_nisplus_getservbyport_r): Likewise.
15831         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15832         (_nss_nisplus_getspnam_r): Likewise.
15833         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15834         Likewise.
15835         * nscd/aicache.c (addhstaiX): Likewise.
15836         * nscd/cache.c (cache_search, prune_cache): Likewise.
15837         * nscd/connections.c (register_traced_file, send_ro_fd)
15838         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15839         (main_loop_epoll): Likewise.
15840         * nscd/grpcache.c (addgrbyX): Likewise.
15841         * nscd/hstcache.c (addhstbyX): Likewise.
15842         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15843         * nscd/mem.c (gc, mempool_alloc): Likewise.
15844         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15845         (addinnetgrX): Likewise.
15846         * nscd/nscd-client.h (__nscd_acquire_maplock)
15847         (__nscd_drop_map_ref): Likewise.
15848         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15849         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15850         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15851         Likewise.
15852         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15853         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15854         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15855         (__nscd_get_map_ref): Likewise.
15856         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15857         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15858         Likewise.
15859         * nscd/pwdcache.c (addpwbyX): Likewise.
15860         * nscd/selinux.c (preserve_capabilities): Likewise.
15861         * nscd/servicescache.c (addservbyX): Likewise.
15862         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15863         * posix/fnmatch.c (fnmatch): Likewise.
15864         * posix/getopt.c (_getopt_internal_r): Likewise.
15865         * posix/glob.c (glob, glob_in_dir): Likewise.
15866         * posix/wordexp.c (exec_comm_child): Likewise.
15867         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15868         (getanswer_r, gaih_getanswer_slice): Likewise.
15869         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15870         * resolv/res_init.c: Likewise.
15871         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15872         * resolv/res_query.c (__libc_res_nquery): Likewise.
15873         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15874         Likewise.
15875         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15876         * stdio-common/perror.c (perror): Likewise.
15877         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15878         * stdio-common/tmpnam.c (tmpnam): Likewise.
15879         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15880         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15881         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15882         Likewise.
15883         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15884         * stdlib/putenv.c (putenv): Likewise.
15885         * stdlib/setenv.c (__add_to_environ): Likewise.
15886         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15887         * stdlib/strtol_l.c (INTERNAL): Likewise.
15888         * string/memmem.c (memmem): Likewise.
15889         * string/strerror.c (strerror): Likewise.
15890         * string/strnlen.c (__strnlen): Likewise.
15891         * string/test-memmem.c (simple_memmem): Likewise.
15892         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15893         * sunrpc/pm_getport.c (__get_socket): Likewise.
15894         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15895         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15896         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15897         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15898         Likewise.
15899         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15900         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15901         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15902         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15903         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15904         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15905         Likewise.
15906         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15907         Likewise.
15908         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15909         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15910         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15911         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15912         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15913         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15914         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15915         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15916         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15917         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15918         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15919         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15920         Likewise.
15921         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15922         Likewise.
15923         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15924         Likewise.
15925         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15926         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15927         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15928         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15929         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15930         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15931         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15932         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15933         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15934         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15935         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15936         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15937         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15938         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15939         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15940         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15941         Likewise.
15942         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15943         Likewise.
15944         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15945         Likewise.
15946         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15947         Likewise.
15948         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15949         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15950         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15951         Likewise.
15952         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15953         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15954         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15955         * sysdeps/posix/sleep.c: Likewise.
15956         * sysdeps/posix/tempname.c: Likewise.
15957         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15958         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15959         Likewise.
15960         * sysdeps/powerpc/powerpc32/dl-machine.h
15961         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15962         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15963         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15964         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15965         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15966         Likewise.
15967         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15968         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15969         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15970         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15971         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15972         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15973         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15974         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15975         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15976         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15977         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15978         (elf_machine_lazy_rel): Likewise.
15979         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15980         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15981         (elf_machine_lazy_rel): Likewise.
15982         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15983         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15984         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15985         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15986         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15987         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15988         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15989         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15990         Likewise.
15991         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15992         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15993         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15994         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15995         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15996         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15997         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15998         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15999         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
16000         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
16001         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
16002         Likewise.
16003         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
16004         (__posix_fallocate64_l64): Likewise.
16005         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
16006         (posix_fallocate): Likewise.
16007         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
16008         Likewise.
16009         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
16010         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
16011         (getifaddrs_internal): Likewise.
16012         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
16013         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
16014         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
16015         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
16016         * sysdeps/unix/sysv/linux/posix_fallocate64.c
16017         (__posix_fallocate64_l64): Likewise.
16018         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
16019         Likewise.
16020         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
16021         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
16022         (__get_clockfreq): Likewise.
16023         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
16024         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
16025         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
16026         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
16027         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
16028         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
16029         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
16030         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
16031         Likewise.
16032         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
16033         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
16034         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
16035         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
16036         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
16037         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
16038         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
16039         Likewise.
16040         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
16041         (posix_fallocate): Likewise.
16042         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
16043         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
16044         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
16045         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
16046         (elf_machine_rela, elf_machine_rela_relative)
16047         (elf_machine_lazy_rel): Likewise.
16048         * time/asctime.c (asctime_internal): Likewise.
16049         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
16050         * time/tzset.c (__tzset_parse_tz): Likewise.
16051         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
16052         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
16053         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
16054         * wcsmbs/wcsmbsload.h: Likewise.
16055
16056         [BZ #15894]
16057         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
16058
16059         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
16060         (arena_get2): Remove THREAD_STATS conditionals.
16061         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
16062         (__malloc_stats, int): Likewise.
16063
16064 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
16065
16066         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
16067         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
16068
16069         * manual/setjmp.texi: Fix typos/grammar errors.
16070
16071         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
16072         Only return early when n is <= 0.  Delete unused return statement.
16073
16074         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
16075         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
16076         * debug/tst-longjmp_chk3.c: New file.
16077
16078         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
16079         (test_main): Replace code with set_fortify_handler call.
16080         * debug/test-strcpy_chk.c: Likewise.
16081         * debug/tst-chk1.c: Likewise.
16082         * debug/tst-longjmp_chk.c: Likewise.
16083         * test-skeleton.c: Include fcntl.h & paths.h
16084         (set_fortify_handler): Define.
16085
16086         * debug/tst-longjmp_chk.c: Add header comment and include
16087         ../test-skeleton.c.
16088         (do_test): Mark static.
16089         (TEST_FUNCTION): Define.
16090
16091         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
16092         (IP_PMTUDISC_INTERFACE): Likewise.
16093         (IP_MULTICAST_IF): Likewise.
16094         (IP_MULTICAST_TTL): Likewise.
16095         (IP_MULTICAST_LOOP): Likewise.
16096         (IP_ADD_MEMBERSHIP): Likewise.
16097         (IP_DROP_MEMBERSHIP): Likewise.
16098         (IP_UNBLOCK_SOURCE): Likewise.
16099         (IP_BLOCK_SOURCE): Likewise.
16100         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
16101         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
16102         (IP_MSFILTER): Likewise.
16103         (MCAST_JOIN_GROUP): Likewise.
16104         (MCAST_BLOCK_SOURCE): Likewise.
16105         (MCAST_UNBLOCK_SOURCE): Likewise.
16106         (MCAST_LEAVE_GROUP): Likewise.
16107         (MCAST_JOIN_SOURCE_GROUP): Likewise.
16108         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
16109         (MCAST_MSFILTER): Likewise.
16110         (IP_MULTICAST_ALL): Likewise.
16111         (IP_UNICAST_IF): Likewise.
16112
16113         * timezone/Makefile: Delete $(have-ksh) check.
16114         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
16115         * timezone/tzselect.ksh: Add +x mode bits.
16116
16117         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
16118         (ANON_INODE_FS_MAGIC): Likewise.
16119         (BDEVFS_MAGIC): Likewise.
16120         (BINFMTFS_MAGIC): Likewise.
16121         (BTRFS_TEST_MAGIC): Likewise.
16122         (CRAMFS_MAGIC_WEND): Likewise.
16123         (DEBUGFS_MAGIC): Likewise.
16124         (ECRYPTFS_SUPER_MAGIC): Likewise.
16125         (EXT3_SUPER_MAGIC): Likewise.
16126         (EXT4_SUPER_MAGIC): Likewise.
16127         (FUTEXFS_SUPER_MAGIC): Likewise.
16128         (HOSTFS_SUPER_MAGIC): Likewise.
16129         (HUGETLBFS_MAGIC): Likewise.
16130         (MINIX3_SUPER_MAGIC): Likewise.
16131         (MTD_INODE_FS_MAGIC): Likewise.
16132         (NILFS_SUPER_MAGIC): Likewise.
16133         (OPENPROM_SUPER_MAGIC): Likewise.
16134         (PIPEFS_MAGIC): Likewise.
16135         (PSTOREFS_MAGIC): Likewise.
16136         (QNX6_SUPER_MAGIC): Likewise.
16137         (RAMFS_MAGIC): Likewise.
16138         (REISERFS_SUPER_MAGIC_STRING): Likewise.
16139         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
16140         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
16141         (SECURITYFS_MAGIC): Likewise.
16142         (SELINUX_MAGIC): Likewise.
16143         (SMACK_MAGIC): Likewise.
16144         (SOCKFS_MAGIC): Likewise.
16145         (SQUASHFS_MAGIC): Likewise.
16146         (STACK_END_MAGIC): Likewise.
16147         (TMPFS_MAGIC): Likewise.
16148         (USBDEVICE_SUPER_MAGIC): Likewise.
16149         (V9FS_MAGIC): Likewise.
16150         (XENFS_SUPER_MAGIC): Likewise.
16151         (CRAMFS_MAGIC): Fix typo in comment.
16152         (EXT2_SUPER_MAGIC): Update comment.
16153         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
16154
16155 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
16156
16157         * sysdeps/arm: Move directory from ports/sysdeps/arm.
16158         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
16159         * sysdeps/unix/sysv/linux/arm: Move directory from
16160         ports/sysdeps/unix/sysv/linux/arm.
16161         * README: Update listing for arm-*-linux-gnueabi.
16162
16163         * README: Remove mention of am33.
16164
16165 2014-02-07  Roland McGrath  <roland@hack.frob.com>
16166
16167         * bits/sigset.h (__sigemptyset): Use a statement expression rather
16168         than the comma operator, to avoid "rhs of comma has no effect"
16169         compiler warnings.
16170         (__sigfillset, __sigandset, __sigorset): Likewise.
16171         * include/signal.h (__sigemptyset): Likewise.
16172         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
16173
16174 2014-02-07  Allan McRae  <allan@archlinux.org>
16175
16176         * version.h (RELEASE): Set to "development".
16177         (VERSION): Set to "2.19.90"
16178         * NEWS: Add 2.20 section.
16179
16180 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
16181
16182         [BZ #16529]
16183         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
16184
16185 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
16186
16187         * manual/contrib.texi: Update entry for Carlos O'Donell,
16188         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
16189
16190 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
16191
16192         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
16193
16194         * sysdeps/unix/sysv/linux/kernel-features.h
16195         [__LINUX_KERNEL_VERSION >= 0x020621]
16196         (__ASSUME_PROC_PID_TASK_COMM): Define.
16197
16198 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16199
16200         [BZ #16398]
16201         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
16202         conversion when destination buffer does not have enough space.
16203         * libio/tst-ftell-partial-wide.c: New test case.
16204         * libio/Makefile (tests): Add tst-ftell-partial-wide.
16205
16206         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
16207         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
16208         Leonard and Allan McRae.
16209
16210 2014-02-04  David S. Miller  <davem@davemloft.net>
16211
16212         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
16213         32-bit.
16214
16215 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16216
16217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16218         New file
16219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16220         New file
16221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16222         New file.
16223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16224         New file.
16225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16226         New file.
16227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16228         New file.
16229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16230         New file.
16231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16232         New file.
16233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16234         New file.
16235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16236         New file.
16237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16238         New file.
16239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16240         New file.
16241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16242         New file.
16243
16244 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16245
16246         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16247         * shlib-versions: Likewise.
16248
16249 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16250             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16251
16252         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16253         (abilist-pattern): New variable, set to %-le.abilist.
16254
16255         * Makerules (abilist-pattern): New variable.
16256         (vpath): Use $(abilist-pattern) in place of %.abilist.
16257         (check-abi-% pattern rule): Likewise.
16258         (check-abi, update-abi): Likewise.
16259
16260 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16261
16262         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16263
16264 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16265
16266         * manual/startup.texi: Add next, previous, and top entries for
16267         the `Program Arguments' and `Environment Variables' nodes.
16268
16269 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16270
16271         * manual/macros.texi: Add comments before MTASC-safety macros.
16272
16273         * manual/users.texi: Document MTASC-safety properties.
16274
16275         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16276         (pthread_getspecific, pthread_setspecific): Format with
16277         @deftypefun, and add @safety note.
16278         * manual/signal.texi: Move comments that analyze the above
16279         functions to their home place.
16280
16281 2014-02-03  Allan McRae  <allan@archlinux.org>
16282
16283         * po/sl.po: Update Slovenian translation from translation project.
16284
16285 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16286
16287         * manual/time.texi (timegm): Add missing blank after @c.
16288         Reported by Joseph Myers <joseph@codesourcery.com>.
16289
16290 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16291
16292         * manual/check-safety.sh: New.
16293         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16294
16295         * manual/terminal.texi: Document MTASC-safety properties.
16296
16297         * manual/filesys.texi: Document MTASC-safety properties.
16298
16299         * manual/errno.texi: Document MTASC-safety properties.
16300
16301         * manual/intro.texi: Document safety identifiers and
16302         conditionals.
16303
16304         * manual/string.texi (wcstok): Fix prototype.
16305         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16306
16307         * manual/time.texi: Document MTASC-safety properties.
16308
16309         * manual/string.texi: Document MTASC-safety properties.
16310
16311         * manual/threads.texi: Document MTASC-safety properties.
16312
16313         * manual/stdio.texi: Document MTASC-safety properties.
16314
16315         * manual/syslog.texi: Document MTASC-safety properties.
16316
16317         * manual/sysinfo.texi: Document MTASC-safety properties.
16318
16319         * manual/startup.texi: Document MTASC-safety properties.
16320
16321         * manual/socket.texi: Document MTASC-safety properties.
16322
16323         * manual/signal.texi: Document MTASC-safety properties.
16324
16325 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16326
16327         * manual/setjmp.texi: Document MTASC-safety properties.
16328
16329         * manual/search.texi: Document MTASC-safety properties.
16330
16331         * manual/resource.texi: Document MTASC-safety properties.
16332
16333         * manual/process.texi: Document MTASC-safety properties.
16334
16335         * manual/platform.texi: Document MTASC-safety properties.
16336
16337         * manual/pipe.texi: Document MTASC-safety properties.
16338
16339         * manual/pattern.texi: Document MTASC-safety properties.
16340
16341         * manual/message.texi: Document MTASC-safety properties.
16342
16343         [BZ #12751]
16344         * manual/memory.texi: Document MTASC-safety properties.
16345
16346         * manual/math.texi: Document MTASC-safety properties.
16347
16348         * manual/locale.texi: Document MTASC-safety properties.
16349
16350         * manual/llio.texi: Document MTASC-safety properties.
16351
16352         * manual/libdl.texi: New.
16353
16354         * manual/lang.texi: Document MTASC-safety properties.
16355
16356         * manual/job.texi: Document MTASC-safety properties.
16357
16358         * manual/getopt.texi: Document MTASC-safety properties.
16359
16360         * manual/ctype.texi: Document MTASC-safety properties.
16361
16362 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16363
16364         [BZ #16046]
16365         * csu/libc-tls.c (static_map): Remove variable.
16366         (__libc_setup_tls): Use main executable's link map for TLS data.
16367         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16368         casing for LM_ID_BASE and GL(dl_nns).
16369         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16370         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16371         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16372         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16373         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16374         member.
16375         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16376         l_phnum members.
16377
16378 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16379
16380         * manual/debug.texi: Document MTASC-safety properties.
16381
16382 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16383
16384         [BZ #16510]
16385         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16386         of __x86_64__ when disabling x87 inline functions.
16387
16388 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16389
16390         * manual/charset.texi: Document MTASC-safety properties.
16391
16392         * manual/crypt.texi: Document MTASC-safety properties.
16393
16394         * manual/conf.texi: Document MTASC-safety properties.
16395
16396         * manual/arith.texi: Document MTASC-safety properties.
16397
16398         * manual/argp.texi: Document MTASC-safety properties.
16399
16400         * manual/macros.texi: Introduce macros to document multi
16401         thread, asynchronous signal and asynchronous cancellation
16402         safety properties.
16403         * manual/intro.texi: Introduce the properties themselves.
16404
16405 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16406
16407         * sysdeps/sh/sh4/Makefile: New file.
16408
16409 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16410
16411         * math/gen-libm-test.pl ($srcdir): New variable.
16412         ($auto_input): Use it.
16413
16414 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16415
16416         [BZ #16506]
16417         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16418         access beyond array bounds when parsing netgroups file.
16419
16420         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16421         the old buffer before realloc.
16422
16423 2014-01-27  Allan McRae  <allan@archlinux.org>
16424
16425         * po/fr.po: Update French translation from translation project.
16426
16427 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16428
16429         * sysdeps/sh/libm-test-ulps: Regenerate.
16430
16431 2014-01-24  David S. Miller  <davem@davemloft.net>
16432
16433         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16434
16435 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16436
16437         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16438         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16439
16440 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16441
16442         [BZ #16474]
16443         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16444         string pointers after reallocation.
16445
16446 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16447
16448         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16449         __SH4A__ instead of __SH_FPU_ANY__.
16450
16451 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16452
16453         * sysdeps/sh/fpu_control.h: New file.
16454         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16455         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16456         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16457         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16458         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16459         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16460         * sysdeps/sh/sys/ucontext.h: Remove.
16461         * sysdeps/sh/sys: Remove directory.
16462
16463 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16464
16465         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16466         s390/sys/ucontext.h.
16467         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16468         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16469
16470 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16471
16472         [BZ #15605]
16473         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16474
16475 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16476
16477         [BZ#16431]
16478         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16479         Adjust the vDSO correctly for internal calls.
16480         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16481
16482 2014-01-20  Allan McRae  <allan@archlinux.org>
16483
16484         * po/ca.po: Update Catalan translation from translation project.
16485
16486 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16487
16488         * sysdeps/s390/sotruss-lib.c: New file.
16489
16490 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16491
16492         [BZ#16430]
16493         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16494         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16495         local calls issues by not having a PLT stub required for IFUNC calls.
16496         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16497
16498 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16499
16500         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16501         * math/test-fpucw-static.c: Likewise.
16502
16503 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16504
16505         [BZ #16453]
16506         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16507
16508 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16509
16510         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16511         implementation for powerpc.
16512
16513 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16514
16515         [BZ #14782]
16516         * sysdeps/posix/system.c (__libc_system): Do not enable
16517         asynchronous cancellation.
16518
16519 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16520
16521         [BZ #16427]
16522         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16523         handling only for numbers special also in the IEEE case.
16524
16525 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16526
16527         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16528
16529 2014-01-11  Allan McRae  <allan@archlinux.org>
16530
16531         * po/bg.po: Update Bulgarian translation from translation project.
16532
16533         * po/de.po: Update German translation from translation project.
16534
16535 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16536
16537         * sysdeps/generic/gcc-compat.h: New file.
16538
16539 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16540
16541         * benchtests/asin-inputs: Correct slow inputs.
16542         * benchtests/acos-inputs: Likewise.
16543
16544 2014-01-10  Allan McRae  <allan@archlinux.org>
16545
16546         * po:sv.po: Update Swedish translation from translation project.
16547
16548         * po/vi.po: Update Vietnamese translation from translation project.
16549
16550         * po/eo.po: Update Esperanto translation from translation project.
16551
16552         * po/cs.po: Update Czech translation from translation project.
16553
16554         * po/nl.po: Update Dutch translation from translation project.
16555
16556         * po/pl.po: Update Polish translation from translation project.
16557
16558         * po/ru.po: Update Russian translation from translation project.
16559
16560         * po/uk.po: Update Ukrainian translation from translation project.
16561
16562 2014-01-08  Brooks Moses  <bmoses@google.com>
16563
16564         * elf/dl-load.c: Fix comment typo.
16565
16566 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16567
16568         * po/header.pot: Rename to...
16569         * po/pot.header: ... this.
16570         * po/Makefile: Use pot.header.
16571
16572 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16573             Maxim Kuvyrkov  <maxim@kugelworks.com>
16574
16575         [BZ #16394]
16576         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16577         SRC and DEST against LEN.
16578
16579 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16580
16581         [BZ #16414]
16582         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16583         implementation.
16584         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16585
16586 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16587
16588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16589
16590 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16591
16592         [BZ #16408]
16593         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16594         for large positive arguments.
16595
16596 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16597
16598         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16599
16600         * math/auto-libm-test-in: Mark various tests with
16601         xfail-rounding:ldbl-128ibm.
16602         * math/auto-libm-test-out: Regenerated.
16603
16604         [BZ #16407]
16605         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16606         Increase overflow threshold.
16607
16608 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16609
16610         [BZ #14286]
16611         * stdio-common/vfprintf.c: Check for integer overflow.
16612
16613 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16614
16615         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16616         the first argument and return value of __tls_get_addr_internal.
16617
16618 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16619
16620         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16621         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16622
16623 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16624
16625         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16626         * sysdeps/s390/rtld-global-offsets.sym: New file.
16627         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16628         GLIBC_2.19 symbol.
16629         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16630         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16631         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16632         ... this.
16633         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16634         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16635         ... this.
16636         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16637         Regenerate.
16638         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16639         Regenerate.
16640         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16641         halfs of GPRs for high_gprs contexts.
16642         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16643         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16644         field.
16645         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16646         uc_flags field.
16647         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16648         64 bit versions:
16649         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16650         for high GPRs (uc_high_gprs) and for future extensions
16651         (__reserved).
16652         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16653         for future extensions (__reserved).
16654         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16655         64 bit versions:
16656         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16657         SC_HIGHGPRS offset definition.
16658         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16659         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16660
16661         * Versions.def: Add GLIBC_2.19 for libpthread.
16662         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16663         siglongjmp for libpthread with GLIBC_2.19 symver.
16664         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16665         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16666         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16667         * sysdeps/s390/__longjmp.c: New file.
16668         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16669         * sysdeps/s390/longjmp.c: New file.
16670         * sysdeps/s390/setjmp.S: New file.
16671         * sysdeps/s390/sigjmp.S: New file.
16672         * sysdeps/s390/v1-longjmp.c: New file.
16673         * sysdeps/s390/v1-setjmp.h: New file.
16674         * sysdeps/s390/v1-sigjmp.c: New file.
16675         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16676         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16677         GLIBC_2.19 version.
16678         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16679         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16680         versioned symbols for ____longjmp_chk.
16681         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16682         Likewise.
16683         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16684         Regenerate.
16685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16686         Regenerate.
16687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16688         Regenerate.
16689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16690         Regenerate.
16691         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16692         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16693         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16694         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16695         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16696         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16697         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16698         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16699         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16700         * sysdeps/s390/rtld-__longjmp.c: New file.
16701         * sysdeps/s390/rtld-setjmp.S: New file.
16702
16703 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16704
16705         [BZ #16400]
16706         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16707         Return -__logl (x) for small positive arguments without evaluating
16708         a polynomial.
16709
16710 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16711
16712         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16713         Rename to ...
16714         (__ptrace_peeksiginfo_args): ... this.
16715         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16716         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16717         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16718
16719 2014-01-06  Allan McRae  <allan@archlinux.org>
16720
16721         * inet/netinet/in.h: Fix typo in comment.
16722
16723 2014-01-05  Andreas Jaeger  <aj@suse.de>
16724
16725         * sysdeps/i386/fpu/libm-test-ulps: Update.
16726
16727 2014-01-05  Allan McRae  <allan@archlinux.org>
16728
16729         * po/libc.pot: Regenerated.
16730
16731         * malloc/memusagestat.c: Fix gettext call formatting.
16732
16733 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16734
16735         * nscd/nscd.c: Improve usage() output.
16736
16737 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16738
16739         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16740         * sysdeps/unix/sysv/linux/configure: Regenerated.
16741         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16742         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16743
16744 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16745
16746         [BZ #16390]
16747         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16748         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16749
16750 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16751
16752         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16753         extra tokens at end of #undef directive.
16754         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16755         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16756         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16757
16758 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16759
16760         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16761
16762         * math/auto-libm-test-in: Mark various tests with
16763         xfail-rounding:ldbl-128ibm.
16764         * math/auto-libm-test-out: Regenerated.
16765
16766 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16767
16768         [BZ #16386]
16769         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16770         numbers with subnormal high part when calculating exponent.
16771
16772         [BZ #16385]
16773         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16774         fabs.
16775
16776         [BZ #16384]
16777         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16778         M_LN2l.
16779         (__ieee754_acoshl): Use __log1pl not __log1p.
16780
16781 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16782
16783         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16784         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16785         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16786         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16787         (reused_arena, arena_get2): Convert to GNU style.
16788         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16789         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16790         (memalign_check, __malloc_set_state): Likewise.
16791         * malloc/mallocbug.c (main): Likewise.
16792         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16793         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16794         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16795         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16796         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16797         (__posix_memalign, malloc_info): Likewise.
16798         * malloc/malloc.h: Likewise.
16799         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16800         (mallochook, memalignhook, reallochook, mabort): Likewise.
16801         * malloc/mcheck.h: Likewise.
16802         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16803         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16804         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16805         * malloc/morecore.c (__default_morecore): Likewise.
16806         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16807         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16808         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16809         (print_and_abort): Likewise.
16810         * malloc/obstack.h: Likewise.
16811         * malloc/set-freeres.c (__libc_freeres): Likewise.
16812         * malloc/tst-mallocstate.c (main): Likewise.
16813         * malloc/tst-mtrace.c (main): Likewise.
16814         * malloc/tst-realloc.c (do_test): Likewise.
16815
16816 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16817
16818         [BZ #16366]
16819         * nscd/netgroupcache.c (do_notfound): New function.
16820         (addgetnetgrentX): Use it.
16821
16822         [BZ # 16365]
16823         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16824         NSS_STATUS_NOTFOUND.
16825
16826 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16827
16828         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16830
16831 2014-01-01  Allan McRae  <allan@archlinux.org>
16832
16833         * scripts/update-copyrights: Update configure input file suffix.
16834
16835         * NEWS: Update copyright year.
16836         * catgets/gencat.c: Likewise.
16837         * csu/version.c: Likewise.
16838         * debug/catchsegv.sh: Likewise.
16839         * debug/pcprofiledump.c: Likewise.
16840         * debug/xtrace.sh: Likewise.
16841         * elf/ldconfig.c: Likewise.
16842         * elf/ldd.bash.in: Likewise.
16843         * elf/pldd.c: Likewise.
16844         * elf/sotruss.ksh: Likewise.
16845         * elf/sprof.c: Likewise.
16846         * iconv/iconv_prog.c: Likewise.
16847         * iconv/iconvconfig.c: Likewise.
16848         * locale/programs/locale.c: Likewise.
16849         * locale/programs/localedef.c: Likewise.
16850         * login/programs/pt_chown.c: Likewise.
16851         * malloc/memusage.sh: Likewise.
16852         * malloc/memusagestat.c: Likewise.
16853         * malloc/mtrace.pl: Likewise.
16854         * manual/libc.texinfo: Likewise.
16855         * nscd/nscd.c: Likewise.
16856         * nss/getent.c: Likewise.
16857         * nss/makedb.c: Likewise.
16858         * posix/getconf.c: Likewise.
16859         * scripts/test-installation.pl: Likewise.
16860
16861         * All files with FSF copyright notices: Update copyright dates
16862         using scripts/update-copyrights.
16863         * intl/plural.c: Regenerated.
16864         * locale/programs/charmap-kw.h: Likewise.
16865         * locale/programs/locfile-kw.h: Likewise.
16866
16867 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16868
16869         * sysdeps/unix/sysv/linux/configure: Regenerated.
16870         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16871         the linux/fanotify.h header.
16872         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16873         HAVE_LINUX_FANOTIFY_H is defined.
16874
16875 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16876
16877         * benchtests/cos-inputs: New inputs.
16878         * benchtests/sin-inputs: Likewise.
16879
16880         * benchtests/atan-inputs: New inputs. Fix name of multiple
16881         precision fallback inputs.
16882
16883         * benchtests/atanh-inputs: New inputs.
16884         * benchtests/tanh-inputs: Likewise.
16885
16886         * benchtests/acosh-inputs: New inputs.
16887         * benchtests/asinh-inputs: Likewise.
16888
16889         * benchtests/cosh-inputs: New inputs.
16890         * benchtests/sinh-inputs: Likewise.
16891
16892         * benchtests/acos-inputs: Add more inputs.
16893         * benchtests/asin-inputs: Likewise.
16894
16895 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16896
16897         [BZ #16375]
16898         * manual/arith.texi: Fix spelling.
16899         * manual/charset.texi: Likewise.
16900         * manual/errno.texi: Likewise.
16901         * manual/filesys.texi: Likewise.
16902         * manual/lang.texi: Likewise.
16903         * manual/llio.texi: Likewise.
16904         * manual/locale.texi: Likewise.
16905         * manual/message.texi: Likewise.
16906         * manual/resource.texi: Likewise.
16907         * manual/search.texi: Likewise.
16908         * manual/setjmp.texi: Likewise.
16909         * manual/stdio.texi: Likewise.
16910         * manual/string.texi: Likewise.
16911         * manual/sysinfo.texi: Likewise.
16912         * manual/time.texi: Likewise.
16913
16914 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16915
16916         * po/sl.po: New file.
16917
16918 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16919
16920         * .gitignore: Add core/.gdbinit/.gdb_history.
16921
16922 2013-12-27  Allan McRae  <allan@archlinux.org>
16923
16924         [BZ #16369]
16925         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16926         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16927
16928 2013-12-24  Brooks Moses  <bmoses@google.com>
16929
16930         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16931         all compilers that claim C++98 compliance, not just GCC.
16932         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16933         Likewise.
16934
16935 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16936
16937         * NEWS: Restore accidentally deleted bug-fix entries.
16938
16939 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16940             Ondřej Bílka  <neleai@seznam.cz>
16941
16942         [BZ #15073]
16943         * malloc/malloc.c (_int_free): Perform sanity check only if we
16944         have_lock.
16945
16946 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16947
16948         [BZ #12986]
16949         * manual/stdio.texi (String Input Conversions): Clarify that character
16950         classes are not supported.
16951
16952 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16953
16954         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16955
16956 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16957
16958         [BZ #16337]
16959         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16960         Calculate results for small negative arguments directly rather
16961         than using reflection formula with special underflow handling.
16962
16963         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16964         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16965         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16966         (fchflags): Likewise.
16967         (revoke): Likewise.
16968         (setlogin): Likewise.
16969         (sigaltstack): Likewise.
16970         (wait4): Likewise.
16971         (sigblock): Remove.
16972         (sigsetmask): Likewise.
16973         (wait3): Likewise.
16974         (waitpid): Likewise.
16975         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16976         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16977         file.
16978         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16979         * sysdeps/unix/bsd/Makefile: ... here.
16980         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16981         * sysdeps/unix/bsd/Versions: ... here.
16982         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16983         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16984         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16985         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16986         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16987         * sysdeps/unix/bsd/sigblock.c: ... here.
16988         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16989         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16990         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16991         * sysdeps/unix/bsd/sigvec.c: ... here.
16992         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16993         * sysdeps/unix/bsd/tcdrain.c: ... here.
16994         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16995         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16996         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16997         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16998         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16999         * sysdeps/unix/bsd/wait.c: ... here.
17000         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
17001         * sysdeps/unix/bsd/wait3.c: ... here.
17002         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
17003         * sysdeps/unix/bsd/waitpid.c: ... here.
17004
17005 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
17006
17007         [BZ #16356]
17008         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
17009         round-to-nearest for [!USE_AS_EXPM1L].
17010         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
17011         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
17012         more tests of exp and exp10.  Expect some exp10 tests to miss
17013         exceptions or fail in directed rounding modes.
17014         * math/auto-libm-test-out: Regenerated.
17015         * math/libm-test.inc (exp10_tonearest_test_data): New array.
17016         (exp10_test_tonearest): New function.
17017         (exp10_towardzero_test_data): New array.
17018         (exp10_test_towardzero): New function.
17019         (exp10_downward_test_data): New array.
17020         (exp10_test_downward): New function.
17021         (exp10_upward_test_data): New array.
17022         (exp10_test_upward): New function.
17023         (main): Call the new functions.
17024         * sysdeps/i386/fpu/libm-test-ulps: Update.
17025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17026
17027 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
17028
17029         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
17030         asinh, atan, atan2, atanh, cbrt, cos and cosh.
17031         * math/auto-libm-test-out: Regenerated.
17032         * math/libm-test.inc (acosh_test_data): Add more tests.
17033         (atanh_test_data): Likewise.
17034         (ceil_test_data): Likewise.
17035         (copysign_test_data): Likewise.
17036         * sysdeps/i386/fpu/libm-test-ulps: Update.
17037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17038
17039         * timezone/checktab.awk: Update from tzcode 2013i.
17040         * timezone/private.h: Likewise.
17041         * timezone/scheck.c: Likewise.
17042         * timezone/tzfile.h: Likewise.
17043         * timezone/tzselect.ksh: Likewise.
17044         * timezone/zdump.c: Likewise.
17045         * timezone/zic.c: Likewise.
17046
17047         * math/auto-libm-test-in: Add tests of cpow.
17048         * math/auto-libm-test-out: Regenerated.
17049         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
17050         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17051         mpc_cc_c.
17052         (func_calc_desc): Add mpc_cc_c union field.
17053         (test_functions): Add cpow.
17054         (special_fill_2pi): New function.
17055         (special_real_inputs): Add 2pi.
17056         (calc_generic_results): Handle mpc_cc_c.
17057         * sysdeps/i386/fpu/libm-test-ulps: Update.
17058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17059
17060         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
17061         csqrt, ctan and ctanh.
17062         * math/auto-libm-test-out: Regenerated.
17063         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17064         (TEST_COND_x86): Likewise.
17065         (ccos_test_data): Use AUTO_TESTS_c_c.
17066         (ccosh_test_data): Likewise.
17067         (cexp_test_data): Likewise.
17068         (clog_test_data): Likewise.
17069         (csqrt_test_data): Likewise.
17070         (ctan_test_data): Likewise.
17071         (ctan_tonearest_test_data): Likewise.
17072         (ctan_towardzero_test_data): Likewise.
17073         (ctan_downward_test_data): Likewise.
17074         (ctan_upward_test_data): Likewise.
17075         (ctanh_test_data): Likewise.
17076         (ctanh_tonearest_test_data): Likewise.
17077         (ctanh_towardzero_test_data): Likewise.
17078         (ctanh_downward_test_data): Likewise.
17079         (ctanh_upward_test_data): Likewise.
17080         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17081         mpc_c_c.
17082         (func_calc_desc): Add mpc_c_c union field.
17083         (FUNC_mpc_c_c): New macro.
17084         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
17085         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
17086         ctanh.
17087         (special_fill_min_subnorm_p120): New function.
17088         (special_real_inputs): Add min_subnorm_p120.
17089         (calc_generic_results): Handle mpc_c_c.
17090         * sysdeps/i386/fpu/libm-test-ulps: Update.
17091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17092
17093 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17094
17095         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
17096         (do_sin_slow): New functions.
17097         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
17098         (cslow2, csloww1, csloww2): Use the new functions.
17099
17100         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
17101         Use M to change sign of result instead of X.  Assume X is
17102         positive.
17103         (csloww1): Likewise.
17104         (__sin): Adjust.
17105         (__cos): Adjust.
17106
17107         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
17108         arguments A and DA.
17109         (__sin): Adjust.
17110         (__cos): Likewise.
17111
17112         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
17113         (__cos): Likewise.
17114         (sloww1): Don't adjust sign of DX.
17115         (csloww1): Likewise.
17116         (sloww2): Use X directly and don't adjust sign of DX.
17117         (csloww2): Likewise.
17118
17119 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17120
17121         * math/auto-libm-test-in: Add tests of cabs and carg.
17122         * math/auto-libm-test-out: Regenerated.
17123         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
17124         (carg_test_data): Likewise.
17125         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17126         mpc_c_f.
17127         (func_calc_desc): Add mpc_c_f union field.
17128         (test_functions): Add cabs and carg.
17129         (calc_generic_results): Handle mpc_c_f.
17130
17131         * sysdeps/powerpc/powerpc32/libgcc-compat.S
17132         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
17133         as a macro and a compat symbol.
17134         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
17135         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
17136         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
17137         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
17138         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
17139         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
17140         not use .hidden.
17141         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
17142         Likewise.
17143         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
17144         Likewise.
17145         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
17146         Likewise.
17147         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
17148         Likewise.
17149         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
17150         Likewise.
17151         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
17152         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
17153         from GLIBC_2.3.2.
17154
17155 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17156
17157         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17158
17159 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17160
17161         * manual/texinfo.tex: Update to version 2013-11-26.10 with
17162         trailing whitespace removed.
17163         * scripts/config.guess: Update to version 2013-11-29.
17164         * scripts/config.sub: Update to version 2013-10-01.
17165
17166         * math/auto-libm-test-in: Add tests of sincos.
17167         * math/auto-libm-test-out: Regenerated.
17168         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
17169         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17170         mpfr_f_11.
17171         (func_calc_desc): Add mpfr_f_11 union field.
17172         (test_functions): Add sincos.
17173         (calc_generic_results): Handle mpfr_f_11.
17174         * sysdeps/i386/fpu/libm-test-ulps: Update.
17175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17176
17177 2013-12-19  Andreas Schwab  <schwab@suse.de>
17178
17179         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
17180         CALL_MCOUNT.
17181         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
17182         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
17183         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
17184
17185 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17186
17187         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
17188         * sysdeps/i386/fpu/libm-test-ulps: Update.
17189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17190
17191         [BZ #16293]
17192         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
17193         round-to-nearest mode when using frndint.
17194         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
17195         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
17196         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
17197         Likewise.
17198         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
17199         sinh test to fail.
17200         * math/auto-libm-test-out: Regenerated.
17201         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
17202         (TEST_COND_x86): Likewise.
17203         (expm1_tonearest_test_data): New array.
17204         (expm1_test_tonearest): New function.
17205         (expm1_towardzero_test_data): New array.
17206         (expm1_test_towardzero): New function.
17207         (expm1_downward_test_data): New array.
17208         (expm1_test_downward): New function.
17209         (expm1_upward_test_data): New array.
17210         (expm1_test_upward): New function.
17211         (main): Run the new test functions.
17212         * sysdeps/i386/fpu/libm-test-ulps: Update.
17213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17214
17215         * include/features.h: Update comment documenting feature test
17216         macros.  Mention _DEFAULT_SOURCE in comment.
17217         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
17218         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
17219         _BSD_SOURCE and _SVID_SOURCE.
17220         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17221         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17222         !_SVID_SOURCE]: Likewise.
17223         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17224         (__USE_POSIX_IMPLICITLY): Define.
17225         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17226         (_POSIX_SOURCE): Undefine and redefine.
17227         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17228         (_POSIX_C_SOURCE): Likewise.
17229         * manual/creature.texi (_DEFAULT_SOURCE): Document.
17230         (Feature Test Macros): Update documentation of default features.
17231
17232 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17233
17234         * benchtests/Makefile: Add bench-strtok.
17235         * benchtests/bench-strtok.c: New file: strtok benchtest.
17236
17237 2013-12-19  Allan McRae  <allan@archlinux.org>
17238
17239         * manual/install.texi: Suppress menu for plain text output.
17240         * INSTALL: Regenerated.
17241
17242 2013-12-18  Brooks Moses  <bmoses@google.com>
17243
17244         [BZ #15846]
17245         * misc/getauxval.c: Include errno.h.
17246         (__getauxval): Set errno to ENOENT if the requested type is not
17247         found.
17248         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17249         don't declare with __attribute_const__.
17250         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17251         * manual/startup.texi: Document that getauxval sets errno.
17252
17253 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17254
17255         * math/auto-libm-test-in: Add tests of jn and yn.
17256         * math/auto-libm-test-out: Regenerated.
17257         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17258         (yn_test_data): Likewise.
17259         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17260         mpfr_if_f.
17261         (func_calc_desc): Add mpfr_if_f union field.
17262         (FUNC_mpfr_if_f): New macro.
17263         (test_functions): Add jn and yn.
17264         (calc_generic_results): Assert type of second input for
17265         mpfr_ff_f.  Handle mpfr_if_f.
17266         (output_for_one_input_case): Disable all checking for arguments
17267         fitting floating-point types in case of an integer argument.
17268         * sysdeps/i386/fpu/libm-test-ulps: Update.
17269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17270
17271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17272         Don't expect fegetround reference in libm.so.
17273
17274 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17275
17276         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17277         $(config-cflags-nofma).
17278
17279 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17280
17281         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17282         * math/auto-libm-test-out: Regenerated.
17283
17284         [BZ #16338]
17285         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17286         to determine exponent and adjust argument to have exponent of -1.
17287         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17288         log2.
17289         * math/auto-libm-test-out: Regenerated.
17290         * sysdeps/i386/fpu/libm-test-ulps: Update.
17291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17292
17293 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17294
17295         * manual/probes.texi: Remove cases when per-thread arenas are
17296         disabled.
17297
17298 2013-12-18  Andreas Schwab  <schwab@suse.de>
17299
17300         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17301         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17302         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17303         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17304         * sysdeps/i386/i686/multiarch/Makefile: Update.
17305         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17306
17307 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17308
17309         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17310         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17311
17312 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17313
17314         [BZ #15968]
17315         Support TZ transition times < 00:00:00.
17316         This is needed for version-3 tz-format files; it supports time
17317         stamps past 2037 for America/Godthab (the only entry in the tz
17318         database for which this change is relevant).
17319         * manual/time.texi (TZ Variable): Document transition times
17320         from -167:59:59 through -00:00:01.
17321         * time/tzset.c (tz_rule): Time of day is now signed.
17322         (__tzset_parse_tz): Parse negative time of day.
17323
17324         Document TZ transition times >= 25:00:00.
17325         * manual/time.texi (TZ Variable): Document transition times from
17326         25:00:00 through 167:59:59.  These are already supported, and this
17327         support will help with version-3 tz-format files.
17328
17329         * manual/time.texi (TZ Variable): Modernize North America example
17330         to reflect current (i.e., 2007-and-later) daylight saving rules.
17331
17332         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17333
17334 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17335
17336         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17337         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17338         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17339         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17340         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17341         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17342         * sysdeps/unix/bsd/clock.c: Likewise.
17343         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17344         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17345         * sysdeps/unix/bsd/init-posix.c: Likewise.
17346         * sysdeps/unix/bsd/poll.c: Likewise.
17347         * sysdeps/unix/bsd/ptsname.c: Likewise.
17348         * sysdeps/unix/bsd/seekdir.c: Likewise.
17349         * sysdeps/unix/bsd/setegid.c: Likewise.
17350         * sysdeps/unix/bsd/seteuid.c: Likewise.
17351         * sysdeps/unix/bsd/setgid.c: Likewise.
17352         * sysdeps/unix/bsd/setrgid.c: Likewise.
17353         * sysdeps/unix/bsd/setruid.c: Likewise.
17354         * sysdeps/unix/bsd/setsid.c: Likewise.
17355         * sysdeps/unix/bsd/setuid.c: Likewise.
17356         * sysdeps/unix/bsd/sigaction.c: Likewise.
17357         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17358         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17359         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17360         * sysdeps/unix/bsd/telldir.c: Likewise.
17361         * sysdeps/unix/bsd/times.c: Likewise.
17362         * sysdeps/unix/bsd/usleep.c: Likewise.
17363
17364         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17365         ($(objpfx)libbsd-compat.a): Remove rule.
17366
17367         * include/features.h (__FAVOR_BSD): Do not define.
17368         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17369         features conflicting with POSIX.
17370         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17371         (_BSD_SOURCE): Remove description of not being a subset of other
17372         feature test macros.
17373         * manual/job.texi (getpgrp): Do not document BSD version.
17374         (getpgid): Do not document by reference to BSD getpgrp.
17375         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17376         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17377         * signal/signal.h [__FAVOR_BSD]: Likewise.
17378         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17379         instead of making contents conditional on [__FAVOR_BSD].
17380         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17381
17382 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17383
17384         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17385
17386 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17387
17388         [BZ #16314]
17389         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17390         values below 2**-450, not 2**-500.
17391         * math/auto-libm-test-in: Don't allow spurious underflow from
17392         hypot.
17393         * math/auto-libm-test-out: Regenerated.
17394
17395         [BZ #16316]
17396         [BZ #16330]
17397         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17398         values of ha and hb and sort them after adjusting subnormal
17399         arguments.
17400         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17401         Likewise.
17402         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17403         values of ea and eb and sort them after adjusting subnormal
17404         arguments.
17405         * math/auto-libm-test-in: Do not expect some hypot tests of
17406         subnormals to fail.  Add more hypot tests.
17407         * math/auto-libm-test-out: Regenerated.
17408
17409 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17410
17411         [BZ #13304]
17412         * sysdeps/sh/s_fma.c: New file.
17413         * sysdeps/sh/s_fmaf.c: New file.
17414         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17415         version.
17416         * sysdeps/sh/Implies: Add sh/soft-fp.
17417
17418 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17419
17420         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17421         level of indirection to members `objname', `errstring', `malloced'.
17422         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17423         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17424         it as the __longjmp argument (just pass 1 instead).
17425         (_dl_catch_error): Initialize C with argument pointers and address of
17426         volatile local ERRCODE rather than copying values out of C at return.
17427
17428 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17429
17430         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17431         * math/auto-libm-test-out: Regenerated.
17432         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17433         (hypot_test_data): Likewise.
17434         (pow_test_data): Likewise.
17435         (pow_tonearest_test_data): Likewise.
17436         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17437         mpfr_ff_f.
17438         (func_calc_desc): Add mpfr_ff_f union field.
17439         (FUNC_mpfr_ff_f): New macro.
17440         (test_functions): Add atan2, hypot and pow.
17441         (special_fill_min): New function.
17442         (special_fill_minus_min): Likewise.
17443         (special_fill_min_subnorm): Likewise.
17444         (special_fill_minus_min_subnorm): Likewise.
17445         (special_real_inputs): Add min, -min, min_subnorm and
17446         -min_subnorm.
17447         (calc_generic_results): Handle mpfr_ff_f.
17448         * sysdeps/i386/fpu/libm-test-ulps: Update.
17449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17450
17451 2013-12-16  Will Newton  <will.newton@linaro.org>
17452
17453         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17454         (Aligned Memory Blocks): Add documentation for aligned_alloc
17455         and suggest it as an alternative to posix_memalign.
17456         (Hooks for Malloc): Document __memalign_hook is also called
17457         for aligned_alloc.  (Summary of Malloc): Add summary for
17458         aligned alloc.  Document __memalign_hook is also called
17459         for aligned_alloc.
17460
17461 2013-12-16  Will Newton  <will.newton@linaro.org>
17462
17463         * manual/memory.texi (Malloc Examples): Clarify default
17464         alignment documentation.  Suggest posix_memalign rather
17465         than memalign or valloc.
17466         (Aligned Memory Blocks): Remove suggestion to use memalign
17467         or valloc.  Remove obsolete comment about BSD.
17468         Document memalign errno values and mark the function obsolete.
17469         Document posix_memalign returned error codes.  Mark valloc
17470         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17471         called for posix_memalign and valloc.
17472         (Summary of Malloc): Add posix_memalign to function summary.
17473         __memalign_hook is also called for posix_memalign and valloc.
17474
17475 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17476
17477         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17478         TAYLOR_SIN.
17479         (__sin): Adjust.
17480         (__cos): Likewise.
17481         (sloww): Use mynumber union.  Expand ternary operator into
17482         if-else statements.
17483         (cslow): use mynumber union.
17484
17485 2013-12-16  Allan McRae  <allan@archlinux.org>
17486
17487         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17488         * configure: Regenerated.
17489
17490         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17491
17492         [BZ #14120]
17493         * configure.ac: Added --enable-maintainer-mode. Check for
17494         autoconf when enabled.
17495         * configure: Regenerated.
17496
17497         * nscd/nscd.service: New file.
17498         * nscd/nscd.tmpfiles: New file.
17499
17500 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17501
17502         [BZ #12100]
17503         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17504         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17505         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17506         (strstr): Add __strstr_sse2_unaligned ifunc.
17507         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17508         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17509         (strcasestr): Remove __strcasestr_sse42 ifunc.
17510         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17511         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17512         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17513
17514 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17515
17516         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17517         * sysdeps/sh/bits/fenv.h: ... here.
17518         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17519
17520 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17521
17522         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17523
17524         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17525         hypotf multiarch implementations.
17526         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17527         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17528         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17529         multiarch hypot for PPC64.
17530         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17531         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17532         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17533         multiarch hypotf for PPC64.
17534
17535         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17536         modff multiarch implementations.
17537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17538         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17540         multiarch modf for PPC64.
17541         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17542         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17543         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17544         multiarch modff for PPC64.
17545
17546         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17547         and logl multiarch implementations.
17548         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17549         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17550         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17551         multiarch logb for PPC64.
17552         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17553         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17554         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17555         multiarch logb for PPC64.
17556         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17557         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17559         multiarch logb for PPC64.
17560
17561         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17562         isinff multiarch implementation.
17563         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17564         file.
17565         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17566         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17567         multiarch isinf for PPC64.
17568         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17569         file.
17570         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17571         multiarch isinff for PPC64.
17572
17573         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17574         finitef multiarch implementation.
17575         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17576         file.
17577         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17578         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17579         multiarch finite for PPC64.
17580         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17581         file.
17582         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17583         multiarch finitef for PPC64.
17584
17585         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17586         lrint multiarch implementation.
17587         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17588         file.
17589         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17590         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17591         multiarch llrint for PPC64.
17592         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17593         multiarch lrint for PPC64.
17594
17595         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17596         copysignf multiarch implementation.
17597         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17598         file.
17599         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17600         file.
17601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17602         multiarch copysign for PPC64.
17603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17604         multiarch copysignf for PPC64.
17605
17606         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17607         multiarch implementation.
17608         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17609         file.
17610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17611         file.
17612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17613         file.
17614         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17615         file.
17616         multiarch llround for PPC64.
17617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17618         multiarch trunc for PPC64.
17619         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17620         multiarch truncf for PPC64.
17621
17622         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17623         multiarch implementation.
17624         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17625         file.
17626         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17627         file.
17628         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17629         file.
17630         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17631         file.
17632         multiarch llround for PPC64.
17633         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17634         multiarch round for PPC64.
17635         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17636         multiarch roundf for PPC64.
17637
17638         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17639         multiarch implementation.
17640         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17641         file.
17642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17643         file.
17644         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17645         file.
17646         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17647         file.
17648         multiarch llround for PPC64.
17649         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17650         multiarch floor for PPC64.
17651         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17652         multiarch floorf for PPC64.
17653
17654         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17655         multiarch implementation.
17656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17657         file.
17658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17659         file.
17660         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17661         file.
17662         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17663         file.
17664         multiarch llround for PPC64.
17665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17666         multiarch ceil for PPC64.
17667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17668         multiarch ceilf for PPC64.
17669
17670         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17671         multiarch implementation.
17672         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17673         file.
17674         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17675         file.
17676         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17677         file.
17678         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17679         multiarch llround for PPC64.
17680         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17681         multiarch lround for PPC64.
17682
17683         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17684         multiarch implementation.
17685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17687         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17688         file.
17689         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17690         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17691         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17692         multiarch isnan for PPC64.
17693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17694         multiarch isnanf for PPC64.
17695
17696         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17697         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17698         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17699         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17700         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17702
17703         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17704         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17705         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17706         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17707
17708         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17709         multiarch implementations.
17710         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17711         (__libc_ifunc_impl_list): Likewise.
17712         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17713         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17714         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17715         multiarch stpcpy for PPC64.
17716
17717         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17718         multiarch implementations.
17719         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17720         (__libc_ifunc_impl_list): Likewise.
17721         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17722         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17723         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17724         multiarch strcpy for PPC64.
17725
17726         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17727         redefine function name.
17728         (_wordcopy_fwd_dest_aligned): Likewise.
17729         (_wordcopy_bwd_aligned): Likewise.
17730         (_wordcopy_bwd_dest_aligned): Likewise.
17731         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17732         multiarch implementations.
17733         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17734         (__libc_ifunc_impl_list): Likewise.
17735         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17736         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17737         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17738         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17739         multiarch wcscpy for PPC64.
17740
17741         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17742         multiarch implementations.
17743         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17744         (__libc_ifunc_impl_list): Likewise.
17745         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17746         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17747         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17748         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17749         multiarch wcscpy for PPC64.
17750
17751         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17752         multiarch implementations.
17753         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17754         (__libc_ifunc_impl_list): Likewise.
17755         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17756         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17757         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17758         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17759         multiarch wcsrchr for PPC64.
17760
17761         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17762         multiarch implementations.
17763         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17764         (__libc_ifunc_impl_list): Likewise.
17765         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17766         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17767         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17768         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17769         multiarch wcschr for PPC64.
17770
17771         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17772         multiarch implementations.
17773         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17774         (__libc_ifunc_impl_list): Likewise.
17775         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17776         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17777         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17778         multiarch strchrnul for PPC64.
17779
17780         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17781         implementations.
17782         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17783         (__libc_ifunc_impl_list): Likewise.
17784         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17785         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17786         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17787         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17788         strchr for PPC64.
17789
17790         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17791         implementations.
17792         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17793         (__libc_ifunc_impl_list): Likewise.
17794         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17795         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17796         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17797         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17798         strncmp for PPC64.
17799
17800         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17801         multiarch implementations.
17802         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17803         (__libc_ifunc_impl_list): Likewise.
17804         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17805         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17806         strncasecmp for PPC64.
17807         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17808         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17809         multiarch strncasecmp_l for PPC64.
17810
17811         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17812         multiarch implementations.
17813         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17814         (__libc_ifunc_impl_list): Likewise.
17815         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17816         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17817         multiarch strcasecmp for PPC64.
17818         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17819         file.
17820         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17821         multiarch strcasecmp_l for PPC64.
17822
17823         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17824         implementations.
17825         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17826         (__libc_ifunc_impl_list): Likewise.
17827         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17828         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17829         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17830         strnlen for PPC64.
17831
17832         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17833         implementations.
17834         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17835         (__libc_ifunc_impl_list): Likewise.
17836         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17837         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17838         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17839         strlen for PPC64.
17840
17841         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17842         implementations.
17843         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17844         (__libc_ifunc_impl_list): Likewise.
17845         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17846         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17847         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17848         rawmemrchr for PPC64.
17849
17850         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17851         implementation.
17852         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17853         (__libc_ifunc_impl_list): Likewise.
17854         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17855         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17856         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17857         memrchr for PPC64.
17858
17859         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17860         implementation.
17861         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17862         (__libc_ifunc_impl_list): Likewise.
17863         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17864         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17865         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17866         memchr for PPC64.
17867
17868         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17869         implementation.
17870         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17871         (__libc_ifunc_impl_list): Likewise.
17872         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17873         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17874         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17875         mempcpy for PPC64.
17876
17877         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17878         avoid cretion of __bzero symbol.
17879         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17880         Likewise.
17881         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17882         Likewise.
17883         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17884         Likewise.
17885         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17886         multiarch implementations.
17887         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17888         (__libc_ifunc_impl_list): Likewise.
17889         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17890         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17891         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17892         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17893         bzero for PPC32.
17894         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17895         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17896         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17897         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17898         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17899         memset for PPC64.
17900         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17901
17902         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17903         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17904         implementations.
17905         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17906         (__libc_ifunc_impl_list): Likewise.
17907         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17908         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17909         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17910         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17911         memcmp for PPC64.
17912
17913         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17914         multiarch for POWER/PPC64.
17915         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17916         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17917         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17918         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17919         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17920         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17921         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17922         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17923         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17924         memcpy for PPC64.
17925
17926         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17927         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17928         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17929         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17930         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17931         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17932         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17933         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17934         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17935         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17936         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17937         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17938         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17939         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17940         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17948
17949 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17950
17951         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17952
17953 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17954
17955         * benchtests/Makefile (bench): Add exp2 and log2.
17956         (LDLIBS-bench-exp2): Add -lm.
17957         (LDLIBS-bench-log2): Likewise.
17958         * benchtests/exp2-inputs: New inputs file.
17959         * benchtests/log2-inputs: New inputs file.
17960         * benchtests/log-inputs: Add new inputs.
17961         * benchtests/tan-inputs: Likewise.
17962
17963 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17964
17965         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17966         definition...
17967         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17968         (csloww2): ... from here.
17969
17970         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17971         instead of structures.
17972         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17973         (POLYNOMIAL): Likewise.
17974         (TAYLOR_SLOW): Likewise.
17975         (__sin): Likewise.
17976         (__cos): Likewise.
17977         (slow1): Likewise.
17978         (slow2): Likewise.
17979         (sloww): Likewise.
17980         (sloww1); Likewise.
17981         (sloww2): Likewise.
17982         (bsloww1): Likewise.
17983         (bsloww2): Likewise.
17984         (cslow2): Likewise.
17985         (csloww): Likewise.
17986         (csloww1): Likewise.
17987         (csloww2): Likewise.
17988
17989 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17990
17991         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17992         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17993         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17994         * malloc/hooks.c (realloc_check): Likewise.
17995
17996         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17997         * malloc/arena.c: Remove PER_THREAD conditional.
17998         [!PER_THREAD]: Remove code.
17999         (ptmalloc_unlock_all2): Likewise.
18000         (ptmalloc_init): Likewise.
18001         (_int_new_arena): Likewise.
18002         (arena_get2): Likewise.
18003         * malloc/hooks.c (__malloc_get_state): Likewise.
18004         (__malloc_set_state): Likewise.
18005         * malloc/malloc.c: Likewise.
18006         (struct malloc_state): Likewise.
18007         (struct malloc_par): Likewise.
18008         (__libc_realloc): Likewise.
18009         (__libc_mallopt): Likewise.
18010
18011 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18012
18013         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
18014
18015 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
18016
18017         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
18018         macro to a function.  Check for zero perturb_byte.
18019         (_int_malloc, _int_free): Remove zero perturb_byte checks.
18020
18021         * malloc/malloc.c: (force_reg): Remove.
18022         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
18023         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
18024         force_reg by atomic_forced_read.
18025         * malloc/arena.c (ptmalloc_init): Likewise.
18026         * malloc/hooks.c (top_check): Likewise.
18027
18028 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18029
18030         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18031
18032 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
18033
18034         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18035
18036 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
18037
18038         * math/auto-libm-test-in: Add tests of lgamma.
18039         * math/auto-libm-test-out: Regenerated.
18040         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
18041         (M_LOG_2_SQRT_PIl): Likewise.
18042         (lgamma_test_data): Use AUTO_TESTS_f_f1.
18043         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18044         mpfr_f_f1.
18045         (func_calc_desc): Add mpfr_f_f1 union field.
18046         (ARGS1): New macro.
18047         (ARGS2): Likewise.
18048         (ARGS3): Likewise.
18049         (ARGS4): Likewise.
18050         (RET1): Likewise.
18051         (RET2): Likewise.
18052         (CALC): Likewise.
18053         (FUNC): Likewise.
18054         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
18055         (test_functions): Add lgamma.
18056         (calc_generic_results): Handle mpfr_f_f1.
18057         * sysdeps/i386/fpu/libm-test-ulps: Update.
18058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18059
18060 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18061
18062         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
18063         __mpn_add_n for PowerPC64/POWER7.
18064         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
18065         __mpn_sub_n for PowerPC64/POWER7.
18066
18067         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
18068         __mpn_addmul_1 for PowerPC64.
18069         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
18070         __mpn_submul_1 for PowerPC64.
18071         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
18072         for PowerPC64.
18073         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
18074         for PowerPC64.
18075
18076 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
18077
18078         [BZ #15089]
18079         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
18080
18081 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18082
18083         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
18084
18085         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
18086         add multiarch folders.
18087         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
18088         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
18089         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
18090         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
18091         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
18092         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
18093         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
18094         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
18095         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
18096         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
18097         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
18098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
18099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
18100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
18101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
18102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
18103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
18104
18105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18106         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
18107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
18108         New file.
18109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
18110         New file.
18111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
18112         multiarch __ieee754_hypot for PowerPC32.
18113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
18114         New file.
18115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
18116         New file.
18117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
18118         multiarch __ieee754_hypotf for PowerPC32.
18119
18120         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
18121         long_double_symbol only if __logbl is defined.
18122         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
18123         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
18124         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
18125         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
18126         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
18127         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
18128         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
18129         path for implementation.
18130         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
18131         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
18132         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
18133         logb, and logbl multiarch implementations for PowerPC32.
18134         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
18135         file.
18136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
18137         file.
18138         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
18139         multiarch logb for PowerPC32.
18140         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
18141         file.
18142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
18143         file.
18144         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
18145         multiarch logbf for PowerPC32.
18146         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
18147         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
18148         file.
18149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
18150         multiarch logbl implementation for PowerPC32.
18151
18152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
18153         and modff multiarch implementations.
18154         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
18155         New file.
18156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
18157         New file.
18158         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
18159         multiarch modf for PowerPC32.
18160         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
18161         New file.
18162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
18163         New file.
18164         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
18165         multiarch modff for PowerPC32.
18166
18167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
18168         and lrintf multiarch implementations.
18169         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
18170         New file.
18171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
18172         New file.
18173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
18174         multiarch lrint for PowerPC32.
18175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
18176         file: multiarch lrintf for PowerPC32.
18177
18178         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
18179         and lroundf multiarch implementations.
18180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
18181         New file.
18182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
18183         New file.
18184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
18185         New file.
18186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
18187         multiarch lround for PowerPC32.
18188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
18189         file: multiarch lroundf for PowerPC32.
18190
18191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18192         copysign and copysignf multiarch implementations.
18193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
18194         New file.
18195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
18196         New file.
18197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
18198         file: multiarch copysign for PowerPC32.
18199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
18200         file: multiarch copysignf for PowerPC32.
18201
18202         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
18203         and truncf multiarch implementations.
18204         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
18205         New file.
18206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
18207         file.
18208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
18209         multiarch trunc for PowerPC32.
18210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
18211         New file.
18212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
18213         New file.
18214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
18215         multiarch truncf for PowerPC32.
18216
18217         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
18218         and roundf multiarch implementations.
18219         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
18220         New file.
18221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18222         file.
18223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18224         multiarch round for PowerPC32.
18225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18226         New file.
18227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18228         New file.
18229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18230         multiarch roundf for PowerPC32.
18231
18232         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18233         and floorf multiarch implementations.
18234         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18235         New file.
18236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18237         file.
18238         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18239         multiarch floor for PowerPC32.
18240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18241         New file.
18242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18243         New file.
18244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18245         multiarch floorf for PowerPC32.
18246
18247         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18248         and ceilf multiarch implementations.
18249         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18250         New file.
18251         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18252         file.
18253         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18254         multiarch ceil for PowerPC32.
18255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18256         New file.
18257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18258         file.
18259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18260         multiarch ceilf for PowerPC32.
18261
18262         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18263         is defined.
18264         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18265         FINITEF is defined.
18266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18267         and finitef multiarch implementations.
18268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18269         New file.
18270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18271         file.
18272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18273         multiarch finite for PowerPC32.
18274         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18275         New file.
18276         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18277         file: multiarch finitef for PowerPC32.
18278
18279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18280         and isinff multiarch implementations.
18281         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18282         file.
18283         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18284         file.
18285         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18286         multiarch isinf for PowerPC32.
18287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18288         New file.
18289         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18290         multiarch isinff for PowerPC32.
18291
18292         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18293         alias when __isnan is defined.
18294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18295         and isnanf multiarch implementations.
18296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18297         file.
18298         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18299         file.
18300         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18301         file.
18302         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18303         file.
18304         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18305         multiarch isnan for PowerPC32.
18306         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18307         New file.
18308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18309         New file.
18310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18311         multiarch isnanf for PowerPC32.
18312
18313         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18314         and sqrtf multiarch implementations.
18315         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18316         file.
18317         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18318         file.
18319         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18320         multiarch sqrt for PowerPC32.
18321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18322         file.
18323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18324         file.
18325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18326         multiarch sqrtf for PowerPC32.
18327
18328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18329         and llroundf multiarch implementations.
18330         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18331         New file.
18332         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18333         New file.
18334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18335         New file.
18336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18337         file: multiarch llround for PowerPC32.
18338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18339         file: multiarch llroundf for PowerPC32.
18340
18341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18342         multiarch PowerPC32 fpu implementations.
18343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18344         New file.
18345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18346         New file.
18347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18348         multiarch llrint for PowerPC32.
18349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18350         New file.
18351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18352         New file.
18353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18354         file.
18355
18356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18357
18358         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18359         file.
18360         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18361         file.
18362         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18363         file.
18364         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18365         multiarch wordcopy for PPC32.
18366         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18367         wordcopy objects.
18368         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18369         (__libc_ifunc_impl_list): Likewise.
18370         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18371         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18372         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18373         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18374         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18375         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18376
18377         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18378         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18379         file.
18380         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18381         file.
18382         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18383         file.
18384         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18385         multiarch wcscpy for PPC32.
18386         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18387         multiarch objects.
18388         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18389         (__libc_ifunc_impl_list): Likewise.
18390         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18391         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18392         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18393         sysdeps/powerpc/power6/wcscpy.c.
18394
18395         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18396         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18397         file.
18398         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18399         file.
18400         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18401         file.
18402         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18403         multiarch wcsrchr for PPC32.
18404         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18405         multiarch objects.
18406         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18407         (__libc_ifunc_impl_list): Likewise.
18408         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18409         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18410         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18411         sysdeps/powerpc/power6/wcsrchr.c.
18412
18413         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18414         file.
18415         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18416         file.
18417         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18418         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18419         multiarch wcschr for PPc32.
18420         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18421         multiarch objects.
18422         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18423         (__libc_ifunc_impl_list): Likewise.
18424         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18425         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18426         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18427         sysdeps/powerpc/power6/wcschr.c.
18428
18429         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18430         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18431         file.
18432         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18433         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18434         file: multiarch strchr for PPC32.
18435         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18436         multiarch objects.
18437         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18438         (__libc_ifunc_impl_list): Likewise.
18439
18440         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18441         name.
18442         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18443         file.
18444         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18445         file.
18446         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18447         multiarch strchrnul for PPC32.
18448         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18449         multiarch objects.
18450         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18451         (__libc_ifunc_impl_list): Likewise.
18452
18453         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18454         file.
18455         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18456         multiarch strncasecmp for PPC32.
18457         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18458         file.
18459         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18460         multiarch strncasecmp_l for PPC32.
18461         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18462         strncasecmp multiarch objects.
18463         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18464         (__libc_ifunc_impl_list): Likewise.
18465
18466         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18467         file.
18468         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18469         multiarch strncasecmp for PPC32.
18470         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18471         New file.
18472         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18473         multiarch strcasecmp_l for PPC32.
18474         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18475         multiarch objects.
18476         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18477         (__libc_ifunc_impl_list): Likewise.
18478
18479         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18480         file.
18481         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18482         file.
18483         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18484         multiarch strncmp for PPC32.
18485         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18486         multiarch objects.
18487         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18488         (__libc_ifunc_impl_list): Likewise.
18489
18490         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18491         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18492         file.
18493         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18494         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18495         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18496         multiarch objects.
18497         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18498         (__libc_ifunc_impl_list): Likewise.
18499
18500         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18501         file.
18502         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18503         file.
18504         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18505         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18506         multiarch objects.
18507         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18508         (__libc_ifunc_impl_list): Likewise.
18509
18510         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18511         file.
18512         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18513         file.
18514         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18515         multiarch rawmemchr for PPC32.
18516         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18517         multiarch objects.
18518         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18519         (__libc_ifunc_impl_list): Likewise.
18520
18521         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18522         file.
18523         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18524         file.
18525         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18526         file: memrchr multiarch for PPC32.
18527         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18528         multiarch objects.
18529         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18530         (__libc_ifunc_impl_list): Likewise.
18531
18532         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18533         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18534         file.
18535         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18536         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18537         multiarch memchr for PPC32.
18538         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18539         multiarch objects.
18540         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18541         (__libc_ifunc_impl_list): Likewise.
18542
18543         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18544         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18545         file.
18546         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18547         file.
18548         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18549         file: multiarch mempcpy for PPC32.
18550         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18551         multiarch objects.
18552         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18553         (__libc_ifunc_impl_list): Likewise.
18554
18555         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18556         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18557         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18558         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18559         multiarch bzero for PPC32.
18560         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18561         file.
18562         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18563         file.
18564         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18565         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18566         file: multiarch memset for PPC32.
18567         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18568         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18569         memset multiarch objects.
18570         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18571         (__libc_ifunc_impl_list): Likewise.
18572
18573         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18574         file.
18575         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18576         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18577         memcmp for PPC32.
18578         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18579         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18580         multiarch objects.
18581         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18582         (__libc_ifunc_impl_list): Likewise.
18583
18584         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18585         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18586         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18587         file.
18588         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18589         file.
18590         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18591         file.
18592         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18593         multiarch memcpy for PPC32.
18594         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18595         multiarch objects.
18596         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18597         (__libc_ifunc_impl_list): Likewise.
18598
18599         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18600         support multiarch for POWER/PPC32.
18601         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18602         Likewise.
18603         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18605         Implies file to make multiarch folder appers before the fpu and
18606         default folder for power4 configuration.
18607
18608 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18609
18610         * scripts/bench.pl: Append volatile keyword to type.
18611
18612 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18613
18614         * sysdeps/sh/sotruss-lib.c: New file.
18615         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18616
18617 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18618
18619         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18620
18621 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18622
18623         [BZ #6810]
18624         * math/w_tgamma.c: Include <errno.h>.
18625         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18626         * math/w_tgammaf.c: Include <errno.h>.
18627         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18628         * math/w_tgammal.c: Include <errno.h>.
18629         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18630         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18631         underflow.  Add more tgamma tests.
18632         * math/auto-libm-test-out: Regenerated.
18633         * sysdeps/i386/fpu/libm-test-ulps: Update.
18634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18635
18636         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18637         sin, sinh, tan, tanh, tgamma, y0 and y1.
18638         * math/auto-libm-test-out: Regenerated.
18639         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18640         (TEST_COND_x86): Likewise.
18641         (M_E2l): Remove macro.
18642         (M_E3l): Likewise.
18643         (M_2_SQRT_PIl): Likewise.
18644         (M_SQRT_PIl): Likewise.
18645         (M_1_DIV_El): Likewise.
18646         (log_test_data): Use AUTO_TESTS_f_f.
18647         (log10_test_data): Likewise.
18648         (log1p_test_data): Likewise.
18649         (log2_test_data): Likewise.
18650         (sin_test_data): Likewise.
18651         (sin_tonearest_test_data): Likewise.
18652         (sin_towardzero_test_data): Likewise.
18653         (sin_downward_test_data): Likewise.
18654         (sin_upward_test_data): Likewise.
18655         (sinh_test_data): Likewise.
18656         (sinh_tonearest_test_data): Likewise.
18657         (sinh_towardzero_test_data): Likewise.
18658         (sinh_downward_test_data): Likewise.
18659         (sinh_upward_test_data): Likewise.
18660         (tan_test_data): Likewise.
18661         (tan_tonearest_test_data): Likewise.
18662         (tan_towardzero_test_data): Likewise.
18663         (tan_downward_test_data): Likewise.
18664         (tan_upward_test_data): Likewise.
18665         (tanh_test_data): Likewise.
18666         (tgamma_test_data): Likewise.
18667         (y0_test_data): Likewise.
18668         (y1_test_data): Likewise.
18669         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18670         (special_real_inputs): Add pi/4.
18671         * sysdeps/i386/fpu/libm-test-ulps: Update.
18672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18673
18674 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18675
18676         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18677         "longjmp_target" static probes.
18678         (__longjmp): Rename to __longjmp_symbol.
18679         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18680         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18681         on which longjmp to generate.
18682         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18683         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18684         probe.
18685         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18686         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18687         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18688         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18689         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18690         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18692         __longjmp_symbol based on which __longjmp to generate.
18693         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18694         probe.
18695         (setjmp): Rename to setjmp_symbol.
18696         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18697         (_setjmp): Rename to _setjmp_symbol.
18698         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18699         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18700         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18701         which setjmp to generate.
18702         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18703         "longjmp_target" static probes.
18704
18705 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18706
18707         * benchtests/README: Add note about output arguments.
18708         * benchtests/bench-sincos.c: Remove file.
18709         * benchtests/sincos-inputs: New file.
18710         * scripts/bench.pl: Identify output arguments and define
18711         static variables for them.
18712
18713         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18714
18715         [BZ #15941]
18716         * Makefile (INSTALL): Add install-plain.texi as the primary
18717         dependency.
18718         * manual/install-plain.texi: New file.
18719         * manual/install.texi: Include node directive only for
18720         non-plaintext output.
18721
18722 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18723
18724         * stdlib/longlong.h: Update from GCC.
18725
18726         [BZ #6807]
18727         [BZ #15901]
18728         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18729         * math/w_j0f.c (y0f): Likewise.
18730         * math/w_j0l.c (__y0l): Likewise.
18731         * math/w_j1.c (y1): Likewise.
18732         * math/w_j1f.c (y1f): Likewise.
18733         * math/w_j1l.c (__y1l): Likewise
18734         * math/w_jn.c (yn): Likewise.
18735         * math/w_jnf.c (ynf): Likewise.
18736         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18737         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18738         value for Bessel function domain errors outside _SVID_ mode.
18739         Adjust sign of return value for yn (negative integer, 0).
18740         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18741         by zero in return for negative x and set sign appropriately for
18742         negative n.
18743         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18744         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18745         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18746         expectations in error cases.
18747         (y1_test_data): Likewise.
18748         (yn_test_data): Likewise.
18749         * sysdeps/i386/fpu/libm-test-ulps: Update.
18750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18751
18752 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18753
18754         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18755         "64" to "64-v1".  Add "64-v2".
18756         (abi-64-options): Rename to ...
18757         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18758         (abi-64-condition): Rename to ...
18759         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18760         (abi-64-ld-soname): Rename to ...
18761         (abi-64-v1-ld-soname): ... this.
18762         (abi-64-v2-options): Define.
18763         (abi-64-v2-condition): Likewise.
18764         (abi-64-v2-ld-soname): Likewise.
18765         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18766         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18770
18771 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18772             Alan Modra  <amodra@gmail.com>
18773
18774         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18775         New versions for use with the ELFv2 ABI.
18776         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18777         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18778         declaration.
18779         (struct La_ppc64v2_retval): Likewise.
18780         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18781         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18782         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18783         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18784         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18785         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18786         Do not save or restore CR.
18787         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18788         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18789         return values for ELFv2 ABI.  Fix location of FPR return registers.
18790         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18791         updated values for _CALL_ELF == 2.
18792         (La_regs, La_retval, int_retval): Likewise.
18793
18794 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18795
18796         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18797         (FRAME_MIN_SIZE_PARM): Likewise.
18798         (FRAME_BACKCHAIN): Likewise.
18799         (FRAME_CR_SAVE): Likewise.
18800         (FRAME_LR_SAVE): Likewise.
18801         (FRAME_TOC_SAVE): Likewise.
18802         (FRAME_PARM_SAVE): Likewise.
18803         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18804         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18805         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18806         (call_mcount_parm_offset): New macro.
18807         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18808         (PROF): Use symbolic stack frame offsets.
18809         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18810         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18811         Redefine in terms of FRAME_MIN_SIZE.
18812         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18813         (_dl_profile_resolve): Likewise.  Update comment.
18814         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18815         symbols stack frame offsets.
18816         (__sigsetjmp): Likewise.
18817         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18818         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18819         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18820         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18821
18822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18823         (FRAME_BACKCHAIN): Remove.
18824         (FRAME_CR_SAVE): Likewise.
18825         (FRAME_LR_SAVE): Likewise.
18826         (FRAME_COMPILER_DW): Likewise.
18827         (FRAME_LINKER_DW): Likewise.
18828         (FRAME_TOC_SAVE): Likewise.
18829         (FRAME_PARM_SAVE): Likewise.
18830         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18831         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18832         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18834         (CHECK_SP): Use symbolic stack frame offsets.
18835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18836         zone" instead of caller's parameter save area for temp storage.
18837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18838         Likewise.  Also, use symbolic stack frame offsets.
18839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18840         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18841         our own stack frame instead of the caller's.
18842         (__socket): Use symbolic stack frame offsets.
18843
18844 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18845             Alan Modra  <amodra@gmail.com>
18846
18847         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18848         Define.
18849         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18850         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18851         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18852         New function.
18853         (elf_machine_fixup_plt): Call it.
18854         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18855         reloc arguments.
18856         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18857         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18858         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18859         r2 before calling target.
18860
18861 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18862             Alan Modra  <amodra@gmail.com>
18863
18864         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18865         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18866         versions of macros to support ELFv2 ABI.
18867         (LOCALENTRY): New macro.
18868         (ENTRY, EALIGN): Use it.
18869         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18870         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18871         fall through into ENTRY entry point.
18872         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18873         Only define if _CALL_ELF != 2.
18874
18875         (elf_machine_matches_host): Verify ABI version matches.
18876         (RTLD_START): Use LOCALENTRY.
18877         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18878         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18879         (PLT_ENTRY_WORDS): New macro.
18880         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18881         (elf_machine_runtime_setup): Support ELFv2 ABI.
18882         (elf_machine_fixup_plt): Likewise.
18883         (elf_machine_plt_conflict): Likewise.
18884         (resolve_ifunc): Likewise.
18885         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18886         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18887         Likewise.
18888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18889         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18891         (makecontext): Support ELFv2 ABI.
18892         * elf/elf.h (EF_PPC64_ABI): Define.
18893
18894 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18895
18896         * sysdeps/powerpc/powerpc64/sysdep.h
18897         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18898         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18899         (ENTRY) [ASSEMBLER]: ... but instead here ...
18900         (EALIGN) [ASSEMBLER]: ... and here.
18901         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18902         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18903         (ENTRY_2) [!ASSEMBLER]: Use it.
18904         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18905         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18906         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18907         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18908         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18910         Use PPC64_LOAD_FUNCPTR.
18911
18912         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18913
18914 2013-12-04  Alan Modra  <amodra@gmail.com>
18915
18916         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18917         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18918         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18919         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18920
18921         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18922         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18923         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18924         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18925         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18926         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18927
18928 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18929
18930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18931         (__makecontext): Fix incorrect CFI when backtracing out of
18932         context created via makecontext.
18933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18934         (__setcontext): Fix incorrect CFI during switch to new context.
18935         (__novec_setcontext): Likewise.
18936
18937 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18938
18939         [BZ #4772]
18940         * time/strptime_l.c (__strptime_internal): Allow modifiers
18941         in strptime.
18942         * time/tst-strptime.c (day_tests): Add testcase.
18943
18944 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18945
18946         * scripts/bench.pl: Skip over blank lines.
18947
18948 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18949
18950         [BZ #926]
18951         * manual/time.texi (Calendar Time): Clarify what timezone functions
18952         use.
18953
18954 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18955
18956         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18957
18958 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18959
18960         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18961         implementation.
18962         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18963         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18964         * debug/memset_chk.c (__memset_chk): Likewise.
18965         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18966         * debug/strncpy_chk.c: Likewise.
18967
18968 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18969
18970         [BZ #15268]
18971         [BZ #15425]
18972         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18973         (__ieee754_exp): For possibly underflowing results, check size of
18974         result and force underflow exception if required.
18975         * math/auto-libm-test-in: Add more tests of exp.
18976         * math/auto-libm-test-out: Regenerated.
18977         * sysdeps/i386/fpu/libm-test-ulps: Update.
18978         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18979
18980         [BZ #16283]
18981         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18982         * math/w_exp2f.c (__exp2f): Likewise.
18983         * math/w_exp2l.c (__exp2l): Likewise.
18984         * math/auto-libm-test-in: Do not allow missing errno on exp2
18985         underflow.
18986         * math/auto-libm-test-out: Regenerated.
18987
18988 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18989
18990         [BZ #16274]
18991         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18992         handle filename validation.
18993         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18994         (do_open): Delete.
18995
18996 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18997
18998         [BZ #6786]
18999         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
19000         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
19001         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
19002         <float.h>.
19003         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
19004         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
19005         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19006         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
19007         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19008         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
19009         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19010         * math/auto-libm-test-in: Don't allow missing errno from erfc.
19011         Add more erfc tests.
19012         * math/auto-libm-test-out: Regenerated.
19013         * sysdeps/i386/fpu/libm-test-ulps: Update.
19014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19015
19016         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
19017         exp2, expm1, j0 and j1.
19018         * math/auto-libm-test-out: Regenerated.
19019         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
19020         (erfc_test_data): Likewise.
19021         (exp_test_data): Likewise.
19022         (exp_tonearest_test_data): Likewise.
19023         (exp_towardzero_test_data): Likewise.
19024         (exp_downward_test_data): Likewise.
19025         (exp_upward_test_data): Likewise.
19026         (exp10_test_data): Likewise.
19027         (exp2_test_data): Likewise.
19028         (expm1_test_data): Likewise.
19029         (j0_test_data): Likewise.
19030         (j1_test_data): Likewise.
19031         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
19032         (input_flag_type): Add flag_xfail_rounding.
19033         (input_flags): Add xfail-rounding.
19034         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
19035         (output_for_one_input_case): Handle flag_xfail_rounding.
19036         * sysdeps/i386/fpu/libm-test-ulps: Update.
19037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19038
19039 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
19040
19041         [BZ #16289]
19042         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
19043         division by 0.
19044
19045 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19046
19047         [BZ #16195]
19048         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
19049         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
19050         (STAP_PROBE0): New macro.
19051         (STAP_PROBE1): Likewise.
19052         (STAP_PROBE2): Likewise.
19053         (STAP_PROBE3): Likewise.
19054         (STAP_PROBE4): Likewise.
19055
19056 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
19057
19058         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
19059
19060 2013-12-02  Steve Ellcey  <sellcey@mips.com>
19061
19062         * benchtests/Makefile (bench): Add sqrt.
19063         (LDLIBS-bench-sqrt): New.
19064         * benchtests/sqrt-input: New.
19065
19066 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
19067
19068         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
19069         (GAIH_EAI): Likewise.
19070         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
19071         (gaih_inet): Likewise.
19072         (getaddrinfo): Don't use GAIH_EAI.
19073
19074         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
19075         (struct gaih): Remove definition.
19076
19077 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19078
19079         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
19080         Use HERRNOP directly.
19081
19082 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19083
19084         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19085
19086 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
19087
19088         * math/gen-auto-libm-tests.c (test_functions): Add more
19089         single-argument functions.
19090         (special_fill_pi_2): New function.
19091         (special_fill_minus_pi_2): Likewise.
19092         (special_fill_pi_6): Likewise.
19093         (special_fill_minus_pi_6): Likewise.
19094         (special_fill_pi_3): Likewise.
19095         (special_fill_2pi_3): Likewise.
19096         (special_fill_e): Likewise.
19097         (special_fill_1_e): Likewise.
19098         (special_fill_e_minus_1): Likewise.
19099         (special_real_inputs): Add more special inputs.
19100         (output_for_one_input_case): Do not require ERANGE on underflow to
19101         zero if round-to-nearest result does not underflow to zero, unless
19102         exact results required.
19103         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
19104         atan, atanh, cbrt, cos and cosh.
19105         * math/auto-libm-test-out: Regenerated.
19106         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
19107         (acos_tonearest_test_data): Likewise.
19108         (acos_towardzero_test_data): Likewise.
19109         (acos_downward_test_data): Likewise.
19110         (acos_upward_test_data): Likewise.
19111         (acosh_test_data): Likewise.
19112         (asin_test_data): Likewise.
19113         (asin_tonearest_test_data): Likewise.
19114         (asin_towardzero_test_data): Likewise.
19115         (asin_upward_test_data): Likewise.
19116         (asinh_test_data): Likewise.
19117         (atan_test_data): Likewise.
19118         (atanh_test_data): Likewise.
19119         (cbrt_test_data): Likewise.
19120         (cos_test_data): Likewise.
19121         (cos_tonearest_test_data): Likewise.
19122         (cos_towardzero_test_data): Likewise.
19123         (cos_downward_test_data): Likewise.
19124         (cos_upward_test_data): Likewise.
19125         (cosh_test_data): Likewise.
19126         (cosh_tonearest_test_data): Likewise.
19127         (cosh_towardzero_test_data): Likewise.
19128         (cosh_downward_test_data): Likewise.
19129         (cosh_upward_test_data): Likewise.
19130         * sysdeps/i386/fpu/libm-test-ulps: Update.
19131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19132
19133 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
19134
19135         [BZ #6787]
19136         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
19137         * math/w_exp10f.c (__exp10f): Likewise.
19138         * math/w_exp10l.c (__exp10l): Likewise.
19139         * math/libm-test.inc (exp10_test_data): Add more tests and expect
19140         errno settings in existing tests.
19141
19142         [BZ #14032]
19143         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
19144         precision control set to double precision.
19145         * sysdeps/i386/fpu/w_sqrt.c: New file.
19146         * math/auto-libm-test-in: Add more tests.
19147         * math/auto-libm-test-out: Update.
19148
19149         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
19150         (sqrt_test_tonearest): New function.
19151         (sqrt_towardzero_test_data): New variable.
19152         (sqrt_test_towardzero): New function.
19153         (sqrt_downward_test_data): New variable.
19154         (sqrt_test_downward): New function.
19155         (sqrt_upward_test_data): New variable.
19156         (sqrt_test_upward): New function.
19157         (main): Call the new functions.
19158
19159         * math/gen-auto-libm-tests.c: New file.
19160         * math/auto-libm-test-in: Likewise.
19161         * math/auto-libm-test-out: New generated file.
19162         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
19163         variables.
19164         (%beautify): Add generated representations of zero.
19165         (top level): Set $auto_input and call parse_auto_input.
19166         (beautify): Remove trailing "f" from hex float constants.
19167         (parse_args): Handle XFAIL_TEST.
19168         (convert_condition): New function.
19169         (or_value): Likewise.
19170         (or_cond_value): Likewise.
19171         (generate_testfile): Handle AUTO_TESTS_* lines.
19172         (parse_auto_input): New function.
19173         * math/libm-test.inc (XFAIL_TEST): New macro.
19174         (ERRNO_UNCHANGED): Update value.
19175         (ERRNO_EDOM): Likewise.
19176         (ERRNO_ERANGE): Likewise.
19177         (IGNORE_RESULT): Likewise.
19178         (TEST_COND_flt_32): New macro.
19179         (TEST_COND_dbl_64): Likewise.
19180         (TEST_COND_ldbl_96_intel): Likewise.
19181         (TEST_COND_ldbl_96_m68k): Likewise.
19182         (TEST_COND_ldbl_128): Likewise.
19183         (TEST_COND_ldbl_128ibm): Likewise.
19184         (TEST_COND_long32): Likewise.
19185         (TEST_COND_long64): Likewise.
19186         (TEST_COND_before_rounding): Likewise.
19187         (TEST_COND_after_rounding): Likewise.
19188         (enable_test): Handle XFAIL_TEST flag.
19189         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
19190         with finite results.
19191         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
19192         auto-libm-test-out.
19193
19194 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19195             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19196
19197         [BZ #16214]
19198         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
19199         __tls_get_addr_internal instead of __tls_get_offset in order to
19200         avoid GOT pointer dependency.  Make rtld export
19201         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
19202         __tls_get_addr since we are a __tls_get_offset platform.
19203         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
19204         GOT pointer being set up before.
19205         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
19206
19207 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
19208
19209         * manual/math.texi (Errors in Math Functions): Document accuracy
19210         goals.
19211
19212         [BZ #15004]
19213         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
19214         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
19215         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19216         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19217         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19218         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19219         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19220         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19221         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19222         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19223         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19224         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19225         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19226         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19227         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19228         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19229
19230         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19231         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19232         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19233         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19234         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19235         Likewise.
19236         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19237         Likewise.
19238         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19239         Likewise.
19240         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19241         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19242         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19243         atomic-feupdateenv and flt-rounds.
19244         * sysdeps/powerpc/nofpu/Versions (libc): Add
19245         __atomic_feholdexcept, __atomic_feclearexcept,
19246         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19247         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19248         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19249         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19250         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19251         here.
19252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19253         Update.
19254
19255         * manual/arith.texi (FP Exceptions): Document that exceptions may
19256         not be raised when matherr is used.
19257         (Math Error Reporting): Document overflow in directed rounding
19258         modes.  Document that errno may not be set when finite values are
19259         returned on overflow.  Document intent to set errno on underflow
19260         only for underflow to zero.
19261
19262         [BZ #16271]
19263         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19264         round-to-nearest then adjust result for other rounding modes.
19265         * include/fenv.h (fegetround): Use libm_hidden_proto.
19266         * math/fegetround.c (fegetround): Use libm_hidden_def.
19267         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19268         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19269         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19270         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19271         Likewise.
19272         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19273         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19274         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19275         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19276
19277 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19278
19279         [BZ #16077]
19280         * nss/Versions (libnss_files): Add
19281         _nss_files_gethostbyname3_r.
19282         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19283         New function.
19284         (HOST_DB_LOOKUP): Remove macro.
19285         (_nss_files_gethostbyname_r): Implement function without the
19286         HOST_DB_LOOKUP macro.
19287         (_nss_files_gethostbyname2_r): Likewise.
19288
19289 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19290
19291         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19292
19293 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19294
19295         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19296         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19297         warning.
19298
19299 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19300
19301         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19302         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19303         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19304         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19305         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19306         __fe_nomask_env_priv and attribute_hidden.
19307         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19308         (libc_feupdateenv_test_ppc): Likewise.
19309         (libc_feresetround_ppc): Likewise.
19310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19311         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19312         compat_symbol macro.
19313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19314         (__fe_nomask_env): Likewise.
19315         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19316
19317 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19318
19319         * string/Makefile: Remove ifunc tests.
19320         * string/test-string.h: Define TEST_IFUNC.
19321         * string/test-bcopy-ifunc.c: Remove.
19322         * string/test-bzero-ifunc.c: Likewise.
19323         * string/test-memccpy-ifunc.c: Likewise.
19324         * string/test-memchr-ifunc.c: Likewise.
19325         * string/test-memcmp-ifunc.c: Likewise.
19326         * string/test-memcpy-ifunc.c: Likewise.
19327         * string/test-memmem-ifunc.c: Likewise.
19328         * string/test-memmove-ifunc.c: Likewise.
19329         * string/test-mempcpy-ifunc.c: Likewise.
19330         * string/test-memrchr-ifunc.c: Likewise.
19331         * string/test-memset-ifunc.c: Likewise.
19332         * string/test-rawmemchr-ifunc.c: Likewise.
19333         * string/test-stpcpy-ifunc.c: Likewise.
19334         * string/test-stpncpy-ifunc.c: Likewise.
19335         * string/test-strcasecmp-ifunc.c: Likewise.
19336         * string/test-strcasestr-ifunc.c: Likewise.
19337         * string/test-strcat-ifunc.c: Likewise.
19338         * string/test-strchr-ifunc.c: Likewise.
19339         * string/test-strchrnul-ifunc.c: Likewise.
19340         * string/test-strcmp-ifunc.c: Likewise.
19341         * string/test-strcpy-ifunc.c: Likewise.
19342         * string/test-strcspn-ifunc.c: Likewise.
19343         * string/test-strlen-ifunc.c: Likewise.
19344         * string/test-strncasecmp-ifunc.c: Likewise.
19345         * string/test-strncat-ifunc.c: Likewise.
19346         * string/test-strncmp-ifunc.c: Likewise.
19347         * string/test-strncpy-ifunc.c: Likewise.
19348         * string/test-strnlen-ifunc.c: Likewise.
19349         * string/test-strpbrk-ifunc.c: Likewise.
19350         * string/test-strrchr-ifunc.c: Likewise.
19351         * string/test-strspn-ifunc.c: Likewise.
19352         * string/test-strstr-ifunc.c: Likewise.
19353
19354 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19355
19356         * benchtests/Makefile: Remove ifunc tests.
19357         * benchtests/bench-string.h: Define TEST_IFUNC.
19358         * benchtests/bench-bcopy-ifunc.c: Remove.
19359         * benchtests/bench-bzero-ifunc.c: Likewise.
19360         * benchtests/bench-memccpy-ifunc.c: Likewise.
19361         * benchtests/bench-memchr-ifunc.c: Likewise.
19362         * benchtests/bench-memcmp-ifunc.c: Likewise.
19363         * benchtests/bench-memcpy-ifunc.c: Likewise.
19364         * benchtests/bench-memmem-ifunc.c: Likewise.
19365         * benchtests/bench-memmove-ifunc.c: Likewise.
19366         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19367         * benchtests/bench-memrchr-ifunc.c: Likewise.
19368         * benchtests/bench-memset-ifunc.c: Likewise.
19369         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19370         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19371         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19372         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19373         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19374         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19375         * benchtests/bench-strcat-ifunc.c: Likewise.
19376         * benchtests/bench-strchr-ifunc.c: Likewise.
19377         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19378         * benchtests/bench-strcmp-ifunc.c: Likewise.
19379         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19380         * benchtests/bench-strcpy-ifunc.c: Likewise.
19381         * benchtests/bench-strcspn-ifunc.c: Likewise.
19382         * benchtests/bench-strlen-ifunc.c: Likewise.
19383         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19384         * benchtests/bench-strncat-ifunc.c: Likewise.
19385         * benchtests/bench-strncmp-ifunc.c: Likewise.
19386         * benchtests/bench-strncpy-ifunc.c: Likewise.
19387         * benchtests/bench-strnlen-ifunc.c: Likewise.
19388         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19389         * benchtests/bench-strrchr-ifunc.c: Likewise.
19390         * benchtests/bench-strsep-ifunc.c: Likewise.
19391         * benchtests/bench-strspn-ifunc.c: Likewise.
19392         * benchtests/bench-strstr-ifunc.c: Likewise.
19393
19394 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19395
19396         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19397
19398 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19399
19400         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19401         * rt/aio.h: Likewise.
19402         * sysdeps/gnu/bits/utmp.h: Likewise.
19403         * sysdeps/gnu/bits/utmpx.h: Likewise.
19404         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19405         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19406         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19407         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19408         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19409         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19410         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19411         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19412         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19413         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19414         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19415         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19416         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19418         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19419         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19420         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19421         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19422         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19423         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19424         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19425         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19426         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19427         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19428         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19429         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19430         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19431         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19432         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19433         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19434         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19435         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19436         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19437         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19438         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19439         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19440         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19441         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19442         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19443         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19444         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19445         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19446
19447 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19448
19449         [BZ #16245]
19450         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19451         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19452
19453 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19454
19455         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19456         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19457         Likewise.
19458
19459 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19460
19461         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19462         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19463         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19464         (__fesetround): Remove define.
19465         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19466         rounding and exceptions handling.
19467         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19468         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19469         (__fe_nomask_env): Likewise.
19470         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19471         __fegetround instead of fegetround.
19472         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19473         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19474
19475 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19476
19477         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19478         it's there.
19479
19480         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19481
19482 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19483
19484         [BZ #11157]
19485         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19486         (encrypt_r): Likewise.
19487         * malloc/obstack.h (obstack_free): Likewise.
19488         * posix/unistd.h (encrypt): Likewise.
19489
19490 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19491
19492         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19493         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19494         DL_CALL_DT_FINI() that call the functions directly.
19495         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19496         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19497         * elf/dl-fini.c: Likewise.
19498
19499 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19500
19501         * malloc/hooks.c (memalign_check): Add alignment rounding.
19502         * malloc/malloc.c (_mid_memalign): New function.
19503         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19504         Implement by calling _mid_memalign.
19505         * manual/probes.texi (Memory Allocation Probes): Remove
19506         memory_valloc_retry and memory_pvalloc_retry.
19507
19508 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19509
19510         * locale/programs/locarchive.c (open_archive): Add const
19511         qualifier to ARCHIVEFNAME and copy default fname to
19512         DEFAULT_FNAME.
19513
19514         [BZ #15601]
19515         * libio/tst-widetext.input: Rename Oriya to Odia.
19516         * locale/iso-639.def: Likewise.
19517
19518         * manual/probes.texi (Mathematical Function Probes): Add
19519         documentation for sin, cos, asin and acos probes.
19520         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19521         (__sin32): Add slowasin probe.
19522         (__cos32): Add slowacos probe.
19523         (__mpsin): Add slowsin probe.
19524         (__mpcos): Add slowcos probe.
19525
19526 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19527
19528         [BZ #15483]
19529         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19530         thread-local __sim_exceptions_thread and global
19531         __sim_exceptions_global.
19532         (__sim_disabled_exceptions): Change to thread-local
19533         __sim_disabled_exceptions_thread and global
19534         __sim_disabled_exceptions_global.
19535         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19536         and global __sim_round_mode_global.
19537         (__simulate_exceptions): Use thread-local floating-point state and
19538         set global state from it as needed.
19539         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19540         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19541         __sim_round_mode_thread.
19542         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19543         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19544         and global __sim_exceptions_global.
19545         (__sim_disabled_exceptions): Change to thread-local
19546         __sim_disabled_exceptions_thread and global
19547         __sim_disabled_exceptions_global.
19548         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19549         and global __sim_round_mode_global.
19550         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19551         (SIM_SET_GLOBAL): Likewise.
19552         * sysdeps/powerpc/soft-fp/sfp-machine.h
19553         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19554         __sim_round_mode_thread.
19555         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19556         __sim_disabled_exceptions_thread.
19557         (__sim_exceptions): Change to __sim_exceptions_thread.
19558         (__sim_disabled_exceptions): Change to
19559         __sim_disabled_exceptions_thread.
19560         (__sim_round_mode): Change to __sim_round_mode_thread.
19561         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19562         thread-local floating-point state and set global state from it as
19563         needed.
19564         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19565         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19566         (__sim_disabled_exceptions): Remove extern declaration.
19567         (feenableexcept): Use thread-local floating-point state and set
19568         global state from it as needed.
19569         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19570         extern declaration.
19571         (__sim_disabled_exceptions): Likewise.
19572         (__sim_round_mode): Likewise.
19573         (__fegetenv): Use thread-local floating-point state.
19574         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19575         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19576         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19577         floating-point state and set global state from it as needed.
19578         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19579         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19580         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19581         Likewise.
19582         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19583         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19584         Likewise.
19585         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19586         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19587         Use __sim_round_mode_thread.
19588         * math/test-fenv-tls.c: New file.
19589         * math/Makefile (tests): Add test-fenv-tls.
19590         ($(objpfx)test-fenv-tls): Depend on
19591         $(common-objpfx)nptl/libpthread.so.
19592
19593 2013-11-19  Andreas Schwab  <schwab@suse.de>
19594
19595         * locale/programs/locale.c (show_info): Decode wordarray elements.
19596         * locale/categories.def (LC_MONETARY): Add element for
19597         _NL_MONETARY_CRNCYSTR.
19598         * locale/C-monetary.c (conversion_rate): New variable.
19599         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19600         element.
19601
19602 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19603
19604         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19605         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19606
19607 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19608
19609         * elf/Makefile (tst-auxv): New test.
19610         * elf/tst-auxv.c: New
19611         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19612
19613 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19614
19615         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19616         (hidden_proto): Caller changed.
19617         (hidden_tls_proto): New macro.
19618         (libc_hidden_tls_proto): Likewise.
19619         (rtld_hidden_tls_proto): Likewise.
19620         (libm_hidden_tls_proto): Likewise.
19621         (libresolv_hidden_tls_proto): Likewise.
19622         (librt_hidden_tls_proto): Likewise.
19623         (libdl_hidden_tls_proto): Likewise.
19624         (libnss_files_hidden_tls_proto): Likewise.
19625         (libnsl_hidden_tls_proto): Likewise.
19626         (libnss_nisplus_hidden_tls_proto): Likewise.
19627         (libutil_hidden_tls_proto): Likewise.
19628
19629 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19630
19631         [BZ #10253]
19632         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19633         (decompose_rpath): Defer expansion to fillin_rpath.
19634         (_dl_init_paths): Pass linkmap to fillin_rpath.
19635
19636 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19637
19638         * benchtests/Makefile: Add strsep.
19639         * benchtests/bench-strsep.c: New file: strsep benchtest.
19640         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19641
19642 2013-11-18  Andreas Schwab  <schwab@suse.de>
19643
19644         * locale/programs/locale.c (show_info) [case byte]: Check for
19645         '\377' instead of '\177'.
19646         * locale/C-monetary.c (not_available): Always use "\377".
19647         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19648         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19649         detect unavailable sign_posn locale elements.
19650         * locale/localeconv.c (__localeconv): For grouping and
19651         mon_grouping handle "\177" and "\377" like no grouping.
19652         (INT_ELEM): New macro.  Use it to set all numeric members.
19653         * locale/programs/ld-monetary.c (monetary_read)
19654         <tok_mon_grouping>: Normalize single -1 to the empty string.
19655         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19656         Likewise.
19657
19658 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19659
19660         [BZ #16055]
19661         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19662         when we match (nil).
19663         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19664
19665 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19666
19667         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19668         (NO_TEST_INLINE): Update value.
19669         (ERRNO_UNCHANGED): Likewise.
19670         (ERRNO_EDOM): Likewise.
19671         (ERRNO_ERANGE): Likewise.
19672         (IGNORE_RESULT): Likewise.
19673         (check_float_internal): Check signs of NaN results if
19674         TEST_NAN_SIGN used.
19675         (check_complex): Pass TEST_NAN_SIGN flag through to second
19676         check_float_internal call.
19677         (copysign_test_data): Add tests with quiet NaNs as second
19678         argument.  Use TEST_NAN_SIGN.
19679         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19680         TEST_NAN_SIGN.
19681         (signbit_test_data): Add tests of quiet NaN argument.
19682         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19683
19684         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19685         $ignore_result.
19686         (parse_args): Handle function results specified as IGNORE.
19687         * math/libm-test.inc (IGNORE_RESULT): New macro.
19688         (check_float_internal): Do not check numerical result if flag
19689         IGNORE_RESULT set.
19690         (check_complex): Pass through IGNORE_RESULT to second
19691         check_float_internal call.
19692         (check_int): Do not check numerical result if flag IGNORE_RESULT
19693         set.
19694         (check_long): Likewise.
19695         (check_bool): Likewise.
19696         (check_longlong): Likewise.
19697         (lrint_test_data): Add tests of infinite and NaN arguments.
19698         (lrint_tonearest_test_data): Likewise.
19699         (lrint_towardzero_test_data): Likewise.
19700         (lrint_downward_test_data): Likewise.
19701         (lrint_upward_test_data): Likewise.
19702         (llrint_test_data): Likewise.
19703         (llrint_tonearest_test_data): Likewise.
19704         (llrint_towardzero_test_data): Likewise.
19705         (llrint_downward_test_data): Likewise.
19706         (llrint_upward_test_data): Likewise.
19707         (lround_test_data): Likewise.
19708         (llround_test_data): Likewise.
19709
19710         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19711         (ERRNO_UNCHANGED): Update value.
19712         (ERRNO_EDOM): Likewise.
19713         (ERRNO_ERANGE): Likewise.
19714         (NO_TEST_INLINE_FLOAT): New macro.
19715         (NO_TEST_INLINE_DOUBLE): Likewise.
19716         (enable_test): New function.
19717         (RUN_TEST_f_f): Check enable_test before running test.
19718         (RUN_TEST_2_f): Likewise.
19719         (RUN_TEST_fff_f): Likewise.
19720         (RUN_TEST_c_f): Likewise.
19721         (RUN_TEST_f_f1): Likewise.
19722         (RUN_TEST_fF_f1): Likewise.
19723         (RUN_TEST_fI_f1): Likewise.
19724         (RUN_TEST_ffI_f1): Likewise.
19725         (RUN_TEST_c_c): Likewise.
19726         (RUN_TEST_cc_c): Likewise.
19727         (RUN_TEST_f_i): Likewise.
19728         (RUN_TEST_f_i_tg): Likewise.
19729         (RUN_TEST_ff_i_tg): Likewise.
19730         (RUN_TEST_f_b): Likewise.
19731         (RUN_TEST_f_b_tg): Likewise.
19732         (RUN_TEST_f_l): Likewise.
19733         (RUN_TEST_f_L): Likewise.
19734         (RUN_TEST_fFF_11): Likewise.
19735         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19736         conditionals.
19737         (cosh_test_data): Likewise.
19738         (exp_test_data): Likewise.
19739         (expm1_test_data): Likewise.
19740         (hypot_test_data): Likewise.
19741         (pow_test_data): Likewise.
19742         (sinh_test_data): Likewise.
19743         (tanh_test_data): Likewise.
19744         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19745         flags argument.
19746
19747         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19748         tests with quiet NaN input and output.
19749         (acosh_test_data): Likewise.
19750         (asin_test_data): Likewise.
19751         (asinh_test_data): Likewise.
19752         (atan_test_data): Likewise.
19753         (atanh_test_data): Likewise.
19754         (atan2_test_data): Likewise.
19755         (cbrt_test_data): Likewise.
19756         (cos_test_data): Likewise.
19757         (cosh_test_data): Likewise.
19758         (erf_test_data): Likewise.
19759         (erfc_test_data): Likewise.
19760         (exp_test_data): Likewise.
19761         (exp10_test_data): Likewise.
19762         (exp2_test_data): Likewise.
19763         (expm1_test_data): Likewise.
19764         (hypot_test_data): Likewise.
19765         (j0_test_data): Likewise.
19766         (j1_test_data): Likewise.
19767         (jn_test_data): Likewise.
19768         (lgamma_test_data): Likewise.
19769         (log_test_data): Likewise.
19770         (log10_test_data): Likewise.
19771         (log1p_test_data): Likewise.
19772         (log2_test_data): Likewise.
19773         (pow_test_data): Likewise.
19774         (scalb_test_data): Likewise.
19775         (sin_test_data): Likewise.
19776         (sincos_test_data): Likewise.
19777         (sinh_test_data): Likewise.
19778         (tan_test_data): Likewise.
19779         (tanh_test_data): Likewise.
19780         (tgamma_test_data): Likewise.
19781         (y0_test_data): Likewise.
19782         (y1_test_data): Likewise.
19783         (yn_test_data): Likewise.
19784
19785         [BZ #16167]
19786         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19787         argument being NaN and avoid computations with second argument in
19788         that case.
19789         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19790         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19791         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19792
19793 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19794
19795         * locale/iso-639.def: Add Chitwani Tharu (the).
19796
19797 2013-11-14  Andreas Schwab  <schwab@suse.de>
19798
19799         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19800         word instead of empty string.
19801
19802 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19803
19804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19805         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19807         (__fe_nomask_env): Likewise.
19808
19809 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19810
19811         * benchtests/bench-timing.h: Include time.h.
19812
19813 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19814
19815         [BZ #15997]
19816         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19817         to 3.4.0 for x32.
19818         * sysdeps/unix/sysv/linux/configure: Regenerated.
19819
19820 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19821
19822         [BZ #16151]
19823         * stdlib/strtod_l.c (round_and_return): Do not consider
19824         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19825         exponent one less than half the least subnormal exponent.
19826         * stdlib/test-strtod-round-data: Add more tests.
19827         * stdlib/tst-strtod-round.c (tests): Regenerated.
19828
19829 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19830
19831         [BZ #14143]
19832         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19833         (__fe_mask_env): Likewise.
19834         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19835         libm_hidden_proto and add function prototype.
19836         (__fe_mask_env): Add function prototype.
19837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19838         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19840         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19842         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19843
19844 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19845
19846         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19847         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19848
19849 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19850
19851         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19852         of htab_find_slot().
19853
19854 2013-11-11  David S. Miller  <davem@davemloft.net>
19855
19856         [BZ #16150]
19857         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19858         symbol in the non-vis3 case in static builds.
19859         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19860         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19861         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19862         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19863
19864 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19865
19866         [BZ #387]
19867         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19868         it is empty.
19869
19870 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19871
19872         * benchtests/Makefile: Add bench-strtod.
19873         * benchtests/bench-strtod.c: New file: strtod benchtest
19874
19875 2013-11-11  Andreas Schwab  <schwab@suse.de>
19876
19877         [BZ #16153]
19878         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19879         terminating NUL in key length.
19880
19881 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19882
19883         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19884         Add artificial ODP entry for vDSO symbol for PPC64.
19885         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19886         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19887
19888 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19889
19890         [BZ #15374]
19891         * nss/getent.c (services_keys): Recognize services starting with digit.
19892
19893 2013-11-06  David S. Miller  <davem@davemloft.net>
19894
19895         [BZ #15985]
19896         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19897         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19898
19899 2013-11-06  Will Newton  <will.newton@linaro.org>
19900
19901         * manual/memory.texi (Malloc Examples): Remove register
19902         keyword from examples.
19903
19904 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19905
19906         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19907
19908 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19909
19910         [BZ #6981]
19911         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19912         depending on [__GCC_IEC_559 > 0].
19913         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19914         depending on [__GCC_IEC_559_COMPLEX > 0].
19915
19916 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19917
19918         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19919         to iso-639.def.
19920
19921 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19922
19923         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19924
19925 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19926
19927         [BZ #16112]
19928         * malloc/malloc (malloc_info): Do not handle first bin as
19929         special case.
19930
19931 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19932
19933         * locale/iso-639.def: Add Central Nahuatl (nhn).
19934
19935 2013-11-01  Bruno Haible  <bruno@clisp.org>
19936
19937         [BZ #7003]
19938         * manual/math.texi (BSD Random): Specify range upper bound as
19939         in POSIX.
19940
19941 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19942
19943         * locale/iso-639.def: Add Meadow Mari (mhr).
19944
19945 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19946
19947         [BZ #14752], [BZ #15763]
19948         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19949         Validate name.
19950         * rt/tst_shm.c: Add test for escaping directory.
19951
19952 2013-10-31  Andreas Schwab  <schwab@suse.de>
19953
19954         [BZ #15917]
19955         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19956         followed by 'x' as part of digit sequence.
19957         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19958
19959 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19960
19961         [BZ #16037]
19962         * configure.ac: allow GNU Make 4.0 and greater.
19963         * configure: Regenerated.
19964
19965 2013-10-30  Will Newton  <will.newton@linaro.org>
19966
19967         [BZ #16038]
19968         * malloc/hooks.c (memalign_check): Limit alignment to the
19969         maximum representable power of two.
19970         * malloc/malloc.c (__libc_memalign): Likewise.
19971         * malloc/tst-memalign.c (do_test): Add test for very
19972         large alignment values.
19973         * malloc/tst-posix_memalign.c (do_test): Likewise.
19974
19975 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19976
19977         [BZ #11087]
19978         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19979         (munmap_chunk): Likewise.
19980         (mremap_chunk): Likewise.
19981
19982 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19983
19984         [BZ #15799]
19985         * stdlib/div.c (div): Remove obsolete code.
19986         * stdlib/ldiv.c (ldiv): Likewise.
19987         * stdlib/lldiv.c (lldiv): Likewise.
19988
19989 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19990
19991         [BZ #16071]
19992         * nss/nss_files/files-XXX.c (get_contents_ret): New
19993         enumerator.
19994         (get_contents): New function.
19995         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19996
19997 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19998
19999         * configure.in: Moved to ...
20000         * configure.ac: ... here. Change reference to configure.in
20001         to configure.ac.
20002         * sysdeps/arm/preconfigure.ac: ... here.
20003         configure.in to configure.ac.
20004         * sysdeps/gnu/configure.in: Moved to ...
20005         * sysdeps/gnu/configure.ac: ... here.
20006         * sysdeps/i386/configure.in: Moved to ...
20007         * sysdeps/i386/configure.ac: ... here.
20008         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
20009         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
20010         * sysdeps/mach/configure.in: Moved to ...
20011         * sysdeps/mach/configure.ac: ... here.
20012         * sysdeps/mach/hurd/configure.in: Moved to ...
20013         * sysdeps/mach/hurd/configure.ac: ... here.
20014         * sysdeps/powerpc/configure.in: Moved to ...
20015         * sysdeps/powerpc/configure.ac: ... here.
20016         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
20017         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
20018         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
20019         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
20020         * sysdeps/s390/s390-32/configure.in: Moved to ...
20021         * sysdeps/s390/s390-32/configure.ac: ... here.
20022         * sysdeps/s390/s390-64/configure.in: Moved to ...
20023         * sysdeps/s390/s390-64/configure.ac: ... here.
20024         * sysdeps/sh/configure.in: Moved to ...
20025         * sysdeps/sh/configure.ac: ... here.
20026         * sysdeps/sparc/configure.in: Moved to ...
20027         * sysdeps/sparc/configure.ac: ... here.
20028         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
20029         * sysdeps/unix/sysv/linux/configure.ac: ... here.
20030         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
20031         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
20032         * sysdeps/x86_64/configure.in: Moved to ...
20033         * sysdeps/x86_64/configure.ac: ... here.
20034         * sysdeps/x86_64/preconfigure.in: Moved to ...
20035         * sysdeps/x86_64/preconfigure.ac: ... here.
20036         * aclocal.m4: Change reference to configure.in to configure.ac.
20037         * config.h.in: Likewise.
20038         * manual/install.texi: Likewise.
20039         * manual/maint.texi: Likewise.
20040         * Makefile: Likewise.
20041         * malloc/Makefile: Likewise.
20042         * nscd/Makefile: Likewise.
20043         * Makeconfig: Change reference to configure.in and
20044         preconfigure.in to configure.ac and preconfigure.ac
20045         respectively.
20046         * INSTALL: Regenerated.
20047         * configure: Likewise.
20048         * sysdeps/gnu/configure: Likewise.
20049         * sysdeps/i386/configure: Likewise.
20050         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
20051         * sysdeps/mach/configure: Likewise.
20052         * sysdeps/mach/hurd/configure: Likewise.
20053         * sysdeps/powerpc/configure: Likewise.
20054         * sysdeps/powerpc/powerpc32/configure: Likewise.
20055         * sysdeps/powerpc/powerpc64/configure: Likewise.
20056         * sysdeps/s390/s390-32/configure: Likewise.
20057         * sysdeps/s390/s390-64/configure: Likewise.
20058         * sysdeps/sh/configure: Likewise.
20059         * sysdeps/sparc/configure: Likewise.
20060         * sysdeps/unix/sysv/linux/configure: Likewise.
20061         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
20062         * sysdeps/x86_64/configure: Likewise.
20063         * sysdeps/x86_64/preconfigure: Likewise.
20064
20065 2013-10-29  Andreas Schwab  <schwab@suse.de>
20066
20067         * stdio-common/Makefile (tst-swscanf-ENV): Define.
20068
20069 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20070
20071         * benchtests/pow-inputs: Add new inputs.
20072
20073         * benchtests/exp-inputs: Add new inputs.
20074
20075         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
20076         conditional check for return value.
20077         (__cos32): Likewise.
20078
20079 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20080
20081         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
20082         to provide a boost for large inputs with word alignment.
20083         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
20084         implementation based on optimized PPC64 strcpy.
20085         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
20086         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
20087         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
20088         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
20089
20090 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20091
20092         [BZ #2801]
20093         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
20094
20095 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20096
20097         [BZ #14876]
20098         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
20099         * time/tst-strptime.c (day_tests): Add testcase.
20100
20101 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20102
20103         [BZ #14029]
20104         * manual/pattern.texi: Acknowledge that fnmatch can fail.
20105
20106 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
20107
20108         [BZ #16074]
20109         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
20110         MAP_FAILED on error.
20111
20112 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
20113
20114         [BZ #16072]
20115         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
20116         heap for large requests.
20117
20118 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
20119
20120         [BZ #9954]
20121         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
20122         result if the result has no associated interface.
20123         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
20124         interface for all 127.X.Y.Z addresses.
20125
20126 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
20127
20128         * locale/iso-639.def: Add Ligurian (lij)
20129
20130 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
20131
20132         [BZ #15825]
20133         * sunrpc/rpc_main.c: Document rpcgen -5.
20134
20135 2013-10-19  Michael Stahl  <mstahl@redhat.com>
20136
20137         * elf/rtld.c (do_preload): Print the reason why preloading failed.
20138
20139 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20140
20141         [BZ #10278]
20142         * posix/glob.c: Match only directories when trailing slash is present.
20143         * posix/tst-gnuglob.c (my_opendir): Do not open files.
20144         (main): Add testcase.
20145
20146 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20147
20148         [BZ #15670]
20149         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
20150
20151 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
20152
20153         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
20154         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
20155         AUTH_DES and cindex for FIPS 140-2.
20156         (DES Encryption): Add cindex FIPS 46-3.
20157
20158         * locale/locarchive.h (struct locarhandle): Add fname.
20159         * locale/programs/localedef.c (main): Pass ARGV[remaining]
20160         if an optional argument was specified to --list-archive,
20161         otherwise NULL.
20162         * locale/programs/locarchive.c (show_archive_content): Take new
20163         argument fname and pass it via ah.fname to open_archive.
20164         * locale/programs/localedef.h: Update decl.
20165         (open_archive): If AH->fname is non-null, open that file
20166         rather than the default file name, and don't ignore ENOENT.
20167         (create_archive): Set AH.fname to NULL.
20168         (delete_locales_from_archive): Likewise.
20169         (add_locales_to_archive): Likewise.
20170         * locale/programs/locfile.c (write_all_categories): Likewise.
20171
20172 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
20173             Aldy Hernandez  <aldyh@redhat.com>
20174
20175         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
20176         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
20177         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
20178         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
20179         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
20180         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
20181         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
20182         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
20183         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
20184         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
20185         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
20186         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
20187         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
20188         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
20189         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
20190         Likewise.
20191         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
20192         Likewise.
20193         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
20194         Likewise.
20195         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
20196         Likewise.
20197         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
20198         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
20199         Likewise.
20200         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
20201         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
20202         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
20203         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
20204         Likewise.
20205         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
20206         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
20207         * sysdeps/powerpc/preconfigure: Likewise.
20208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
20209         Likewise.
20210         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
20211         Replace contents of file by #include of <fenv_libc.h>.
20212         * sysdeps/powerpc/soft-fp/sfp-machine.h
20213         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
20214         and <sys/prctl.h>.
20215         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
20216         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
20217         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
20218         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
20219         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
20220         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20221         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20222         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20223         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20224         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20225         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20226         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20228         Allow copysignl PLT reference to be missing.
20229
20230 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
20231             Joseph Myers  <joseph@codesourcery.com
20232
20233         [BZ #15948]
20234         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20235         single character.
20236         (add_to_tablewc): Assert sequence of wide characters is nonempty.
20237
20238 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20239
20240         * elf/tst-tls-dlinfo.c: Don't include tls.h.
20241         * elf/tst-tls1.c: Likewise.
20242         * elf/tst-tls10.h: Likewise.
20243         * elf/tst-tls14.c: Likewise.
20244         * elf/tst-tls2.c: Likewise.
20245         * elf/tst-tls3.c: Likewise.
20246         * elf/tst-tls4.c: Likewise.
20247         * elf/tst-tls5.c: Likewise.
20248         * elf/tst-tls6.c: Likewise.
20249         * elf/tst-tls7.c: Likewise.
20250         * elf/tst-tls8.c: Likewise.
20251         * elf/tst-tls9.c: Likewise.
20252         * elf/tst-tlsmod1.c: Likewise.
20253         * elf/tst-tlsmod13.c: Likewise.
20254         * elf/tst-tlsmod13a.c: Likewise.
20255         * elf/tst-tlsmod14a.c: Likewise.
20256         * elf/tst-tlsmod16a.c: Likewise.
20257         * elf/tst-tlsmod16b.c: Likewise.
20258         * elf/tst-tlsmod2.c: Likewise.
20259         * elf/tst-tlsmod3.c: Likewise.
20260         * elf/tst-tlsmod4.c: Likewise.
20261         * elf/tst-tlsmod5.c: Likewise.
20262         * elf/tst-tlsmod6.c: Likewise.
20263
20264 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20265
20266         [BZ #12486]
20267         * malloc/malloc.c: remove checks for statistics.
20268
20269 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20270
20271         [BZ #15277]
20272         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20273         * inet/tst-network.c: Add testcase.
20274
20275 2013-10-17  Andreas Schwab  <schwab@suse.de>
20276
20277         [BZ #15218]
20278         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20279         to determine canonical name.
20280
20281 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20282
20283         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20284         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20285         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20286         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20287         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20288         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20289         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20290         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20291         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20292         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20293         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20294         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20295         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20296         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20297         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20298         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20299         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20300         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20301         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20302         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20303         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20304         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20305         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20306         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20307         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20308         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20309         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20310         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20311         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20312         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20313         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20314         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20315         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20316         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20317         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20318         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20319         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20320         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20321         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20322         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20323         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20324         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20325         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20326         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20327         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20328         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20329         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20330         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20331         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20332         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20333         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20334         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20335         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20336         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20337         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20338         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20339         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20340         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20341
20342 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20343
20344         [BZ #16041]
20345         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20346         make result into a quiet NaN.
20347
20348 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20349
20350         * soft-fp/adddf3.c: Fix horizontal whitespace.
20351         * soft-fp/addsf3.c: Likewise.
20352         * soft-fp/addtf3.c: Likewise.
20353         * soft-fp/divdf3.c: Likewise.
20354         * soft-fp/divsf3.c: Likewise.
20355         * soft-fp/divtf3.c: Likewise.
20356         * soft-fp/double.h: Likewise.
20357         * soft-fp/eqdf2.c: Likewise.
20358         * soft-fp/eqsf2.c: Likewise.
20359         * soft-fp/eqtf2.c: Likewise.
20360         * soft-fp/extenddftf2.c: Likewise.
20361         * soft-fp/extended.h: Likewise.
20362         * soft-fp/extendsfdf2.c: Likewise.
20363         * soft-fp/extendsftf2.c: Likewise.
20364         * soft-fp/extendxftf2.c: Likewise.
20365         * soft-fp/fixdfdi.c: Likewise.
20366         * soft-fp/fixdfsi.c: Likewise.
20367         * soft-fp/fixdfti.c: Likewise.
20368         * soft-fp/fixsfdi.c: Likewise.
20369         * soft-fp/fixsfsi.c: Likewise.
20370         * soft-fp/fixsfti.c: Likewise.
20371         * soft-fp/fixtfdi.c: Likewise.
20372         * soft-fp/fixtfsi.c: Likewise.
20373         * soft-fp/fixtfti.c: Likewise.
20374         * soft-fp/fixunsdfdi.c: Likewise.
20375         * soft-fp/fixunsdfsi.c: Likewise.
20376         * soft-fp/fixunsdfti.c: Likewise.
20377         * soft-fp/fixunssfdi.c: Likewise.
20378         * soft-fp/fixunssfsi.c: Likewise.
20379         * soft-fp/fixunssfti.c: Likewise.
20380         * soft-fp/fixunstfdi.c: Likewise.
20381         * soft-fp/fixunstfsi.c: Likewise.
20382         * soft-fp/fixunstfti.c: Likewise.
20383         * soft-fp/floatdidf.c: Likewise.
20384         * soft-fp/floatdisf.c: Likewise.
20385         * soft-fp/floatditf.c: Likewise.
20386         * soft-fp/floatsidf.c: Likewise.
20387         * soft-fp/floatsisf.c: Likewise.
20388         * soft-fp/floatsitf.c: Likewise.
20389         * soft-fp/floattidf.c: Likewise.
20390         * soft-fp/floattisf.c: Likewise.
20391         * soft-fp/floattitf.c: Likewise.
20392         * soft-fp/floatundidf.c: Likewise.
20393         * soft-fp/floatundisf.c: Likewise.
20394         * soft-fp/floatunditf.c: Likewise.
20395         * soft-fp/floatunsidf.c: Likewise.
20396         * soft-fp/floatunsisf.c: Likewise.
20397         * soft-fp/floatunsitf.c: Likewise.
20398         * soft-fp/floatuntidf.c: Likewise.
20399         * soft-fp/floatuntisf.c: Likewise.
20400         * soft-fp/floatuntitf.c: Likewise.
20401         * soft-fp/fmadf4.c: Likewise.
20402         * soft-fp/fmasf4.c: Likewise.
20403         * soft-fp/fmatf4.c: Likewise.
20404         * soft-fp/gedf2.c: Likewise.
20405         * soft-fp/gesf2.c: Likewise.
20406         * soft-fp/getf2.c: Likewise.
20407         * soft-fp/ledf2.c: Likewise.
20408         * soft-fp/lesf2.c: Likewise.
20409         * soft-fp/letf2.c: Likewise.
20410         * soft-fp/muldf3.c: Likewise.
20411         * soft-fp/mulsf3.c: Likewise.
20412         * soft-fp/multf3.c: Likewise.
20413         * soft-fp/negdf2.c: Likewise.
20414         * soft-fp/negsf2.c: Likewise.
20415         * soft-fp/negtf2.c: Likewise.
20416         * soft-fp/op-1.h: Likewise.
20417         * soft-fp/op-2.h: Likewise.
20418         * soft-fp/op-4.h: Likewise.
20419         * soft-fp/op-8.h: Likewise.
20420         * soft-fp/op-common.h: Likewise.
20421         * soft-fp/quad.h: Likewise.
20422         * soft-fp/single.h: Likewise.
20423         * soft-fp/soft-fp.h: Likewise.
20424         * soft-fp/sqrtdf2.c: Likewise.
20425         * soft-fp/sqrtsf2.c: Likewise.
20426         * soft-fp/sqrttf2.c: Likewise.
20427         * soft-fp/subdf3.c: Likewise.
20428         * soft-fp/subsf3.c: Likewise.
20429         * soft-fp/subtf3.c: Likewise.
20430         * soft-fp/truncdfsf2.c: Likewise.
20431         * soft-fp/trunctfdf2.c: Likewise.
20432         * soft-fp/trunctfsf2.c: Likewise.
20433         * soft-fp/trunctfxf2.c: Likewise.
20434         * soft-fp/unorddf2.c: Likewise.
20435         * soft-fp/unordsf2.c: Likewise.
20436         * soft-fp/unordtf2.c: Likewise.
20437
20438 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20439
20440         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20441         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20442
20443 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20444
20445         * elf/dl-libc.c: Clear initfini list after freeing.
20446
20447 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20448
20449         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20450         * soft-fp/addsf3.c: Likewise.
20451         * soft-fp/addtf3.c: Likewise.
20452         * soft-fp/divdf3.c: Likewise.
20453         * soft-fp/divsf3.c: Likewise.
20454         * soft-fp/divtf3.c: Likewise.
20455         * soft-fp/double.h: Likewise.
20456         * soft-fp/eqdf2.c: Likewise.
20457         * soft-fp/eqsf2.c: Likewise.
20458         * soft-fp/eqtf2.c: Likewise.
20459         * soft-fp/extenddftf2.c: Likewise.
20460         * soft-fp/extended.h: Likewise.
20461         * soft-fp/extendsfdf2.c: Likewise.
20462         * soft-fp/extendsftf2.c: Likewise.
20463         * soft-fp/extendxftf2.c: Likewise.
20464         * soft-fp/fixdfdi.c: Likewise.
20465         * soft-fp/fixdfsi.c: Likewise.
20466         * soft-fp/fixdfti.c: Likewise.
20467         * soft-fp/fixsfdi.c: Likewise.
20468         * soft-fp/fixsfsi.c: Likewise.
20469         * soft-fp/fixsfti.c: Likewise.
20470         * soft-fp/fixtfdi.c: Likewise.
20471         * soft-fp/fixtfsi.c: Likewise.
20472         * soft-fp/fixtfti.c: Likewise.
20473         * soft-fp/fixunsdfdi.c: Likewise.
20474         * soft-fp/fixunsdfsi.c: Likewise.
20475         * soft-fp/fixunsdfti.c: Likewise.
20476         * soft-fp/fixunssfdi.c: Likewise.
20477         * soft-fp/fixunssfsi.c: Likewise.
20478         * soft-fp/fixunssfti.c: Likewise.
20479         * soft-fp/fixunstfdi.c: Likewise.
20480         * soft-fp/fixunstfsi.c: Likewise.
20481         * soft-fp/fixunstfti.c: Likewise.
20482         * soft-fp/floatdidf.c: Likewise.
20483         * soft-fp/floatdisf.c: Likewise.
20484         * soft-fp/floatditf.c: Likewise.
20485         * soft-fp/floatsidf.c: Likewise.
20486         * soft-fp/floatsisf.c: Likewise.
20487         * soft-fp/floatsitf.c: Likewise.
20488         * soft-fp/floattidf.c: Likewise.
20489         * soft-fp/floattisf.c: Likewise.
20490         * soft-fp/floattitf.c: Likewise.
20491         * soft-fp/floatundidf.c: Likewise.
20492         * soft-fp/floatundisf.c: Likewise.
20493         * soft-fp/floatunsidf.c: Likewise.
20494         * soft-fp/floatunsisf.c: Likewise.
20495         * soft-fp/floatuntidf.c: Likewise.
20496         * soft-fp/floatuntisf.c: Likewise.
20497         * soft-fp/floatuntitf.c: Likewise.
20498         * soft-fp/fmadf4.c: Likewise.
20499         * soft-fp/fmasf4.c: Likewise.
20500         * soft-fp/fmatf4.c: Likewise.
20501         * soft-fp/gedf2.c: Likewise.
20502         * soft-fp/gesf2.c: Likewise.
20503         * soft-fp/getf2.c: Likewise.
20504         * soft-fp/ledf2.c: Likewise.
20505         * soft-fp/lesf2.c: Likewise.
20506         * soft-fp/letf2.c: Likewise.
20507         * soft-fp/muldf3.c: Likewise.
20508         * soft-fp/mulsf3.c: Likewise.
20509         * soft-fp/multf3.c: Likewise.
20510         * soft-fp/negdf2.c: Likewise.
20511         * soft-fp/negsf2.c: Likewise.
20512         * soft-fp/negtf2.c: Likewise.
20513         * soft-fp/op-1.h: Likewise.
20514         * soft-fp/op-2.h: Likewise.
20515         * soft-fp/op-4.h: Likewise.
20516         * soft-fp/op-8.h: Likewise.
20517         * soft-fp/op-common.h: Likewise.
20518         * soft-fp/quad.h: Likewise.
20519         * soft-fp/single.h: Likewise.
20520         * soft-fp/soft-fp.h: Likewise.
20521         * soft-fp/sqrtdf2.c: Likewise.
20522         * soft-fp/sqrtsf2.c: Likewise.
20523         * soft-fp/sqrttf2.c: Likewise.
20524         * soft-fp/subdf3.c: Likewise.
20525         * soft-fp/subsf3.c: Likewise.
20526         * soft-fp/subtf3.c: Likewise.
20527         * soft-fp/truncdfsf2.c: Likewise.
20528         * soft-fp/trunctfdf2.c: Likewise.
20529         * soft-fp/trunctfsf2.c: Likewise.
20530         * soft-fp/trunctfxf2.c: Likewise.
20531         * soft-fp/unorddf2.c: Likewise.
20532         * soft-fp/unordsf2.c: Likewise.
20533         * soft-fp/unordtf2.c: Likewise.
20534
20535 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20536
20537         [BZ #15672]
20538         * misc/error.c (error_tail): Fix possible buffer overflow.
20539
20540 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20541
20542         [BZ #13028]
20543         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20544         address.
20545
20546 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20547
20548         [BZ #832]
20549         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20550         testing pipefail option.
20551
20552 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20553
20554         * soft-fp/double.h: Indent preprocessor directives inside #if.
20555         * soft-fp/extended.h: Likewise.
20556         * soft-fp/op-2.h: Likewise.
20557         * soft-fp/op-4.h: Likewise.
20558         * soft-fp/op-common.h: Likewise.
20559         * soft-fp/quad.h: Likewise.
20560         * soft-fp/single.h: Likewise.
20561         * soft-fp/soft-fp.h: Likewise.
20562
20563 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20564
20565         * iconv/iconv_prog.c: Fix typos.
20566         * stdio-common/psiginfo-data.h: Likewise.
20567
20568 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20569
20570         [BZ #15764]
20571         * locale/setlocale.c: Fix typo.
20572
20573 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20574
20575         [BZ #16036]
20576         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20577         signaling NaN arguments.
20578         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20579         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20580
20581         [BZ #14910]
20582         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20583         unordered operands.
20584         * soft-fp/gesf2.c (__gesf2): Likewise.
20585         * soft-fp/getf2.c (__getf2): Likewise.
20586         * soft-fp/ledf2.c (__ledf2): Likewise.
20587         * soft-fp/lesf2.c (__lesf2): Likewise.
20588         * soft-fp/letf2.c (__letf2): Likewise.
20589
20590         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20591         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20592         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20593         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20594         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20595         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20596         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20597         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20598         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20599         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20600         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20601         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20602         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20603         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20604         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20605         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20606         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20607         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20608         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20609         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20610         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20611         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20612         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20613         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20614         * soft-fp/floattidf.c (__floattidf): Likewise.
20615         * soft-fp/floattisf.c (__floattisf): Likewise.
20616         * soft-fp/floattitf.c (__floattitf): Likewise.
20617         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20618         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20619         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20620         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20621         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20622         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20623         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20624         * soft-fp/gesf2.c (__gesf2): Likewise.
20625         * soft-fp/getf2.c (__getf2): Likewise.
20626         * soft-fp/ledf2.c (__ledf2): Likewise.
20627         * soft-fp/lesf2.c (__lesf2): Likewise.
20628         * soft-fp/letf2.c (__letf2): Likewise.
20629
20630         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20631         Undefine and redefine.
20632         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20633         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20634         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20635         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20636         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20637         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20638         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20639         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20640         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20641         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20642         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20643         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20644         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20645         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20646         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20647
20648         [BZ #16032]
20649         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20650         without decrementing exponent if mantissa >= that for the
20651         denominator, not >.
20652         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20653         denominator, not >.  Decrement exponent in < case instead of
20654         incrementing in >= case.
20655         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20656         without decrementing exponent if mantissa >= that for the
20657         denominator, not >.
20658
20659         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20660         computing saturated result for unsigned overflow.
20661
20662 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20663             Jeff Law  <law@redhat.com>
20664
20665         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20666         (atan2Mp): Add systemtap probe marker.
20667         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20668         (__ieee754_log): Add systemtap probe marker.
20669         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20670         (atanMp): Add systemtap probe marker.
20671         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20672         (tanMp): Add systemtap probe marker.
20673         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20674         (__slowexp): Add systemtap probe marker.
20675         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20676         (__slowpow): Add systemtap probe marker.
20677         * manual/probes.texi: Document probes.
20678
20679 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20680
20681         [BZ #15362]
20682         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20683         written.
20684         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20685         written.
20686         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20687         written to buffer but not flushed.
20688         * libio/iofwrite_u.c:  Likewise.
20689         * libio/iopadn.c:  Return bytes returned even if EOF was
20690         encountered.
20691         * libio/iowpadn.c:  Likewise.
20692         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20693         if _IO_padn does not write the whole buffer.
20694         [!COMPILE_WPRINTF] (PAD): Likewise.
20695
20696 2013-10-10  David S. Miller  <davem@davemloft.net>
20697
20698         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20699         directory block.
20700
20701 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20702
20703         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20704         instead of FSF address.
20705         * soft-fp/fixdfti.c: Likewise.
20706         * soft-fp/fixsfti.c: Likewise.
20707         * soft-fp/fixtfti.c: Likewise.
20708         * soft-fp/fixunsdfti.c: Likewise.
20709         * soft-fp/fixunssfti.c: Likewise.
20710         * soft-fp/fixunstfti.c: Likewise.
20711         * soft-fp/floattidf.c: Likewise.
20712         * soft-fp/floattisf.c: Likewise.
20713         * soft-fp/floattitf.c: Likewise.
20714         * soft-fp/floatuntidf.c: Likewise.
20715         * soft-fp/floatuntisf.c: Likewise.
20716         * soft-fp/floatuntitf.c: Likewise.
20717         * soft-fp/trunctfxf2.c: Likewise.
20718
20719         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20720         * soft-fp/fixdfti.c: Likewise.
20721         * soft-fp/fixsfti.c: Likewise.
20722         * soft-fp/fixtfti.c: Likewise.
20723         * soft-fp/fixunsdfti.c: Likewise.
20724         * soft-fp/fixunssfti.c: Likewise.
20725         * soft-fp/fixunstfti.c: Likewise.
20726         * soft-fp/floattidf.c: Likewise.
20727         * soft-fp/floattisf.c: Likewise.
20728         * soft-fp/floattitf.c: Likewise.
20729         * soft-fp/floatuntidf.c: Likewise.
20730         * soft-fp/floatuntisf.c: Likewise.
20731         * soft-fp/floatuntitf.c: Likewise.
20732         * soft-fp/trunctfxf2.c: Likewise.
20733
20734 2013-10-10  David S. Miller  <davem@davemloft.net>
20735
20736         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20737
20738 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20739
20740         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20741         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20742         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20743         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20744         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20745         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20746         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20747
20748         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20749         for NaNs before doing comparisons on argument.
20750         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20751         Likewise.
20752
20753 2013-10-10  Will Newton  <will.newton@linaro.org>
20754
20755         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20756         passed to _int_memalign does not overflow.
20757
20758 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20759
20760         * scripts/bench.pl: Add include-sources directive.
20761         * benchtests/README: Update documentation.
20762
20763 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20764
20765         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20766         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20767         instead of FP_INIT_ROUNDMODE.
20768         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20769         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20770
20771         [BZ #16034]
20772         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20773         copy class of input value.
20774         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20775         not handle exceptions.
20776         * soft-fp/negsf2.c (__negsf2): Likewise.
20777         * soft-fp/negtf2.c (__negtf2): Likewise.
20778         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20779
20780 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20781
20782         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20783         semicolon.  From Linux kernel.
20784
20785 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20786
20787         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20788
20789 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20790
20791         [BZ #156]
20792         * manual/socket.texi: Added statement about buffer
20793         for gethostbyname2_r.
20794
20795 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20796
20797         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20798         Use .p2align directive instead, throughout.
20799         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20800         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20801         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20802         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20803         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20804         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20805         * sysdeps/x86_64/strchr.S: Likewise.
20806         * sysdeps/x86_64/strrchr.S: Likewise.
20807
20808 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20809
20810         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20811
20812         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20813
20814         * sysdeps/generic/math_private.h (__mpsin1): Remove
20815         declaration.
20816         (__mpcos1): Likewise.
20817         (__mpsin): New argument __range_reduce.
20818         (__mpcos): Likewise.
20819         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20820         (slow): Use __mpsin and __mpcos.
20821         (slow1): Likewise.
20822         (slow2): Likewise.
20823         (sloww): Likewise.
20824         (sloww1): Likewise.
20825         (sloww2): Likewise.
20826         (bsloww): Likewise.
20827         (bsloww1): Likewise.
20828         (bsloww2): Likewise.
20829         (cslow2): Likewise.
20830         (csloww): Likewise.
20831         (csloww1): Likewise.
20832         (csloww2): Likewise.
20833         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20834         range_reduce.  Merge in __mpsin1.
20835         (__mpcos): Likewise.
20836         (__mpsin1): Remove.
20837         (__mpcos1): Likewise.
20838
20839 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20840
20841         * locale/loadlocale.c (_nl_intern_locale_data): Use
20842         LOCFILE_ALIGNED_P.
20843         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20844         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20845         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20846         obstack data is appropriately aligned.
20847         (obstack_int32_grow_fast): Likewise.
20848         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20849         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20850         (add_locale_uint32_array): Likewise.
20851
20852 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20853
20854         * benchtests/Makefile: Remove ARGLIST and RET variables.
20855         ($(objpfx)bench-%.c): Pass only function name to the script.
20856         * benchtests/README: Update documentation.
20857         * benchtests/acos-inputs: Add new directives.
20858         * benchtests/acosh-inputs: Likewise.
20859         * benchtests/asin-inputs: Likewise.
20860         * benchtests/asinh-inputs: Likewise.
20861         * benchtests/atan-inputs: Likewise.
20862         * benchtests/atanh-inputs: Likewise.
20863         * benchtests/cos-inputs: Likewise.
20864         * benchtests/cosh-inputs: Likewise.
20865         * benchtests/exp-inputs: Likewise.
20866         * benchtests/log-inputs: Likewise.
20867         * benchtests/pow-inputs: Likewise.
20868         * benchtests/rint-inputs: Likewise.
20869         * benchtests/sin-inputs: Likewise.
20870         * benchtests/sinh-inputs: Likewise.
20871         * benchtests/tan-inputs: Likewise.
20872         * benchtests/tanh-inputs: Likewise.
20873         * scripts/bench.pl: Add support for new directives.
20874
20875 2013-10-07  Alan Modra  <amodra@gmail.com>
20876
20877         * README: Fix careless merge.
20878
20879 2013-10-05  Alan Modra  <amodra@gmail.com>
20880
20881         * NEWS: Mention powerpc64le support and bugs fixed.
20882         * README: Both big-endian and little-endian powerpc64 supported.
20883
20884 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20885
20886         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20887         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20888         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20889         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20890
20891 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20892
20893         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20894         match prototype.
20895
20896 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20897
20898         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20899         Move -mhard-float appending from
20900         ports/sysdeps/powerpc/powerpc32/Makefile.
20901         [$(with-fp) = yes] (ASFLAGS): Likewise.
20902         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20903         * sysdeps/powerpc/nofpu: Move directory from
20904         ports/sysdeps/powerpc/nofpu.
20905         * sysdeps/powerpc/soft-fp: Move directory from
20906         ports/sysdeps/powerpc/soft-fp.
20907         * sysdeps/powerpc/powerpc32/405: Move directory from
20908         ports/sysdeps/powerpc/powerpc32/405.
20909         * sysdeps/powerpc/powerpc32/440: Move directory from
20910         ports/sysdeps/powerpc/powerpc32/440.
20911         * sysdeps/powerpc/powerpc32/464: Move directory from
20912         ports/sysdeps/powerpc/powerpc32/464.
20913         * sysdeps/powerpc/powerpc32/476: Move directory from
20914         ports/sysdeps/powerpc/powerpc32/476.
20915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20916         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20918         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20920         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20922         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20924         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20925         * README: Update for powerpc-*-linux-gnu software floating point
20926         support in libc.
20927
20928         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20929         case to powerpc/powerpc32*.
20930         * sysdeps/unix/sysv/linux/configure: Regenerated.
20931
20932         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20933         (_FPU_MASK_OM): Define as 0x04.
20934         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20935         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20936         0x00c10080.
20937         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20938         0x0000003c.
20939         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20940
20941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20942         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20943         getcontext_e500.
20944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20945         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20946         setcontext_e500.
20947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20948         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20949         and setcontext_e500.
20950
20951 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20952
20953         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20954
20955 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20956
20957         * manual/threads.texi (Default Thread Attributes): Fix typo.
20958
20959 2013-10-04  Will Newton  <will.newton@linaro.org>
20960
20961         * malloc/Makefile: Add tst-memalign.
20962         * malloc/tst-memalign.c: New file.
20963
20964         * malloc/tst-posix_memalign.c: Add comments.
20965         (do_test): Add comments and call free on all potentially
20966         allocated pointers. Add space after cast.
20967
20968         * malloc/tst-pvalloc.c: Add comments.
20969         (do_test): Add comments and call free on all potentially
20970         allocated pointers. Remove duplicate check for NULL pointer.
20971         Add space after cast.
20972
20973         * malloc/tst-valloc.c: Add comments.
20974         (do_test): Add comments and call free on all potentially
20975         allocated pointers. Remove duplicate check for NULL pointer.
20976         Add space after cast.
20977
20978 2013-10-04  Alan Modra  <amodra@gmail.com>
20979
20980         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20981         Use stdint types in rather than __attribute__((mode())).
20982         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20983
20984 2013-10-04  Alan Modra  <amodra@gmail.com>
20985
20986         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20987         Correct handling of unaligned relocs for little-endian.
20988         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20989
20990 2013-10-04  Alan Modra  <amodra@gmail.com>
20991
20992         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20993         * configure: Regenerate.
20994         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20995         * shlib-versions: Likewise.
20996
20997 2013-10-04  Alan Modra  <amodra@gmail.com>
20998
20999         * string/tester.c (test_memrchr): Increment reported test cycle.
21000
21001 2013-10-04  Alan Modra  <amodra@gmail.com>
21002
21003         * string/test-memcpy.c (do_one_test): When reporting errors, print
21004         string address and don't overrun end of string.
21005
21006 2013-10-04  Alan Modra  <amodra@gmail.com>
21007
21008         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
21009         insrdi.  Make better use of reg selection to speed exit slightly.
21010         Schedule entry path a little better.  Remove useless "are we done"
21011         checks on entry to main loop.  Handle wrapping around zero address.
21012         Correct main loop count.  Handle single left-over word from main
21013         loop inline rather than by using loop_small.  Remove extra word
21014         case in loop_small caused by wrong loop count.  Add little-endian
21015         support.
21016         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
21017         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
21018         cache hint.
21019         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
21020         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
21021         support.  Avoid rlwimi.
21022         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
21023
21024 2013-10-04  Alan Modra  <amodra@gmail.com>
21025
21026         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
21027         insrdi.  Formatting.
21028         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
21029         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21030         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
21031         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
21032         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21033         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
21034
21035 2013-10-04  Alan Modra  <amodra@gmail.com>
21036
21037         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
21038         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21039         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
21040         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
21041         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
21042         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
21043         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21044         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
21045         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
21046         use of regs.  Use power7 mtocrf.  Tidy function tails.
21047
21048 2013-10-04  Alan Modra  <amodra@gmail.com>
21049
21050         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
21051         Formatting.  Consistently use rXXX register defines or rN defines.
21052         Use early exit labels that avoid restoring unused non-volatile regs.
21053         Make cr field use more consistent with rWORDn compares.  Rename
21054         regs used as shift registers for unaligned loop, using rN defines
21055         for short lifetime/multiple use regs.
21056         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
21057         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
21058         addi 1,1,64 to pop stack frame.  Simplify return value code.
21059         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21060
21061 2013-10-04  Alan Modra  <amodra@gmail.com>
21062
21063         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
21064         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
21065         rather than rlwimi.
21066         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
21067         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
21068         little-endian support.  Correct typos.
21069         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
21070         rather than rlwimi.
21071         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
21072         in loop and entry code to keep "and." results.
21073         (strchr): Add little-endian support.  Comment.  Move cntlzd
21074         earlier in tail.
21075         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
21076
21077 2013-10-04  Alan Modra  <amodra@gmail.com>
21078
21079         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
21080         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
21081         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
21082         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
21083
21084 2013-10-04  Alan Modra  <amodra@gmail.com>
21085
21086         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
21087         (rTMP): Define as r11.
21088         (strcmp): Add little-endian support.  Optimise tail.
21089         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
21090         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
21091         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
21092         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
21093         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
21094         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
21095         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
21096
21097 2013-10-04  Alan Modra  <amodra@gmail.com>
21098
21099         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
21100         little-endian support.  Remove unnecessary "are we done" tests.
21101         Handle "s" wrapping around zero and extremely large "size".
21102         Correct main loop count.  Handle single left-over word from main
21103         loop inline rather than by using small_loop.  Correct comments.
21104         Delete "zero" tail, use "end_max" instead.
21105         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
21106
21107 2013-10-04  Alan Modra  <amodra@gmail.com>
21108
21109         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
21110         support.  Don't branch over align.
21111         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
21112         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
21113         support.  Rearrange tmp reg use to suit.  Comment.
21114         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
21115
21116 2013-10-04  Alan Modra  <amodra@gmail.com>
21117
21118         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
21119
21120 2013-10-04  Alan Modra  <amodra@gmail.com>
21121
21122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
21123         conditional form of branch and link when obtaining pc.
21124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
21125
21126 2013-10-04  Alan Modra  <amodra@gmail.com>
21127
21128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
21129         HIWORD/LOWORD.
21130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
21131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
21132
21133 2013-10-04  Alan Modra  <amodra@gmail.com>
21134
21135         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
21136         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
21137         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
21138         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
21139         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21140         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21141         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
21142         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21143         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
21144         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
21145
21146 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21147             Alistair Popple <alistair@ozlabs.au.ibm.com>
21148             Alan Modra <amodra@gmail.com>
21149
21150         [BZ #15723]
21151         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
21152         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
21153         _dl_hwcap access for little-endian.
21154         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
21155         destroy vmx regs when saving unaligned.
21156         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
21157         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
21158         destroy vmx regs when saving unaligned.
21159
21160 2013-10-04  Alan Modra  <amodra@gmail.com>
21161
21162         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
21163         Don't use a union to pack hi/low value.
21164
21165 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21166
21167         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
21168         for little-endian.
21169         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
21170         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
21171         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21172         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
21173         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
21174
21175 2013-10-04  Alan Modra  <amodra@gmail.com>
21176
21177         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
21178         constants to usual value for .cst8 section, and remove redundant
21179         high address load.
21180         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
21181         constant for 0x1p52.  Load little-endian words of double from
21182         correct stack offsets.
21183
21184 2013-10-04  Alan Modra  <amodra@gmail.com>
21185
21186         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
21187         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
21188         words of double from correct stack offsets.
21189         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
21190         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
21191         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
21192         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
21193         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
21194         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
21195         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
21196         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
21197         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
21198         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
21199         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
21200         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
21201         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
21202         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
21203         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
21204         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
21205         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
21206
21207 2013-10-04  Alan Modra  <amodra@gmail.com>
21208
21209         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
21210         64-bit int/double union.
21211         (_FPU_SETCW): Likewise.
21212         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
21213         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
21214
21215 2013-10-04  Alan Modra  <amodra@gmail.com>
21216
21217         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
21218         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
21219
21220 2013-10-04  Alan Modra  <amodra@gmail.com>
21221
21222         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21223         use vector int constants.
21224         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21225
21226 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21227
21228         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21229         array with long long.
21230         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21231         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21232         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21233         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21234         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21235         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21236         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21237         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21238         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21239         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21240         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21241         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21242         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21243
21244 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21245
21246         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21247         (__signbit): Likewise.  Correct for little-endian.
21248         (__signbitl): Call __signbit.
21249         (lrint): Correct for little-endian.
21250         (lrintf): Call lrint.
21251
21252 2013-10-04  Alan Modra  <amodra@gmail.com>
21253
21254         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21255         union 32-bit int array member with 64-bit int array.
21256         (t515, tm256): Double rather than long double.
21257         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21258
21259 2013-10-04  Alan Modra  <amodra@gmail.com>
21260
21261         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21262         Delete.
21263         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21264         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21265         version of math_ldbl.h.
21266
21267 2013-10-04  Alan Modra  <amodra@gmail.com>
21268
21269         [BZ #15734], [BZ #15735]
21270         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21271         all uses of ieee875 long double macros and unions.  Simplify test
21272         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21273         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21274         normalize after ldbl_extract_mantissa, and don't add hidden bit
21275         already handled.  Don't treat low word of ieee854 mantissa like
21276         low word of IBM long double and mask off bit when testing for
21277         zero.
21278         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21279         all uses of ieee875 long double macros and unions.  Simplify tests
21280         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21281         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21282         two1022, instead use their values.  Recognise that tests for large
21283         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21284         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21285         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21286         test for 0.0L and nan.  Correct negation.
21287         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21288         ieee875 long double macros and unions.  Correct output for large
21289         magnitude x.  Correct absolute value calculation.
21290         (__erfcl): Likewise.
21291         * math/libm-test.inc: Add tests for errors discovered in IBM long
21292         double versions of fmodl, remainderl, erfl and erfcl.
21293
21294 2013-10-04  Alan Modra  <amodra@gmail.com>
21295
21296         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21297         all uses of ieee854 long double macros and unions.  Simplify tests
21298         for long doubles that are fully specified by the high double.
21299         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21300         Likewise.
21301         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21302         Remove dead code too.
21303         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21304         (__ieee754_ynl): Likewise.
21305         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21306         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21307         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21308         Remove dead code too.
21309         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21310         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21311         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21312         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21313         Simplify.
21314         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21315         Simplify.
21316         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21317         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21318         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21319         Comment on variable precision.
21320         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21321         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21322         Likewise.
21323         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21324         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21325         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21326         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21327         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21328
21329 2013-10-04  Alan Modra  <amodra@gmail.com>
21330
21331         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21332         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21333         all uses of ieee854 long double macros and unions.
21334         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21335         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21336         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21337         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21338         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21339         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21340         Likewise.
21341         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21342         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21343         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21344         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21345         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21346         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21347         Simplify sign and nan test too.
21348         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21349         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21350         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21351         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21352         Likewise.
21353         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21354         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21355         Likewise.
21356         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21357         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21358         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21359         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21360         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21361         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21362
21363 2013-10-04  Alan Modra  <amodra@gmail.com>
21364
21365         * stdio-common/printf_size.c (__printf_size): Don't use
21366         union ieee854_long_double in fpnum union.
21367         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21368         signbit macro to retrieve sign from long double.
21369         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21370         retrieve sign from long double.
21371         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21372         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21373         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21374         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21375         * math/test-misc.c (main): Don't use union ieee854_long_double.
21376
21377 2013-10-04  Alan Modra  <amodra@gmail.com>
21378
21379         [BZ #15680]
21380         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21381         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21382         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21383         calculation.  Remove unnecessary test for denormal exponent.
21384         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21385         Correct handling of denormals.  Avoid undefined shift behaviour.
21386         Correct normalisation of low mantissa when low double is denormal.
21387         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21388         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21389         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21390         Correct normalisation of low mantissa.  Test for overflow of high
21391         mantissa and normalise.
21392         (ldbl_nearbyint): Use more readable constant for two52.
21393         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21394         (__mpn_construct_long_double): Fix test for overflow of high
21395         mantissa and correct normalisation.  Avoid undefined shift.
21396
21397 2013-10-04  Alan Modra  <amodra@gmail.com>
21398
21399         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21400         (union ibm_extended_long_double): Define as an array of ieee754_double.
21401         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21402         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21403         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21404         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21405         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21406         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21407         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21408         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21409         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21410         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21411         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21412
21413 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21414
21415         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21416         page size instead of calling getpagesize.
21417
21418         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21419         (LOCFILE_ALIGN_MASK): Likewise.
21420         (LOCFILE_ALIGN_UP): Likewise.
21421         (LOCFILE_ALIGNED_P): Likewise.
21422         * locale/programs/ld-collate.c (collate_output): Use the new
21423         macros instead of __alignof__ (int32_t).
21424         * locale/weight.h (findidx): Likewise.
21425
21426 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21427
21428         [BZ #431]
21429         * manual/string.texi: Fix strncat and wcsncat.
21430
21431 2013-10-03  Brooks Moses  <bmoses@google.com>
21432
21433         [BZ #15915]
21434         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21435         * Makerules: ...here, and adjust associated comments.
21436
21437 2013-10-02  Will Newton  <will.newton@linaro.org>
21438
21439         * malloc/Makefile: Add tst-pvalloc.
21440         * malloc/tst-pvalloc.c: New file.
21441
21442 2013-10-02  Will Newton  <will.newton@linaro.org>
21443
21444         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21445         improve test coverage.
21446
21447 2013-10-02  Will Newton  <will.newton@linaro.org>
21448
21449         * malloc/Makefile: Add tst-posix_memalign.
21450         * malloc/tst-posix_memalign.c: New file.
21451
21452 2013-10-01  Eric Blake  <eblake@redhat.com>
21453
21454         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21455         Use __THROWNL rather than __THROW on static functions.
21456
21457 2013-09-30  Petr Machata  <pmachata@redhat.com>
21458
21459         * elf/elf.h (R_AARCH64_ABS16): New macro.
21460         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21461         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21462         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21463         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21464         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21465         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21466         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21467         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21468         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21469         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21470         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21471         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21472         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21473         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21474         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21475         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21476         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21477         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21478         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21479         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21480         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21481         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21482         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21483         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21484         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21485         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21486         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21487         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21488         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21489         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21490         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21491         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21492         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21493         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21494         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21495         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21496         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21497         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21498         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21499         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21500         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21501         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21502         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21503         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21504         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21505         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21506         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21507         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21508         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21509         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21510         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21511         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21512         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21513         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21514         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21515         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21516         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21517         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21518         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21519         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21520         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21521         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21522         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21523         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21524         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21525         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21526         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21527         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21528         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21529         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21530         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21531         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21532         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21533         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21534         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21535         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21536         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21537         (R_AARCH64_TLSDESC_LDR): Likewise.
21538         (R_AARCH64_TLSDESC_ADD): Likewise.
21539         (R_AARCH64_TLSDESC_CALL): Likewise.
21540
21541 2013-09-30  Andreas Schwab  <schwab@suse.de>
21542
21543         [BZ #15048]
21544         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21545         the nss database lookup.
21546         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21547         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21548
21549 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21550
21551         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21552
21553 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21554
21555         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21556         ${Bash-specific parameter/pattern/string} parameter expansion.
21557         * sysdeps/unix/make-syscalls.sh: Likewise.
21558
21559 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21560
21561         * sysdeps/sh/stackguard-macros.h: New file.
21562
21563 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21564
21565         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21566         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21567         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21568         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21569         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21570         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21571
21572 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21573
21574         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21575         Fix thread ID register.
21576
21577 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21578
21579         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21580         [POSIX || UNIX98]: Require rather than permitting all symbols from
21581         <time.h>.
21582         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21583         element of struct sched_param.
21584         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21585         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21586         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21587         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21588         constant.
21589
21590 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21591
21592         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21593         argument calculation.
21594
21595 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21596
21597         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21598         Expect macro.
21599         [POSIX] (pthread_attr_t): Do not require type.
21600         [POSIX] (pthread_cond_t): Likewise.
21601         [POSIX] (pthread_condattr_t): Likewise.
21602         [POSIX] (pthread_key_t): Likewise.
21603         [POSIX] (pthread_mutex_t): Likewise.
21604         [POSIX] (pthread_mutexattr_t): Likewise.
21605         [POSIX] (pthread_once_t): Likewise.
21606         [POSIX] (pthread_t): Likewise.
21607         [POSIX-based standards] (pthread_atfork): Expect function.
21608
21609 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21610             Richard Sandiford  <richard@codesourcery.com>
21611
21612         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21613         (swap_endianness_p): New extern variable.
21614         (set_big_endian): New inline function.
21615         (maybe_swap_uint32): Likewise.
21616         (maybe_swap_uint32_array): Likewise.
21617         (maybe_swap_uint32_obstack): Likewise.
21618         * locale/programs/locfile.c: Include <stdbool.h>.
21619         (swap_endianness_p): New variable.
21620         (add_locale_uint32): Call maybe_swap_uint32.
21621         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21622         (write_locale_data): Call maybe_swap_uint32_array.
21623         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21624         maybe_swap_uint32.
21625         (obstack_int32_grow_fast): Likewise.
21626         (output_weightwc): Call maybe_swap_uint32_obstack.
21627         (collate_output): Likewise.
21628         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21629         (OPT_LITTLE_ENDIAN): Likewise.
21630         (options): Add --little-endian and --big-endian options.
21631         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21632         * locale/programs/locarchive.c: Include "locfile.h".
21633         (GET): New macro.
21634         (SET): Likewise.
21635         (INC): Likewise.
21636         (create_archive): Use the new macros to access fields of
21637         structures directly mapped from or written to locale archives.
21638         (oldlocrecentcmp): Likewise.
21639         (enlarge_archive): Likewise.
21640         (insert_name): Likewise.
21641         (add_alias): Likewise.
21642         (add_locale): Likewise.
21643         (delete_locales_from_archive): Likewise.
21644         (show_archive_content): Likewise.
21645         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21646         locale data.
21647
21648 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21649
21650         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21651         http://www.gnu.org/doc/freemanuals.texi.
21652         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21653
21654 2013-09-24  Will Newton  <will.newton@linaro.org>
21655
21656         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21657         macro.
21658
21659 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21660
21661         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21662         unsigned char.
21663
21664 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21665
21666         * manual/threads.texi (POSIX Threads): Fix a typo.
21667
21668 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21669
21670         [BZ #14547]
21671         * string/tst-strcoll-overflow.c: New test case.
21672         * string/Makefile (xtests): Add tst-strcoll-overflow.
21673         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21674         cache if string sizes may cause integer overflow.
21675
21676         [BZ #14547]
21677         * string/strcoll_l.c (coll_seq): New members rule, idx,
21678         save_idx and back_us.
21679         (get_next_seq_nocache): New function.
21680         (do_compare_nocache): New function.
21681         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21682         when malloc fails.
21683
21684 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21685
21686         [BZ #15754]
21687         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21688         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21689         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21690
21691         [BZ #15754]
21692         * elf/Makefile (tests): Add tst-ptrguard1.
21693         (tests-static): Add tst-ptrguard1-static.
21694         (tst-ptrguard1-ARGS): Define.
21695         (tst-ptrguard1-static-ARGS): Define.
21696         * elf/tst-ptrguard1.c: New file.
21697         * elf/tst-ptrguard1-static.c: New file.
21698         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21699         * sysdeps/i386/stackguard-macros.h: Likewise.
21700         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21701         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21702         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21703         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21704         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21705         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21706
21707 2013-09-23  Hector Marco  <hecmargi@upv.es>
21708             Ismael Ripoll  <iripoll@disca.upv.es>
21709             Carlos O'Donell  <carlos@redhat.com>
21710
21711         [BZ #15754]
21712         * sysdeps/generic/stackguard-macros.h: Define
21713         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21714         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21715         Define __pointer_chk_guard_local.
21716         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21717         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21718
21719 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21720
21721         [BZ #15859]
21722         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21723
21724 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21725
21726         * include/string.h (__ffs): Declare as hidden.
21727         * string/ffs.c (__ffs): Define as hidden.
21728         * sysdeps/i386/ffs.c (__ffs): Likewise.
21729         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21730         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21731         * sysdeps/s390/ffs.c (__ffs): Likewise.
21732         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21733
21734 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21735
21736         * NEWS: Mention malloc probes.
21737
21738         * malloc/arena.c (new_heap): New memory_heap_new probe.
21739         (grow_heap): New memory_heap_more probe.
21740         (shrink_heap): New memory_heap_less probe.
21741         (heap_trim): New memory_heap_free probe.
21742         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21743         (systrim): New memory_sbrk_less probe.
21744         * manual/probes.texi: Document them.
21745
21746         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21747         * manual/probes.texi: Document it.
21748
21749         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21750         (__libc_realloc): Add memory_realloc_retry probe.
21751         (__libc_memalign): Add memory_memalign_retry probe.
21752         (__libc_valloc): Add memory_valloc_retry probe.
21753         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21754         (__libc_calloc): Add memory_calloc_retry probe.
21755         * manual/probes.texi: Document them.
21756
21757         * malloc/arena.c (get_free_list): Add probe
21758         memory_arena_reuse_free_list.
21759         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21760         and memory_arena_reuse.
21761         (arena_get2) [!PER_THREAD]: Likewise.
21762         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21763         memory_arena_reuse_realloc.
21764         * manual/probes.texi: Document them.
21765
21766         * malloc/malloc.c (__libc_free): Add
21767         memory_mallopt_free_dyn_thresholds probe.
21768         (__libc_mallopt): Add multiple memory_mallopt probes.
21769         * manual/probes.texi: Document them.
21770
21771         * malloc/malloc.c: Include stap-probe.h.
21772         (__libc_mallopt): Add memory_mallopt probe.
21773         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21774         * manual/probes.texi: New.
21775         * manual/Makefile (chapters): Add probes.
21776         * manual/threads.texi: Set next node.
21777
21778 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21779
21780         [BZ #15963, #13985]
21781         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21782         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21783         Add `Chinese' to `nan' entry name.
21784
21785 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21786
21787         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21788         (POLYNOMIAL): Likewise.
21789         (TAYLOR_SINCOS): Likewise.
21790         (TAYLOR_SLOW): Likewise.
21791         (__sin): Use TAYLOR_SINCOS.
21792         (__cos): Likewise.
21793         (slow): Use TAYLOR_SLOW.
21794         (sloww): Likewise.
21795         (bsloww): Likewise.
21796         (csloww): Likewise.
21797
21798 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21799
21800         * stdlib/strtod_l.c: Fix buffer overrun.
21801
21802 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21803
21804         * benchtests/Makefile (bench): Add sincos.
21805         * benchtests/bench-sincos.c: New file.
21806
21807         * math/libm-test.inc (cos_test_data): New test inputs.
21808         (sin_test_data): Likewise.
21809
21810         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21811         macro.
21812         (__sin): Use it.
21813         (__cos): Likewise.
21814         (slow1): Likewise.
21815         (slow2): Likewise.
21816         (sloww1): Likewise.
21817         (sloww2): Likewise.
21818         (bsloww1): Likewise.
21819         (bsloww2): Likewise.
21820         (cslow2): Likewise.
21821         (csloww1): Likewise.
21822         (csloww2): Likewise.
21823
21824         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21825         function.
21826         (__sin): Use it.
21827         (__cos): Likewise.
21828
21829         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21830         gotos.
21831         (__cos): Likewise.
21832
21833 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21834
21835         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21836         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21837         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21838         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21839         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21840         * elf/cache.c (print_entry): Handle the new cache flags.
21841
21842 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21843             Aldy Hernandez  <aldyh@redhat.com>
21844
21845         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21846         Change condition to [_SOFT_FLOAT].
21847         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21848         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21849         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21850         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21851         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21852         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21853         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21854         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21855         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21856         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21857         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21858         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21859         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21860         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21861         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21862         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21863         declaration.
21864
21865 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21866
21867         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21868         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21869         (__longjmp): Use LOAD_GP to load saved GPRs.
21870         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21871         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21872         (__sigsetjmp): Use SAVE_GP to save GPRs.
21873
21874         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21875         Do not append -msoft-float.
21876         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21877
21878 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21879
21880         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21881
21882 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21883
21884         [BZ #15966]
21885         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21886         (_FPU_GETCW): Use initial "__" on variable and field names but not
21887         on macro parameter name.
21888         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21889         parentheses around reference to macro parameter.
21890
21891 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21892
21893         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21894         prototype.
21895         (ctype_startup): Use uint32_t in cast and sizeof for
21896         ctype->charnames.
21897
21898 2013-09-11  Jia Liu  <proljc@gmail.com>
21899
21900         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21901         __daddr_t_defined.
21902         [__FreeBSD__]: Likewise.
21903
21904 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21905
21906         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21907         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21908         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21909         (strchr): Remove __strchr_sse42 ifunc selection.
21910         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21911         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21912
21913 2013-09-11  Will Newton  <will.newton@linaro.org>
21914
21915         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21916         parameter to RES. Remove hardcoded 1000 value.
21917         * benchtests/bench-skeleton.c (main): Pass RES parameter
21918         to TIMING_INIT and multiply result by 1000.
21919
21920 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21921
21922         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21923
21924 2013-09-11  Andreas Schwab  <schwab@suse.de>
21925
21926         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21927         if not defined.
21928         (O_TMPFILE) [__USE_GNU]: Define.
21929         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21930         Define.
21931
21932 2013-09-11  Will Newton  <will.newton@linaro.org>
21933
21934         [BZ #15857]
21935         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21936         does not overflow.
21937
21938 2013-09-11  Will Newton  <will.newton@linaro.org>
21939
21940         [BZ #15856]
21941         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21942         does not overflow.
21943
21944 2013-09-11  Will Newton  <will.newton@linaro.org>
21945
21946         [BZ #15855]
21947         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21948         does not overflow.
21949
21950 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21951
21952         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21953         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21954         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21955         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21956         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21957
21958 2013-09-10  Allan McRae  <allan@archlinux.org>
21959
21960         [BZ #15748]
21961         * manual/arith.texi (Parsing of Floats): Clarify
21962         cross-reference.
21963
21964         [BZ #15849]
21965         * manual/install.texi (Running make install): Mention
21966         --enable-pt-chown.
21967         * INSTALL: Regenerated.
21968
21969 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21970
21971         * csu/init-first.c (_init): Remove the !SHARED condition around
21972         FPU control word initialization.
21973         * elf/dl-support.c (_dl_fpu_control): New variable.
21974         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21975         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21976         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21977         * math/test-fpucw-static.c: New file.
21978         * math/test-fpucw-ieee.c: New file.
21979         * math/test-fpucw-ieee-static.c: New file.
21980         * math/Makefile (tests): Add `test-fpucw-ieee' and
21981         `$(tests-static)'.
21982         (tests-static): New variable.
21983         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21984         dependency to...
21985         [($(build-shared),yes)]
21986         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21987         ... this.
21988         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21989         New dependency.
21990
21991 2013-09-09  Allan McRae  <allan@archlinux.org>
21992
21993         [BZ #15939]
21994         * manual/string.texi (Collation Functions): Fix typo in
21995         strcoll example.
21996         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21997
21998         [BZ #15893]
21999         * stdlib/isomac.c (get_null_defines): Fix memory leak.
22000
22001         [BZ #15892]
22002         * libio/memstream.c (open_memstream): Fix memory leak.
22003         * libio/wmemstream.c (open_wmemstream): Likewise.
22004
22005         [BZ #15895]
22006         * nscd/netgroupcache.c: Fix nesting of ifdefs.
22007
22008 2013-09-09  Will Newton  <will.newton@linaro.org>
22009
22010         * malloc/Makefile: Add tst-realloc to tests.
22011         * malloc/tst-realloc.c: New file.
22012
22013 2013-09-09  Allan McRae  <allan@archlinux.org>
22014
22015         [BZ #15844]
22016         * COPYING: Update from GNU website to fix FSF address.
22017         * COPYING.LIB: Likewise.
22018
22019 2013-09-06  David S. Miller  <davem@davemloft.net>
22020
22021         * po/zh_TW.po: Update Chinese (traditional) translation from
22022         translation project.
22023
22024 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
22025             Joseph Myers  <joseph@codesourcery.com>
22026
22027         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
22028         "localeinfo.h".
22029         (obstack_chunk_alloc): New macro.
22030         (obstack_chunk_free): Likewise.
22031         (record_offset): New function.
22032         (init_locale_data): Likewise.
22033         (align_locale_data): Likewise.
22034         (add_locale_empty): Likewise.
22035         (add_locale_raw_data): Likewise.
22036         (add_locale_raw_obstack): Likewise.
22037         (add_locale_string): Likewise.
22038         (add_locale_wstring): Likewise.
22039         (add_locale_uint32): Likewise.
22040         (add_locale_uint32_array): Likewise.
22041         (add_locale_char): Likewise.
22042         (start_locale_structure): Likewise.
22043         (end_locale_structure): Likewise.
22044         (start_locale_prelude): Likewise.
22045         (end_locale_prelude): Likewise.
22046         (write_locale_data): Take locale_file structure rather than an
22047         iovec.
22048         * locale/programs/locfile.h: Include "obstack.h".
22049         (struct locale_file): Change to store locale file contents instead
22050         of header.
22051         (init_locale_data): New prototype.
22052         (align_locale_data): Likewise.
22053         (add_locale_empty): Likewise.
22054         (add_locale_raw_data): Likewise.
22055         (add_locale_raw_obstack): Likewise.
22056         (add_locale_string): Likewise.
22057         (add_locale_wstring): Likewise.
22058         (add_locale_uint32): Likewise.
22059         (add_locale_uint32_array): Likewise.
22060         (add_locale_char): Likewise.
22061         (start_locale_structure): Likewise.
22062         (end_locale_structure): Likewise.
22063         (start_locale_prelude): Likewise.
22064         (end_locale_prelude): Likewise.
22065         (write_locale_data): Update prototype.
22066         * locale/programs/3level.h (struct TABLE): Remove result field.
22067         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
22068         Use new locale_file interface.
22069         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
22070         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
22071         * locale/programs/ld-address.c (address_output): Use new
22072         locale_file interface.
22073         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
22074         NO_ADD_LOCALE.
22075         (collate_finish): Don't call collseq_table_finalize.
22076         (collate_output): Use new locale_file interface.
22077         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
22078         in file.
22079         (NO_FINALIZE): Change to NO_ADD_LOCALE.
22080         (TABLE): Move defines earlier in file.
22081         (ELEMENT): Likewise.
22082         (DEFAULT): Likewise.
22083         (wctrans_table_add): Move macro and inline function earlier in
22084         file.
22085         (struct wctype_table): Move type earlier in file.
22086         (add_locale_wctype_table): New static prototype.
22087         (struct locale_ctype_t): Use logical types instead of struct iovec
22088         pointers for members.
22089         (ctype_output): Use new locale_file interface.
22090         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
22091         new locale_file interface.
22092         (allocate_arrays): Update for use of new locale_file interface.
22093         * locale/programs/ld-identification.c (identification_output): Use
22094         new locale_file interface.
22095         * locale/programs/ld-measurement.c (measurement_output): Likewise.
22096         * locale/programs/ld-messages.c (messages_output): Likewise.
22097         * locale/programs/ld-monetary.c (monetary_output): Likewise.
22098         * locale/programs/ld-name.c (name_output): Likewise.
22099         * locale/programs/ld-numeric.c (numeric_output): Likewise.
22100         * locale/programs/ld-paper.c (paper_output): Likewise.
22101         * locale/programs/ld-telephone.c (telephone_output): Likewise.
22102         * locale/programs/ld-time.c (time_output): Likewise.
22103
22104 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22105
22106         * benchtests/Makefile: Add memrchr benchmark.
22107         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
22108         benchmark as memrchr.
22109         * benchtests/bench-memrchr-ifunc.c: New file.
22110         * benchtests/bench-memrchr.c: New file.
22111
22112 2013-09-06   Will Newton  <will.newton@linaro.org>
22113
22114         * benchtests/Makefile (string-bench): Add memcpy.
22115
22116 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
22117             Cong Wang  <amwang@redhat.com>
22118
22119         [BZ #15850]
22120         * sysdeps/unix/sysv/linux/bits/in.h
22121         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
22122         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
22123         before __USE_KERNEL_IPV6_DEFS uses.
22124         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
22125         IPPROTO_BEETPH.
22126         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
22127         sockaddr_in6, or ipv6_mreq.
22128
22129 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22130
22131         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
22132         memory access for final bytes in some large inputs.
22133         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
22134
22135 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22136
22137         * string/test-memrchr.c: New file.
22138         * string/test-memrchr-ifunc.c: New file.
22139         * string/Makefile: Add new memrchr testcase.
22140
22141 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
22142
22143         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
22144         fanotify_init returns EPERM.
22145
22146 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22147
22148         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
22149         errors.
22150         (top level): Treat second token from macro or constant entries for
22151         allowed headers as allowed.
22152         * include/complex.h: Condition internal declarations on
22153         [!_ISOMAC].
22154         * include/fenv.h: Condition include of <stdbool.h> and internal
22155         declarations on [!_ISOMAC].
22156
22157 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
22158
22159         [BZ #15923]
22160         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
22161
22162 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22163
22164         * configure.in (--enable-versioning): Remove configure option.
22165         (libc_cv_asm_symver_directive): Remove configure test.
22166         (libc_cv_ld_version_script_option): Likewise.
22167         (VERSIONING): Remove variable and AC_SUBST.
22168         (DO_VERSIONING): Remove AC_DEFINE.
22169         * configure: Regenerated.
22170         * config.h.in (DO_VERSIONING): Remove macro.
22171         * Makerules [$(versioning) = yes]: Change conditionals to
22172         [$(build-shared) = yes].
22173         * config.make.in (versioning): Remove variable.
22174         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
22175         [$(build-shared) = yes].
22176         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
22177         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
22178         * elf/Makefile [$(versioning) = yes]: Change conditionals to
22179         [$(build-shared) = yes].
22180         * extra-lib.mk [$(versioning) = yes]: Likewise.
22181         * hurd/Makefile [$(versioning) = yes]: Likewise.
22182         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
22183         [SHARED].
22184         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
22185         [SHARED].
22186         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22187         [SHARED && !NO_HIDDEN].
22188         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
22189         [SHARED].
22190         [SHARED && DO_VERSIONING]: Likewise..
22191         * libio/Makefile [$(versioning) = yes]: Change conditionals to
22192         [$(build-shared) = yes].
22193         * manual/install.texi (--disable-versioning): Remove
22194         documentation.
22195         * INSTALL: Regenerated.
22196         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
22197         to [SHARED].
22198         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
22199         [$(build-shared) = yes].
22200         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
22201         * sysdeps/i386/i686/multiarch/strstr-c.c
22202         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22203         [SHARED && !NO_HIDDEN].
22204         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
22205         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
22206         * sysdeps/powerpc/powerpc32/dl-machine.c
22207         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
22208         * sysdeps/powerpc/powerpc32/sysdep.h
22209         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
22210         to [SHARED && PIC && !NO_HIDDEN].
22211         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
22212         conditional to [SHARED].
22213
22214 2013-09-04   Will Newton  <will.newton@linaro.org>
22215
22216         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
22217         * benchtests/bench-string.h: Include bench-timing.h instead
22218         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
22219         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
22220         call to HP_TIMING_DIFF_INIT.
22221         * benchtests/bench-memccpy.c: Use bench-timing.h macros
22222         instead of hp-timing.h macros.
22223         * benchtests/bench-memchr.c: Likewise.
22224         * benchtests/bench-memcmp.c: Likewise.
22225         * benchtests/bench-memcpy.c: Likewise.
22226         * benchtests/bench-memmem.c: Likewise.
22227         * benchtests/bench-memmove.c: Likewise.
22228         * benchtests/bench-memset.c: Likewise.
22229         * benchtests/bench-rawmemchr.c: Likewise.
22230         * benchtests/bench-strcasecmp.c: Likewise.
22231         * benchtests/bench-strcasestr.c: Likewise.
22232         * benchtests/bench-strcat.c: Likewise.
22233         * benchtests/bench-strchr.c: Likewise.
22234         * benchtests/bench-strcmp.c: Likewise.
22235         * benchtests/bench-strcpy.c: Likewise.
22236         * benchtests/bench-strcpy_chk.c: Likewise.
22237         * benchtests/bench-strlen.c: Likewise.
22238         * benchtests/bench-strncasecmp.c: Likewise.
22239         * benchtests/bench-strncat.c: Likewise.
22240         * benchtests/bench-strncmp.c: Likewise.
22241         * benchtests/bench-strncpy.c: Likewise.
22242         * benchtests/bench-strnlen.c: Likewise.
22243         * benchtests/bench-strpbrk.c: Likewise.
22244         * benchtests/bench-strrchr.c: Likewise.
22245         * benchtests/bench-strspn.c: Likewise.
22246         * benchtests/bench-strstr.c: Likewise.
22247
22248 2013-09-04  Will Newton  <will.newton@linaro.org>
22249
22250         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22251
22252 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22253
22254         [BZ #15427]
22255         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22256         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22257         * math/libm-test.inc (lgamma_test_data): Add more tests.
22258         * sysdeps/i386/fpu/libm-test-ulps: Update.
22259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22260
22261 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22262
22263         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22264         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22265         Add ifunc.
22266         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22267         Add strcmp-sse2-unaligned
22268         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22269
22270 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22271
22272         * Versions.def (libc): Add GLIBC_2.19.
22273
22274 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22275
22276         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22277         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22278
22279 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22280
22281         [BZ #14155]
22282         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22283         intermediate calculations in recurrence.
22284         (__ieee754_ynf): Likewise.
22285         * math/libm-test.inc (jn_test_data): Do not allow spurious
22286         underflow exception.  Add more tests.
22287         (yn_test_data): Add more tests.
22288         * sysdeps/i386/fpu/libm-test-ulps: Update.
22289         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22290
22291 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22292
22293         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22294
22295 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22296
22297         * csu/init-first.c: Fix then/than typos.
22298         * locale/programs/ld-collate.c: Likewise.
22299         * locale/programs/linereader.h: Likewise.
22300         * manual/charset.texi: Likewise.
22301         * manual/filesys.texi: Likewise.
22302         * manual/stdio.texi: Likewise.
22303         * manual/string.texi: Likewise.
22304         * stdlib/fmtmsg.c: Likewise.
22305         * sysdeps/i386/stpncpy.S: Likewise.
22306         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22307         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22308         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22309         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22310
22311 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22312
22313         * elf/dl-open.c: Fix typos.
22314         * iconvdata/gbbig5.c: Likewise.
22315         * iconvdata/iso-2022-jp.c: Likewise.
22316         * iconv/gconv_int.h: Likewise.
22317         * iconv/loop.c: Likewise.
22318         * nis/rpcsvc/nis.h: Likewise.
22319         * resolv/ns_name.c: Likewise.
22320         * stdio-common/vfscanf.c: Likewise.
22321         * streams/stropts.h: Likewise.
22322         * sunrpc/rpc_thread.c: Likewise.
22323         * sysdeps/i386/strpbrk.S: Likewise.
22324         * sysdeps/ieee754/k_standard.c: Likewise.
22325         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22326         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22327         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22328         * sysdeps/mach/hurd/profil.c: Likewise.
22329         * sysdeps/s390/dl-procinfo.h: Likewise.
22330         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22331         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22332         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22333         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22334         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22335
22336 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22337
22338         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22339         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22340
22341 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22342
22343         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22344         aix specific files.
22345         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22346         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22347         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22348         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22349         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22350         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22351         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22352         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22353
22354 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22355             Roland McGrath  <roland@hack.frob.com>
22356
22357         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22358         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22359
22360 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22361
22362         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22363         __executable_start symbol instead of _start.
22364
22365 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22366
22367         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22368         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22369         Move macros to...
22370         * sysdeps/gnu/ldsodefs.h: ... this new file.
22371
22372         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22373         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22374         instead of ELFOSABI_LINUX.
22375
22376         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22377         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22378         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22379         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22380         Likewise.
22381         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22382         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22383         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22384         Likewise.
22385         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22386         (ibm_extended_long_double): Add ieee_nan member.
22387         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22388         (do_test): New function.
22389
22390         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22391         TEST_TRUNC.
22392         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22393         functions, renamed from truncdfsf_test, trunctfsf_test,
22394         trunctfdf_test.
22395         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22396         functions.
22397         (do_test): Run all these.
22398
22399 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22400
22401         * argp/argp-help.c: Fix typos.
22402         * argp/argp-parse.c: Likewise.
22403         * debug/backtracesyms.c: Likewise.
22404         * elf/elf.h: Likewise.
22405         * malloc/malloc.c: Likewise.
22406         * nis/nis_print.c: Likewise.
22407         * resolv/res_comp.c: Likewise.
22408         * stdlib/stdlib.h: Likewise.
22409         * sunrpc/clnt_tcp.c: Likewise.
22410         * sunrpc/clnt_udp.c: Likewise.
22411         * sunrpc/clnt_unix.c: Likewise.
22412         * sysdeps/unix/bsd/ptsname.c: Likewise.
22413         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22414         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22416         Likewise.
22417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22418         Likewise.
22419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22420         Likewise.
22421         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22422
22423 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22424
22425         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22426         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22427
22428 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22429
22430         [BZ #15897]
22431         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22432         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22433         ($(objpfx)bug-dl-leaf): New rule.
22434         ($(objpfx)bug-dl-leaf.so): Likewise.
22435         ($(objpfx)bug-dl-leaf.out): Likewise.
22436         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22437         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22438         * dlfcn/bug-dl-leaf.c: New test.
22439         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22440         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22441         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22442         (dlclose): Likewise.
22443         (dlmopen): Likewise.
22444
22445 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22446
22447         * include/netdb.h [!_ISOMAC]:
22448         Don't include <tls.h>.
22449         (h_errno, __libc_h_errno): Move declaration and macros out of
22450         [_LIBC_REENTRANT].
22451
22452         * include/resolv.h [_RESOLV_H_]:
22453         Don't include <tls.h>.
22454         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22455         * resolv/res_libc.c: Don't include <tls.h>.
22456         (_res): Use __attribute__ ((nocommon)) in place of
22457         __attribute__ ((section (".bss"))).
22458
22459         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22460         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22461
22462         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22463
22464         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22465         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22466
22467         * resolv/res_mkquery.c: Include <sys/time.h>.
22468
22469         * inet/ifreq.c: Moved to ...
22470         * sysdeps/unix/ifreq.c: ... here.
22471         * inet/ifreq.c: New file, true stub version.
22472
22473         * socket/sa_len.c: New file.
22474         * socket/Makefile (aux): Add it.
22475         * sysdeps/unix/sysv/linux/Makefile
22476         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22477         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22478         and #include <socket/sa_len.c>.
22479         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22480         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22481
22482         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22483         * bits/socket.h: ... here.
22484
22485         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22486         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22487         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22488
22489 2013-08-27  Andreas Schwab  <schwab@suse.de>
22490
22491         [BZ #15736]
22492         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22493         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22494         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22495         * string/test-strcasecmp.c (test_main): Run tests in several
22496         locales.
22497         * string/test-strncasecmp.c (test_main): Likewise.
22498
22499         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22500         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22501         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22502         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22503         (__strncasecmp_ssse3) [PIC]: Likewise.
22504
22505 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22506
22507         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22508
22509         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22510         instead of explicitly declaring xdecrypt.
22511         * nis/nss_nis/nis-publickey.c: Likewise.
22512
22513 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22514
22515         [BZ #15890]
22516         * nscd/aicache.c: Include res_hconf.h.
22517         (addhstaiX): Initialize res_hconf.
22518
22519 2013-08-26  Andreas Schwab  <schwab@suse.de>
22520
22521         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22522         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22523
22524 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22525
22526         * nscd/aicache.c (addhstaiX): Fix indentation.
22527
22528 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22529
22530         * configure.ac: Quote $build_pt_chown test.
22531         * configure: Regenerated.
22532
22533 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22534
22535         [BZ #15532]
22536         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22537         * math/s_cexpf.c (__cexpf): Likewise.
22538         * math/s_cexpl.c (__cexpl): Likewise.
22539         * math/libm-test.inc (cexp_test_data): Correct expected return
22540         value for NaN + i0.  Add another test.
22541
22542 2013-08-22  David S. Miller  <davem@davemloft.net>
22543
22544         * po/ca.po: Update Catalan translation from translation project.
22545         * po/uk.po: Add Ukrainian translations from translation project.
22546
22547 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22548
22549         [BZ #15797]
22550         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22551         is infinite, not alongside NaN test.
22552         * math/s_fdimf.c (__fdimf): Likewise.
22553         * math/s_fdiml.c (__fdiml): Likewise.
22554         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22555         errno is unchanged.
22556
22557 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22558
22559         * argp/argp-help.c: Fix typos.
22560         * crypt/speeds.c: Likewise.
22561         * csu/check_fds.c: Likewise.
22562         * elf/dl-load.c: Likewise.
22563         * elf/dl-open.c: Likewise.
22564         * elf/reldep3.c: Likewise.
22565         * elf/reldep.c: Likewise.
22566         * elf/sprof.c: Likewise.
22567         * iconv/iconv_charmap.c: Likewise.
22568         * iconv/skeleton.c: Likewise.
22569         * iconv/strtab.c: Likewise.
22570         * io/lockf64.c: Likewise.
22571         * libio/libioP.h: Likewise.
22572         * resolv/gai_notify.c: Likewise.
22573         * resolv/ns_name.c: Likewise.
22574         * resolv/ns_samedomain.c: Likewise.
22575         * resolv/res_send.c: Likewise.
22576         * stdlib/random.c: Likewise.
22577         * sunrpc/rpc/xdr.h: Likewise.
22578         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22579         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22580         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22581         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22582         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22583         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22584         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22585         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22586         * sysdeps/mach/hurd/check_fds.c: Likewise.
22587         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22588         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22589         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22590         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22591         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22592         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22593         * sysdeps/pthread/aio_notify.c: Likewise.
22594         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22595         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22596         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22597         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22598         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22599
22600 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22601
22602         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22603         version if bit_Slow_SSE4_2 is set.
22604         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22605         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22606
22607 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22608
22609         [BZ #15867]
22610         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22611         trampoline stack frame information.
22612         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22613         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22614         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22615         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22616         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22617         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22618         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22619         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22620         sa_flags value.
22621         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22622         interrupting a syscall and set with option SA_SIGINFO.
22623
22624 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22625
22626         [BZ #15531]
22627         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22628         argument is infinite.
22629         * math/s_cprojf.c (__cprojf): Likewise.
22630         * math/s_cprojl.c (__cprojl): Likewise.
22631         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22632         * math/libm-test.inc (cproj_test_data): Add more tests.
22633
22634         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22635
22636         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22637         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22638         size.  Use __ffs to determine corresponding shift.
22639
22640 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22641             Roland McGrath  <roland@hack.frob.com>
22642
22643         * Makefile (INSTALL): Remove trailing blank lines from output of
22644         makeinfo.
22645
22646 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22647
22648         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22649         Align 32 bit compat elf_greg to 8 bytes.
22650
22651 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22652
22653         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22654
22655 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22656
22657         * string/strcoll_l.c (coll_seq): New structure.
22658         (get_next_seq_cached): New function.
22659         (get_next_seq): New function.
22660         (do_compare): New function.
22661         (STRCOLL): Use GNU style definition.  Simplify implementation
22662         by using get_next_seq, get_next_seq_cached and do_compare.
22663
22664 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22665
22666         [BZ #14699]
22667         CVE-2013-4237
22668         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22669         member.
22670         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22671         member.
22672         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22673         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22674         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22675         conditional.
22676         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22677         GETDENTS_64BIT_ALIGNED.
22678         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22679         * manual/filesys.texi (Reading/Closing Directory): Document
22680         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22681         strongly.
22682         * manual/conf.texi (Limits for Files): Add portability note to
22683         NAME_MAX, PATH_MAX.
22684         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22685
22686 2013-08-13  Andreas Schwab  <schwab@suse.de>
22687
22688         [BZ #15749]
22689         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22690         of fabs.
22691         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22692         LDBL_MAX_EXP >= 16384]: Add tests for it.
22693
22694 2013-08-12  David S. Miller  <davem@davemloft.net>
22695
22696         * version.h (RELEASE): Set to "development".
22697         (VERSION): Set to "2.18.90".
22698         * NEWS: Add 2.19 section.
22699
22700 2013-08-03  David S. Miller  <davem@davemloft.net>
22701
22702         * po/ko.po: Update Korean translation from translation project.
22703
22704 2013-08-01  David S. Miller  <davem@davemloft.net>
22705
22706         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22707         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22708         Bilka.
22709
22710 2013-07-30  David S. Miller  <davem@davemloft.net>
22711
22712         * po/fr.po: Update French translation from translation project.
22713
22714 2013-07-28  David S. Miller  <davem@davemloft.net>
22715
22716         * po/cs.po: Update Czech translation from translation project.
22717
22718         * po/sv.po: Update Swedish translation from translation project.
22719
22720 2013-07-27  David S. Miller  <davem@davemloft.net>
22721
22722         * po/eo.po: Update Esperanto translation from translation project.
22723
22724         * po/vi.po: Update Vietnamese translation from translation project.
22725
22726         * po/de.po: Update German translation from translation project.
22727
22728 2013-07-26  David S. Miller  <davem@davemloft.net>
22729
22730         * po/bg.po: Update Bulgarian translation from translation project.
22731
22732         * po/nl.po: Update Dutch translation from translation project.
22733         * po/pl.po: Update Polish translation from translation project.
22734         * po/ru.po: Update Russian translation from translation project.
22735
22736 2013-07-24  David S. Miller  <davem@davemloft.net>
22737
22738         * po/libc.pot: Update.
22739
22740 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22741
22742         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22743         variable page size.
22744         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22745         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22746         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22747
22748 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22749
22750         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22751
22752 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22753             Andreas Schwab  <schwab@suse.de>
22754             Roland McGrath  <roland@hack.frob.com>
22755             Joseph Myers  <joseph@codesourcery.com>
22756             Carlos O'Donell  <carlos@redhat.com>
22757
22758         [BZ #15755]
22759         * config.h.in: Define HAVE_PT_CHOWN.
22760         * config.make.in (build-pt-chown): New variable.
22761         * configure.in (--enable-pt_chown): New configure option.
22762         * configure: Regenerate.
22763         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22764         build-pt-chown is enabled.
22765         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22766         pt_chown to fix pty ownership.
22767         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22768         CLOSE_ALL_FDS.
22769         * manual/install.texi (Configuring and compiling): Mention
22770         --enable-pt_chown. Add @findex for grantpt.
22771         * INSTALL: Regenerate.
22772
22773 2013-07-20  David S. Miller  <davem@davemloft.net>
22774
22775         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22776         difference between 32-bit and 64-bit.
22777
22778 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22779
22780         [BZ #15711]
22781         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22782         Avoid system header dependency with -ffreestanding.
22783         ($(objpfx)bits/syscall%d): Likewise.
22784
22785 2013-07-13  David S. Miller  <davem@davemloft.net>
22786
22787         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22788         underflows from atanl/atan2l due to bug 15319.
22789         (casinh_test_data): Likewise.
22790
22791 2013-07-07  David S. Miller  <davem@davemloft.net>
22792
22793         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22794
22795 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22796
22797         * sysdeps/i386/fpu/libm-test-ulps: Update.
22798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22799
22800 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22801
22802         * configure.in (--enable-lock-elision): Fix message text.
22803         * INSTALL: Regenerate.
22804         * configure: Regenerate.
22805
22806 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22807
22808         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22809
22810 2013-07-03  Andreas Jaeger  <aj@suse.de>
22811
22812         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22813         define.
22814         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22815         (ptrace_peeksiginfo_args): Add.
22816         (__ptrace_peeksiginfo_flags): Add.
22817         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22818         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22819         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22820
22821 2013-07-03  Allan McRae  <allan@archlinux.org>
22822
22823         * sysdeps/i386/fpu/libm-test-ulps: Update.
22824
22825 2013-07-02  David S. Miller  <davem@davemloft.net>
22826
22827         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22828
22829 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22830
22831         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22832
22833 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22834
22835         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22837
22838 2013-07-02  Andi Kleen <ak@linux.intel.com>
22839
22840         * config.h.in (ENABLE_LOCK_ELISION): Add.
22841         * configure.in (--enable-lock-elision): Add option.
22842         * manual/install.texi: Document --enable lock elision.
22843         * configure: Regenerate
22844         * INSTALL: Regenerate.
22845
22846 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22847
22848         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22849         SSE4.2 strcasecmp for libc.a.
22850         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22851
22852 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22853
22854         [BZ #13304]
22855         * soft-fp/op-common.h (_FP_FMA): New macro.
22856         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22857         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22858         (_FP_MUL_MEAT_1_imm): ... here.
22859         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22860         (_FP_MUL_MEAT_1_wide): ... here.
22861         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22862         (_FP_MUL_MEAT_1_hard): ... here.
22863         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22864         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22865         (_FP_MUL_MEAT_2_wide): ... here.
22866         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22867         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22868         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22869         (_FP_MUL_MEAT_2_gmp): ... here.
22870         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22871         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22872         (_FP_MUL_MEAT_4_wide): ... here.
22873         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22874         (_FP_MUL_MEAT_4_gmp): ... here.
22875         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22876         (_FP_WFRACBITS_DW_S): Likewise.
22877         (_FP_WFRACXBITS_DW_S): Likewise.
22878         (_FP_HIGHBIT_DW_S): Likewise.
22879         (FP_FMA_S): Likewise.
22880         (_FP_FRAC_HIGH_DW_S): Likewise.
22881         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22882         (_FP_WFRACBITS_DW_D): Likewise.
22883         (_FP_WFRACXBITS_DW_D): Likewise.
22884         (_FP_HIGHBIT_DW_D): Likewise.
22885         (FP_FMA_D): Likewise.
22886         (_FP_FRAC_HIGH_DW_D): Likewise.
22887         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22888         (_FP_WFRACBITS_DW_E): Likewise.
22889         (_FP_WFRACXBITS_DW_E): Likewise.
22890         (_FP_HIGHBIT_DW_E): Likewise.
22891         (FP_FMA_E): Likewise.
22892         (_FP_FRAC_HIGH_DW_E): Likewise.
22893         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22894         (_FP_WFRACBITS_DW_Q): Likewise.
22895         (_FP_WFRACXBITS_DW_Q): Likewise.
22896         (_FP_HIGHBIT_DW_Q): Likewise.
22897         (FP_FMA_Q): Likewise.
22898         (_FP_FRAC_HIGH_DW_Q): Likewise.
22899         * soft-fp/fmasf4.c: New file.
22900         * soft-fp/fmadf4.c: Likewise.
22901         * soft-fp/fmatf4.c: Likewise.
22902
22903 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22904
22905         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22906         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22907         Silvermont.
22908         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22909         macro.
22910         (index_Slow_SSE4_2): Likewise.
22911         (index_Prefer_PMINUB_for_stringop): Likewise.
22912         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22913         bit_Slow_SSE4_2 is set.
22914         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22915         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22916
22917 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22918
22919         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22920         rtld_global._dl_hwcap2.
22921         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22922         POWER8.
22923         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22924         POWER8 feature descriptions defined in _dl_hwcap2.
22925         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22926         string handling for POWER8 feature bits.
22927         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22928         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22929         _dl_powerpc_cap_flags.
22930         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22931         * sysdeps/powerpc/rtld-global-offsets.sym
22932         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22933         _dl_hwcap2 in the rtld_global_ro structure.
22934
22935 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22936
22937         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22938         hardware capabilities in support of AT_HWCAP2.
22939         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22940         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22941         GLRO(dl_hwcap2).
22942         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22943         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22944         explicitly the unknown a_type display mechanism is used.
22945         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22946         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22947         struct member.
22948         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22949         to macro prototype for AT_HWCAP2 support.
22950         * sysdeps/i386/dl-procinfo.h: Likewise.
22951         * sysdeps/s390/dl-procinfo.h: Likewise.
22952         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22953         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22954         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22955         return -1 for unknown a_type display fallback.
22956         * sysdeps/sparc/dl-procinfo.h: Likewise.
22957         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22958         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22959
22960 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22961
22962         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22963         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22964
22965 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22966
22967         [BZ #12492]
22968         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22969         mprotect making __stack_prot writable.
22970
22971 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22972             Joseph Myers  <joseph@codesourcery.com>
22973
22974         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22975         as being properly aligned.
22976
22977 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22978
22979         * dlfcn/modstatic5.c: New file.
22980         * dlfcn/tststatic5.c: New file.
22981         * dlfcn/Makefile (tests): Add tststatic5.
22982         (tests-static): Likewise.
22983         (modules-names): Add modstatic5.
22984         (tststatic5-ENV): New variable.
22985         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22986
22987         [BZ #15022]
22988         * elf/dl-support.c (_dl_main_map): New variable.
22989         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22990         (_dl_nns, _dl_load_adds): Set to 1.
22991         (_dl_initial_searchlist): Refer to _dl_main_map.
22992         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22993         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22994         call to _dl_get_origin.
22995         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22996         around call_map.
22997         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22998         * dlfcn/modstatic3.c: New file.
22999         * dlfcn/tststatic3.c: New file.
23000         * dlfcn/tststatic4.c: New file.
23001         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
23002         (tests-static): Likewise.
23003         (modules-names): Add modstatic3.
23004         (tststatic3-ENV, tststatic4-ENV): New variables.
23005         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
23006         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
23007
23008 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
23009
23010         * configure.in (CC): Require GCC version 4.4 or later.
23011         * configure: Regenerated.
23012         * manual/install.texi (Tools for Compilation): Update GCC version
23013         requirement.
23014         * INSTALL: Regenerated.
23015
23016 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23017
23018         [BZ #15674]
23019         * string/test-memcmp.c (check2): New.
23020         (main): Call check2.
23021
23022         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
23023
23024 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
23025
23026         [BZ #15022]
23027         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
23028         over to...
23029         (dl_open_worker) [!SHARED]: ... here.
23030
23031 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23032
23033         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
23034
23035 2013-06-25  Richard Henderson  <rth@redhat.com>
23036
23037         * locale/programs/locarchive.c: Include <libc-internal.h>
23038
23039 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
23040
23041         * manual/texinfo.tex: Update to version 2013-06-21.17, with
23042         trailing whitespace removed.
23043
23044 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
23045
23046         [BZ #10283]
23047         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
23048         * locale/programs/locarchive.c: Include libc-mmap.h.
23049         (prepare_address_space): Take two new outputs (the mmap base and len).
23050         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
23051         values.
23052         (create_archive): Declare new mmap base and len values for
23053         prepare_address_space, and store the result in ah.
23054         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
23055         (enlarge_archive): If ah->mmap_base is not NULL, use that and
23056         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
23057         Declare new mmap base and len values for
23058         prepare_address_space, and store the result in new_ah.
23059         (open_archive): Declare new mmap base and len values for
23060         prepare_address_space, and store the result in ah.
23061         (close_archive): If ah->mmap_base is not NULL, use that and
23062         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
23063         * sysdeps/generic/libc-mmap.h: New file.
23064
23065 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
23066
23067         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
23068         (ALIGN_UP): Likewise.
23069         (PTR_ALIGN_DOWN): Likewise.
23070         (PTR_ALIGN_UP): Likewise.
23071
23072 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23073
23074         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
23075         entry mapped to PPC_PLATFORM_POWER8.
23076         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
23077         POWER8.
23078         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
23079         (_dl_string_platform): Add case for exporting platform position for
23080         POWER8.
23081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
23082         search path to sysdeps/powerpc/powerpc32/power8 directory.
23083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
23084         search path to sysdeps/powerpc/powerpc64/power8 directory.
23085         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
23086         power7 directories.
23087         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
23088         power7 directories.
23089
23090 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23091
23092         * INSTALL: Regenerate.
23093
23094         * nscd/connections.c (nscd_init): Fix comment.
23095
23096 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
23097
23098         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
23099
23100         [BZ #15667]
23101         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
23102         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
23103
23104 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
23105
23106         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
23107         DL_DST_REQ_STATIC.
23108         (DL_DST_REQ_STATIC): Remove macro.
23109
23110 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
23111
23112         [BZ #7006]
23113         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
23114         with a shift of 0 bits.
23115
23116 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
23117
23118         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
23119         $(tststatic-ENV).
23120
23121 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23122
23123         [BZ #15655]
23124         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
23125
23126 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23127
23128         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
23129         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
23130         accepts -fno-tree-loop-distribute-patterns.
23131         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
23132         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
23133         recursive call.
23134         * string/memset.c (memset): Likewise.
23135         * string/test-memmove.c (simple_memmove): Disable loop transformation
23136         to library calls.
23137         * string/test-memset.c (simple_memset): Likewise.
23138         * benchtests/bench-memmove.c (simple_memmove): Likewise.
23139         * benchtests/bench-memset.c (simple_memset): Likewise.
23140         * configure: Regenerated.
23141
23142 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
23143
23144         * math/test-misc.c (main): Ignore fesetround failure when failures
23145         of subsequent rounding tests would be ignored.
23146
23147         [BZ #15654]
23148         * math/fedisblxcpt.c (fedisableexcept): Return 0.
23149         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
23150         * math/fegetenv.c (__fegetenv): Return 0.
23151         * math/fegetexcept.c (fegetexcept): Return 0.
23152         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
23153         FE_TONEAREST.
23154         * math/feholdexcpt.c (feholdexcept): Return 0.
23155         * math/fesetenv.c (__fesetenv): Return 0.
23156         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
23157         argument FE_TONEAREST.
23158         * math/feupdateenv.c (__feupdateenv): Return 0.
23159         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
23160
23161 2013-06-18  Roland McGrath  <roland@hack.frob.com>
23162
23163         * elf/rtld-Rules (rtld-compile-command.S): New variable.
23164         (rtld-compile-command.s, rtld-compile-command.c): New variables.
23165         ($(objpfx)rtld-%.os rules): Use them.
23166
23167 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23168
23169         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
23170         fields.
23171
23172 2013-06-17  Roland McGrath  <roland@hack.frob.com>
23173
23174         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
23175         length of target pattern, then descending length of dependency pattern.
23176         * configure.in (AWK): Require gawk 3.1.2 or newer.
23177         * manual/install.texi (Tools for Compilation): Say that we do.
23178         * configure: Regenerated.
23179
23180         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
23181         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
23182         * scripts/sysd-rules.awk: ... this new script.
23183         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
23184         than a glob-style pattern.
23185
23186 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
23187
23188         * math/test-misc.c (main): Do not treat incorrectly rounded
23189         conversions as failure unless ROUNDING_TESTS passes.
23190
23191 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
23192
23193         [BZ #15631]
23194         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
23195         restore exception state around main square root computation, then
23196         check for inexactness explicitly.
23197
23198         * math/libm-test.inc (fma_test_data): Add another test.
23199
23200 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23201
23202         * manual/threads.texi (Non-POSIX Extensions): New document
23203         node.  Document pthread_getattr_default_np and
23204         pthread_setattr_default_np.
23205
23206         * Versions.def (libpthread): Add GLIBC_2.18.
23207         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
23208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23209         Likewise.
23210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23211         Likewise.
23212         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23213         Likewise.
23214         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23215         Likewise.
23216         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
23217         Likewise.
23218         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23219         Likewise.
23220         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23221         Likewise.
23222         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23223         Likewise.
23224         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23225         Likewise.
23226
23227 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23228
23229         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23230         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23231
23232 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23233             H.J. Lu  <hjl.tools@gmail.com>
23234
23235         [BZ #15627]
23236         * sysdeps/x86_64/rtld-memset.c: Remove file.
23237         * sysdeps/x86_64/rtld-memset.S: New file.
23238
23239 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
23240
23241         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23242         (test_in_one_mode): Take arguments for whether the rounding mode
23243         is supported for each floating-point type.
23244         (do_test): Pass new arguments to test_in_one_mode using
23245         ROUNDING_TESTS.
23246
23247 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23248
23249         * posix/tst-waitid.c (do_test): Distinguish different instances of
23250         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23251         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23252         before entering the kernel for waitpid.
23253
23254 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23255
23256         * NEWS: Fix note on clock function precision.  Text by Roland
23257         McGrath.
23258
23259 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23260
23261         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23262         it into place only when and if the sanity check passes.
23263
23264 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23265
23266         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23267         output for whether conversion result is exact.  Take argument
23268         indicating whether type is IBM long double.
23269         (round_for_all): Change need_exact field to ibm_ld.
23270         * stdlib/tst-strtod-round.c (struct exactness): New type.
23271         (struct test): Change bool ld_ok field to struct exactness exact.
23272         (TEST): Update all definitions for change to field.
23273         (tests): Regenerate array contents.
23274         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23275         field value.  Check for IBM long double here.
23276         (do_test): Update calls to test_in_one_mode.
23277
23278 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23279
23280         [BZ #12515]
23281         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23282         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23283
23284 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23285
23286         [BZ #15605]
23287         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23288         generated by the compiler on loop optimizations.
23289         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23290         general definitions.
23291
23292 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23293
23294         * math/bug-nextafter.c: Include <math-tests.h>.
23295         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23296         the relevant type.
23297         * math/bug-nexttoward.c: Include <math-tests.h>.
23298         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23299         the relevant type.
23300         * math/test-misc.c: Include <math-tests.h>.
23301         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23302         the relevant type.
23303
23304 2013-06-12  Andreas Jaeger  <aj@suse.de>
23305
23306         * po/ia.po: Update Interlingua translation from translation
23307         project.
23308
23309 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23310
23311         * include/fenv.h: Include stdbool.h.
23312         (struct rm_ctx): New structure.
23313         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23314         Define macro.
23315         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23316         (SET_RESTORE_ROUNDF): Likewise.
23317         (SET_RESTORE_ROUNDL): Likewise.
23318         (SET_RESTORE_ROUND_NOEX): Likewise.
23319         (SET_RESTORE_ROUND_NOEXF): Likewise.
23320         (SET_RESTORE_ROUND_NOEXL): Likewise.
23321         (SET_RESTORE_ROUND_53BIT): Likewise.
23322         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23323         (libc_feresetround_noexf_ctx): Likewise.
23324         (libc_feresetround_noexl_ctx): Likewise.
23325         (libc_feholdsetround_53bit_ctx): Likewise.
23326         (libc_feresetround_53bit_ctx): Likewise.
23327         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23328         (libc_feholdexcept_setround_sse_ctx): New function.
23329         (libc_fesetenv_sse_ctx): Likewise.
23330         (libc_feupdateenv_sse_ctx): Likewise.
23331         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23332         (libc_feholdexcept_setround_387_ctx): Likewise.
23333         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23334         (libc_feholdsetround_387_prec_ctx): Likewise.
23335         (libc_feholdsetround_387_ctx): Likewise.
23336         (libc_feholdsetround_387_53bit_ctx): Likewise.
23337         (libc_feholdsetround_sse_ctx): Likewise.
23338         (libc_feresetround_sse_ctx): Likewise.
23339         (libc_feresetround_387_ctx): Likewise.
23340         (libc_feupdateenv_387_ctx): Likewise.
23341         (libc_feholdexcept_setroundf_ctx): Define macro.
23342         (libc_fesetenvf_ctx): Likewise.
23343         (libc_feupdateenvf_ctx): Likewise.
23344         (libc_feholdsetroundf_ctx): Likewise.
23345         (libc_feresetroundf_ctx): Likewise.
23346         (libc_feholdexcept_setround_ctx): Likewise.
23347         (libc_fesetenv_ctx): Likewise.
23348         (libc_feupdateenv_ctx): Likewise.
23349         (libc_feholdsetround_ctx): Likewise.
23350         (libc_feresetround_ctx): Likewise.
23351         (libc_feholdexcept_setroundl_ctx): Likewise.
23352         (libc_feupdateenvl_ctx): Likewise.
23353         (libc_feholdsetroundl_ctx): Likewise.
23354         (libc_feresetroundl_ctx): Likewise.
23355         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23356         (libc_feresetround_53bit_ctx): Likewise.
23357
23358 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23359
23360         * locale/iso-639.def: Convert to UTF-8.
23361
23362 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23363
23364         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23365         (EXCEPTION_TESTS_double): Likewise.
23366         (EXCEPTION_TESTS_long_double): Likewise.
23367         (EXCEPTION_TESTS): Likewise.
23368         * math/libm-test.inc (test_exceptions): Only test exceptions if
23369         EXCEPTION_TESTS (FLOAT).
23370
23371 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23372
23373         * benchtests/Makefile (string-bench): Add strcpy_chk and
23374         stpcpy_chk.
23375         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23376         * benchtests/bench-stpcpy_chk.c: New file.
23377         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23378         * benchtests/bench-strcpy_chk.c: New file.
23379         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23380         code.
23381         (do_test): Likewise.
23382
23383 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23384
23385         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23386         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23387         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23388         with tabs where appropriate.
23389         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23390         dl-procinfo.h.
23391         [PPC_PLATFORM_PPC440]: Likewise.
23392         [PPC_PLATFORM_PPC464]: Likewise.
23393         [PPC_PLATFORM_PPC476]: Likewise.
23394         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23395         ppc464, and ppc476 platform strings merging from ports/
23396         dl-procinfo.h.
23397
23398 2013-06-11  Andreas Schwab  <schwab@suse.de>
23399
23400         [BZ #14991]
23401         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23402         (from_ucs4_idx): Regenerate.
23403         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23404         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23405         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23406         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23407         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23408         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23409         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23410         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23411         from FROM_LOOP and TO_LOOP specific macros.
23412         (BODY): Handle combining characters.
23413         * iconvdata/BIG5HKSCS.irreversible: Update.
23414         * iconvdata/BIG5HKSCS.precomposed: New file.
23415         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23416         characters.
23417         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23418
23419 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23420
23421         * include/sys/time.h: Fix indentation and add copyright header.
23422
23423         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23424         (do_test): Likewise.
23425         * string/test-memchr.c (do_one_test): Likewise.
23426         (do_test): Likewise.
23427         * string/test-memcmp.c (do_one_test): Likewise.
23428         (do_test): Likewise.
23429         * string/test-memcpy.c (do_one_test): Likewise.
23430         (do_test): Likewise.
23431         * string/test-memmem.c (do_one_test): Likewise.
23432         (do_test): Likewise.
23433         (do_random_tests): Likewise.
23434         * string/test-memmove.c (do_one_test): Likewise.
23435         (do_test): Likewise.
23436         * string/test-memset.c (do_one_test): Likewise.
23437         (do_test): Likewise.
23438         * string/test-rawmemchr.c (do_one_test): Likewise.
23439         (do_test): Likewise.
23440         * string/test-strcasecmp.c (do_one_test): Likewise.
23441         (do_test): Likewise.
23442         * string/test-strcasestr.c (do_one_test): Likewise.
23443         (do_test): Likewise.
23444         * string/test-strcat.c (do_one_test): Likewise.
23445         (do_test): Likewise.
23446         * string/test-strchr.c (do_one_test): Likewise.
23447         (do_test): Likewise.
23448         * string/test-strcmp.c (do_one_test): Likewise.
23449         (do_test): Likewise.
23450         * string/test-strcpy.c (do_one_test): Likewise.
23451         (do_test): Likewise.
23452         * string/test-string.h: Likewise.
23453         (test_init): Likewise.
23454         * string/test-strlen.c (do_one_test): Likewise.
23455         (do_test): Likewise.
23456         * string/test-strncasecmp.c (do_one_test): Likewise.
23457         (do_test): Likewise.
23458         * string/test-strncat.c (do_one_test): Likewise.
23459         (do_test): Likewise.
23460         * string/test-strncmp.c (do_one_test): Likewise.
23461         (do_test_limit): Likewise.
23462         (do_test): Likewise.
23463         * string/test-strncpy.c (do_one_test): Likewise.
23464         (do_test): Likewise.
23465         * string/test-strnlen.c (do_one_test): Likewise.
23466         (do_test): Likewise.
23467         * string/test-strpbrk.c (do_one_test): Likewise.
23468         (do_test): Likewise.
23469         * string/test-strrchr.c (do_one_test): Likewise.
23470         (do_test): Likewise.
23471         * string/test-strspn.c (do_one_test): Likewise.
23472         (do_test): Likewise.
23473         * string/test-strstr.c (do_one_test): Likewise.
23474         (do_test): Likewise.
23475
23476         * benchtests/Makefile (string-bench): Add string benchmarks.
23477         * benchtests/bench-bcopy-ifunc.c: New file.
23478         * benchtests/bench-bcopy.c: New file.
23479         * benchtests/bench-bzero-ifunc.c: New file.
23480         * benchtests/bench-bzero.c: New file.
23481         * benchtests/bench-memccpy-ifunc.c: New file.
23482         * benchtests/bench-memccpy.c: New file.
23483         * benchtests/bench-memchr-ifunc.c: New file.
23484         * benchtests/bench-memchr.c: New file.
23485         * benchtests/bench-memcmp-ifunc.c: New file.
23486         * benchtests/bench-memcmp.c: New file.
23487         * benchtests/bench-memmem-ifunc.c: New file.
23488         * benchtests/bench-memmem.c: New file.
23489         * benchtests/bench-memmove-ifunc.c: New file.
23490         * benchtests/bench-memmove.c: New file.
23491         * benchtests/bench-mempcpy-ifunc.c: New file.
23492         * benchtests/bench-mempcpy.c: New file.
23493         * benchtests/bench-memset-ifunc.c: New file.
23494         * benchtests/bench-memset.c: New file.
23495         * benchtests/bench-rawmemchr-ifunc.c: New file.
23496         * benchtests/bench-rawmemchr.c: New file.
23497         * benchtests/bench-stpcpy-ifunc.c: New file.
23498         * benchtests/bench-stpcpy.c: New file.
23499         * benchtests/bench-stpncpy-ifunc.c: New file.
23500         * benchtests/bench-stpncpy.c: New file.
23501         * benchtests/bench-strcasecmp-ifunc.c: New file.
23502         * benchtests/bench-strcasecmp.c: New file.
23503         * benchtests/bench-strcasestr-ifunc.c: New file.
23504         * benchtests/bench-strcasestr.c: New file.
23505         * benchtests/bench-strcat-ifunc.c: New file.
23506         * benchtests/bench-strcat.c: New file.
23507         * benchtests/bench-strchr-ifunc.c: New file.
23508         * benchtests/bench-strchr.c: New file.
23509         * benchtests/bench-strchrnul-ifunc.c: New file.
23510         * benchtests/bench-strchrnul.c: New file.
23511         * benchtests/bench-strcmp-ifunc.c: New file.
23512         * benchtests/bench-strcmp.c: New file.
23513         * benchtests/bench-strcpy-ifunc.c: New file.
23514         * benchtests/bench-strcpy.c: New file.
23515         * benchtests/bench-strcspn-ifunc.c: New file.
23516         * benchtests/bench-strcspn.c: New file.
23517         * benchtests/bench-strlen-ifunc.c: New file.
23518         * benchtests/bench-strlen.c: New file.
23519         * benchtests/bench-strncasecmp-ifunc.c: New file.
23520         * benchtests/bench-strncasecmp.c: New file.
23521         * benchtests/bench-strncat-ifunc.c: New file.
23522         * benchtests/bench-strncat.c: New file.
23523         * benchtests/bench-strncmp-ifunc.c: New file.
23524         * benchtests/bench-strncmp.c: New file.
23525         * benchtests/bench-strncpy-ifunc.c: New file.
23526         * benchtests/bench-strncpy.c: New file.
23527         * benchtests/bench-strnlen-ifunc.c: New file.
23528         * benchtests/bench-strnlen.c: New file.
23529         * benchtests/bench-strpbrk-ifunc.c: New file.
23530         * benchtests/bench-strpbrk.c: New file.
23531         * benchtests/bench-strrchr-ifunc.c: New file.
23532         * benchtests/bench-strrchr.c: New file.
23533         * benchtests/bench-strspn-ifunc.c: New file.
23534         * benchtests/bench-strspn.c: New file.
23535         * benchtests/bench-strstr-ifunc.c: New file.
23536         * benchtests/bench-strstr.c: New file.
23537
23538         * benchtests/Makefile: Disable parallel execution of targets.
23539         (string-bench): Add memcpy.
23540         (benchset): New variable to store a list of benchmark sets.
23541         (bench-func): Renamed from bench.
23542         (bench-set): New target.
23543         (bench): Depend on bench-func and bench-set.
23544         * benchtests/README: Add section on benchmark sets.
23545         * benchtests/bench-memcpy-ifunc.c: New file.
23546         * benchtests/bench-memcpy.c: New file.
23547         * benchtests/bench-string.h: New file.
23548
23549 2013-06-11  Andreas Schwab  <schwab@suse.de>
23550
23551         [BZ #15577]
23552         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23553         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23554         values in the triple.
23555         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23556         terminator in the group key.
23557
23558 2013-06-11  Andreas Jaeger  <aj@suse.de>
23559
23560         * po/zh_TW.po: Update Chinese (traditional) translation from
23561         translation project.
23562
23563 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23564
23565         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23566         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23567         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23568         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23569         (clock_getcpuclockid): Likewise.
23570         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23571         Add weak_alias and libc_hidden_def.
23572         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23573         * rt/clock_gettime.c (clock_gettime): Rename to
23574         __clock_gettime.  Add weak_alias and libc_hidden_def.
23575         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23576         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23577         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23578         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23579         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23580         Likewise.
23581         * rt/clock_settime.c (clock_settime): Rename to
23582         __clock_settime.  Add weak_alias and libc_hidden_def.
23583         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23584
23585 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23586
23587         * mach/err_boot.sub: Remove trailing whitespace.
23588         * mach/err_ipc.sub: Likewise.
23589         * mach/err_mach.sub: Likewise.
23590
23591         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23592         (ROUNDING_TESTS_double): Likewise.
23593         (ROUNDING_TESTS_long_double): Likewise.
23594         (ROUNDING_TESTS): Likewise.
23595         * math/libm-test.inc: Include <math-tests.h>.
23596         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23597         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23598         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23599         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23600
23601 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23602
23603         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23604         of assigning.
23605
23606 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23607
23608         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23609         otherwise empty TRANS lines.
23610         * sysdeps/gnu/errlist.c: Regenerated.
23611
23612         * catgets/gencat.c (error_print): Use (void) in function
23613         definition.
23614         * crypt/crypt_util.c (__init_des): Likewise.
23615         * crypt/speeds.c (Stop): Likewise.
23616         (main): Likewise.
23617         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23618         * inet/ruserpass.c (token): Likewise.
23619         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23620         * intl/localealias.c (extend_alias_table): Likewise.
23621         * intl/plural-exp.c (init_germanic_plural): Likewise.
23622         * libio/fcloseall.c (__fcloseall): Likewise.
23623         * libio/genops.c (_IO_flush_all): Likewise.
23624         (_IO_flush_all_linebuffered): Likewise.
23625         (_IO_cleanup): Likewise.
23626         (_IO_iter_begin): Likewise.
23627         (_IO_iter_end): Likewise.
23628         (_IO_list_lock): Likewise.
23629         (_IO_list_unlock): Likewise.
23630         (_IO_list_resetlock): Likewise.
23631         * libio/getchar.c (getchar): Likewise.
23632         * libio/getchar_u.c (getchar_unlocked): Likewise.
23633         * libio/getwchar.c (getwchar): Likewise.
23634         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23635         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23636         * login/getpt.c (__getpt): Likewise.
23637         * login/tst-utmp.c (main): Likewise.
23638         * malloc/hooks.c (__malloc_check_init): Likewise.
23639         * malloc/malloc.c (__malloc_stats): Likewise.
23640         * malloc/mtrace.c (tr_break): Likewise.
23641         (mtrace): Likewise.
23642         (muntrace): Likewise.
23643         * misc/fstab.c (endfsent): Likewise.
23644         * misc/getclktck.c (__getclktck): Likewise.
23645         * misc/getdtsz.c (__getdtablesize): Likewise.
23646         * misc/gethostid.c (gethostid): Likewise.
23647         * misc/getpagesize.c (__getpagesize): Likewise.
23648         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23649         (__get_nprocs): Likewise.
23650         (__get_phys_pages): Likewise.
23651         (__get_avphys_pages): Likewise.
23652         * misc/getttyent.c (getttyent): Likewise.
23653         (setttyent): Likewise.
23654         (endttyent): Likewise.
23655         * misc/getusershell.c (getusershell): Likewise.
23656         (endusershell): Likewise.
23657         (setusershell): Likewise.
23658         (initshells): Likewise.
23659         * misc/hsearch.c (__hdestroy): Likewise.
23660         * misc/sync.c (sync): Likewise.
23661         * misc/syslog.c (closelog_internal): Likewise.
23662         (closelog): Likewise.
23663         * misc/ttyslot.c (ttyslot): Likewise.
23664         * misc/vhangup.c (vhangup): Likewise.
23665         * posix/fork.c (__fork): Likewise.
23666         * posix/getegid.c (__getegid): Likewise.
23667         * posix/geteuid.c (__geteuid): Likewise.
23668         * posix/getgid.c (__getgid): Likewise.
23669         * posix/getpid.c (__getpid): Likewise.
23670         * posix/getppid.c (__getppid): Likewise.
23671         * posix/getuid.c (__getuid): Likewise.
23672         * posix/pause.c (pause): Likewise.
23673         * posix/setpgrp.c (setpgrp): Likewise.
23674         * posix/setsid.c (__setsid): Likewise.
23675         * posix/test-vfork.c (noop): Likewise.
23676         * resolv/gethnamaddr.c (_endhtent): Likewise.
23677         (_gethtent): Likewise.
23678         (ht_endhostent): Likewise.
23679         (gethostent): Likewise.
23680         (dns_service): Likewise.
23681         * stdlib/drand48.c (drand48): Likewise.
23682         * stdlib/lrand48.c (lrand48): Likewise.
23683         * stdlib/mrand48.c (mrand48): Likewise.
23684         * stdlib/rand.c (rand): Likewise.
23685         * stdlib/random.c (__random): Likewise.
23686         * stdlib/setenv.c (clearenv): Likewise.
23687         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23688         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23689         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23690         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23691         (__get_nprocs): Likewise.
23692         (__get_phys_pages): Likewise.
23693         (__get_avphys_pages): Likewise.
23694         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23695         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23696         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23697         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23698         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23699         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23700         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23701         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23702         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23703         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23704         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23705         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23706         * sysdeps/posix/clock.c (clock): Likewise.
23707         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23708         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23709         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23710         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23711         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23712         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23713         (__get_nprocs_conf): Likewise.
23714         (__get_phys_pages): Likewise.
23715         (__get_avphys_pages): Likewise.
23716         * time/clock.c (clock): Likewise.
23717         * time/tzset.c (__tzname_max): Likewise.
23718
23719 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23720
23721         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23722         (__bswap_32): Do not use "register".
23723         * crypt/crypt.c (_ufc_doit_r): Likewise.
23724         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23725         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23726         * gmon/gmon.c (__monstartup): Likewise.
23727         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23728         * hurd/hurdmalloc.c (more_memory): Likewise.
23729         (malloc): Likewise.
23730         (free): Likewise.
23731         (realloc): Likewise.
23732         (malloc_fork_prepare): Likewise.
23733         (malloc_fork_parent): Likewise.
23734         (malloc_fork_child): Likewise.
23735         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23736         (_svcauth_des): Likewise.
23737         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23738         * inet/inet_net.c (inet_network): Likewise.
23739         * inet/inet_netof.c (inet_netof): Likewise.
23740         * inet/rcmd.c (__validuser2_sa): Likewise.
23741         * io/fts.c (fts_open): Likewise.
23742         (fts_load): Likewise.
23743         (fts_close): Likewise.
23744         (fts_read): Likewise.
23745         (fts_children): Likewise.
23746         (fts_build): Likewise.
23747         (fts_stat): Likewise.
23748         (fts_sort): Likewise.
23749         (fts_alloc): Likewise.
23750         (fts_lfree): Likewise.
23751         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23752         (_IO_file_xsgetn): Likewise.
23753         (_IO_file_xsgetn_mmap): Likewise.
23754         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23755         (_IO_cookie_write): Likewise.
23756         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23757         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23758         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23759         * malloc/obstack.c (_obstack_begin): Likewise.
23760         (_obstack_begin_1): Likewise.
23761         (_obstack_newchunk): Likewise.
23762         (_obstack_allocated_p): Likewise.
23763         (obstack_free): Likewise.
23764         (_obstack_memory_used): Likewise.
23765         * misc/getttyent.c (getttynam): Likewise.
23766         (getttyent): Likewise.
23767         (skip): Likewise.
23768         (value): Likewise.
23769         * misc/getusershell.c (initshells): Likewise.
23770         * misc/syslog.c (__vsyslog_chk): Likewise.
23771         * misc/ttyslot.c (ttyslot): Likewise.
23772         * nis/nis_hash.c (__nis_hash): Likewise.
23773         * posix/fnmatch_loop.c (FCT): Likewise.
23774         * posix/getconf.c (print_all): Likewise.
23775         (main): Likewise.
23776         * posix/getopt.c (exchange): Likewise.
23777         * posix/glob.c (globfree): Likewise.
23778         (prefix_array): Likewise.
23779         (__glob_pattern_type): Likewise.
23780         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23781         (NS_GET32): Likewise.
23782         (NS_PUT16): Likewise.
23783         (NS_PUT32): Likewise.
23784         * resolv/gethnamaddr.c (getanswer): Likewise.
23785         (gethostbyname2): Likewise.
23786         (gethostbyaddr): Likewise.
23787         (_gethtent): Likewise.
23788         (_gethtbyname2): Likewise.
23789         (_gethtbyaddr): Likewise.
23790         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23791         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23792         * resolv/res_init.c (__res_vinit): Likewise.
23793         (net_mask): Likewise.
23794         * resolv/res_mkquery.c (outchar): Likewise.
23795         (PRINT): Likewise.
23796         * stdio-common/printf_fp.c (outchar): Likewise.
23797         (PRINT): Likewise.
23798         * stdio-common/printf_fphex.c (outchar): Likewise.
23799         (PRINT): Likewise.
23800         * stdio-common/printf_size.c (outchar): Likewise.
23801         (PRINT): Likewise.
23802         * stdio-common/test_rdwr.c (main): Likewise.
23803         * stdio-common/tfformat.c (matches): Likewise.
23804         * stdio-common/vfprintf.c (outchar): Likewise.
23805         (printf_unknown): Likewise.
23806         (buffered_vfprintf): Likewise.
23807         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23808         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23809         (ReadFile): Likewise.
23810         * stdlib/qsort.c (SWAP): Likewise.
23811         (_quicksort): Likewise.
23812         * stdlib/setenv.c (__add_to_environ): Likewise.
23813         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23814         * stdlib/strtol_l.c (__strtol_l): Likewise.
23815         * stdlib/tst-strtod.c (main): Likewise.
23816         * stdlib/tst-strtol.c (main): Likewise.
23817         * stdlib/tst-strtoll.c (main): Likewise.
23818         * string/bits/string2.h (__strcmp_cc): Likewise.
23819         (__strcmp_cg): Likewise.
23820         (__strcspn_c1): Likewise.
23821         (__strcspn_c2): Likewise.
23822         (__strcspn_c3): Likewise.
23823         (__strspn_c1): Likewise.
23824         (__strspn_c2): Likewise.
23825         (__strspn_c3): Likewise.
23826         (__strsep_1c): Likewise.
23827         (__strsep_2c): Likewise.
23828         (__strsep_3c): Likewise.
23829         * string/memccpy.c (__memccpy): Likewise.
23830         * string/stpcpy.c (__stpcpy): Likewise.
23831         * string/strcmp.c (strcmp): Likewise.
23832         * string/strrchr.c (strrchr): Likewise.
23833         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23834         Likewise.
23835         * sysdeps/mach/hurd/getcwd.c
23836         (_hurd_canonicalize_directory_name_internal): Likewise.
23837         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23838         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23839         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23840         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23841         Likewise, in both definitions.
23842         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23843         definitions.
23844         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23845         64] (__bswap_64): Likewise.
23846         * time/test_time.c (main): Likewise.
23847         * time/tzfile.c (__tzfile_read): Likewise.
23848         (__tzfile_compute): Likewise.
23849         * time/tzset.c (__tzset_parse_tz): Likewise.
23850         (tzset_internal): Likewise.
23851         (compute_change): Likewise.
23852         * wcsmbs/wcscat.c (__wcscat): Likewise.
23853         * wcsmbs/wcschr.c (wcschr): Likewise.
23854         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23855         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23856         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23857         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23858         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23859         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23860         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23861         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23862         * wcsmbs/wmemset.c (wmemset): Likewise.
23863
23864 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23865
23866         * scripts/config.guess: Update to version 2013-05-16.
23867         * scripts/config.sub: Update to version 2013-04-24.
23868         * scripts/install-sh: Update to version 2011-11-20.07.
23869         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23870         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23871
23872 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23873
23874         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23875         * elf/sln.c: Likewise.
23876         * hurd/hurd/ioctl.h: Likewise.
23877         * hurd/hurdmalloc.c: Likewise.
23878         * hurd/xattr.c: Likewise.
23879         * include/shlib-compat.h: Likewise.
23880         * inet/ruserpass.c: Likewise.
23881         * libio/iofgets_u.c: Likewise.
23882         * libio/iofgetws_u.c: Likewise.
23883         * locale/programs/ld-identification.c: Likewise.
23884         * locale/programs/ld-time.c: Likewise.
23885         * mach/msg-destroy.c: Likewise.
23886         * nss/nss_files/files-netgrp.c: Likewise.
23887         * resolv/res_data.c: Likewise.
23888         * soft-fp/op-1.h: Likewise.
23889         * soft-fp/op-2.h: Likewise.
23890         * soft-fp/op-4.h: Likewise.
23891         * soft-fp/op-common.h: Likewise.
23892         * stdio-common/printf_fphex.c: Likewise.
23893         * stdlib/strtod_l.c: Likewise.
23894         * sunrpc/rpc/clnt.h: Likewise.
23895         * sysdeps/generic/framestate.c: Likewise.
23896         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23897         * sysdeps/i386/bsd-setjmp.S: Likewise.
23898         * sysdeps/i386/__longjmp.S: Likewise.
23899         * sysdeps/i386/setjmp.S: Likewise.
23900         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23901         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23902         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23903         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23904         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23905         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23906         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23907         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23908         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23909         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23910         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23911         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23912         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23913         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23914         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23915         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23916         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23917         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23918         * sysdeps/ieee754/support.c: Likewise.
23919         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23920         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23921         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23922         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23923         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23924         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23925         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23926         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23927         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23928         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23929         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23930         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23931         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23932         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23933         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23934         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23935         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23937
23938 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23939
23940         * posix/transbug.c: Remove executable mode.
23941
23942 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23943
23944         * crypt/speeds.c: Remove trailing whitespace.
23945         * dlfcn/default.c: Likewise.
23946         * elf/ifuncdep2.c: Likewise.
23947         * elf/ifuncmain1.c: Likewise.
23948         * elf/ifuncmain1vis.c: Likewise.
23949         * elf/testobj.h: Likewise.
23950         * elf/tst-stackguard1.c: Likewise.
23951         * gmon/sys/gmon.h: Likewise.
23952         * hurd/hurdmsg.c: Likewise.
23953         * hurd/new-fd.c: Likewise.
23954         * hurd/ports-get.c: Likewise.
23955         * iconvdata/ibm1008_420.c: Likewise.
23956         * inet/tst-getni1.c: Likewise.
23957         * inet/tst-getni2.c: Likewise.
23958         * libio/ioungetc.c: Likewise.
23959         * libio/wfiledoalloc.c: Likewise.
23960         * manual/libm-err-tab.pl: Likewise.
23961         * math/w_dremf.c: Likewise.
23962         * misc/ftruncate.c: Likewise.
23963         * posix/bug-glob2.c: Likewise.
23964         * posix/tst-pcre.c: Likewise.
23965         * posix/wait4.c: Likewise.
23966         * resolv/README: Likewise.
23967         * resolv/res_debug.h: Likewise.
23968         * resolv/tst-inet_ntop.c: Likewise.
23969         * setjmp/bug269-setjmp.c: Likewise.
23970         * soft-fp/extended.h: Likewise.
23971         * soft-fp/op-1.h: Likewise.
23972         * soft-fp/op-2.h: Likewise.
23973         * soft-fp/op-4.h: Likewise.
23974         * soft-fp/op-8.h: Likewise.
23975         * soft-fp/testit.c: Likewise.
23976         * stdio-common/bug16.c: Likewise.
23977         * stdlib/random.c: Likewise.
23978         * sunrpc/rpcsvc/rquota.x: Likewise.
23979         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23980         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23981         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23982         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23983         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23984         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23985         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23986         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23987         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23988         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23989         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23990         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23991         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23992         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23993         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23994         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23995         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23996         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23997         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23998         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23999         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
24000         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
24001         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
24002         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
24003         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
24004         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
24005         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24006         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
24007         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
24008         * sysdeps/ieee754/s_lib_version.c: Likewise.
24009         * sysdeps/mach/hurd/check_fds.c: Likewise.
24010         * sysdeps/mach/hurd/getsockname.c: Likewise.
24011         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
24012         * sysdeps/mach/hurd/recvfrom.c: Likewise.
24013         * sysdeps/powerpc/bits/link.h: Likewise.
24014         * sysdeps/powerpc/dl-procinfo.c: Likewise.
24015         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
24016         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
24017         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
24018         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
24019         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
24020         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
24021         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
24022         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
24023         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
24024         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
24025         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24026         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
24027         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
24028         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
24029         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
24030         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24031         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24032         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
24033         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
24034         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
24035         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
24036         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24037         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24038         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
24039         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24040         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24041         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
24042         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
24043         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24044         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24045         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24046         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24047         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
24048         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
24049         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
24050         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
24051         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24052         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
24053         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
24054         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
24055         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
24056         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
24057         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
24058         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24059         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
24060         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
24061         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24062         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
24063         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
24064         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
24065         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
24066         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24067         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24068         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
24069         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
24070         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
24071         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24072         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
24073         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
24074         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
24075         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
24076         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
24077         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24078         * sysdeps/powerpc/sysdep.h: Likewise.
24079         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
24080         * sysdeps/s390/s390-64/sub_n.S: Likewise.
24081         * sysdeps/sh/dl-trampoline.S: Likewise.
24082         * sysdeps/sh/memset.S: Likewise.
24083         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
24084         * sysdeps/sh/strlen.S: Likewise.
24085         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
24086         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
24087         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
24088         * sysdeps/sparc/sparc32/rem.S: Likewise.
24089         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
24090         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
24091         * sysdeps/sparc/sparc32/strchr.S: Likewise.
24092         * sysdeps/sparc/sparc32/udiv.S: Likewise.
24093         * sysdeps/sparc/sparc32/urem.S: Likewise.
24094         * sysdeps/sparc/sparc64/add_n.S: Likewise.
24095         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
24096         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
24097         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
24098         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
24099         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
24100         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
24101         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
24102         * sysdeps/unix/bsd/times.c: Likewise.
24103         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
24104         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
24105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
24106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
24107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
24108         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
24109         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
24110         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
24111         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
24112         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
24113         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
24114         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24115         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
24116         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
24117         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24118         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
24119         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24120         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
24121         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
24122         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
24123         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
24124         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
24125         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
24126         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
24127         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
24128         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
24129         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
24130         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
24131         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
24132         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
24133         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
24134         * sysdeps/x86_64/strcspn.S: Likewise.
24135
24136 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24137
24138         * locale/C-translit.h: Revert #include <stdint.h> because this is a
24139         generated file.  Regenerate properly from gen-translit.pl.
24140         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
24141         locale/C-translit.h.
24142
24143 2013-06-05  Andreas Schwab  <schwab@suse.de>
24144
24145         [BZ #15100]
24146         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
24147         week as 6 instead of -1.
24148         * time/tst-strptime.c (day_tests): Add test case.
24149
24150 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
24151
24152         * sysdeps/generic/math_private.h
24153         (libc_feholdexcept_setround_53bit): Replace with
24154         libc_feholdsetround_53bit.
24155         (libc_feupdateenv_53bit): Replace with
24156         libc_feresetround_53bit.
24157         (SET_RESTORE_ROUND_53BIT): Adjust.
24158
24159 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
24160
24161         * string/test-strchrnul.c: Add copyright header.
24162
24163         * posix/tst-getaddrinfo4.c: Increase test timeout.
24164
24165 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
24166
24167         [BZ #15536]
24168         * math/libm-test.inc (MAX_EXP): Remove
24169         (MIN_EXP): Define.
24170         (ulp): Use MIN_EXP - MANT_DIG.
24171         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
24172
24173 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
24174
24175         * po/be.po: Revert last change.
24176         * po/zh_CN.po: Likewise.
24177         * po/header.pot: Likewise.
24178
24179 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
24180
24181         * Makefile ($(common-objpfx)linkobj/libc.so): Define
24182         link-libc-deps to empty as target-specific variable.
24183         * Makerules (link-libc-args): New variable.
24184         (libc-for-link): Likewise.
24185         (link-libc-deps): Likewise.
24186         (lib%.so): Depend on $(link-libc-deps).  Link with
24187         $(link-libc-args).
24188         (build-module): Link with $(link-libc-args).
24189         (build-module-asneeded): Likewise.
24190         (build-module-helper-objlist): Filter out $(link-libc-deps) from
24191         list of objects.
24192         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
24193         target-specific variable.
24194         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
24195         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
24196         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
24197         libc.
24198         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
24199         libc and ld.so.
24200         ($(objpfx)libpcprofile.so): Likewise.
24201         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
24202         libc_nonshared.a.
24203         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
24204         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
24205         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
24206         $(link-libc-deps).
24207         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
24208         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
24209         * login/Makefile ($(objpfx)libutil.so): Likewise.
24210         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
24211         * math/Makefile ($(objpfx)libm.so): Likewise.
24212         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
24213         $(objpfx)libnsl.so): Define libc-for-link as target-specific
24214         variable instead of depending directly on libc.
24215         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
24216         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
24217         $(link-libc-deps).
24218         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
24219         libc.
24220         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24221         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24222         ($(objpfx)libanl.so): Likewise.
24223         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24224         ld.so.
24225         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24226         $(link-libc-deps).
24227         * sysdeps/i386/fpu/Makefile: Remove file.
24228         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24229         ($(objpfx)libm.so): Remove dependency on ld.so.
24230
24231 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
24232
24233         [BZ # 15553]
24234         * nis/yp_xdr.c (XDRMAXNAME): Define.
24235         (XDRMAXRECORD): Define.
24236         (xdr_domainname): Use XDRMAXNAME.
24237         (xdr_mapname): Likewise.
24238         (xdr_peername): Likewise.
24239         (xdr_keydat): Use XDRMAXRECORD.
24240         (xdr_valdat): Likewise.
24241
24242 2013-05-30  Jeff Law  <law@redhat.com>
24243
24244         [BZ #14256]
24245         * manual/errno.texi (ESTALE): Update to account for more than
24246         just NFS file systems.
24247         * sysdeps/gnu/errlist.c: Regenerated.
24248
24249 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24250
24251         [BZ #15465]
24252         * elf/Makefile (tests): Add tst-null-argv.
24253         (modules-names):  Add tst-null-argv-lib.
24254         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24255         (tst-null-argv-ENV): Set environment for tst-null-argv.
24256         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24257         (RTLD_PROGNAME): New macro.
24258         * elf/tst-null-argv.c: New test case.
24259         * elf/tst-null-argv-lib.c: Library for test case.
24260         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24261         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24262         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24263         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24264         * elf/dl-init.c (call_init): Likewise.
24265         (_dl_init): Likewise.
24266         * elf/dl-load.c (print_search_path): Likewise.
24267         (_dl_map_object): Likewise.
24268         * elf/dl-lookup.c (do_lookup_x): Likewise.
24269         (add_dependency): Likewise.
24270         (_dl_lookup_symbol_x): Likewise.
24271         (_dl_debug_bindings): Likewise.
24272         * elf/dl-open.c (_dl_show_scope): Likewise.
24273         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24274         * elf/dl-version.c (match_symbol): Likewise.
24275         (_dl_check_map_versions): Likewise.
24276         * elf/rtld.c (dl_main): Likewise.
24277         (print_unresolved): Use RTLD_PROGNAME.
24278         (print_missing_version): Likewise.
24279         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24280         (elf_machine_rela): Likewise.
24281         * sysdeps/powerpc/powerpc32/dl-machine.c
24282         (__process_machine_rela): Likewise.
24283         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24284         Likewise.
24285         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24286         Likewise.
24287         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24288         Likewise.
24289         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24290         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24291         Likewise.
24292         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24293         Likewise.
24294         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24295
24296 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24297
24298         * po/be.po: Add descriptive title.
24299         * po/zh_CN.po: Likewise.
24300         * po/header.pot: Likewise.
24301
24302 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24303
24304         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24305         error message.
24306         (enlarge_archive): Likewise.
24307
24308 2013-05-28  Ben North  <ben@redfrontdoor.org>
24309
24310         * manual/arith.texi (frexp): It is the magnitude of the return
24311         value which lies in [0.5, 1), not the return value itself.
24312
24313 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24314
24315         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24316
24317 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24318
24319         * stdio-common/bug26.c (main): Correct fscanf template.
24320
24321         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24322         declare _dl_skip_args.
24323
24324         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24325         Don't declare.
24326
24327         * manual/platform.texi: Add missing @end deftypefun.
24328
24329 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24330
24331         [BZ #15529]
24332         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24333         bit of mantissa of 2^16382.
24334         * math/libm-test.inc (hypot_test_data): Add more tests.
24335
24336         * math/libm-test.inc: Add drem and pow10 to list of tested
24337         functions.
24338         (pow10_test): New function.
24339         (drem_test): Likewise.
24340         (drem_test_tonearest): Likewise.
24341         (drem_test_towardzero): Likewise.
24342         (drem_test_downward): Likewise.
24343         (drem_test_upward): Likewise.
24344         (main): Call the new functions.
24345
24346         * math/libm-test.inc (finite_test_data): Remove.
24347         (finite_test): Run tests from isfinite_test_data.
24348         (gamma_test_data): Remove.
24349         (gamma_test): Run tests from lgamma_test_data.
24350         * sysdeps/i386/fpu/libm-test-ulps: Update.
24351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24352
24353 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24354
24355         * manual/platform.texi: Add PowerPC PPR function set documentation.
24356         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24357         implementation.
24358
24359 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24360
24361         * math/libm-test.inc (MAX_EXP): Define.
24362         (ULPDIFF): Define.
24363         (ulp): New function.
24364         (check_float_internal): Use ULPDIFF.
24365         (cpow_test): Disable failing test.
24366         (check_ulp): Test ulp() implemetnation.
24367         (main): Call check_ulp before starting tests.
24368
24369 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24370
24371         * math/gen-libm-test.pl (generate_testfile): Do not handle
24372         START_DATA and END_DATA.
24373         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24374         END_DATA.
24375         (acos_tonearest_test_data): Likewise.
24376         (acos_towardzero_test_data): Likewise.
24377         (acos_downward_test_data): Likewise.
24378         (acos_upward_test_data): Likewise.
24379         (acosh_test_data): Likewise.
24380         (asin_test_data): Likewise.
24381         (asin_tonearest_test_data): Likewise.
24382         (asin_towardzero_test_data): Likewise.
24383         (asin_downward_test_data): Likewise.
24384         (asin_upward_test_data): Likewise.
24385         (asinh_test_data): Likewise.
24386         (atan_test_data): Likewise.
24387         (atanh_test_data): Likewise.
24388         (atan2_test_data): Likewise.
24389         (cabs_test_data): Likewise.
24390         (cacos_test_data): Likewise.
24391         (cacosh_test_data): Likewise.
24392         (carg_test_data): Likewise.
24393         (casin_test_data): Likewise.
24394         (casinh_test_data): Likewise.
24395         (catan_test_data): Likewise.
24396         (catanh_test_data): Likewise.
24397         (cbrt_test_data): Likewise.
24398         (ccos_test_data): Likewise.
24399         (ccosh_test_data): Likewise.
24400         (ceil_test_data): Likewise.
24401         (cexp_test_data): Likewise.
24402         (cimag_test_data): Likewise.
24403         (clog_test_data): Likewise.
24404         (clog10_test_data): Likewise.
24405         (conj_test_data): Likewise.
24406         (copysign_test_data): Likewise.
24407         (cos_test_data): Likewise.
24408         (cos_tonearest_test_data): Likewise.
24409         (cos_towardzero_test_data): Likewise.
24410         (cos_downward_test_data): Likewise.
24411         (cos_upward_test_data): Likewise.
24412         (cosh_test_data): Likewise.
24413         (cosh_tonearest_test_data): Likewise.
24414         (cosh_towardzero_test_data): Likewise.
24415         (cosh_downward_test_data): Likewise.
24416         (cosh_upward_test_data): Likewise.
24417         (cpow_test_data): Likewise.
24418         (cproj_test_data): Likewise.
24419         (creal_test_data): Likewise.
24420         (csin_test_data): Likewise.
24421         (csinh_test_data): Likewise.
24422         (csqrt_test_data): Likewise.
24423         (ctan_test_data): Likewise.
24424         (ctan_tonearest_test_data): Likewise.
24425         (ctan_towardzero_test_data): Likewise.
24426         (ctan_downward_test_data): Likewise.
24427         (ctan_upward_test_data): Likewise.
24428         (ctanh_test_data): Likewise.
24429         (ctanh_tonearest_test_data): Likewise.
24430         (ctanh_towardzero_test_data): Likewise.
24431         (ctanh_downward_test_data): Likewise.
24432         (ctanh_upward_test_data): Likewise.
24433         (erf_test_data): Likewise.
24434         (erfc_test_data): Likewise.
24435         (exp_test_data): Likewise.
24436         (exp_tonearest_test_data): Likewise.
24437         (exp_towardzero_test_data): Likewise.
24438         (exp_downward_test_data): Likewise.
24439         (exp_upward_test_data): Likewise.
24440         (exp10_test_data): Likewise.
24441         (exp2_test_data): Likewise.
24442         (expm1_test_data): Likewise.
24443         (fabs_test_data): Likewise.
24444         (fdim_test_data): Likewise.
24445         (finite_test_data): Likewise.
24446         (floor_test_data): Likewise.
24447         (fma_test_data): Likewise.
24448         (fma_towardzero_test_data): Likewise.
24449         (fma_downward_test_data): Likewise.
24450         (fma_upward_test_data): Likewise.
24451         (fmax_test_data): Likewise.
24452         (fmin_test_data): Likewise.
24453         (fmod_test_data): Likewise.
24454         (fpclassify_test_data): Likewise.
24455         (frexp_test_data): Likewise.
24456         (gamma_test_data): Likewise.
24457         (hypot_test_data): Likewise.
24458         (ilogb_test_data): Likewise.
24459         (isfinite_test_data): Likewise.
24460         (isgreater_test_data): Likewise.
24461         (isgreaterequal_test_data): Likewise.
24462         (isinf_test_data): Likewise.
24463         (isless_test_data): Likewise.
24464         (islessequal_test_data): Likewise.
24465         (islessgreater_test_data): Likewise.
24466         (isnan_test_data): Likewise.
24467         (isnormal_test_data): Likewise.
24468         (issignaling_test_data): Likewise.
24469         (isunordered_test_data): Likewise.
24470         (j0_test_data): Likewise.
24471         (j1_test_data): Likewise.
24472         (jn_test_data): Likewise.
24473         (ldexp_test_data): Likewise.
24474         (lgamma_test_data): Likewise.
24475         (lrint_test_data): Likewise.
24476         (lrint_tonearest_test_data): Likewise.
24477         (lrint_towardzero_test_data): Likewise.
24478         (lrint_downward_test_data): Likewise.
24479         (lrint_upward_test_data): Likewise.
24480         (llrint_test_data): Likewise.
24481         (llrint_tonearest_test_data): Likewise.
24482         (llrint_towardzero_test_data): Likewise.
24483         (llrint_downward_test_data): Likewise.
24484         (llrint_upward_test_data): Likewise.
24485         (log_test_data): Likewise.
24486         (log10_test_data): Likewise.
24487         (log1p_test_data): Likewise.
24488         (log2_test_data): Likewise.
24489         (logb_test_data): Likewise.
24490         (logb_downward_test_data): Likewise.
24491         (lround_test_data): Likewise.
24492         (llround_test_data): Likewise.
24493         (modf_test_data): Likewise.
24494         (nearbyint_test_data): Likewise.
24495         (nextafter_test_data): Likewise.
24496         (nexttoward_test_data): Likewise.
24497         (pow_test_data): Likewise.
24498         (pow_tonearest_test_data): Likewise.
24499         (pow_towardzero_test_data): Likewise.
24500         (pow_downward_test_data): Likewise.
24501         (pow_upward_test_data): Likewise.
24502         (remainder_test_data): Likewise.
24503         (remainder_tonearest_test_data): Likewise.
24504         (remainder_towardzero_test_data): Likewise.
24505         (remainder_downward_test_data): Likewise.
24506         (remainder_upward_test_data): Likewise.
24507         (remquo_test_data): Likewise.
24508         (rint_test_data): Likewise.
24509         (rint_tonearest_test_data): Likewise.
24510         (rint_towardzero_test_data): Likewise.
24511         (rint_downward_test_data): Likewise.
24512         (rint_upward_test_data): Likewise.
24513         (round_test_data): Likewise.
24514         (scalb_test_data): Likewise.
24515         (scalbn_test_data): Likewise.
24516         (scalbln_test_data): Likewise.
24517         (signbit_test_data): Likewise.
24518         (sin_test_data): Likewise.
24519         (sin_tonearest_test_data): Likewise.
24520         (sin_towardzero_test_data): Likewise.
24521         (sin_downward_test_data): Likewise.
24522         (sin_upward_test_data): Likewise.
24523         (sincos_test_data): Likewise.
24524         (sinh_test_data): Likewise.
24525         (sinh_tonearest_test_data): Likewise.
24526         (sinh_towardzero_test_data): Likewise.
24527         (sinh_downward_test_data): Likewise.
24528         (sinh_upward_test_data): Likewise.
24529         (sqrt_test_data): Likewise.
24530         (tan_test_data): Likewise.
24531         (tan_tonearest_test_data): Likewise.
24532         (tan_towardzero_test_data): Likewise.
24533         (tan_downward_test_data): Likewise.
24534         (tan_upward_test_data): Likewise.
24535         (tanh_test_data): Likewise.
24536         (tgamma_test_data): Likewise.
24537         (trunc_test_data): Likewise.
24538         (y0_test_data): Likewise.
24539         (y1_test_data): Likewise.
24540         (yn_test_data): Likewise.
24541         (significand_test_data): Likewise.
24542
24543         * math/gen-libm-test.pl (@functions): Remove variable.
24544         (generate_testfile): Don't handle START and END lines.
24545         * math/libm-test.inc (START): New macro.
24546         (END): Likewise.
24547         (END_COMPLEX): Likewise.
24548         (acos_test): Use END macro without arguments.
24549         (acos_test_tonearest): Likewise.
24550         (acos_test_towardzero): Likewise.
24551         (acos_test_downward): Likewise.
24552         (acos_test_upward): Likewise.
24553         (acosh_test): Likewise.
24554         (asin_test): Likewise.
24555         (asin_test_tonearest): Likewise.
24556         (asin_test_towardzero): Likewise.
24557         (asin_test_downward): Likewise.
24558         (asin_test_upward): Likewise.
24559         (asinh_test): Likewise.
24560         (atan_test): Likewise.
24561         (atanh_test): Likewise.
24562         (atan2_test): Likewise.
24563         (cabs_test): Likewise.
24564         (cacos_test): Use END_COMPLEX macro without arguments.
24565         (cacosh_test): Likewise.
24566         (carg_test): Use END macro without arguments.
24567         (casin_test): Use END_COMPLEX macro without arguments.
24568         (casinh_test): Likewise.
24569         (catan_test): Likewise.
24570         (catanh_test): Likewise.
24571         (cbrt_test): Use END macro without arguments.
24572         (ccos_test): Use END_COMPLEX macro without arguments.
24573         (ccosh_test): Likewise.
24574         (ceil_test): Use END macro without arguments.
24575         (cexp_test): Use END_COMPLEX macro without arguments.
24576         (cimag_test): Use END macro without arguments.
24577         (clog_test): Use END_COMPLEX macro without arguments.
24578         (clog10_test): Likewise.
24579         (conj_test): Likewise.
24580         (copysign_test): Use END macro without arguments.
24581         (cos_test): Likewise.
24582         (cos_test_tonearest): Likewise.
24583         (cos_test_towardzero): Likewise.
24584         (cos_test_downward): Likewise.
24585         (cos_test_upward): Likewise.
24586         (cosh_test): Likewise.
24587         (cosh_test_tonearest): Likewise.
24588         (cosh_test_towardzero): Likewise.
24589         (cosh_test_downward): Likewise.
24590         (cosh_test_upward): Likewise.
24591         (cpow_test): Use END_COMPLEX macro without arguments.
24592         (cproj_test): Likewise.
24593         (creal_test): Use END macro without arguments.
24594         (csin_test): Use END_COMPLEX macro without arguments.
24595         (csinh_test): Likewise.
24596         (csqrt_test): Likewise.
24597         (ctan_test): Likewise.
24598         (ctan_test_tonearest): Likewise.
24599         (ctan_test_towardzero): Likewise.
24600         (ctan_test_downward): Likewise.
24601         (ctan_test_upward): Likewise.
24602         (ctanh_test): Likewise.
24603         (ctanh_test_tonearest): Likewise.
24604         (ctanh_test_towardzero): Likewise.
24605         (ctanh_test_downward): Likewise.
24606         (ctanh_test_upward): Likewise.
24607         (erf_test): Use END macro without arguments.
24608         (erfc_test): Likewise.
24609         (exp_test): Likewise.
24610         (exp_test_tonearest): Likewise.
24611         (exp_test_towardzero): Likewise.
24612         (exp_test_downward): Likewise.
24613         (exp_test_upward): Likewise.
24614         (exp10_test): Likewise.
24615         (exp2_test): Likewise.
24616         (expm1_test): Likewise.
24617         (fabs_test): Likewise.
24618         (fdim_test): Likewise.
24619         (finite_test): Likewise.
24620         (floor_test): Likewise.
24621         (fma_test): Likewise.
24622         (fma_test_towardzero): Likewise.
24623         (fma_test_downward): Likewise.
24624         (fma_test_upward): Likewise.
24625         (fmax_test): Likewise.
24626         (fmin_test): Likewise.
24627         (fmod_test): Likewise.
24628         (fpclassify_test): Likewise.
24629         (frexp_test): Likewise.
24630         (gamma_test): Likewise.
24631         (hypot_test): Likewise.
24632         (ilogb_test): Likewise.
24633         (isfinite_test): Likewise.
24634         (isgreater_test): Likewise.
24635         (isgreaterequal_test): Likewise.
24636         (isinf_test): Likewise.
24637         (isless_test): Likewise.
24638         (islessequal_test): Likewise.
24639         (islessgreater_test): Likewise.
24640         (isnan_test): Likewise.
24641         (isnormal_test): Likewise.
24642         (issignaling_test): Likewise.
24643         (isunordered_test): Likewise.
24644         (j0_test): Likewise.
24645         (j1_test): Likewise.
24646         (jn_test): Likewise.
24647         (ldexp_test): Likewise.
24648         (lgamma_test): Likewise.
24649         (lrint_test): Likewise.
24650         (lrint_test_tonearest): Likewise.
24651         (lrint_test_towardzero): Likewise.
24652         (lrint_test_downward): Likewise.
24653         (lrint_test_upward): Likewise.
24654         (llrint_test): Likewise.
24655         (llrint_test_tonearest): Likewise.
24656         (llrint_test_towardzero): Likewise.
24657         (llrint_test_downward): Likewise.
24658         (llrint_test_upward): Likewise.
24659         (log_test): Likewise.
24660         (log10_test): Likewise.
24661         (log1p_test): Likewise.
24662         (log2_test): Likewise.
24663         (logb_test): Likewise.
24664         (logb_test_downward): Likewise.
24665         (lround_test): Likewise.
24666         (llround_test): Likewise.
24667         (modf_test): Likewise.
24668         (nearbyint_test): Likewise.
24669         (nextafter_test): Likewise.
24670         (nexttoward_test): Likewise.
24671         (pow_test): Likewise.
24672         (pow_test_tonearest): Likewise.
24673         (pow_test_towardzero): Likewise.
24674         (pow_test_downward): Likewise.
24675         (pow_test_upward): Likewise.
24676         (remainder_test): Likewise.
24677         (remainder_test_tonearest): Likewise.
24678         (remainder_test_towardzero): Likewise.
24679         (remainder_test_downward): Likewise.
24680         (remainder_test_upward): Likewise.
24681         (remquo_test): Likewise.
24682         (rint_test): Likewise.
24683         (rint_test_tonearest): Likewise.
24684         (rint_test_towardzero): Likewise.
24685         (rint_test_downward): Likewise.
24686         (rint_test_upward): Likewise.
24687         (round_test): Likewise.
24688         (scalb_test): Likewise.
24689         (scalbn_test): Likewise.
24690         (scalbln_test): Likewise.
24691         (signbit_test): Likewise.
24692         (sin_test): Likewise.
24693         (sin_test_tonearest): Likewise.
24694         (sin_test_towardzero): Likewise.
24695         (sin_test_downward): Likewise.
24696         (sin_test_upward): Likewise.
24697         (sincos_test): Likewise.
24698         (sinh_test): Likewise.
24699         (sinh_test_tonearest): Likewise.
24700         (sinh_test_towardzero): Likewise.
24701         (sinh_test_downward): Likewise.
24702         (sinh_test_upward): Likewise.
24703         (sqrt_test): Likewise.
24704         (tan_test): Likewise.
24705         (tan_test_tonearest): Likewise.
24706         (tan_test_towardzero): Likewise.
24707         (tan_test_downward): Likewise.
24708         (tan_test_upward): Likewise.
24709         (tanh_test): Likewise.
24710         (tgamma_test): Likewise.
24711         (trunc_test): Likewise.
24712         (y0_test): Likewise.
24713         (y1_test): Likewise.
24714         (yn_test): Likewise.
24715         (significand_test): Likewise.
24716
24717 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24718
24719         [BZ #15381]
24720         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24721
24722 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24723
24724         [BZ #14894]
24725         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24726         __ppc_mdoio and __ppc_mdoom.
24727         * manual/platform.texi: Document new functions __ppc_yield,
24728         __ppc_mdoio and __ppc_mdoom.
24729
24730 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24731
24732         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24733         (main): Mention "tls" pseudo-hwcap is legacy.
24734         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24735
24736 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24737
24738         * math/gen-libm-test.pl (parse_args): Output only string of
24739         arguments as text for test name, not full call or descriptions of
24740         tests for extra outputs.
24741         (generate_testfile): Do not pass function name to parse_args.
24742         Generate this_func variable from START.
24743         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24744         field to arg_str.
24745         (struct test_ff_f_data): Likewise.
24746         (test_ff_f_data_nexttoward): Likewise.
24747         (struct test_fi_f_data): Likewise.
24748         (struct test_fl_f_data): Likewise.
24749         (struct test_if_f_data): Likewise.
24750         (struct test_fff_f_data): Likewise.
24751         (struct test_c_f_data): Likewise.
24752         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24753         (struct test_fF_f1_data): Likewise.
24754         (struct test_ffI_f1_data): Likewise.
24755         (struct test_c_c_data): Rename test_name field to arg_str.
24756         (struct test_cc_c_data): Likewise.
24757         (struct test_f_i_data): Likewise.
24758         (struct test_ff_i_data): Likewise.
24759         (struct test_f_l_data): Likewise.
24760         (struct test_f_L_data): Likewise.
24761         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24762         and extra2_name.
24763         (COMMON_TEST_SETUP): New macro.
24764         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24765         (COMMON_TEST_CLEANUP): Likewise.
24766         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24767         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24768         macros.
24769         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24770         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24771         macros.
24772         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24773         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24774         cleanup macros.
24775         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24776         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24777         macros.
24778         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24779         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24780         macros.
24781         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24782         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24783         cleanup macros.
24784         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24785         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24786         cleanup macros.
24787         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24788         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24789         cleanup macros.
24790         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24791         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24792         macros.
24793         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24794         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24795         macros.
24796         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24797         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24798         macros.
24799         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24800         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24801         cleanup macros.
24802         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24803         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24804         cleanup macros.
24805         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24806         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24807         macros.
24808         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24809         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24810         cleanup macros.
24811         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24812         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24813         macros.
24814         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24815         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24816         macros.
24817         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24818         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24819         cleanup macros.
24820         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24821
24822 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24823
24824         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24825         to _sifields.sigfault.
24826         (si_addr_lsb): Define new macro.
24827         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24828         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24829         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24830
24831 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24832
24833         [BZ #15441]
24834         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24835         returns -1.
24836         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24837         null return -1.
24838         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24839         loading the domain.
24840
24841 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24842
24843         * math/gen-libm-test.pl (parse_args): Do not include expected
24844         result in test name.
24845         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24846         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24847         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24848         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24849         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24851
24852 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24853
24854         * benchtests/Makefile: Sort function entries.
24855
24856         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24857         tanh, asinh, acosh, atanh.
24858         * benchtests/acos-inputs: New file.
24859         * benchtests/acosh-inputs: New file.
24860         * benchtests/asin-inputs: New file.
24861         * benchtests/asinh-inputs: New file.
24862         * benchtests/atanh-inputs: New file.
24863         * benchtests/cosh-inputs: New file.
24864         * benchtests/log-inputs: New file.
24865         * benchtests/sinh-inputs: New file.
24866         * benchtests/tanh-inputs: New file.
24867
24868 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24869
24870         [BZ #15339]
24871         * posix/tst-getaddrinfo4.c: New test.
24872         * posix/Makefile (tests): Add it.
24873
24874 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24875
24876         [BZ #15339]
24877         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24878         when no services were used.
24879         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24880         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24881
24882 2013-05-21  Andreas Schwab  <schwab@suse.de>
24883
24884         [BZ #15014]
24885         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24886         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24887         successful.
24888         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24889         redundant variable declarations and reallocation of buffer when
24890         parsing as IPv6 address.  Always set NSS status when called from
24891         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24892         buffer too small.  Correct computation of needed size.
24893         * nss/Makefile (tests): Add test-digits-dots.
24894         * nss/test-digits-dots.c: New test.
24895
24896 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24897
24898         * benchtests/Makefile: Remove instructions for adding
24899         benchmark tests.
24900         * benchtests/README: New file to explain how to execute and
24901         enhance the benchmark tests.
24902
24903 2013-05-21  Andreas Schwab  <schwab@suse.de>
24904
24905         [BZ #15493]
24906         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24907         * setjmp/tst-sigsetjmp.c: New test.
24908
24909 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24910
24911         * sysdeps/x86_64/memset.S (memset): New implementation.
24912         (__bzero): Likewise.
24913         (__memset_tail): New function.
24914
24915 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24916
24917         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24918         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24919         __memcpy_sse2_unaligned ifunc selection.
24920         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24921         Add memcpy-sse2-unaligned.S.
24922         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24923         Add: __memcpy_sse2_unaligned.
24924
24925 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24926
24927         [BZ #15490]
24928         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24929         math_force_eval before restoring floating-point envrionment.
24930         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24931         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24932         Likewise.
24933         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24934         <math_private.h>.
24935         (__nearbyintl): Use math_force_eval before restoring
24936         floating-point environment.
24937         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24938
24939         * math/gen-libm-test.pl (special_functions): Remove.
24940         (parse_args): Don't handle TEST_extra.  Handle functions with no
24941         return value.
24942         * math/libm-test.inc (struct test_sincos_data): Replace with
24943         struct test_fFF_11_data.
24944         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24945         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24946         (sincos_test_data): Change element type to struct
24947         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24948         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24949         RUN_TEST_LOOP_sincos.
24950         * math/README.libm-test: Don't mention special handling of
24951         individual functions.
24952         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24953         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24954         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24955         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24956         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24958
24959         * math/gen-libm-test.pl (get_variable): Remove function.
24960         (parse_args): Don't show pointer parameters to call in test
24961         names.  Use "extra output N" in test names for extra outputs
24962         rather than naming variables.
24963
24964 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24965
24966         [BZ #15488]
24967         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24968         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24969         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24970         double tests.
24971         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24972         disable.
24973         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24974         check_long_double.
24975
24976         * math/gen-libm-test.pl (@tests): Remove variable.
24977         ($count): Likewise.
24978         (new_test): Remove function.
24979         (show_exceptions): New function.
24980         (special_functions): Use show_exceptions instead of new_test.
24981         (parse_args): Likewise.
24982         (generate_testfile): Pass only function name in generated call to
24983         print_max_error or print_complex_max_error.
24984         (get_ulps): Do not handle complex tests specially.
24985         (output_test): Rename to ...
24986         (get_all_ulps_for_test): ... this.  Return a string rather than
24987         printing to a file.  Require ulps to be present.
24988         (output_ulps): Generate arrays rather than #defines.
24989         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24990         (struct ulp_data): New type.
24991         (BUILD_COMPLEX_ULP): Remove macro.
24992         (compare_ulp_data): New function.
24993         (find_ulps): Likewise.
24994         (find_test_ulps): Likewise.
24995         (find_function_ulps): Likewise.
24996         (find_complex_function_ulps): Likewise.
24997         (print_max_error): Determine allowed ulps using
24998         find_function_ulps.
24999         (print_complex_max_error): Determine allowed ulps using
25000         find_complex_function_ulps.
25001         (check_float_internal): Determine max ulps using find_test_ulps.
25002         (check_float): Do not take max_ulp parameter.  Update call to
25003         check_float_internal.
25004         (check_complex): Likewise.
25005         (check_int): Do not take max_ulp parameter.
25006         (check_long): Likewise.
25007         (check_bool): Likewise.
25008         (check_longlong): Likewise.
25009         (struct test_f_f_data): Remove max_ulp field.
25010         (struct test_ff_f_data): Likewise.
25011         (struct test_ff_f_data_nexttoward): Likewise.
25012         (struct test_fi_f_data): Likewise.
25013         (struct test_fl_f_data): Likewise.
25014         (struct test_if_f_data): Likewise.
25015         (struct test_fff_f_data): Likewise.
25016         (struct test_c_f_data): Likewise.
25017         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
25018         (struct test_fF_f1_data): Likewise.
25019         (struct test_ffI_f1_data): Likewise.
25020         (struct test_c_c_data): Remove max_ulp field.
25021         (struct test_cc_c_data): Likewise.
25022         (struct test_f_i_data): Likewise.
25023         (struct test_ff_i_data): Likewise.
25024         (struct test_f_l_data): Likewise.
25025         (struct test_f_L_data): Likewise.
25026         (struct test_sincos_data): Likewise.
25027         (RUN_TEST_f_f): Do not handle ulps.
25028         (RUN_TEST_LOOP_f_f): Likewise.
25029         (RUN_TEST_2_f): Likewise.
25030         (RUN_TEST_LOOP_2_f): Likewise.
25031         (RUN_TEST_fff_f): Likewise.
25032         (RUN_TEST_LOOP_fff_f): Likewise.
25033         (RUN_TEST_c_f): Likewise.
25034         (RUN_TEST_LOOP_c_f): Likewise.
25035         (RUN_TEST_f_f1): Likewise.
25036         (RUN_TEST_LOOP_f_f1): Likewise.
25037         (RUN_TEST_fF_f1): Likewise.
25038         (RUN_TEST_LOOP_fF_f1): Likewise.
25039         (RUN_TEST_fI_f1): Likewise.
25040         (RUN_TEST_LOOP_fI_f1): Likewise.
25041         (RUN_TEST_ffI_f1): Likewise.
25042         (RUN_TEST_LOOP_ffI_f1): Likewise.
25043         (RUN_TEST_c_c): Likewise.
25044         (RUN_TEST_LOOP_c_c): Likewise.
25045         (RUN_TEST_cc_c): Likewise.
25046         (RUN_TEST_LOOP_cc_c): Likewise.
25047         (RUN_TEST_f_i): Likewise.
25048         (RUN_TEST_LOOP_f_i): Likewise.
25049         (RUN_TEST_f_i_tg): Likewise.
25050         (RUN_TEST_LOOP_f_i_tg): Likewise.
25051         (RUN_TEST_ff_i_tg): Likewise.
25052         (RUN_TEST_LOOP_ff_i_tg): Likewise.
25053         (RUN_TEST_f_b): Likewise.
25054         (RUN_TEST_LOOP_f_b): Likewise.
25055         (RUN_TEST_f_b_tg): Likewise.
25056         (RUN_TEST_LOOP_f_b_tg): Likewise.
25057         (RUN_TEST_f_l): Likewise.
25058         (RUN_TEST_LOOP_f_l): Likewise.
25059         (RUN_TEST_f_L): Likewise.
25060         (RUN_TEST_LOOP_f_L): Likewise.
25061         (RUN_TEST_sincos): Likewise.
25062         (RUN_TEST_LOOP_sincos): Likewise.
25063
25064 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
25065
25066         [BZ #15480]
25067         [BZ #15485]
25068         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
25069         main case of finite arguments, set rounding mode to FE_TONEAREST
25070         and discard exceptions.
25071         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
25072         exceptions.
25073         (remainder_tonearest_test_data): New variable.
25074         (remainder_test_tonearest): New function.
25075         (remainder_towardzero_test_data): New variable.
25076         (remainder_test_towardzero): New function.
25077         (remainder_downward_test_data): New variable.
25078         (remainder_test_downward): New function.
25079         (remainder_upward_test_data): New variable.
25080         (remainder_test_upward): New function.
25081         (main): Call the new test functions.
25082
25083         * math/libm-test.inc (struct test_f_f1_data): Remove field
25084         extra_init.
25085         (struct test_fF_f1_data): Likewise.
25086         (struct test_ffI_f1_data): Likewise.
25087         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
25088         based on value of EXTRA_EXPECTED.
25089         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
25090         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
25091         EXTRA_VAR based on value of EXTRA_EXPECTED.
25092         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
25093         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
25094         EXTRA_VAR based on value of EXTRA_EXPECTED.
25095         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
25096         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
25097         EXTRA_VAR based on value of EXTRA_EXPECTED.
25098         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
25099         * math/gen-libm-test.pl (parse_args): Don't output initializers
25100         for extra output values.
25101
25102         * math/libm-test.inc (check_int): Expect result to be exactly
25103         equal to expected value and do not handle ulps.
25104         (check_long): Likewise.
25105         (check_longlong): Likewise.
25106
25107         * math/libm-test.inc (ceil_test_data): Test for "inexact"
25108         exceptions.
25109         (cimag_test_data): Likewise.
25110         (conj_test_data): Likewise.
25111         (copysign_test_data): Likewise.
25112         (cproj_test_data): Likewise.
25113         (creal_test_data): Likewise.
25114         (fabs_test_data): Likewise.
25115         (fdim_test_data): Likewise.
25116         (finite_test_data): Likewise.
25117         (floor_test_data): Likewise.
25118         (fmax_test_data): Likewise.
25119         (fmin_test_data): Likewise.
25120         (fmod_test_data): Likewise.
25121         (fpclassify_test_data): Likewise.
25122         (frexp_test_data): Likewise.
25123         (ilogb_test_data): Likewise.
25124         (isfinite_test_data): Likewise.
25125         (isgreater_test_data): Likewise.
25126         (isgreaterequal_test_data): Likewise.
25127         (isinf_test_data): Likewise.
25128         (isless_test_data): Likewise.
25129         (islessequal_test_data): Likewise.
25130         (islessgreater_test_data): Likewise.
25131         (isnan_test_data): Likewise.
25132         (isnormal_test_data): Likewise.
25133         (issignaling_test_data): Likewise.
25134         (isunordered_test_data): Likewise.
25135         (ldexp_test_data): Likewise.
25136         (lrint_test_data): Likewise.
25137         (lrint_test_data) [TEST_FLOAT]: Disable one test.
25138         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
25139         (lrint_tonearest_test_data): Test for "inexact" exceptions.
25140         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25141         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
25142         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25143         test input.
25144         (lrint_towardzero_test_data): Test for "inexact" exceptions.
25145         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25146         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
25147         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
25148         that test input.
25149         (lrint_downward_test_data): Test for "inexact" exceptions.
25150         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25151         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
25152         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25153         test input.
25154         (lrint_upward_test_data): Test for "inexact" exceptions.
25155         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
25156         test input.
25157         (llrint_test_data): Test for "inexact" exceptions.
25158         (llrint_test_data) [TEST_FLOAT]: Disable one test.
25159         (llrint_tonearest_test_data): Test for "inexact" exceptions.
25160         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25161         (llrint_towardzero_test_data): Test for "inexact" exceptions.
25162         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25163         (llrint_downward_test_data): Test for "inexact" exceptions.
25164         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25165         (llrint_upward_test_data): Test for "inexact" exceptions.
25166         (logb_test_data): Likewise.
25167         (logb_downward_test_data): Likewise.
25168         (nextafter_test_data): Likewise.
25169         (nexttoward_test_data): Likewise.
25170         (remainder_test_data): Likewise.
25171         (remquo_test_data): Likewise.
25172         (scalbn_test_data): Likewise.
25173         (scalbln_test_data): Likewise.
25174         (signbit_test_data): Likewise.
25175         (sqrt_test_data): Likewise.
25176         (significand_test_data): Likewise.
25177
25178 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25179
25180         [BZ #15424]
25181         * benchtests/bench-modf.c (struct args): Mark arg0 as
25182         volatile.
25183         * scripts/bench.pl: Mark members of struct args as volatile.
25184
25185 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25186
25187         [BZ # 15497]
25188         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
25189         negative infinity on POWER6 or lower.
25190         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
25191
25192 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
25193
25194         [BZ #15442]
25195         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
25196         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
25197         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
25198         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
25199         (_FP_SETQNAN): New macro.
25200         (_FP_SETQNAN_SEMIRAW): Likewise.
25201         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
25202         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
25203         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
25204         (FP_EXTEND): Use _FP_FRAC_SNANP.
25205         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
25206         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
25207         into account.
25208         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25209         New macro.
25210         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25211         Likewise.
25212
25213 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25214
25215         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
25216         with DIVIDE_BY_ZERO_EXCEPTION.
25217         (gamma_test_data): Likewise.
25218         (lgamma_test_data): Likewise.
25219         (log_test_data): Likewise.
25220         (log10_test_data): Likewise.
25221         (log2_test_data): Likewise.
25222         (tgamma_test_data): Likewise.
25223
25224         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25225         (acos_test_tonearest): Likewise.
25226         (acos_test_towardzero): Likewise.
25227         (acos_test_downward): Likewise.
25228         (acos_test_upward): Likewise.
25229         (acosh_test): Likewise.
25230         (asin_test): Likewise.
25231         (asin_test_tonearest): Likewise.
25232         (asin_test_towardzero): Likewise.
25233         (asin_test_downward): Likewise.
25234         (asin_test_upward): Likewise.
25235         (asinh_test): Likewise.
25236         (atan_test): Likewise.
25237         (atanh_test): Likewise.
25238         (atan2_test): Likewise.
25239         (cabs_test): Likewise.
25240         (cacos_test): Likewise.
25241         (cacosh_test): Likewise.
25242         (casin_test): Likewise.
25243         (casinh_test): Likewise.
25244         (catan_test): Likewise.
25245         (catanh_test): Likewise.
25246         (cbrt_test): Likewise.
25247         (ccos_test): Likewise.
25248         (ccosh_test): Likewise.
25249         (cexp_test): Likewise.
25250         (clog_test): Likewise.
25251         (clog10_test): Likewise.
25252         (cos_test): Likewise.
25253         (cos_test_tonearest): Likewise.
25254         (cos_test_towardzero): Likewise.
25255         (cos_test_downward): Likewise.
25256         (cos_test_upward): Likewise.
25257         (cosh_test): Likewise.
25258         (cosh_test_tonearest): Likewise.
25259         (cosh_test_towardzero): Likewise.
25260         (cosh_test_downward): Likewise.
25261         (cosh_test_upward): Likewise.
25262         (cpow_test): Likewise.
25263         (csin_test): Likewise.
25264         (csinh_test): Likewise.
25265         (csqrt_test): Likewise.
25266         (ctan_test): Likewise.
25267         (ctan_test_tonearest): Likewise.
25268         (ctan_test_towardzero): Likewise.
25269         (ctan_test_downward): Likewise.
25270         (ctan_test_upward): Likewise.
25271         (ctanh_test): Likewise.
25272         (ctanh_test_tonearest): Likewise.
25273         (ctanh_test_towardzero): Likewise.
25274         (ctanh_test_downward): Likewise.
25275         (ctanh_test_upward): Likewise.
25276         (erf_test): Likewise.
25277         (erfc_test): Likewise.
25278         (exp_test): Likewise.
25279         (exp_test_tonearest): Likewise.
25280         (exp_test_towardzero): Likewise.
25281         (exp_test_downward): Likewise.
25282         (exp_test_upward): Likewise.
25283         (exp10_test): Likewise.
25284         (exp2_test): Likewise.
25285         (expm1_test): Likewise.
25286         (fmod_test): Likewise.
25287         (gamma_test): Likewise.
25288         (hypot_test): Likewise.
25289         (j0_test): Likewise.
25290         (j1_test): Likewise.
25291         (jn_test): Likewise.
25292         (lgamma_test): Likewise.
25293         (log_test): Likewise.
25294         (log10_test): Likewise.
25295         (log1p_test): Likewise.
25296         (log2_test): Likewise.
25297         (logb_test_downward): Likewise.
25298         (pow_test): Likewise.
25299         (pow_test_tonearest): Likewise.
25300         (pow_test_towardzero): Likewise.
25301         (pow_test_downward): Likewise.
25302         (pow_test_upward): Likewise.
25303         (remainder_test): Likewise.
25304         (remquo_test): Likewise.
25305         (sin_test): Likewise.
25306         (sin_test_tonearest): Likewise.
25307         (sin_test_towardzero): Likewise.
25308         (sin_test_downward): Likewise.
25309         (sin_test_upward): Likewise.
25310         (sincos_test): Likewise.
25311         (sinh_test): Likewise.
25312         (sinh_test_tonearest): Likewise.
25313         (sinh_test_towardzero): Likewise.
25314         (sinh_test_downward): Likewise.
25315         (sinh_test_upward): Likewise.
25316         (sqrt_test): Likewise.
25317         (tan_test): Likewise.
25318         (tan_test_tonearest): Likewise.
25319         (tan_test_towardzero): Likewise.
25320         (tan_test_downward): Likewise.
25321         (tan_test_upward): Likewise.
25322         (tanh_test): Likewise.
25323         (tgamma_test): Likewise.
25324         (y0_test): Likewise.
25325         (y1_test): Likewise.
25326         (yn_test): Likewise.
25327
25328         * math/gen-libm-test.pl (adjust_arg): Remove function.
25329         (special_function): Remove argument $in_func.  Only handle
25330         generating output for tables of tests, not inside functions.
25331         (parse_args): Likewise.
25332         (generate_testfile): Remove variable $in_func.  Update call to
25333         parse_args.
25334         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25335         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25336         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25337         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25338         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25339         (MAX_VALUE_INIT): Rename macro to max_value.
25340         (MIN_VALUE_INIT): Rename macro to min_value.
25341         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25342         (plus_zero): Remove variable.
25343         (minus_zero): Likewise.
25344         (plus_infty): Likewise.
25345         (minus_infty): Likewise.
25346         (qnan_value): Likewise.
25347         (max_value): Likewise.
25348         (min_value): Likewise.
25349         (min_subnorm_value): Likewise.
25350
25351 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25352
25353         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25354         uint64_t or uint32_t usage.
25355         * crypt/sha256-block.c: Likewise.
25356         * crypt/sha256-crypt.c: Likewise.
25357         * crypt/sha256.c: Likewise.
25358         * crypt/sha512-block.c: Likewise.
25359         * crypt/sha512-crypt.c: Likewise.
25360         * crypt/sha512.c: Likewise.
25361         * debug/backtrace-tst.c: Likewise.
25362         * debug/pcprofiledump.c: Likewise.
25363         * elf/cache.c: Likewise.
25364         * elf/dl-cache.c: Likewise.
25365         * elf/dl-misc.c: Likewise.
25366         * elf/dl-profile.c: Likewise.
25367         * elf/dl-support.c: Likewise.
25368         * elf/ldconfig.c: Likewise.
25369         * elf/sprof.c: Likewise.
25370         * iconv/dummy-repertoire.c: Likewise.
25371         * iconv/iconv_charmap.c: Likewise.
25372         * iconv/skeleton.c: Likewise.
25373         * iconvdata/8bit-generic.c: Likewise.
25374         * iconvdata/cp737.h: Likewise.
25375         * iconvdata/cp775.h: Likewise.
25376         * iconvdata/ibm1008.h: Likewise.
25377         * iconvdata/ibm1025.h: Likewise.
25378         * iconvdata/ibm1046.h: Likewise.
25379         * iconvdata/ibm1097.h: Likewise.
25380         * iconvdata/ibm1112.h: Likewise.
25381         * iconvdata/ibm1122.h: Likewise.
25382         * iconvdata/ibm1123.h: Likewise.
25383         * iconvdata/ibm1124.h: Likewise.
25384         * iconvdata/ibm1129.h: Likewise.
25385         * iconvdata/ibm1130.h: Likewise.
25386         * iconvdata/ibm1132.h: Likewise.
25387         * iconvdata/ibm1133.h: Likewise.
25388         * iconvdata/ibm1137.h: Likewise.
25389         * iconvdata/ibm1140.h: Likewise.
25390         * iconvdata/ibm1141.h: Likewise.
25391         * iconvdata/ibm1142.h: Likewise.
25392         * iconvdata/ibm1143.h: Likewise.
25393         * iconvdata/ibm1144.h: Likewise.
25394         * iconvdata/ibm1145.h: Likewise.
25395         * iconvdata/ibm1146.h: Likewise.
25396         * iconvdata/ibm1147.h: Likewise.
25397         * iconvdata/ibm1148.h: Likewise.
25398         * iconvdata/ibm1149.h: Likewise.
25399         * iconvdata/ibm1153.h: Likewise.
25400         * iconvdata/ibm1154.h: Likewise.
25401         * iconvdata/ibm1155.h: Likewise.
25402         * iconvdata/ibm1156.h: Likewise.
25403         * iconvdata/ibm1157.h: Likewise.
25404         * iconvdata/ibm1158.h: Likewise.
25405         * iconvdata/ibm1160.h: Likewise.
25406         * iconvdata/ibm1161.h: Likewise.
25407         * iconvdata/ibm1162.h: Likewise.
25408         * iconvdata/ibm1163.h: Likewise.
25409         * iconvdata/ibm1164.h: Likewise.
25410         * iconvdata/ibm1166.h: Likewise.
25411         * iconvdata/ibm1167.h: Likewise.
25412         * iconvdata/ibm12712.h: Likewise.
25413         * iconvdata/ibm1390.h: Likewise.
25414         * iconvdata/ibm1399.h: Likewise.
25415         * iconvdata/ibm16804.h: Likewise.
25416         * iconvdata/ibm4517.h: Likewise.
25417         * iconvdata/ibm4899.h: Likewise.
25418         * iconvdata/ibm4909.h: Likewise.
25419         * iconvdata/ibm4971.h: Likewise.
25420         * iconvdata/ibm5347.h: Likewise.
25421         * iconvdata/ibm803.h: Likewise.
25422         * iconvdata/ibm856.h: Likewise.
25423         * iconvdata/ibm901.h: Likewise.
25424         * iconvdata/ibm902.h: Likewise.
25425         * iconvdata/ibm9030.h: Likewise.
25426         * iconvdata/ibm9066.h: Likewise.
25427         * iconvdata/ibm921.h: Likewise.
25428         * iconvdata/ibm922.h: Likewise.
25429         * iconvdata/ibm9448.h: Likewise.
25430         * iconvdata/isiri-3342.h: Likewise.
25431         * iconvdata/jis0201.h: Likewise.
25432         * include/link.h: Likewise.
25433         * include/netdb.h: Likewise.
25434         * inet/check_native.c: Likewise.
25435         * inet/check_pf.c: Likewise.
25436         * inet/getipv4sourcefilter.c: Likewise.
25437         * inet/getnameinfo.c: Likewise.
25438         * inet/getsourcefilter.c: Likewise.
25439         * inet/htonl.c: Likewise.
25440         * inet/setipv4sourcefilter.c: Likewise.
25441         * inet/setsourcefilter.c: Likewise.
25442         * inet/test-inet6_opt.c: Likewise.
25443         * inet/tst-network.c: Likewise.
25444         * locale/C-collate.c: Likewise.
25445         * locale/C-ctype.c: Likewise.
25446         * locale/C-time.c: Likewise.
25447         * locale/C-translit.h: Likewise.
25448         * locale/loadarchive.c: Likewise.
25449         * locale/programs/3level.h: Likewise.
25450         * locale/programs/charmap.c: Likewise.
25451         * locale/programs/charmap.h: Likewise.
25452         * locale/programs/ld-address.c: Likewise.
25453         * locale/programs/ld-collate.c: Likewise.
25454         * locale/programs/ld-ctype.c: Likewise.
25455         * locale/programs/ld-identification.c: Likewise.
25456         * locale/programs/ld-measurement.c: Likewise.
25457         * locale/programs/ld-messages.c: Likewise.
25458         * locale/programs/ld-monetary.c: Likewise.
25459         * locale/programs/ld-name.c: Likewise.
25460         * locale/programs/ld-numeric.c: Likewise.
25461         * locale/programs/ld-paper.c: Likewise.
25462         * locale/programs/ld-telephone.c: Likewise.
25463         * locale/programs/ld-time.c: Likewise.
25464         * locale/programs/linereader.c: Likewise.
25465         * locale/programs/locale.c: Likewise.
25466         * locale/programs/locarchive.c: Likewise.
25467         * locale/programs/locfile.h: Likewise.
25468         * locale/programs/repertoire.c: Likewise.
25469         * locale/programs/simple-hash.c: Likewise.
25470         * locale/programs/simple-hash.h: Likewise.
25471         * malloc/memusage.c: Likewise.
25472         * malloc/memusagestat.c: Likewise.
25473         * nis/nis_defaults.c: Likewise.
25474         * nis/nis_hash.c: Likewise.
25475         * nis/nis_print.c: Likewise.
25476         * nis/nis_xdr.c: Likewise.
25477         * nscd/connections.c: Likewise.
25478         * nscd/hstcache.c: Likewise.
25479         * nscd/nscd_gethst_r.c: Likewise.
25480         * nscd/nscd_getserv_r.c: Likewise.
25481         * nscd/nscd_helper.c: Likewise.
25482         * nscd/servicescache.c: Likewise.
25483         * nss/makedb.c: Likewise.
25484         * nss/nss_db/db-XXX.c: Likewise.
25485         * nss/nss_db/db-initgroups.c: Likewise.
25486         * nss/nss_db/db-netgrp.c: Likewise.
25487         * nss/nss_files/files-network.c: Likewise.
25488         * nss/nss_files/files-parse.c: Likewise.
25489         * posix/bug-regex5.c: Likewise.
25490         * posix/fnmatch_loop.c: Likewise.
25491         * posix/regcomp.c: Likewise.
25492         * posix/regexec.c: Likewise.
25493         * posix/tst-rfc3484-2.c: Likewise.
25494         * posix/tst-rfc3484-3.c: Likewise.
25495         * posix/tst-rfc3484.c: Likewise.
25496         * resolv/nss_dns/dns-canon.c: Likewise.
25497         * resolv/nss_dns/dns-network.c: Likewise.
25498         * resolv/res_init.c: Likewise.
25499         * resolv/res_mkquery.c: Likewise.
25500         * resolv/tst-aton.c: Likewise.
25501         * stdlib/cxa_atexit.c: Likewise.
25502         * stdlib/cxa_finalize.c: Likewise.
25503         * stdlib/gen-fpioconst.c: Likewise.
25504         * stdlib/strtol_l.c: Likewise.
25505         * string/tst-endian.c: Likewise.
25506         * sunrpc/auth_des.c: Likewise.
25507         * sunrpc/clnt_udp.c: Likewise.
25508         * sunrpc/rtime.c: Likewise.
25509         * sunrpc/svcauth_des.c: Likewise.
25510         * sunrpc/xdr.c: Likewise.
25511         * sunrpc/xdr_intXX_t.c: Likewise.
25512         * sunrpc/xdr_rec.c: Likewise.
25513         * sysdeps/generic/ldconfig.h: Likewise.
25514         * sysdeps/generic/ldsodefs.h: Likewise.
25515         * sysdeps/generic/memusage.h: Likewise.
25516         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25517         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25518         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25519         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25520         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25521         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25522         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25523         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25524         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25525         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25526         * sysdeps/posix/getaddrinfo.c: Likewise.
25527         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25528         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25529         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25530         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25531         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25532         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25533         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25534         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25535         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25536         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25537         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25538         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25539         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25540         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25541         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25542         * sysdeps/x86_64/dl-tls.h: Likewise.
25543         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25544         * time/alt_digit.c: Likewise.
25545         * time/era.c: Likewise.
25546         * wcsmbs/tst-c16c32-1.c: Likewise.
25547
25548 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25549
25550         * math/libm-test.inc (struct test_sincos_data): New type.
25551         (RUN_TEST_LOOP_sincos): New macro.
25552         (sincos_test_data): New variable.
25553         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25554
25555 2013-05-16  Richard Henderson  <rth@redhat.com>
25556
25557         * math/atest-exp2.c (LIMB64): New macro.
25558         (CONSTSZ): New macro.
25559         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25560         (hexdig): Move ...
25561         (print_mpn_fp): ... to function scope.
25562         (read_mpn_hex): Remove.
25563         (get_log2): Remove.
25564         (exp2_mpn): Use mp_log2.
25565         (main): Use mp_exp1.
25566
25567 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25568
25569         * math/libm-test.inc: Remove comment about not testing "inexact"
25570         exceptions.
25571         (INEXACT_EXCEPTION): New macro.
25572         (NO_INEXACT_EXCEPTION): Likewise.
25573         (INVALID_EXCEPTION_OK): Update value.
25574         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25575         (OVERFLOW_EXCEPTION_OK): Likewise.
25576         (UNDERFLOW_EXCEPTION_OK): Likewise.
25577         (IGNORE_ZERO_INF_SIGN): Likewise.
25578         (ERRNO_UNCHANGED): Likewise.
25579         (ERRNO_EDOM): Likewise.
25580         (ERRNO_ERANGE): Likewise.
25581         (test_exceptions): Handle testing "inexact" exceptions.
25582         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25583         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25584         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25585         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25586         INEXACT_EXCEPTION.
25587         (rint_towardzero_test_data): Likewise.
25588         (rint_downward_test_data): Likewise.
25589         (rint_upward_test_data): Likewise.
25590
25591         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25592         with OVERFLOW_EXCEPTION.
25593         (exp10_test_data): Likewise.
25594         (exp2_test_data): Likewise.
25595         (expm1_test_data): Likewise.
25596         (lgamma_test_data): Likewise.
25597         (pow_test_data): Likewise.
25598         (tgamma_test_data): Likewise.
25599         (yn_test_data): Remove duplicate test of overflow.
25600
25601         * math/libm-test.inc (struct test_cc_c_data): New type.
25602         (RUN_TEST_LOOP_cc_c): New macro.
25603         (cpow_test_data): New variable.
25604         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25605
25606         * math/libm-test.inc (struct test_f_L_data): New type.
25607         (RUN_TEST_LOOP_f_L): New macro.
25608         (llrint_test_data): New variable.
25609         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25610         (llrint_tonearest_test_data): New variable.
25611         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25612         (llrint_towardzero_test_data): New variable.
25613         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25614         (llrint_downward_test_data): New variable.
25615         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25616         (llrint_upward_test_data): New variable.
25617         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25618         (llround_test_data): New variable.
25619         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25620
25621 2013-05-13  Peter Collingbourne  <pcc@google.com>
25622
25623         * math/atest-exp2.c (get_log2): Remove const attribute.
25624
25625 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25626
25627         * math/libm-test.inc (struct test_f_l_data): New type.
25628         (RUN_TEST_LOOP_f_l): New macro.
25629         (lrint_test_data): New variable.
25630         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25631         (lrint_tonearest_test_data): New variable.
25632         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25633         (lrint_towardzero_test_data): New variable.
25634         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25635         (lrint_downward_test_data): New variable.
25636         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25637         (lrint_upward_test_data): New variable.
25638         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25639         (lround_test_data): New variable.
25640         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25641
25642 2013-05-15  Peter Collingbourne  <pcc@google.com>
25643
25644         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25645         (EXTRACT_WORDS64) Use where appropriate.
25646         (INSERT_WORDS64) Likewise.
25647
25648         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25649         constraints with x constraints.
25650         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25651
25652         * malloc/obstack.c (_obstack_compat): Add initializer.
25653
25654 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25655
25656         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25657         si_trapno and add si_addr_lsb to _sifields.sigfault.
25658         (si_trapno): Remove macro.
25659         (si_addr_lsb): Define new macro.
25660         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25661
25662 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25663
25664         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25665         instead of TEST_f_l.
25666         (llrint_test_tonearest): Likewise.
25667         (llrint_test_towardzero): Likewise.
25668         (llrint_test_downward): Likewise.
25669         (llrint_test_upward): Likewise.
25670         (llround_test): Likewise.
25671
25672         * math/libm-test.inc (struct test_f_i_data): Add comment.
25673         (RUN_TEST_LOOP_f_b): New macro.
25674         (RUN_TEST_LOOP_f_b_tg): Likewise.
25675         (finite_test_data): New variable.
25676         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25677         (isfinite_test_data): New variable.
25678         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25679         (isinf_test_data): New variable.
25680         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25681         (isnan_test_data): New variable.
25682         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25683         (isnormal_test_data): New variable.
25684         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25685         (issignaling_test_data): New variable.
25686         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25687         (signbit_test_data): New variable.
25688         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25689
25690         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25691         with INVALID_EXCEPTION.
25692         (acosh_test_data): Likewise.
25693         (asin_test_data): Likewise.
25694         (atanh_test_data): Likewise.
25695         (fmod_test_data): Likewise.
25696         (log_test_data): Likewise.
25697         (log10_test_data): Likewise.
25698         (log2_test_data): Likewise.
25699         (pow_test_data): Likewise.
25700         (sqrt_test_data): Likewise.
25701         (y0_test_data): Likewise.
25702         (y1_test_data): Likewise.
25703         (yn_test_data): Likewise.
25704
25705         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25706         function contents.
25707
25708         * math/libm-test.inc (struct test_ff_i_data): New type.
25709         (RUN_TEST_LOOP_ff_i_tg): New macro.
25710         (isgreater_test_data): New variable.
25711         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25712         (isgreaterequal_test_data): New variable.
25713         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25714         (isless_test_data): New variable.
25715         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25716         (islessequal_test_data): New variable.
25717         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25718         (islessgreater_test_data): New variable.
25719         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25720         (isunordered_test_data): New variable.
25721         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25722
25723 2013-05-14  David S. Miller  <davem@davemloft.net>
25724
25725         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25726
25727 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25728
25729         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25730
25731         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25732         extra_test to int.
25733         (struct test_f_i_data): Change type of max_ulp to int.
25734
25735         * math/libm-test.inc (test_ffI_f1_data): New type.
25736         (RUN_TEST_LOOP_ffI_f1): New macro.
25737         (remquo_test_data): New variable.
25738         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25739
25740         * setjmp/tst-setjmp-fp.c: New file.
25741         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25742         (link-libm): New variable.
25743         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25744
25745         * math/libm-test.inc (struct test_f_i_data): New type.
25746         (RUN_TEST_LOOP_f_i): New macro.
25747         (RUN_TEST_LOOP_f_i_tg): Likewise.
25748         (fpclassify_test_data): New variable.
25749         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25750         (ilogb_test_data): New variable.
25751         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25752
25753         * math/libm-test.inc (scalbln_test): Correct function name in END
25754         call.
25755
25756         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25757         (RUN_TEST_LOOP_fI_f1): New macro.
25758         (frexp_test_data): New variable.
25759         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25760
25761         * math/libm-test.inc (struct test_fF_f1_data): New type.
25762         (RUN_TEST_LOOP_fF_f1): New macro.
25763         (modf_test_data): New variable.
25764         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25765
25766         * math/libm-test.inc (struct test_f_f1_data): New type.
25767         (RUN_TEST_LOOP_f_f1): New macro.
25768         (gamma_test_data): New variable.
25769         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25770         (lgamma_test_data): New variable.
25771         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25772
25773 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25774
25775         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25776         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25777         (main): Comment "tls" pseudo-hwcap.
25778
25779 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25780
25781         * math/libm-test.inc (struct test_fl_f_data): New type.
25782         (RUN_TEST_LOOP_fl_f): New variable.
25783         (scalbln_test_data): New variable.
25784         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25785
25786         * math/libm-test.inc (struct test_fi_f_data): New type.
25787         (RUN_TEST_LOOP_fi_f): New macro.
25788         (ldexp_test_data): New variable.
25789         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25790         (scalbn_test_data): New variable.
25791         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25792
25793         * math/libm-test.inc (struct test_c_f_data): New type.
25794         (RUN_TEST_LOOP_c_f): New macro.
25795         (cabs_test_data): New variable.
25796         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25797         (carg_test_data): New variable.
25798         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25799         (cimag_test_data): New variable.
25800         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25801         (creal_test_data): New variable.
25802         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25803
25804         * math/libm-test.inc (struct test_if_f_data): New type.
25805         (RUN_TEST_LOOP_if_f): New macro.
25806         (jn_test_data): New variable.
25807         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25808         (yn_test_data): New variable.
25809         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25810
25811         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25812
25813 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25814
25815         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25816         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25817
25818 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25819
25820         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25821         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25822         (bench-deps): Add bench-timing.h.
25823         * benchtests-bench-skeleton.c: Include bench-timing.h.
25824         (main): Use TIMING_* macros instead of clock_gettime.
25825         * benchtests/bench-timing.h: New file.
25826
25827         [BZ #14582]
25828         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25829         Renamed from _LIB_VERSION.
25830         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25831
25832 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25833
25834         * math/libm-test.inc (struct test_fff_f_data): New type.
25835         (RUN_TEST_LOOP_fff_f): New macro.
25836         (fma_test_data): New variable.
25837         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25838         (fma_towardzero_test_data): New variable.
25839         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25840         (fma_downward_test_data): New variable.
25841         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25842         (fma_upward_test_data): New variable.
25843         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25844
25845         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25846         (struct test_c_c_data): New type.
25847         (RUN_TEST_LOOP_c_c): New macro.
25848         (cacos_test_data): New variable.
25849         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25850         (cacosh_test_data): New variable.
25851         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25852         (casin_test_data): New variable.
25853         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25854         (casinh_test_data): New variable.
25855         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25856         (catan_test_data): New variable.
25857         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25858         (catanh_test_data): New variable.
25859         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25860         (ccos_test_data): New variable.
25861         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25862         (ccosh_test_data): New variable.
25863         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25864         (cexp_test_data): New variable.
25865         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25866         (clog_test_data): New variable.
25867         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25868         (clog10_test_data): New variable.
25869         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25870         (conj_test_data): New variable.
25871         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25872         (cproj_test_data): New variable.
25873         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25874         (csin_test_data): New variable.
25875         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25876         (csinh_test_data): New variable.
25877         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25878         (csqrt_test_data): New variable.
25879         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25880         (ctan_test_data): New variable.
25881         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25882         (ctan_tonearest_test_data): New variable.
25883         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25884         (ctan_towardzero_test_data): New variable.
25885         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25886         (ctan_downward_test_data): New variable.
25887         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25888         (ctan_upward_test_data): New variable.
25889         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25890         (ctanh_test_data): New variable.
25891         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25892         (ctanh_tonearest_test_data): New variable.
25893         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25894         (ctanh_towardzero_test_data): New variable.
25895         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25896         (ctanh_downward_test_data): New variable.
25897         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25898         (ctanh_upward_test_data): New variable.
25899         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25900         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25901         of BUILD_COMPLEX.
25902
25903         * math/libm-test.inc (struct test_ff_f_data): New type.
25904         (struct test_ff_f_data_nexttoward): Likewise.
25905         (RUN_TEST_LOOP_2_f): New macro.
25906         (RUN_TEST_LOOP_ff_f): Likewise.
25907         (atan2_test_data): New variable.
25908         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25909         (copysign_test_data): New variable.
25910         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25911         (fdim_test_data): New variable.
25912         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25913         (fmax_test_data): New variable.
25914         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25915         (fmin_test_data): New variable.
25916         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25917         (fmod_test_data): New variable.
25918         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25919         (hypot_test_data): New variable.
25920         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25921         (nextafter_test_data): New variable.
25922         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25923         (nexttoward_test_data): New variable.
25924         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25925         (pow_test_data): New variable.
25926         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25927         (pow_tonearest_test_data): New variable.
25928         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25929         (pow_towardzero_test_data): New variable.
25930         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25931         (pow_downward_test_data): New variable.
25932         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25933         (pow_upward_test_data): New variable.
25934         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25935         (remainder_test_data): New variable.
25936         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25937         (scalb_test_data): New variable.
25938         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25939         * sysdeps/i386/fpu/libm-test-ulps: Update.
25940
25941 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25942
25943         * math/libm-test.inc (fma_test): Use max_value instead of local
25944         variable fltmax.
25945         (nextafter_test): Likewise.
25946
25947         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25948         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25949         (acos_downward_test_data): New variable.
25950         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25951         (acos_upward_test_data): New variable.
25952         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25953         (acosh_test_data): New variable.
25954         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25955         (asin_test_data): New variable.
25956         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25957         (asin_tonearest_test_data): New variable.
25958         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25959         (asin_towardzero_test_data): New variable.
25960         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25961         (asin_downward_test_data): New variable.
25962         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25963         (asin_upward_test_data): New variable.
25964         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25965         (asinh_test_data): New variable.
25966         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25967         (atan_test_data): New variable.
25968         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25969         (atanh_test_data): New variable.
25970         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25971         (cbrt_test_data): New variable.
25972         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25973         (ceil_test_data): New variable.
25974         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25975         (cos_test_data): New variable.
25976         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25977         (cos_tonearest_test_data): New variable.
25978         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25979         (cos_towardzero_test_data): New variable.
25980         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25981         (cos_downward_test_data): New variable.
25982         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25983         (cos_upward_test_data): New variable.
25984         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25985         (cosh_test_data): New variable.
25986         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25987         (cosh_tonearest_test_data): New variable.
25988         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25989         (cosh_towardzero_test_data): New variable.
25990         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25991         (cosh_downward_test_data): New variable.
25992         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25993         (cosh_upward_test_data): New variable.
25994         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25995         (erf_test_data): New variable.
25996         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25997         (erfc_test_data): New variable.
25998         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25999         (exp_test_data): New variable.
26000         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
26001         (exp_tonearest_test_data): New variable.
26002         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26003         (exp_towardzero_test_data): New variable.
26004         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26005         (exp_downward_test_data): New variable.
26006         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26007         (exp_upward_test_data): New variable.
26008         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26009         (exp10_test_data): New variable.
26010         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
26011         (exp2_test_data): New variable.
26012         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
26013         (expm1_test_data): New variable.
26014         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
26015         (fabs_test_data): New variable.
26016         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
26017         (floor_test_data): New variable.
26018         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
26019         (j0_test_data): New variable.
26020         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
26021         (j1_test_data): New variable.
26022         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
26023         (log_test_data): New variable.
26024         (log_test): Run tests with RUN_TEST_LOOP_f_f.
26025         (log10_test_data): New variable.
26026         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
26027         (log1p_test_data): New variable.
26028         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
26029         (log2_test_data): New variable.
26030         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
26031         (logb_test_data): New variable.
26032         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
26033         (logb_downward_test_data): New variable.
26034         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26035         (nearbyint_test_data): New variable.
26036         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
26037         (rint_test_data): New variable.
26038         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
26039         (rint_tonearest_test_data): New variable.
26040         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26041         (rint_towardzero_test_data): New variable.
26042         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26043         (rint_downward_test_data): New variable.
26044         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26045         (rint_upward_test_data): New variable.
26046         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26047         (round_test_data): New variable.
26048         (round_test): Run tests with RUN_TEST_LOOP_f_f.
26049         (sin_test_data): New variable.
26050         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
26051         (sin_tonearest_test_data): New variable.
26052         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26053         (sin_towardzero_test_data): New variable.
26054         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26055         (sin_downward_test_data): New variable.
26056         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26057         (sin_upward_test_data): New variable.
26058         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26059         (sinh_test_data): New variable.
26060         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
26061         (sinh_tonearest_test_data): New variable.
26062         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26063         (sinh_towardzero_test_data): New variable.
26064         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26065         (sinh_downward_test_data): New variable.
26066         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26067         (sinh_upward_test_data): New variable.
26068         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26069         (sqrt_test_data): New variable.
26070         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
26071         (tan_test_data): New variable.
26072         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
26073         (tan_tonearest_test_data): New variable.
26074         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26075         (tan_towardzero_test_data): New variable.
26076         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26077         (tan_downward_test_data): New variable.
26078         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26079         (tan_upward_test_data): New variable.
26080         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26081         (tanh_test_data): New variable.
26082         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
26083         (tgamma_test_data): New variable.
26084         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
26085         (trunc_test_data): New variable.
26086         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
26087         (y0_test_data): New variable.
26088         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
26089         (y1_test_data): New variable.
26090         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
26091         (significand_test_data): New variable.
26092         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
26093
26094 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
26095
26096         [BZ #12387]
26097         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
26098
26099 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
26100
26101         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
26102
26103 2013-05-10  Andreas Jaeger  <aj@suse.de>
26104
26105         [BZ #15448]
26106         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
26107         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
26108
26109 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26110
26111         * math/gen-libm-test.pl (adjust_arg): New function.
26112         (special_functions): Handle generating output in both functions
26113         and arrays.
26114         (parse_args): Likewise.
26115         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
26116         $in_func argument to parse_args.
26117         * math/libm-test.inc (struct test_f_f_data): New type.
26118         (IF_ROUND_INIT_): New macro.
26119         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
26120         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26121         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26122         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26123         (ROUND_RESTORE_): Likewise.
26124         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
26125         (ROUND_RESTORE_FE_TONEAREST): Likewise.
26126         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
26127         (ROUND_RESTORE_FE_UPWARD): Likewise.
26128         (RUN_TEST_LOOP_f_f): New macro.
26129         (acos_test_data): New variable.
26130         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
26131         (acos_tonearest_test_data): New variable.
26132         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26133
26134 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26135
26136         * benchtests/bench-skeleton.c (startup): Fix coding style.
26137
26138 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26139
26140         [BZ #6809]
26141         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
26142         negative infinity argument.
26143         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
26144         negative infinity argument.
26145         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
26146         negative infinity argument.
26147         * math/libm-test.inc (tgamma_test): Expect errno to be set for
26148         domain errors.
26149
26150 2013-05-10  Florian Weimer  <fweimer@redhat.com>
26151
26152         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
26153         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
26154         * iconv/iconv_prog.c (main): Likewise.
26155         * locale/programs/charmap-dir.c (charmap_readdir)
26156         (fopen_uncompressed): Likewise.
26157         * locale/programs/locfile.c (siblings_uncached)
26158         (write_locale_data): Use lstat64 instead of lstat.
26159         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
26160         stat.
26161
26162 2013-05-10  Andreas Jaeger  <aj@suse.de>
26163
26164         [BZ #15395]
26165         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
26166         localization.
26167         Include <locale.h>.
26168
26169 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
26170
26171         * elf/dl-close.c (_dl_close_worker): Add comments.
26172
26173 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
26174
26175         [BZ #15359]
26176         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
26177         high part of pi/2.
26178         (__ieee754_rem_pio2l): Update comments.
26179
26180         [BZ #15429]
26181         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
26182         high part of pi/2.
26183         (__ieee754_rem_pio2l): Update comments.
26184
26185         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
26186         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
26187
26188         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
26189         M_PI_4l.
26190
26191         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
26192         (M_PI_34_LOG10El): Likewise.
26193         (M_PI2_LOG10El): Likewise.
26194         (M_PI4_LOG10El): Likewise.
26195         (M_PI_LOG10El): Likewise.
26196
26197 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26198
26199         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26200
26201 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
26202
26203         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
26204         (MINUS_ZERO_INIT): Likewise.
26205         (PLUS_INFTY_INIT): Likewise.
26206         (MINUS_INFTY_INIT): Likewise.
26207         (QNAN_VALUE_INIT): Likewise.
26208         (MAX_VALUE_INIT): Likewise.
26209         (MIN_VALUE_INIT): Likewise.
26210         (MIN_SUBNORM_VALUE_INIT): Likewise.
26211         (plus_zero): Initialize with PLUS_ZERO_INIT.
26212         (minus_zero): Initialize with MINUS_ZERO_INIT.
26213         (plus_infty): Initialize with PLUS_INFTY_INIT.
26214         (minus_infty): Initialize with MINUS_INFTY_INIT.
26215         (qnan_value): Initialize with QNAN_VALUE_INIT.
26216         (max_value): Initialize with MAX_VALUE_INIT.
26217         (min_value): Initialize with MIN_VALUE_INIT.
26218         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
26219
26220         * math/libm-test.inc (RUN_TEST_if_f): New macro.
26221         (jn_test): Use TEST_if_f instead of TEST_ff_f.
26222         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26223         (yn_test): Use TEST_if_f instead of TEST_ff_f.
26224
26225         * math/libm-test.inc (RUN_TEST_f_f): New macro.
26226         (RUN_TEST_2_f): Likewise.
26227         (RUN_TEST_ff_f): Likewise.
26228         (RUN_TEST_fi_f): Likewise.
26229         (RUN_TEST_fl_f): Likewise.
26230         (RUN_TEST_fff_f): Likewise.
26231         (RUN_TEST_c_f): Likewise.
26232         (RUN_TEST_f_f1): Likewise.
26233         (RUN_TEST_fF_f1): Likewise.
26234         (RUN_TEST_fI_f1): Likewise.
26235         (RUN_TEST_ffI_f1): Likewise.
26236         (RUN_TEST_c_c): Likewise.
26237         (RUN_TEST_cc_c): Likewise.
26238         (RUN_TEST_f_i): Likewise.
26239         (RUN_TEST_f_i_tg): Likewise.
26240         (RUN_TEST_ff_i_tg): Likewise.
26241         (RUN_TEST_f_b): Likewise.
26242         (RUN_TEST_f_b_tg): Likewise.
26243         (RUN_TEST_f_l): Likewise.
26244         (RUN_TEST_f_L): Likewise.
26245         (RUN_TEST_sincos): Likewise.
26246         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26247         whether to show exceptions.  Do not include ");\n" in return
26248         value.
26249         (special_functions): Output call to RUN_TEST_sincos instead of
26250         check_float calls.  Update calls to new_test.
26251         (parse_args): Output call to single RUN_TEST_* macro instead of
26252         check_* calls and other assignments.  Update calls to new_test.
26253
26254         [BZ #2546]
26255         [BZ #2560]
26256         [BZ #5159]
26257         [BZ #15426]
26258         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26259         input to result for tgamma overflow.
26260         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26261         (gamma_coeff): New variable.
26262         (NCOEFF): New macro.
26263         (gamma_positive): New function.
26264         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26265         underflow here.  Use gamma_positive instead of exp (lgamma) for
26266         other arguments.
26267         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26268         (gamma_coeff): New variable.
26269         (NCOEFF): New macro.
26270         (gammaf_positive): New function.
26271         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26272         underflow here.  Use gamma_positive instead of exp (lgamma) for
26273         other arguments.
26274         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26275         (gamma_coeff): New variable.
26276         (NCOEFF): New macro.
26277         (gammal_positive): New function.
26278         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26279         underflow here.  Use gamma_positive instead of exp (lgamma) for
26280         other arguments.
26281         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26282         (gamma_coeff): New variable.
26283         (NCOEFF): New macro.
26284         (gammal_positive): New function.
26285         (__ieee754_gammal_r): Handle positive infinity, overflow and
26286         underflow here.  Handle NaN the same as positive infinity.  Remove
26287         check x < 0xffffffff for negative integers.  Use gamma_positive
26288         instead of exp (lgamma) for other arguments.
26289         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26290         (gamma_coeff): New variable.
26291         (NCOEFF): New macro.
26292         (gammal_positive): New function.
26293         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26294         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26295         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26296         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26297         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26298         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26299         * sysdeps/generic/math_private.h (__gamma_productf): New
26300         prototype.
26301         (__gamma_product): Likewise.
26302         (__gamma_productl): Likewise.
26303         * math/Makefile (libm-calls): Add gamma_product.
26304         * math/libm-test.inc (tgamma_test): Add more tests.
26305         * sysdeps/i386/fpu/libm-test-ulps: Update.
26306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26307
26308 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26309
26310         * benchtests/bench-skeleton.c (main): Preheat CPU.
26311
26312 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26313
26314         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26315
26316 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26317
26318         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26319         and _dl_skip_args_internal.
26320
26321 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26322
26323         * manual/message.texi (Message Translation): Talk about users.
26324         Message to key mapping impacts design.
26325
26326 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26327
26328         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26329
26330         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26331
26332         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26333         * sysdeps/wordsize-64/glob64.c: ... here.
26334
26335         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26336         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26337         New macros.
26338
26339         * debug/getlogin_r_chk.c: Moved to ...
26340         * login/getlogin_r_chk.c: ... here.
26341         * debug/Makefile (routines): Move getlogin_r_chk to ...
26342         * login/Makefile (routines): ... here.
26343         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26344         * login/Versions (libc: GLIBC_2.4): ... here.
26345
26346         * io/poll.c (__poll): Renamed from poll.
26347         Add libc_hidden_def.
26348         (poll): Define as weak alias.
26349
26350         * debug/ptsname_r_chk.c: Moved to ...
26351         * login/ptsname_r_chk.c: ... here.
26352         * debug/Makefile (routines): Move ptsname_r_chk to ...
26353         * login/Makefile (routines): ... here.
26354         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26355         * login/Versions (libc: GLIBC_2.4): ... here.
26356
26357         * posix/getlogin.c: Moved to ...
26358         * login/getlogin.c: ... here.
26359         * posix/getlogin_r.c: Moved to ...
26360         * login/getlogin_r.c: ... here.
26361         * posix/getlogin_r.c: Moved to ...
26362         * login/getlogin_r.c: ... here.
26363         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26364         * login/Makefile (routines): ... here.
26365         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26366         * login/Versions (libc: GLIBC_2.0): ... here.
26367
26368         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26369         (setrlimit): Define as weak alias.
26370
26371         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26372         Call __ names for open, ftruncate, and close.
26373         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26374         (truncate): Define as weak alias.
26375
26376 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26377
26378         * math/gen-libm-test.pl (parse_args): Initialize x before each
26379         test of frexp, modf and remquo.
26380
26381         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26382         test signgam value.
26383
26384 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26385
26386         [BZ #15418]
26387         [BZ #15419]
26388         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26389         internal tests.
26390         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26391
26392 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26393
26394         * elf/dl-writev.h: New file.
26395         * elf/dl-misc.c: Include it.
26396         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26397         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26398
26399 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26400
26401         * math/libm-test.inc (noXFails): Remove variable.
26402         (noXPasses): Likewise.
26403         (BUILD_COMPLEX_INT): Remove macro.
26404         (print_screen): Remove xfail argument.
26405         (print_screen_max_error): Likewise.
26406         (update_stats): Likewise.
26407         (print_max_error): Likewise.  Update calls to other affected
26408         functions.
26409         (print_complex_max_error): Likewise.
26410         (test_single_exception): Update calls to print_screen.
26411         (test_single_errno): Likewise.
26412         (check_float_internal): Remove xfail argument.  Update calls to
26413         other affected functions.
26414         (check_float): Likewise.
26415         (check_complex): Likewise.
26416         (check_int): Likewise.
26417         (check_long): Likewise.
26418         (check_bool): Likewise.
26419         (check_longlong): Likewise.
26420         (main): Don't print noXFails and noXPasses.
26421         * math/gen-libm-test.pl (top level): Don't mention expected
26422         failure handling in comment.
26423         (new_test): Don't handle expected failures.
26424         (parse_args): Don't mention expected failure handling in comment.
26425         (generate_testfile): Don't handle expected failures.
26426         (parse_ulps): Likewise.
26427         (print_ulps_file): Likewise.
26428         (get_failure): Remove function.
26429         (output_test): Don't handle expected failures.
26430         * make/README.libm-test: Don't mention expected failure handling.
26431
26432         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26433         (minus_zero): Likewise.
26434         (plus_infty): Likewise.
26435         (minus_infty): Likewise.
26436         (qnan_value): Likewise.
26437         (max_value): Likewise.
26438         (min_value): Likewise.
26439         (min_subnorm_value): Likewise.
26440         (initialize): Do not initialize those variables dynamically.
26441
26442 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26443
26444         * io/open.c (__open_2): Moved to ...
26445         * io/open_2.c: ... this new file.
26446         * io/open64.c (__open64_2): Moved to ...
26447         * io/open64_2.c: ... this new file.
26448         * io/openat.c (__openat_2): Moved to ...
26449         * io/openat_2.c: ... this new file.
26450         * io/openat64.c (__openat64_2): Moved to ...
26451         * io/openat64_2.c: ... this new file.
26452         * io/Makefile (routines): Add them.
26453         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26454         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26455         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26456         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26457         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26458         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26459         (__openat64): Add hidden_ver.
26460         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26461         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26462
26463         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26464         Separately conditionalize setting of GLRO(dl_sysinfo) so
26465         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26466         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26467
26468 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26469
26470         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26471         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26472         definition.
26473         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26474         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26475         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26476         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26477         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26478
26479 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26480
26481         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26482         test signgam value.
26483
26484         * math/libm-test.inc (hypot_test): Do not use
26485         IGNORE_ZERO_INF_SIGN.
26486
26487 2013-05-03  Andreas Jaeger  <aj@suse.de>
26488
26489         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26490         Linux 3.9.
26491         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26492         (PF_MAX): Adjust for VSOCK change.
26493
26494 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26495
26496         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26497
26498 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26499
26500         [BZ #15264]
26501         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26502         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26503         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26504
26505 2013-05-02  David S. Miller  <davem@davemloft.net>
26506
26507         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26508
26509 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26510
26511         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26512
26513 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26514
26515         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26516
26517 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26518
26519         [BZ #14952]
26520         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26521         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26522         Use __attribute__ ((__gnu_inline__)).
26523         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26524         Don't use __attribute__ ((__gnu_inline__)).
26525
26526 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26527
26528         [BZ #15423]
26529         * math/s_catan.c (__catan): Handle small real or imaginary part of
26530         input specially to avoid spurious underflow.
26531         * math/s_catanf.c (__catanf): Likewise.
26532         * math/s_catanh.c (__catanh): Likewise.
26533         * math/s_catanhf.c (__catanhf): Likewise.
26534         * math/s_catanhl.c (__catanhl): Likewise.
26535         * math/s_catanl.c (__catanl): Likewise.
26536         * math/libm-test.inc (catan_test): Add more tests.
26537         (catanh_test): Likewise.
26538         * sysdeps/i386/fpu/libm-test-ulps: Update.
26539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26540
26541 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26542
26543         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26544
26545 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26546
26547         [BZ #15416]
26548         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26549         accurately for denominator in atan2.
26550         * math/s_catanf.c (__catanf): Likewise.
26551         * math/s_catanh.c (__catanh): Likewise.
26552         * math/s_catanhf.c (__catanhf): Likewise.
26553         * math/s_catanhl.c (__catanhl): Likewise.
26554         * math/s_catanl.c (__catanl): Likewise.
26555         * math/libm-test.inc (catan_test): Add more tests.
26556         (catanh_test): Likewise.
26557         * sysdeps/i386/fpu/libm-test-ulps: Update.
26558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26559
26560 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26561
26562         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26563
26564         * benchtests/Makefile (bench): Remove slow benchmarks.
26565         * benchtests/atan-inputs: Add slow benchmark inputs.
26566         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26567         (BENCH_FUNC): Accept variant offset.
26568         (VARIANT): Define.
26569         * benchtests/bench-skeleton.c (main): Run benchmark for each
26570         variant.
26571         * benchtests/cos-inputs: Add slow benchmark inputs.
26572         * benchtests/exp-inputs: Likewise.
26573         * benchtests/pow-inputs: Likewise.
26574         * benchtests/sin-inputs: Likewise.
26575         * benchtests/slowatan-inputs: Remove.
26576         * benchtests/slowatan.c: Remove.
26577         * benchtests/slowcos-inputs: Remove.
26578         * benchtests/slowcos.c: Remove.
26579         * benchtests/slowexp-inputs: Remove.
26580         * benchtests/slowexp.c: Remove.
26581         * benchtests/slowpow-inputs: Remove.
26582         * benchtests/slowpow.c: Remove.
26583         * benchtests/slowsin-inputs: Remove.
26584         * benchtests/slowsin.c: Remove.
26585         * benchtests/slowtan-inputs: Remove.
26586         * benchtests/slowtan.c: Remove.
26587         * benchtests/tan-inputs: Add slow benchmark inputs.
26588         * scripts/bench.pl: Parse comments and directives.
26589
26590         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26591         in CPPFLAGS.
26592         ($(objpfx)bench-%.c): Remove *-ITER.
26593         * benchtests/bench-modf.c: Remove definition of ITER.
26594         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26595         (main): Loop for DURATION seconds instead of fixed number of
26596         iterations.
26597         * scripts/bench.pl: Don't expect iterations in parameters.
26598
26599 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26600
26601         * io/fchdir.c (__fchdir): Renamed from fchdir.
26602         (fchdir): Define as weak alias.
26603
26604 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26605
26606         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26607         (ERRNO_EDOM): Likewise.
26608         (ERRNO_ERANGE): Likewise.
26609         (noErrnoTests): New variable.
26610         (init_max_error): Set errno to 0.
26611         (test_single_errno): New function.
26612         (test_errno): Likewise.
26613         (check_float_internal): Call test_errno.  Set errno to 0.
26614         (check_complex): Refer to errno tests in comment.
26615         (check_int): Call test_errno.  Set errno to 0.
26616         (check_long): Likewise.
26617         (check_bool): Likewise.
26618         (check_longlong): Likewise.
26619         (cos_test): Use ERRNO_* flags for errno tests instead of
26620         check_int.
26621         (expm1_test): Likewise.
26622         (fmod_test): Likewise.
26623         (ilogb_test): Likewise.
26624         (lgamma_test): Likewise.
26625         (pow_test): Likewise.
26626         (remainder_test): Likewise.
26627         (sin_test): Likewise.
26628         (tan_test): Likewise.
26629         (yn_test): Likewise.
26630         (initialize): Set errno to 0.
26631         (main): Print number of errno tests.
26632         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26633
26634 2013-04-29  Andreas Jaeger  <aj@suse.de>
26635
26636         [BZ #15084]
26637         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26638         and RES_USEVC.
26639
26640         [BZ #15085]
26641         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26642         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26643         unimplemented.
26644
26645         [BZ #15380]
26646         * stdlib/random.c (__initstate): Return NULL if
26647         __initstate fails.
26648
26649         [BZ #15086]
26650         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26651         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26652         RES_SNGLKUPREOP.
26653
26654 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26655
26656         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26657
26658 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26659
26660         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26661         of individual tests.
26662         (casin_test): Likewise.
26663         (casinh_test): Likewise.
26664
26665 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26666
26667         [BZ #15409]
26668         * math/s_catan.c (__catan): Handle arguments with large real or
26669         imaginary part separately without squaring.
26670         * math/s_catanf.c (__catanf): Likewise.
26671         * math/s_catanh.c (__catanh): Likewise.
26672         * math/s_catanhf.c (__catanhf): Likewise.
26673         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26674         and redefine.
26675         (__catanhl): Handle arguments with large real or imaginary part
26676         separately without squaring.
26677         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26678         and redefine.
26679         (__catanl): Handle arguments with large real or imaginary part
26680         separately without squaring.
26681         * math/libm-test.inc (catan_test): Add more tests.
26682         (catanh_test): Likewise.
26683         * sysdeps/i386/fpu/libm-test-ulps: Update.
26684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26685
26686 2013-04-27  Andreas Jaeger  <aj@suse.de>
26687
26688         [BZ #15007]
26689         * stdlib/stdlib.h: Update guards for qecvt.
26690         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26691         <stdlib.h>.
26692
26693 2013-04-27  Allan McRae  <allan@archlinux.org>
26694
26695         * sysdeps/i386/fpu/libm-test-ulps: Update.
26696
26697 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26698
26699         [BZ #15406]
26700         * math/s_catan.c: Include <float.h>.
26701         (__catan): Ensure underflow exception occurs for underflowed
26702         result.
26703         * math/s_catanf.c: Include <float.h>.
26704         (__catanf): Ensure underflow exception occurs for underflowed
26705         result.
26706         * math/s_catanh.c: Include <float.h>.
26707         (__catanh): Ensure underflow exception occurs for underflowed
26708         result.
26709         * math/s_catanhf.c: Include <float.h>.
26710         (__catanhf): Ensure underflow exception occurs for underflowed
26711         result.
26712         * math/s_catanhl.c: Include <float.h>.
26713         (__catanhl): Ensure underflow exception occurs for underflowed
26714         result.
26715         * math/s_catanl.c: Include <float.h>.
26716         (__catanl): Ensure underflow exception occurs for underflowed
26717         result.
26718         * math/libm-test.inc (catan_test): Add more tests.
26719         (catanh_test): Likewise.
26720
26721         [BZ #15405]
26722         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26723         underflowed result.
26724         * math/s_ccoshf.c (__ccoshf): Likewise.
26725         * math/s_ccoshl.c (__ccoshl): Likewise.
26726         * math/s_csin.c (__csin): Likewise.
26727         * math/s_csinf.c (__csinf): Likewise.
26728         * math/s_csinh.c (__csinh): Likewise.
26729         * math/s_csinhf.c (__csinhf): Likewise.
26730         * math/s_csinhl.c (__csinhl): Likewise.
26731         * math/s_csinl.c (__csinl): Likewise.
26732         * math/libm-test.inc (ccos_test): Add more tests.
26733         (ccosh_test): Likewise.
26734         (csin_test): Likewise.
26735         (csinh_test): Likewise.
26736
26737 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26738
26739         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26740         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26741         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26742         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26743         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26744         powerpc/power5+/fpu folders.
26745         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26746
26747
26748 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26749
26750         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26751
26752 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26753
26754         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26755         additions to variable.
26756         [$(config-machine) = x86_64] (modules-names): Likewise.
26757         ($(objpfx)tst-audit3): Remove dependency.
26758         ($(objpfx)tst-audit3.out): Likewise.
26759         ($(objpfx)tst-audit4): Likewise.
26760         ($(objpfx)tst-audit4.out): Likewise.
26761         ($(objpfx)tst-audit5): Likewise.
26762         ($(objpfx)tst-audit5.out): Likewise.
26763         ($(objpfx)tst-audit6): Likewise.
26764         ($(objpfx)tst-audit6.out): Likewise.
26765         ($(objpfx)tst-audit7): Likewise.
26766         ($(objpfx)tst-audit7.out): Likewise.
26767         (tst-audit3-ENV): Remove variable.
26768         (tst-audit4-ENV): Likewise.
26769         (tst-audit5-ENV): Likewise.
26770         (tst-audit6-ENV): Likewise.
26771         (tst-audit7-ENV): Likewise.
26772         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26773         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26774         addition to variable.
26775         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26776         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26777         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26778         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26779         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26780         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26781         tst-audit3, tst-audit4 and tst-audit5.
26782         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26783         tst-audit6 and tst-audit7.
26784         [$(subdir) = elf] (modules-names): Add audit modules for those
26785         tests.
26786         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26787         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26788         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26789         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26790         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26791         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26792         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26793         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26794         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26795         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26796         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26797         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26798         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26799         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26800         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26801         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26802         Likewise.
26803         [$(subdir) = elf && $(config-cflags-avx) = yes]
26804         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26805         [$(subdir) = elf && $(config-cflags-avx) = yes]
26806         (CFLAGS-tst-auditmod4a.c): Likewise.
26807         [$(subdir) = elf && $(config-cflags-avx) = yes]
26808         (CFLAGS-tst-auditmod4b.c): Likewise.
26809         [$(subdir) = elf && $(config-cflags-avx) = yes]
26810         (CFLAGS-tst-auditmod6b.c): Likewise.
26811         [$(subdir) = elf && $(config-cflags-avx) = yes]
26812         (CFLAGS-tst-auditmod6c.c): Likewise.
26813         [$(subdir) = elf && $(config-cflags-avx) = yes]
26814         (CFLAGS-tst-auditmod7b.c): Likewise.
26815         * elf/tst-audit3.c: Move to ...
26816         * sysdeps/x86_64/tst-audit3.c: ... here.
26817         * elf/tst-audit4.c: Move to ...
26818         * sysdeps/x86_64/tst-audit4.c: ... here.
26819         * elf/tst-audit5.c: Move to ...
26820         * sysdeps/x86_64/tst-audit5.c: ... here.
26821         * elf/tst-audit6.c: Move to ...
26822         * sysdeps/x86_64/tst-audit6.c: ... here.
26823         * elf/tst-audit7.c: Move to ...
26824         * sysdeps/x86_64/tst-audit7.c: ... here.
26825         * elf/tst-auditmod3a.c: Move to ...
26826         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26827         * elf/tst-auditmod3b.c: Move to ...
26828         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26829         * elf/tst-auditmod4a.c: Move to ...
26830         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26831         * elf/tst-auditmod4b.c: Move to ...
26832         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26833         * elf/tst-auditmod5a.c: Move to ...
26834         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26835         * elf/tst-auditmod5b.c: Move to ...
26836         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26837         * elf/tst-auditmod6a.c: Move to ...
26838         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26839         * elf/tst-auditmod6b.c: Move to ...
26840         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26841         * elf/tst-auditmod6c.c: Move to ...
26842         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26843         * elf/tst-auditmod7a.c: Move to ...
26844         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26845         * elf/tst-auditmod7b.c: Move to ...
26846         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26847
26848 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26849
26850         [BZ #15366]
26851         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26852         define unconditionally.
26853         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26854         define unconditionally.
26855         (INT8_C, INT16_C, etc.): Likewise.
26856
26857 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26858
26859         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26860         __ehdr_start with hidden visibility.
26861
26862         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26863
26864 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26865
26866         * math/libm-test.inc (cos_test): Use accurate hex constants.
26867         (sincost_test): Likewise.
26868
26869 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26870
26871         * math/libm-test.inc (catan_test): Add more tests.
26872         (catanh_test): Likewise.
26873
26874         * math/s_catanf.c (__catanf): Use suffixed floating-point
26875         constants.
26876         * math/s_catanhf.c (__catanhf): Likewise.
26877         * math/s_catanhl.c (__catanhl): Likewise.
26878         * math/s_catanl.c (__catanl): Likewise.
26879
26880         [BZ #15394]
26881         * math/s_catan.c (__catan): Calculate imaginary part of result
26882         with log1p not log unless computing log of number close to 0.
26883         * math/s_catanf.c (__catanf): Likewise.
26884         * math/s_catanl.c (__catanl): Likewise.
26885         * math/s_catanh.c (__catanh): Calculate real part of result with
26886         log1p not log unless computing log of number close to 0.
26887         * math/s_catanhf.c (__catanhf): Likewise.
26888         * math/s_catanhl.c (__catanhl): Likewise.
26889         * math/libm-test.inc (catan_test): Add more tests.
26890         (catanh_test): Likewise.
26891         * sysdeps/i386/fpu/libm-test-ulps: Update.
26892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26893
26894 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26895
26896         * benchtests/Makefile: Mention files in which fast and slow
26897         paths of math functions are implemented.
26898
26899 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26900
26901         * sysdeps/posix/timespec_get.c: New file.
26902
26903 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26904
26905         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26906         POWER.
26907         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26908         for POWER.
26909         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26910         powerpc/power5/fpu folders.
26911         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26912         * benchtests/Makefile: Add modf testcase.
26913         * benchtests/bench-modf.c: New file: Benchmark test for mo
26914
26915 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26916
26917         [BZ #14888]
26918         * time/Makefile (tests): Add tst-strptime-whitespace.
26919         * time/strptime_l.c (get_number): Use ISSPACE.
26920         (__strptime_internal): Likewise.
26921         * time/tst-strptime-whitespace.c: New test case.
26922
26923 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26924
26925         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26926         member.
26927         (_nss_files_init): Set it here.
26928
26929 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26930
26931         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26932         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26933         unsigned.
26934
26935 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26936
26937         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26938
26939 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26940
26941         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26942         size just once.
26943
26944 2013-04-21  David S. Miller  <davem@davemloft.net>
26945
26946         * po/ru.po: Update Russion translation from translation project.
26947
26948 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26949
26950         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26951         and setfsgid.
26952
26953 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26954
26955         * configure.in: Remove i386 configure warning. Remove i386 case.
26956         * configure: Regenerate.
26957         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26958         Add example to error message.
26959         * sysdeps/i386/configure: Regenerate.
26960
26961 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26962
26963         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26964         slowtan.
26965         * benchtests/cos-inputs: New file.
26966         * benchtests/slowcos-inputs: New file.
26967         * benchtests/slowcos.c: New file.
26968         * benchtests/slowtan-inputs: New file.
26969         * benchtests/slowtan.c: New file.
26970         * benchtests/tan-inputs: New file.
26971
26972 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26973
26974         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26975         considered kosher.
26976
26977 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26978
26979         * benchtests/Makefile: Include cppflags-iterator.mk to add
26980         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26981
26982         * Makefile.in (bench-clean): New target.
26983         * benchtests/Makefile (bench-clean): Likewise.
26984
26985 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26986
26987         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26988
26989 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26990
26991         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26992
26993 2013-04-15  Andreas Schwab  <schwab@suse.de>
26994
26995         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26996         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26997         * nscd/pwdcache.c (cache_addpw): Likewise.
26998         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26999         more than recsize.
27000
27001 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27002
27003         * benchtests/Makefile (bench): Write all output to
27004         bench-out.tmp together.
27005
27006 2013-04-15  Andreas Schwab  <schwab@suse.de>
27007
27008         * nscd/nscd.c (main): Don't fork again after closing files.
27009
27010 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27011
27012         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
27013
27014         * benchtests/Rules (bench-deps): Collect dependencies into a
27015         single variable.  Add Makefile to dependencies.
27016         ($(objpfx)bench-%.c): Depend on bench-deps.
27017
27018 2013-04-12  Roland McGrath  <roland@hack.frob.com>
27019             Xavier Roche  <roche+kml2@exalead.com>
27020
27021         [BZ #15361]
27022         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
27023         just that it's a file descriptor.
27024         * manual/llio.texi (Synchronizing AIO Operations): Update description
27025         for EBADF error from aio_fsync.
27026
27027 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27028
27029         * Rules (bench): Move target definition...
27030         * benchtests/Makefile: ... here.
27031
27032 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
27033
27034         * math/libm-test.inc (cos_test): Fix PI/2 test.
27035         (sincos_test): Likewise.
27036         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
27037         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
27038
27039 2013-04-11  Andreas Schwab  <schwab@suse.de>
27040
27041         [BZ #13988]
27042         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
27043         accept exponent character only when digits were seen.
27044         * stdio-common/Makefile (tests): Add bug26.
27045         * stdio-common/bug26.c: New file.
27046
27047         [BZ #14293]
27048         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
27049         non-freeable.
27050
27051 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27052
27053         * Makeconfig (rtld-prefix): Define built linker prefix.
27054         * Rules (run-bench): Use it.
27055         * math/Makefile (run-regen-ulps): Likewise.
27056
27057         * Rules (bench): Remove eval.
27058
27059 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27060             Roland McGrath  <roland@hack.frob.com>
27061             Ondrej Bilka  <neleai@seznam.cz>
27062
27063         [BZ #15346]
27064         * time/getdate.c: Include ctype.h and alloca.h.
27065         (__getdate_r): Trim leading and trailing spaces of input.
27066         * time/tst-getdate.c (tests): Add tests with leading and
27067         trailing spaces.
27068
27069 2013-04-08  Roland McGrath  <roland@hack.frob.com>
27070
27071         [BZ #14280]
27072         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
27073         when computing value.
27074
27075 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27076
27077         * math/README.libm-test (How can I generate "libm-test-ulps"?):
27078         Use testrun.sh to run libm tests.
27079
27080         [BZ #15309]
27081         * elf/dl-open.c (dl_open_worker): memset all of seen array.
27082
27083 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
27084
27085         [BZ #15264]
27086         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
27087
27088 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27089
27090         * Makefile.in (regen-ulps): New target.
27091         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
27092         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
27093         [ifneq (no,$(PERL)] (regen-ulps): New target.
27094         [ifeq (no,$(PERL)] (regen-ulps): New target.
27095         * math/libm-test.inc (ulps_file_name): Define.
27096         (output_dir): New variable.
27097         (options): Add "output-dir" option.
27098         (parse_opt): Handle 'o' case.
27099         (main): If output_dir is non-NULL use it as a prefix
27100         otherwise use "".
27101         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
27102
27103 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27104
27105         [BZ #10060, #10062]
27106         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
27107         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
27108         fail configure if __sync_val_compare_and_swap is not inlined.
27109         * sysdeps/i386/configure: Regenerate.
27110         * configure.in: Build for i686 when configured for i386.
27111         * configure: Regenerate.
27112         * README: Remove i386 reference.
27113
27114 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27115
27116         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
27117         * sysdeps/s390/s390-64/sysdep.h: Likewise.
27118
27119 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
27120
27121         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
27122         (lmsnanval): New variables.
27123         (F): Add conversion tests.
27124         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
27125         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
27126
27127         * stdio-common/tstdiomisc.c (F): Properly collect individual
27128         tests' results.
27129
27130         [BZ #14686, #15336]
27131         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
27132         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
27133         Instead, use input NaN values or generate a qNaN by arithmetic
27134         operation.  Also fix bugs to comply with the standard.
27135         * math/libm-test.inc (remainder_test): Add more tests.
27136
27137         [BZ #15335, #15342]
27138         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
27139         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
27140         input NaN values or generate a qNaN by arithmetic operation.
27141
27142         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
27143         unreachable code.
27144
27145         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
27146         definitions.
27147
27148 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
27149
27150         [BZ #14478]
27151         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
27152         underflowed result.
27153         * math/s_cexpf.c (__cexpf): Likewise.
27154         * math/s_cexpl.c (__cexpl): Likewise.
27155         * math/libm-test.inc (cexp_test): Add more tests.
27156
27157 2013-04-03  Andreas Schwab  <schwab@suse.de>
27158
27159         [BZ #15330]
27160         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
27161         order arrays from heap if bigger than alloca cutoff.
27162
27163 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
27164
27165         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
27166         (SNAN_TESTS_double): Refer to GCC PR56831.
27167         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
27168         GCC PR56828.
27169
27170 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27171
27172         * Rules (bench): Move bench.out after the run is complete.
27173
27174         * Rules (bench): Echo currently running benchmark.
27175
27176         * benchtests/Makefile (bench): Add atan and slowatan.
27177         * benchtests/atan-inputs: New file.
27178         * benchtests/slowatan-inputs: New file.
27179         * benchtests/slowatan.c: New file.
27180
27181         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
27182         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
27183         its value.
27184
27185         [BZ #15305]
27186         * sysdeps/unix/sysv/linux/kernel-features.h
27187         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
27188         __ASSUME_XFS_RESTRICTED_CHOWN.
27189         * sysdeps/unix/sysv/linux/pathconf.c
27190         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
27191         Save and restore errno.
27192
27193 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
27194
27195         [BZ #15327]
27196         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
27197         arguments using __kernel_casinh.
27198         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
27199         arguments using __kernel_casinhf.
27200         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
27201         arguments using __kernel_casinhl.
27202         * math/libm-test.inc (cacosh_test): Add more tests.
27203         * sysdeps/i386/fpu/libm-test-ulps: Update.
27204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27205
27206 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27207
27208         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
27209         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
27210
27211         * bench/Makefile (bench): Add sin and slowsin.
27212         * benchtests/sin-inputs: New file.
27213         * benchtests/slowsin-inputs: New file.
27214         * benchtests/slowsin.c: New file.
27215
27216         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
27217         (bench): Add slowexp and slowpow.
27218         (exp-ITER): Increase iterations.
27219         (pow-ITER): Likewise.
27220         * benchtests/exp-inputs: Change input.
27221         * benchtests/pow-inputs: Likewise.
27222         * benchtests/slowexp-inputs: New file.
27223         * benchtests/slowexp.c: New file.
27224         * benchtests/slowpow-inputs: New file.
27225         * benchtests/slowpow.c: New file.
27226
27227 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27228
27229         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27230         instructions.
27231         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27232         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27233         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27234         * benchtests/Makefile: Add rint benchtest.
27235         * benchtests/rint-inputs: Input for rint benchtest.
27236
27237 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27238
27239         * Versions.def (libm): Add GLIBC_2.18.
27240         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27241         hidden libm prototypes.
27242         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27243         * math/Makefile (libm-calls): Add s_issignaling.
27244         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27245         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27246         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27247         declaration.
27248         * math/math.h [__USE_GNU] (issignaling): New macro.
27249         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27250         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27251         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27252         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27253         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27254         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27255         * manual/arith.texi (issignaling): New section.
27256         * manual/libm-err-tab.pl (@all_functions): Update comment.
27257         * math/gen-libm-test.pl (parse_args): Apply special handling for
27258         issignaling.
27259         * math/libm-test.inc (print_float, issignaling_test): New
27260         functions.
27261         (check_float_internal): Add issignaling checks.
27262         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27263         default definition.
27264         * sysdeps/powerpc/math-tests.h: New file.
27265         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27266         tests.
27267         * math/test-snan.c (TEST_FUNC): Likewise.
27268
27269 2013-03-30  David S. Miller  <davem@davemloft.net>
27270
27271         * po/de.po: Update from translation team.
27272
27273 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27274
27275         [BZ #10357]
27276         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27277         imaginary part less than 1.0 and real part less than 0.5
27278         specially.
27279         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27280         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27281         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27282         (cacos_test): Add more tests.
27283         (casin_test): Likewise.
27284         (casinh_test): Likewise.
27285         * sysdeps/i386/fpu/libm-test-ulps: Update.
27286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27287
27288 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27289
27290         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27291         ONE with its value.
27292
27293         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27294         (__pow_mp): Replace ONE and MONE with their values.
27295         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27296         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27297         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27298         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27299         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27300         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27301
27302         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27303
27304         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27305         (__pow_mp): Replace ZERO and MZERO with their values.
27306         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27307         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27308         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27309         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27310         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27311         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27312         (__sqr): Likewise.
27313
27314         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27315
27316         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27317
27318 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27319
27320         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27321         Declare with __attribute__ ((weak)).
27322         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27323         Call __call_tls_dtors only if it's not NULL.
27324
27325 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27326
27327         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27328         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27329         magic __ehdr_start linker symbol if it's defined.
27330         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27331         them up here if it was already done.
27332
27333         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27334         (_dl_aux_init): Use const in cast when setting it.
27335         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27336         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27337         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27338
27339         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27340         Declare them here.
27341         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27342         * csu/libc-tls.c: Nor here.
27343         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27344
27345         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27346         (__libc_message): Never call vsyslog.
27347
27348 2013-03-28  Alan Modra  <amodra@gmail.com>
27349
27350         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27351         Define as empty.
27352         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27353         Likewise.
27354
27355 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27356
27357         [BZ #15214]
27358         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27359         underflow.
27360         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27361
27362 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27363
27364         [BZ #15304]
27365         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27366         Don't add gid passed as argument.
27367
27368         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27369
27370 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27371
27372         [BZ #15307]
27373         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27374         imaginary part between 1.0 and 1.5 and real part less than 0.5
27375         specially.
27376         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27377         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27378         * math/libm-test.inc (cacos_test): Add more tests.
27379         (casin_test): Likewise.
27380         (casinh_test): Likewise.
27381         * sysdeps/i386/fpu/libm-test-ulps: Update.
27382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27383
27384 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27385
27386         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27387         constants.
27388         (norm): Likewise.
27389         (denorm): Likewise.
27390         (__dbl_mp): Likewise.
27391         (add_magnitudes): Likewise.
27392         (sub_magnitudes): Likewise.
27393         (__add): Likewise.
27394         (__sub): Likewise.
27395         (__mul): Likewise.
27396         (__sqr): Likewise.
27397         (__inv): Likewise.
27398         (__dvd): Likewise.
27399
27400         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27401         commented code.
27402         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27403         (__dubcos): Likewise.
27404         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27405         (__ieee754_acos): Likewise.
27406         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27407         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27408         (__exp1): Likewise.
27409         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27410         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27411         (log1): Likewise.
27412         (my_log2): Likewise.
27413         (checkint): Likewise.
27414         * sysdeps/ieee754/dbl-64/e_remainder.c
27415         (__ieee754_remainder): Likewise.
27416         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27417         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27418         (bsloww): Likewise.
27419         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27420
27421         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27422         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27423         MANTISSA_STORE_T to store computations on mantissa.  Use
27424         macros for rounding and division.
27425         (denorm): Likewise.
27426         (__dbl_mp): Likewise.
27427         (add_magnitudes): Likewise.
27428         (sub_magnitudes): Likewise.
27429         (__mul): Likewise.
27430         (__sqr): Likewise.
27431         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27432         powers of two in terms of TWOPOW macro.
27433         (mp_no): Make type of mantissa as MANTISSA_T.
27434         [!RADIXI]: Define RADIXI.
27435         [!TWO52]: Define TWO52.
27436         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27437
27438 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27439
27440         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27441         llroundl symbol when building for PPC32.
27442
27443 2013-03-24  Mark H Weaver  <mhw@netris.org>
27444
27445         * manual/arith.texi (Normalization Functions): Fix prototypes for
27446         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27447
27448 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27449
27450         [BZ #13889]
27451         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27452         high value to check if expl overflow.
27453         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27454         to check for underflow and overflow.
27455         * math/libm-test.inc: Add exp test.
27456
27457 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27458
27459         [BZ #11120]
27460         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27461         with NOT_IN_libc.
27462
27463 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27464
27465         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27466         symbol.
27467
27468 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27469
27470         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27471         wrap blocks consisting of several statements.
27472
27473         * sysdeps/generic/math-tests.h: New file.
27474         * sysdeps/i386/fpu/math-tests.h: Likewise.
27475         * math/test-snan.c: Include it.
27476         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27477
27478 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27479
27480         [BZ #15285]
27481         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27482         (__ieee754_j0l): Do not improve calculations using cos of twice
27483         input for inputs above LDBL_MAX / 2.0L.
27484         (__ieee754_y0l): Likewise.
27485         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27486         (__ieee754_j1l): Do not improve calculations using cos of twice
27487         input for inputs above LDBL_MAX / 2.0L.
27488         (__ieee754_y1l): Likewise.
27489         * math/libm-test.inc (j0_test): Add another test.
27490         (j1_test): Likewise.
27491         (y0_test): Likewise.
27492         (y1_test): Likewise.
27493         * sysdeps/i386/fpu/libm-test-ulps: Update.
27494
27495 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27496
27497         * Rules ($(objpfx)bench-%.c): Include code from a C source
27498         file.
27499
27500 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27501
27502         [BZ #15287]
27503         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27504         imaginary part 1.0 and real part less than 0.5 specially.
27505         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27506         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27507         * math/libm-test.inc (cacos_test): Add more tests.
27508         (casin_test): Likewise.
27509         (casinh_test): Likewise.
27510         * sysdeps/i386/fpu/libm-test-ulps: Update.
27511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27512
27513 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27514
27515         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27516         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27517
27518 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27519
27520         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27521         * config.make.in (config-cflags-sse4): Remove variable.
27522         (config-cflags-avx): Likewise.
27523         (config-cflags-sse2avx): Likewise.
27524         (config-cflags-novzeroupper): Likewise.
27525         (config-asflags-i686): Likewise.
27526         (have-mfma4): Likewise.
27527         (have-as-vis3): Likewise.
27528         (MIG): Likewise.
27529         * configure.in (MIG): Do not AC_SUBST.
27530         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27531         (libc_cv_cc_sse4): Do not AC_SUBST.
27532         (libc_cv_cc_avx): Likewise.
27533         (libc_cv_cc_sse2avx): Likewise.
27534         (libc_cv_cc_novzeroupper): Likewise.
27535         (libc_cv_cc_fma4): Likewise.
27536         (libc_cv_as_i686): Likewise.
27537         (libc_cv_sparc_as_vis3): Likewise.
27538         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27539         LIBC_CONFIG_VAR.
27540         (config-asflags-i686): Likewise.
27541         (config-cflags-avx): Likewise.
27542         (config-cflags-sse2avx): Likewise.
27543         (have-mfma4): Likewise.
27544         (config-cflags-novzeroupper): Likewise.
27545         * sysdeps/mach/configure.in (MIG): Likewise.
27546         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27547         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27548         LIBC_CONFIG_VAR.
27549         (config-cflags-avx): Likewise.
27550         (config-cflags-sse2avx): Likewise.
27551         (have-mfma4): Likewise.
27552         (config-cflags-novzeroupper): Likewise.
27553         * configure: Regenerated.
27554         * sysdeps/i386/configure: Likewise.
27555         * sysdeps/mach/configure: Likewise.
27556         * sysdeps/sparc/configure: Likewise.
27557         * sysdeps/x86_64/configure: Likewise.
27558
27559 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27560
27561         [BZ #14812]
27562         * locale/programs/localedef.c (options): Put N_ translation marker
27563         on argument names, not just descriptions.
27564
27565 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27566
27567         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27568
27569 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27570
27571         [BZ #14176]
27572         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27573
27574 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27575
27576         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27577         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27578         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27579         [!BEFORE_ABORT] (before_abort): New function.
27580         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27581         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27582         (writev_for_fatal): New function.
27583         (WRITEV_FOR_FATAL): New macro; call that.
27584         (backtrace_and_maps): New function.
27585         (BEFORE_ABORT): New macro; call that.
27586         (struct str_list): Type removed.
27587         (__libc_message, __libc_fatal): Functions removed.
27588         Include <sysdeps/posix/libc_fatal.c> instead.
27589
27590 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27591
27592         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27593         constants.
27594         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27595         double constants.
27596
27597 2013-03-19  Andreas Schwab  <schwab@suse.de>
27598
27599         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27600         * sysdeps/gnu/configure: Regenerate.
27601
27602         * configure.in: Substitute libc_cv_rtlddir.
27603         * configure: Regenerate.
27604         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27605         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27606         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27607         * elf/Makefile (install-others, CFLAGS-interp.c)
27608         (ldso_install, common-ldd-rewrite): Likewise.
27609         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27610         $(inst_slibdir)/$(rtld-installed-name).
27611         * scripts/rellns-sh: Add -p option.
27612         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27613         for source.
27614
27615 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27616
27617         * manual/nptl.texi: Renamed to ...
27618         * manual/threads.texi: ... this.
27619         * manual/Makefile (chapters): Update.
27620
27621 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27622
27623         [BZ #14812]
27624         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27625         on argument names, not just descriptions.
27626         * malloc/memusagestat.c (options): Likewise.
27627         * nss/getent.c (options): Likewise.
27628
27629 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27630
27631         [BZ #14812]
27632         * iconv/iconv_prog.c (options): Put N_ translation marker
27633         on argument names, not just descriptions.
27634         * iconv/iconvconfig.c (options): Likewise.
27635
27636 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27637
27638         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27639         implementation which is faster on all x86_64 architectures.
27640         Tested on AMD, Intel Nehalem, SNB, IVB.
27641         * sysdeps/x86_64/strnlen.S: Likewise.
27642
27643         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27644         Remove all multiarch strlen and strnlen versions.
27645         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27646         Remove strlen and strnlen related parts.
27647
27648         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27649         Inline strlen part.
27650         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27651
27652         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27653         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27654         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27655         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27656         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27657         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27658
27659 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27660
27661         * manual/memory.texi (Malloc Tunable Parameters):
27662         Sort parameters alphabetically. Add comments for missing entries.
27663
27664 2013-03-17  David S. Miller  <davem@davemloft.net>
27665
27666         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27667
27668 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27669
27670         [BZ #15283]
27671         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27672         for arguments at most half maximum finite value.
27673         * math/libm-test.inc (j0_test): Add more tests.
27674         (j1_test): Likewise.
27675         (y0_test): Likewise.
27676         (y1_test): Likewise.
27677         * sysdeps/i386/fpu/libm-test-ulps: Update.
27678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27679
27680         [BZ #14155]
27681         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27682         1 / x and functions P and Q for arguments above 0x1p256L.
27683         (__ieee754_y0l): Likewise.
27684         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27685         (__ieee754_y1l): Likewise.
27686         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27687         (j1_test): Likewise.
27688         (y0_test): Likewise.
27689         (y1_test): Likewise.
27690
27691 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27692
27693         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27694         variable.
27695
27696 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27697
27698         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27699         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27700         zero since it's initialized to EXEC_PAGESIZE.
27701
27702         * sysdeps/unix/sysv/linux/ldsodefs.h
27703         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27704         * sysdeps/generic/ldsodefs.h: ... here.
27705
27706 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27707
27708         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27709
27710         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27711         math/test-snan.c.
27712         * math/test-snan.c: Renamed from
27713         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27714         * math/Makefile (tests): Add test-snan.
27715         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27716         test-powerpc-snan.
27717
27718         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27719         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27720         functions.
27721         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27722         __builtin_nan family of functions.
27723         * math/libm-test.inc (initialize): Initialize qnan_value with
27724         __builtin_nan family of functions.
27725         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27726         Remove variables.
27727         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27728         Remove functions.
27729         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27730         storage class.  Initialize qNaN_var and sNaN_var with
27731         __builtin_nan and __builtin_nans families of functions,
27732         respectively.
27733
27734         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27735         (sqrt_test): Remove duplicate test with qNaN input.
27736         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27737         (round_test, signbit_test, significand_test): Note missing +/-Inf
27738         as well as qNaN tests.
27739
27740         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27741         qNaN_var.  Fix a few strings, too.
27742         * math/libm-test.inc (nan_value): Rename to qnan_value.
27743         * math/gen-libm-test.pl (%beautify): Adjust to that.
27744         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27745         * math/test-misc.c (main): Likewise.
27746         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27747         to __qnan_bytes, and __qnan_union, respectively.
27748         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27749         Likewise.
27750         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27751         and lqnanval, respectively.
27752         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27753         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27754         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27755         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27756
27757         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27758         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27759         doubles.
27760
27761         * math/test-misc.c (main): Fix copy'n'pastos.
27762         * misc/tst-efgcvt.c (special): Likewise.
27763
27764         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27765         Remove declarations.
27766
27767 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27768
27769         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27770         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27771         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27772         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27773
27774 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27775
27776         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27777         macro to return vdso values correctly in IFUNC implementations.
27778         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27779         Optimization by using IFUNC.
27780
27781 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27782             Richard Henderson  <rth@redhat.com>
27783             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27784
27785         * Makefile.in (bench): New target.
27786         * NEWS: Mention the benchmark framework.
27787         * Rules (bench): Likewise.
27788         (binaries-bench): Generate binaries for functions to
27789         benchmark.
27790         * benchtests/Makefile: New makefile for benchmark tests.
27791         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27792         programs.
27793         * benchtests/exp-inputs: New input file for EXP function.
27794         * benchtests/pow-inputs: New input file for POW function.
27795         * scripts/bench.pl: New script to generate source files for
27796         benchmark programs.
27797
27798 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27799
27800         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27801         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27802         computations on mantissa.  Use macros for rounding and
27803         division.
27804         (denorm): Likewise.
27805         (__dbl_mp): Likewise.
27806         (add_magnitudes): Likewise.
27807         (sub_magnitudes): Likewise.
27808         (__mul): Likewise.
27809         (__sqr): Likewise.
27810         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27811         powers of two in terms of TWOPOW macro.
27812         (mp_no): Make type of mantissa as MANTISSA_T.
27813         [!RADIXI]: Define RADIXI.
27814         [!TWO52]: Define TWO52.
27815         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27816
27817         * manual/nptl.texi (cindex): Modify threads to pthreads.
27818
27819 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27820
27821         * sysdeps/x86_64/preconfigure: Regenerated.
27822
27823 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27824
27825         [BZ #14155]
27826         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27827         0x1p28 and above.
27828         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27829         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27830         0x1p28 and above.
27831         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27832         * math/libm-test.inc (j0_test): Do not allow one spurious
27833         underflow exception.
27834         (y1_test): Likewise.
27835
27836 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27837
27838         * manual/Makefile (chapters): Add nptl.
27839         * manual/debug.texi (Debugging Support): Add link to Threads
27840         chapter.
27841         * manual/nptl.texi: New file.
27842
27843         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27844
27845 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27846
27847         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27848         for non-NULL pointer before the memory validity test. Pointed
27849         out by Holger Brunck <holger.brunck@keymile.com>.
27850
27851 2013-03-13  Andreas Schwab  <schwab@suse.de>
27852
27853         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27854         instead of .os.
27855
27856 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27857
27858         * timezone/zic.c: Update from tzcode 2013b.
27859
27860 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27861
27862         * manual/install.texi (Configuring and compiling):
27863         Mention i686 and i586.
27864         * INSTALL: Regenerate.
27865
27866 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27867
27868         * sysdeps/init_array/elf-init.c: New file.
27869         * csu/elf-init.c
27870         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27871         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27872
27873         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27874         __gmon_start__ as global, but as static with a .preinit_array pointer.
27875         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27876         * sysdeps/init_array/crti.S: New file, empty except for comments.
27877         * sysdeps/init_array/crtn.S: Likewise.
27878
27879 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27880
27881         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27882         definining bcopy.
27883         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27884         Remove Prefer_SSE_for_memop.
27885         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27886         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27887         HAS_PREFER_SSE_FOR_MEMOP.
27888         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27889         memset-x86-64.
27890         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27891         Remove bzero, memset ifunc support.
27892         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27893         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27894         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27895         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27896
27897 2013-03-11  Andreas Schwab  <schwab@suse.de>
27898
27899         [BZ #15234]
27900         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27901         by SHLIB_COMPAT.
27902         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27903         (GLIBC_2.16): Remove pthread_atfork.
27904
27905 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27906
27907         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27908         (ptestcases.h): Likewise.
27909
27910 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27911
27912         * Makeconfig ($(common-objpfx)config.status): Depend on
27913         sysdeps/*/preconfigure{,.in} too.
27914
27915 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27916
27917         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27918         (__free_hook): Use void * instead of __malloc_ptr_t.
27919         (__malloc_hook): Likewise.
27920         (__realloc_hook): Likewise.
27921         (__memalign_hook): Likewise.
27922         (__after_morecore_hook): Likewise.
27923         * malloc/arena.c (save_malloc_hook): Likewise.
27924         (save_free_hook): Likewise.
27925         * malloc/hooks.c (malloc_hook_ini): Likewise.
27926         (realloc_hook_ini): Likewise.
27927         (memalign_hook_ini): Likewise.
27928         * malloc/malloc.c (malloc_hook_ini): Likewise.
27929         (realloc_hook_ini): Likewise.
27930         (memalign_hook_ini): Likewise.
27931         (__free_hook): Likewise.
27932         (__malloc_hook): Likewise.
27933         (__realloc_hook): Likewise.
27934         (__memalign_hook): Likewise.
27935         (__libc_malloc): Likewise.
27936         (__libc_free): Likewise.
27937         (__libc_realloc): Likewise.
27938         (__libc_memalign): Likewise.
27939         (__libc_valloc): Likewise.
27940         (__libc_pvalloc): Likewise.
27941         (__libc_calloc): Likewise.
27942         (__posix_memalign): Likewise.
27943         * malloc/morecore.c (__sbrk): Likewise.
27944         (__default_morecore): Likewise.
27945
27946         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27947
27948         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27949         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27950         __malloc_ptrdiff_t.
27951
27952         * malloc/malloc.h (__malloc_size_t): Remove macro.
27953         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27954         __malloc_size_t.
27955         (old_memalign_hook): Likewise.
27956         (old_realloc_hook): Likewise.
27957         (struct hdr): Likewise.
27958         (flood): Likewise.
27959         (mallochook): Likewise.
27960         (memalignhook): Likewise.
27961         (reallochook): Likewise.
27962         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27963         (tr_old_realloc_hook): Likewise.
27964         (tr_old_memalign_hook): Likewise.
27965         (tr_mallochook): Likewise.
27966         (tr_reallochook): Likewise.
27967         (tr_memalignhook): Likewise.
27968
27969 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27970
27971         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27972         default_ldbl_pack and using as default implementation.
27973         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27974         implementation.
27975         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27976         redundant definition.
27977         (ldbl_insert_mantissa): Likewise.
27978         (ldbl_canonicalize): Likewise.
27979         (ldbl_nearbyint): Likewise.
27980         (ldbl_pack): Rename to ldbl_pack_ppc.
27981         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27982         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27983         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27984
27985 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27986
27987         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27988         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27989         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27990         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27991         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27992         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27993         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27994         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27995
27996 2013-03-07  Andreas Jaeger  <aj@suse.de>
27997
27998         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27999         bits/mman-linux.h.
28000
28001 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
28002
28003         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
28004         Include mpa.h and declare __MPEXP.
28005         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
28006         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
28007         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
28008         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
28009         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
28010         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
28011         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
28012
28013         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
28014         (__slowpow): Use long double EXPL and LOGL functions to
28015         compute POW.
28016         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
28017         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
28018         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
28019         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
28020         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
28021         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
28022
28023         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
28024         intermediate variable to calculate exponent.
28025         (__sqr): Likewise.
28026         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28027         Likewise.
28028         (__sqr): Likewise.
28029
28030         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
28031         [!NO__SQR]: Define __sqr.
28032         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
28033         and NO__SQR.  Remove all code except __mul and __sqr.  Include
28034         sysdeps/ieee754/dbl-64/mpa.c.
28035         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28036
28037         [BZ #12723]
28038         * posix/Makefile (tests): Add tst-pathconf.
28039         * posix/tst-pathconf.c: New test case.
28040         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
28041         _PC_PIPE_BUF.
28042         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
28043
28044 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
28045
28046         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
28047
28048 2013-03-06  Andreas Jaeger  <aj@suse.de>
28049
28050         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
28051         definition via __MAP_ANONYMOUS.
28052
28053         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
28054         it's not part of Linux headers.
28055
28056         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
28057         (MAP_HUGE_MASK): Define.
28058
28059         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28060         Define.
28061         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28062         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28063         Define.
28064         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28065         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28066         Define.
28067         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28068         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
28069         Define.
28070         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28071
28072         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
28073         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
28074         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
28075         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
28076         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
28077         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
28078
28079         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
28080         Handle f2fs.
28081
28082         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
28083         Handle f2fs and efivarfs.
28084
28085         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
28086         f2fs.
28087
28088         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
28089         (EFIVARFS_MAGIC): Add.
28090         (F2FS_LINK_MAX): Add.
28091
28092 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
28093
28094         * stdio-common/vfprintf.c: Replace __builtin_expect with
28095         __glibc_unlikely.
28096
28097 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
28098
28099         [BZ #13550]
28100         * sysdeps/generic/bp-sym.h: Remove file.
28101         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
28102         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
28103         <bp-sym.h> and <bp-asm.h>.
28104         (__longjmp): Don't use BP_SYM.
28105         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
28106         and <bp-asm.h>.
28107         (memcpy): Don't use BP_SYM.
28108         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
28109         <bp-sym.h> and <bp-asm.h>.
28110         (memcpy): Don't use BP_SYM.
28111         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
28112         <bp-asm.h>.
28113         (memcpy): Don't use BP_SYM.
28114         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
28115         <bp-asm.h>.
28116         (memset): Don't use BP_SYM.
28117         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28118         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28119         (__bzero): Don't use BP_SYM.
28120         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28121         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28122         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
28123         <bp-sym.h> and <bp-asm.h>.
28124         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28125         pointers.
28126         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
28127         <bp-sym.h> and <bp-asm.h>.
28128         (memcpy): Don't use BP_SYM.
28129         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
28130         <bp-sym.h> and <bp-asm.h>.
28131         (memset): Don't use BP_SYM.
28132         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28133         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28134         (__bzero): Don't use BP_SYM.
28135         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28136         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28137         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
28138         <bp-sym.h> and <bp-asm.h>.
28139         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28140         pointers.
28141         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
28142         <bp-sym.h> and <bp-asm.h>.
28143         (memcpy): Don't use BP_SYM.
28144         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
28145         <bp-sym.h> and <bp-asm.h>.
28146         (memset): Don't use BP_SYM.
28147         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28148         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28149         (__bzero): Don't use BP_SYM.
28150         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28151         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28152         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
28153         <bp-sym.h> and <bp-asm.h>.
28154         (__memchr): Don't use BP_SYM.
28155         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
28156         <bp-sym.h> and <bp-asm.h>.
28157         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28158         pointers.
28159         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
28160         <bp-sym.h> and <bp-asm.h>.
28161         (memcpy): Don't use BP_SYM.
28162         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
28163         <bp-sym.h> and <bp-asm.h>.
28164         (__mempcpy): Don't use BP_SYM.
28165         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
28166         <bp-sym.h> and <bp-asm.h>.
28167         (__memrchr): Don't use BP_SYM.
28168         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
28169         <bp-sym.h> and <bp-asm.h>.
28170         (memset): Don't use BP_SYM.
28171         (__bzero): Likewise.
28172         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
28173         <bp-sym.h> and <bp-asm.h>.
28174         (__rawmemchr): Don't use BP_SYM.
28175         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
28176         <bp-sym.h> and <bp-asm.h>.
28177         (__STRCMP): Don't use BP_SYM.
28178         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
28179         <bp-sym.h> and <bp-asm.h>.
28180         (strchr): Don't use BP_SYM.
28181         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
28182         <bp-sym.h> and <bp-asm.h>.
28183         (__strchrnul): Don't use BP_SYM.
28184         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
28185         <bp-sym.h> and <bp-asm.h>.
28186         (strlen): Don't use BP_SYM.
28187         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
28188         <bp-sym.h> and <bp-asm.h>.
28189         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28190         pointers.
28191         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
28192         <bp-sym.h> and <bp-asm.h>.
28193         (__strnlen): Don't use BP_SYM.
28194         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
28195         <bp-sym.h> and <bp-asm.h>.
28196         (__GI__setjmp): Don't use BP_SYM.
28197         (_setjmp): Likewise.
28198         (__sigsetjmp): Likewise.
28199         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
28200         (L(start_addresses)): Don't use BP_SYM.
28201         (_start): Likewise.
28202         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
28203         <bp-asm.h>.
28204         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
28205         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
28206         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28207         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28208         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
28209         <bp-asm.h>.
28210         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
28211         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
28212         about bounded pointers.
28213         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28214         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28215         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
28216         <bp-asm.h>.
28217         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28218         about bounded pointers.  Remove GKM FIXME comments.
28219         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28220         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28221         <bp-asm.h>.
28222         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28223         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
28224         Remove GKM FIXME comments.
28225         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28226         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28227         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28228         <bp-asm.h>.
28229         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28230         about bounded pointers.  Remove GKM FIXME comment.
28231         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28232         and <bp-asm.h>.
28233         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28234         pointers.
28235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28236         <bp-sym.h> and <bp-asm.h>.
28237         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28239         <bp-sym.h> and <bp-asm.h>.
28240         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28241         comment.
28242
28243 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
28244
28245         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28246         call free(NULL).
28247
28248 2013-03-05  David S. Miller  <davem@davemloft.net>
28249
28250         * po/es.po: Update from translation team.
28251
28252 2013-03-05  Andreas Jaeger  <aj@suse.de>
28253
28254         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28255         <bits/mman-linux.h>.
28256         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28257         is fine.
28258         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28259         <bits/mman-linux.h> to end of file.
28260         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28261         is fine.
28262         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28263         <bits/mman-linux.h> to end of file.
28264         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28265         is fine.
28266         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28267         <bits/mman-linux.h> to end of file.
28268
28269         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28270         (MCL_CURRENT, MCL_FUTURE): Define here.
28271
28272 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28273
28274         [BZ #15232]
28275         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28276         attribute_hidden.
28277         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28278
28279 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28280
28281         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28282         fourth parameter needed for rt_sigprocmask syscall.
28283         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28284         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28285         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28286         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28287         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28288         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28289
28290 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28291
28292         [BZ #13550]
28293         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28294         comment about bounded pointers.
28295         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28296         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28297
28298 2013-03-04  Andreas Jaeger  <aj@suse.de>
28299
28300         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28301         common definitions.
28302
28303         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28304         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28305         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28306         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28307         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28308         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28309
28310 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28311
28312         [BZ #15055]
28313         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28314         __ieee754_sqrl instead of __sqrl.
28315
28316 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28317
28318         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28319         * sysdeps/powerpc/fpu_control.h: ... here.
28320         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28321         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28322         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28323         * sysdeps/powerpc/bits/mathinline.h: ... here.
28324
28325 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28326
28327         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28328         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28329         to just [NEED_DL_SYSINFO_DSO].
28330         * elf/dl-support.c: Likewise.
28331         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28332         * elf/rtld.c (dl_main): Likewise.
28333         * elf/setup-vdso.h (setup_vdso): Likewise.
28334         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28335         * sysdeps/unix/sysv/linux/dl-sysdep.c
28336         (_dl_discover_osversion): Likewise.
28337
28338 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28339
28340         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28341         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28342
28343 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28344
28345         * NEWS: Mention libm performance improvements and non-x86 PI
28346         futex support.
28347
28348         * csu/libc-start.c (__pthread_initialize_minimal): Change
28349         function arguments.
28350         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28351
28352 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28353
28354         [BZ #13550]
28355         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28356         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28357         <bp-sym.h> and <bp-asm.h>.
28358         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28359         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28360         and <bp-asm.h>.
28361         (memcpy): Don't use BP_SYM.
28362         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28363         <bp-asm.h>.
28364         (__mpn_add_n): Don't use BP_SYM.
28365         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28366         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28367         and <bp-asm.h>.
28368         (__mpn_addmul_1): Don't use BP_SYM.
28369         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28370         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28371         <bp-sym.h>.
28372         (_setjmp): Don't use BP_SYM.
28373         (__novmx_setjmp): Likewise.
28374         (__GI__setjmp): Likewise.
28375         (__vmx_setjmp): Likewise.
28376         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28377         <bp-sym.h>.
28378         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28379         (__bzero): Don't use BP_SYM.
28380         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28381         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28382         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28383         <bp-sym.h> and <bp-asm.h>.
28384         (memcpy): Don't use BP_SYM.
28385         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28386         <bp-sym.h> and <bp-asm.h>.
28387         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28388         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28389         <bp-sym.h> and <bp-asm.h>.
28390         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28391         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28392         <bp-asm.h>.
28393         (__mpn_lshift): Don't use BP_SYM.
28394         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28395         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28396         <bp-asm.h>.
28397         (memset): Don't use BP_SYM.
28398         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28399         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28400         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28401         <bp-asm.h>.
28402         (__mpn_mul_1): Don't use BP_SYM.
28403         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28404         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28405         <bp-sym.h> and <bp-asm.h>.
28406         (memcmp): Don't use BP_SYM.
28407         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28408         <bp-sym.h> and <bp-asm.h>.
28409         (memcpy): Don't use BP_SYM.
28410         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28411         <bp-sym.h> and <bp-asm.h>.
28412         (memset): Don't use BP_SYM.
28413         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28414         <bp-sym.h> and <bp-asm.h>.
28415         (strncmp): Don't use BP_SYM.
28416         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28417         <bp-sym.h> and <bp-asm.h>.
28418         (memcpy): Don't use BP_SYM.
28419         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28420         <bp-sym.h> and <bp-asm.h>.
28421         (memset): Don't use BP_SYM.
28422         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28423         <bp-sym.h> and <bp-asm.h>.
28424         (__memchr): Don't use BP_SYM.
28425         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28426         <bp-sym.h> and <bp-asm.h>.
28427         (memcmp): Don't use BP_SYM.
28428         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28429         <bp-sym.h> and <bp-asm.h>.
28430         (memcpy): Don't use BP_SYM.
28431         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28432         <bp-sym.h> and <bp-asm.h>.
28433         (__mempcpy): Don't use BP_SYM.
28434         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28435         <bp-sym.h> and <bp-asm.h>.
28436         (__memrchr): Don't use BP_SYM.
28437         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28438         <bp-sym.h> and <bp-asm.h>.
28439         (memset): Don't use BP_SYM.
28440         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28441         <bp-sym.h> and <bp-asm.h>.
28442         (__rawmemchr): Don't use BP_SYM.
28443         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28444         <bp-sym.h> and <bp-asm.h>.
28445         (__STRCMP): Don't use BP_SYM.
28446         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28447         <bp-sym.h> and <bp-asm.h>.
28448         (strchr): Don't use BP_SYM.
28449         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28450         <bp-sym.h> and <bp-asm.h>.
28451         (__strchrnul): Don't use BP_SYM.
28452         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28453         <bp-sym.h> and <bp-asm.h>.
28454         (strlen): Don't use BP_SYM.
28455         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28456         <bp-sym.h> and <bp-asm.h>.
28457         (strncmp): Don't use BP_SYM.
28458         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28459         <bp-sym.h> and <bp-asm.h>.
28460         (__strnlen): Don't use BP_SYM.
28461         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28462         <bp-asm.h>.
28463         (__mpn_rshift): Don't use BP_SYM.
28464         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28465         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28466         <bp-sym.h> and <bp-asm.h>.
28467         (__sigsetjmp): Don't use BP_SYM.
28468         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28469         (L(start_addresses)): Don't use BP_SYM.
28470         (_start): Likewise.
28471         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28472         <bp-asm.h>.
28473         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28474         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28475         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28476         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28477         <bp-asm.h>.
28478         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28479         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28480         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28481         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28482         <bp-asm.h>.
28483         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28484         comments.
28485         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28486         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28487         <bp-asm.h>.
28488         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28489         FIXME comments.
28490         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28491         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28492         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28493         <bp-asm.h>.
28494         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28495         comment.
28496         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28497         and <bp-asm.h>.
28498         (strncmp): Don't use BP_SYM,
28499         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28500         <bp-asm.h>.
28501         (__mpn_sub_n): Don't use BP_SYM.
28502         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28503         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28504         and <bp-asm.h>.
28505         (__mpn_submul_1): Don't use BP_SYM.
28506         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28508         <bp-sym.h> and <bp-asm.h>.
28509         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28511         <bp-sym.h> and <bp-asm.h>.
28512         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28513         comment.
28514
28515 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28516
28517         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28518         Use ZK to minimize writes to Z.
28519         (sub_magnitudes): Simplify code a bit.
28520         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28521         Use ZK to minimize writes to Z.
28522         (sub_magnitudes): Simplify code a bit.
28523
28524 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28525
28526         * csu/gmon-start.c: Add special exception to license text.
28527
28528 2013-02-27  Richard Henderson  <rth@redhat.com>
28529
28530         * scripts/config.guess: Update from config.git.
28531         * scripts/config.sub: Likewise.
28532
28533 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28534
28535         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28536
28537         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28538
28539         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28540
28541         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28542
28543         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28544
28545 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28546
28547         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28548         [$(build-shared = yes].
28549
28550 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28551
28552         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28553         (__mul): Reduce iterations for calculating mantissa.
28554
28555         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28556         MPTWO.
28557         (__mpranred): Likewise.
28558
28559         [BZ #15160]
28560         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28561         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28562
28563 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28564
28565         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28566         Define __attribute__.
28567
28568 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28569
28570         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28571         unused.
28572         * posix/regex_internal.h (__attribute): Remove.
28573         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28574         (re_string_context_at): Likewise.
28575         (bitset_not): Use __attribute__ and mark function as possibly
28576         unused.
28577         (bitset_merge): Likewise.
28578         (bitset_mask): Likewise.
28579         (re_string_char_size_at): Likewise.
28580         (re_string_wchar_at): Likewise.
28581         (re_string_elem_size_at): Likewise.
28582
28583 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28584
28585         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28586         code.
28587         (cc32): Likewise.
28588
28589         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28590         (__acr): Likewise.
28591         (__cpy): Likewise.
28592         (norm): Likewise.
28593         (denorm): Likewise.
28594         (__dbl_mp): Likewise.
28595         (add_magnitudes): Likewise.
28596         (sub_magnitudes): Likewise.
28597         (__mul): Likewise.
28598         (__inv): Likewise.
28599
28600         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28601         style.
28602
28603         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28604         style.
28605
28606         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28607         code.
28608
28609         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28610         up changes with default code.
28611         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28612         Likewise.
28613
28614 2013-02-24  Allan McRae  <allan@archlinux.org>
28615
28616         * manual/socket.texi (The Internet Namespace): Order menu items
28617         to match that in the file.
28618
28619         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28620         node listing of the info page menu.
28621
28622 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28623
28624         [BZ #13550]
28625         * sysdeps/i386/bp-asm.h: Remove file.
28626         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28627         (PARMS): Do not use macros from bp-asm.h.
28628         (S1): Likewise.
28629         (S2): Likewise.
28630         (SIZE): Likewise.
28631         (__mpn_add_n): Do not use BP_SYM
28632         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28633         "bp-asm.h".
28634         (PARMS): Do not use macros from bp-asm.h.
28635         (S1): Likewise.
28636         (SIZE): Likewise.
28637         (__mpn_addmul_1): Do not use BP_SYM
28638         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28639         "bp-asm.h".
28640         (PARMS): Do not use macros from bp-asm.h.
28641         (SIGMSK): Likewise.
28642         (_setjmp): Likewise.  Do not use BP_SYM.
28643         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28644         "bp-asm.h".
28645         (PARMS): Do not use macros from bp-asm.h.
28646         (SIGMSK): Likewise.
28647         (setjmp): Likewise.  Do not use BP_SYM.
28648         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28649         "bp-asm.h".
28650         (PARMS): Do not use macros from bp-asm.h.
28651         (__frexp): Do not use BP_SYM.
28652         (frexp): Likewise.
28653         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28654         "bp-asm.h".
28655         (PARMS): Do not use macros from bp-asm.h.
28656         (__frexpf): Do not use BP_SYM.
28657         (frexpf): Likewise.
28658         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28659         "bp-asm.h".
28660         (PARMS): Do not use macros from bp-asm.h.
28661         (__frexpl): Do not use BP_SYM.
28662         (frexpl): Likewise.
28663         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28664         "bp-asm.h".
28665         (PARMS): Do not use macros from bp-asm.h.
28666         (__remquo): Do not use BP_SYM.
28667         (remquo): Likewise.
28668         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28669         "bp-asm.h".
28670         (PARMS): Do not use macros from bp-asm.h.
28671         (__remquof): Do not use BP_SYM.
28672         (remquof): Likewise.
28673         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28674         "bp-asm.h".
28675         (PARMS): Do not use macros from bp-asm.h.
28676         (__remquol): Do not use BP_SYM.
28677         (remquol): Likewise.
28678         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28679         "bp-asm.h".
28680         (PARMS): Do not use macros from bp-asm.h.
28681         (DEST): Likewise.
28682         (SRC): Likewise.
28683         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28684         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28685         "bp-asm.h".
28686         (PARMS): Do not use macros from bp-asm.h.
28687         (strlen): Do not use BP_SYM.
28688         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28689         "bp-asm.h".
28690         (PARMS): Do not use macros from bp-asm.h.
28691         (S1): Likewise.
28692         (S2): Likewise.
28693         (SIZE): Likewise.
28694         (__mpn_add_n): Do not use BP_SYM.
28695         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28696         "bp-asm.h".
28697         (PARMS): Do not use macros from bp-asm.h.
28698         (S1): Likewise.
28699         (SIZE): Likewise.
28700         (__mpn_addmul_1): Do not use BP_SYM.
28701         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28702         weak_alias.
28703         (bzero): Likewise.
28704         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28705         "bp-asm.h".
28706         (PARMS): Do not use macros from bp-asm.h.
28707         (S): Likewise.
28708         (SIZE): Likewise.
28709         (__mpn_lshift): Do not use BP_SYM.
28710         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28711         "bp-asm.h".
28712         (PARMS): Do not use macros from bp-asm.h.
28713         (DEST): Likewise.
28714         (SRC): Likewise.
28715         (LEN): Likewise.
28716         (memcpy): Likewise.  Do not use BP_SYM.
28717         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28718         libc_hidden_def and weak_alias.
28719         (mempcpy): Do not use BP_SYM in weak_alias.
28720         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28721         "bp-asm.h".
28722         (PARMS): Do not use macros from bp-asm.h.
28723         (DEST): Likewise.
28724         (LEN): Likewise.
28725         [!BZERO_P] (CHR): Likewise.
28726         (memset): Likewise.  Do not use BP_SYM.
28727         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28728         "bp-asm.h".
28729         (PARMS): Do not use macros from bp-asm.h.
28730         (S1): Likewise.
28731         (SIZE): Likewise.
28732         (__mpn_mul_1): Do not use BP_SYM.
28733         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28734         "bp-asm.h".
28735         (PARMS): Do not use macros from bp-asm.h.
28736         (S): Likewise.
28737         (SIZE): Likewise.
28738         (__mpn_rshift): Do not use BP_SYM.
28739         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28740         "bp-asm.h".
28741         (PARMS): Do not use macros from bp-asm.h.
28742         (STR): Likewise.
28743         (CHR): Likewise.
28744         (strchr): Likewise.  Do not use BP_SYM.
28745         (index): Do not use BP_SYM in weak_alias.
28746         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28747         "bp-asm.h".
28748         (PARMS): Do not use macros from bp-asm.h.
28749         (DEST): Likewise.
28750         (SRC): Likewise.
28751         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28752         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28753         "bp-asm.h".
28754         (PARMS): Do not use macros from bp-asm.h.
28755         (strlen): Do not use BP_SYM.
28756         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28757         "bp-asm.h".
28758         (PARMS): Do not use macros from bp-asm.h.
28759         (S1): Likewise.
28760         (S2): Likewise.
28761         (SIZE): Likewise.
28762         (__mpn_sub_n): Do not use BP_SYM.
28763         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28764         "bp-asm.h".
28765         (PARMS): Do not use macros from bp-asm.h.
28766         (S1): Likewise.
28767         (SIZE): Likewise.
28768         (__mpn_submul_1): Do not use BP_SYM.
28769         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28770         "bp-asm.h".
28771         (PARMS): Do not use macros from bp-asm.h.
28772         (S1): Likewise.
28773         (S2): Likewise.
28774         (SIZE): Likewise.
28775         (__mpn_add_n): Do not use BP_SYM.
28776         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28777         weak_alias.
28778         (bzero): Likewise.
28779         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28780         "bp-asm.h".
28781         (PARMS): Do not use macros from bp-asm.h.
28782         (BLK2): Likewise.
28783         (LEN): Likewise.
28784         (memcmp): Do not use BP_SYM.
28785         (bcmp): Do not use BP_SYM in weak_alias.
28786         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28787         "bp-asm.h".
28788         (PARMS): Do not use macros from bp-asm.h.
28789         (DEST): Likewise.
28790         (SRC): Likewise.
28791         (LEN): Likewise.
28792         (memcpy): Likewise.  Do not use BP_SYM.
28793         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28794         "bp-asm.h".
28795         (PARMS): Do not use macros from bp-asm.h.
28796         (DEST): Likewise.
28797         (SRC): Likewise.
28798         (LEN): Likewise.
28799         (memmove): Likewise.  Do not use BP_SYM.
28800         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28801         "bp-asm.h".
28802         (PARMS): Do not use macros from bp-asm.h.
28803         (DEST): Likewise.
28804         (SRC): Likewise.
28805         (LEN): Likewise.
28806         (__mempcpy): Likewise.  Do not use BP_SYM.
28807         (mempcpy): Do not use BP_SYM in weak_alias.
28808         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28809         "bp-asm.h".
28810         (PARMS): Do not use macros from bp-asm.h.
28811         (DEST): Likewise.
28812         (LEN): Likewise.
28813         [!BZERO_P] (CHR): Likewise.
28814         (memset): Likewise.  Do not use BP_SYM.
28815         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28816         "bp-asm.h".
28817         (PARMS): Do not use macros from bp-asm.h.
28818         (STR2): Likewise.
28819         (strcmp): Do not use BP_SYM.
28820         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28821         "bp-asm.h".
28822         (PARMS): Do not use macros from bp-asm.h.
28823         (STR): Likewise.
28824         (DELIM): Likewise.
28825         [USE_AS_STRTOK_R] (SAVE): Likewise.
28826         (FUNCTION): Likewise.  Do not use BP_SYM.
28827         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28828         aliases.
28829         (strtok_r): Likewise.
28830         (__GI___strtok_r): Likewise.
28831         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28832         (PARMS): Do not use macros from bp-asm.h.
28833         (S): Likewise.
28834         (SIZE): Likewise.
28835         (__mpn_lshift): Do not use BP_SYM.
28836         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28837         (PARMS): Do not use macros from bp-asm.h.
28838         (STR): Likewise.
28839         (CHR): Likewise.
28840         (__memchr): Do not use BP_SYM.
28841         (memchr): Do not use BP_SYM in weak_alias.
28842         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28843         (PARMS): Do not use macros from bp-asm.h.
28844         (BLK2): Likewise.
28845         (LEN): Likewise.
28846         (memcmp): Do not use BP_SYM.
28847         (bcmp): Do not use BP_SYM in weak_alias.
28848         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28849         (PARMS): Do not use macros from bp-asm.h.
28850         (S1): Likewise.
28851         (SIZE): Likewise.
28852         (__mpn_mul_1): Do not use BP_SYM.
28853         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28854         "bp-asm.h".
28855         (PARMS): Do not use macros from bp-asm.h.
28856         (STR): Likewise.
28857         (CHR): Likewise.
28858         (__rawmemchr): Do not use BP_SYM.
28859         (rawmemchr): Do not use BP_SYM in weak_alias.
28860         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28861         (PARMS): Do not use macros from bp-asm.h.
28862         (S): Likewise.
28863         (SIZE): Likewise.
28864         (__mpn_rshift): Do not use BP_SYM.
28865         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28866         (PARMS): Do not use macros from bp-asm.h.
28867         (SIGMSK): Likewise.
28868         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28869         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28870         (_start): Do not use BP_SYM.
28871         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28872         (PARMS): Do not use macros from bp-asm.h.
28873         (DEST): Likewise.
28874         (SRC): Likewise.
28875         (__stpcpy): Likewise.  Do not use BP_SYM.
28876         (stpcpy): Do not use BP_SYM in weak_alias.
28877         * sysdeps/i386/stpncpy.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         (__stpncpy): Likewise.  Do not use BP_SYM.
28884         (stpncpy): Do not use BP_SYM in weak_alias.
28885         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28886         (PARMS): Do not use macros from bp-asm.h.
28887         (STR): Likewise.
28888         (CHR): Likewise.
28889         (strchr): Likewise.  Do not use BP_SYM.
28890         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28891         "bp-asm.h".
28892         (PARMS): Do not use macros from bp-asm.h.
28893         (STR): Likewise.
28894         (CHR): Likewise.
28895         (__strchrnul): Likewise.  Do not use BP_SYM.
28896         (strchrnul): Do not use BP_SYM in weak_alias.
28897         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28898         "bp-asm.h".
28899         (PARMS): Do not use macros from bp-asm.h.
28900         (STOP): Likewise.
28901         (strcspn): Do not use BP_SYM.
28902         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28903         "bp-asm.h".
28904         (PARMS): Do not use macros from bp-asm.h.
28905         (STR): Likewise.
28906         (STOP): Likewise.
28907         (strpbrk): Likewise.  Do not use BP_SYM.
28908         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28909         "bp-asm.h".
28910         (PARMS): Do not use macros from bp-asm.h.
28911         (STR): Likewise.
28912         (CHR): Likewise.
28913         (strrchr): Likewise.  Do not use BP_SYM.
28914         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28915         (PARMS): Do not use macros from bp-asm.h.
28916         (SKIP): Likewise.
28917         (strspn): Do not use BP_SYM.
28918         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28919         (PARMS): Do not use macros from bp-asm.h.
28920         (STR): Likewise.
28921         (DELIM): Likewise.
28922         (SAVE): Likewise.
28923         (FUNCTION): Likewise.  Do not use BP_SYM.
28924         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28925         aliases.
28926         (strtok_r): Likewise.
28927         (__GI___strtok_r): Likewise.
28928         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28929         (PARMS): Do not use macros from bp-asm.h.
28930         (S1): Likewise.
28931         (S2): Likewise.
28932         (SIZE): Likewise.
28933         (__mpn_sub_n): Do not use BP_SYM.
28934         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28935         "bp-asm.h".
28936         (PARMS): Do not use macros from bp-asm.h.
28937         (S1): Likewise.
28938         (SIZE): Likewise.
28939         (__mpn_submul_1): Do not use BP_SYM.
28940         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28941         <bp-sym.h>.
28942         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28943         and <bp-asm.h>.
28944         (PARMS): Do not use macros from bp-asm.h.
28945         (FLAGS): Likewise.
28946         (PTID): Likewise.
28947         (TLS): Likewise.
28948         (CTID): Likewise.
28949         (__clone): Do not use BP_SYM.
28950         (clone): Do not use BP_SYM in weak_alias.
28951         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28952         and <bp-asm.h>.
28953         (PARMS): Do not use macros from bp-asm.h.
28954         (LEN): Likewise.
28955         (__mmap64): Do not use BP_SYM.
28956         (mmap64): Do not use BP_SYM in weak_alias.
28957         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28958         <bp-sym.h> and <bp-asm.h>.
28959         (PARMS): Do not use macros from bp-asm.h.
28960         (__posix_fadvise64_l64): Do not use BP_SYM.
28961         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28962         (PARMS): Do not use macros from bp-asm.h.
28963         (NSOPS): Likewise.
28964         (semtimedop): Do not use BP_SYM.
28965         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28966         and <bp-asm.h>.
28967
28968 2013-02-21  Allan McRae  <allan@archlinux.org>
28969
28970         * manual/message.texi (Charset conversion in gettext):
28971         Move @end statement to beginning of line.
28972
28973 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28974
28975         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28976         static.
28977         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28978         Likewise.
28979
28980         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28981         (denorm): Likewise.
28982         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28983         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28984
28985 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28986
28987         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28988         tail-call to the resolved function if pltexit isn't needed.
28989
28990 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28991
28992         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28993         or Y being zero as being unlikely.
28994         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28995         Likewise.
28996
28997 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28998
28999         * manual/nss.texi (System Databases and Name Service Switch):
29000         Remove frobnicate @pxref.
29001
29002 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
29003
29004         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
29005         __attribute__ ((unused)) to __attribute__ ((__unused__)).
29006
29007 2013-02-20  Petr Machata  <pmachata@redhat.com>
29008
29009         * elf/elf.h (R_ARM_TARGET1): New macro.
29010         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
29011         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
29012         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
29013         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
29014         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
29015         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
29016         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
29017         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
29018         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
29019         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
29020         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
29021         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
29022         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
29023         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
29024         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
29025         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
29026         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
29027         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
29028         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
29029         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
29030         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
29031         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
29032         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
29033         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
29034         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
29035         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
29036         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
29037         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
29038         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
29039         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
29040         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
29041         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
29042         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
29043         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
29044         (R_ARM_THM_GOT_BREL12): Likewise.
29045         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
29046         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
29047         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
29048         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
29049         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
29050         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
29051         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
29052         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
29053         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
29054
29055 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
29056
29057         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
29058         __attribute_used__ to __attribute__ ((unused)).
29059
29060 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29061
29062         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
29063         powerpc mpa.c.
29064         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
29065         comment formatting.
29066         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
29067
29068 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
29069
29070         [BZ #13550]
29071         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
29072         Remove macro.
29073         (ENTER): Remove both macro definitions.
29074         (LEAVE): Likewise.
29075         (CHECK_BOUNDS_LOW): Likewise.
29076         (CHECK_BOUNDS_HIGH): Likewise.
29077         (CHECK_BOUNDS_BOTH): Likewise.
29078         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
29079         (RETURN_BOUNDED_POINTER): Likewise.
29080         (RETURN_NULL_BOUNDED_POINTER): Likewise.
29081         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
29082         (POP_ERRNO_LOCATION_RETURN): Likewise.
29083         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
29084         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29085         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
29086         macros.
29087         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29088         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
29089         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
29090         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
29091         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
29092         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
29093         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
29094         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
29095         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
29096         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
29097         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
29098         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
29099         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29100         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
29101         removed macros.
29102         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29103         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
29104         macros.
29105         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29106         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
29107         * sysdeps/i386/i586/memset.S (memset): Likewise.
29108         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
29109         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29110         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
29111         macros.
29112         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29113         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
29114         Change uses of L(2) to L(out).
29115         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
29116         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
29117         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
29118         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29119         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
29120         removed macros.
29121         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29122         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
29123         macros.
29124         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29125         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
29126         (RETURN): Do not use macro LEAVE.
29127         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
29128         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
29129         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
29130         * sysdeps/i386/i686/memset.S (memset): Likewise.
29131         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
29132         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
29133         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29134         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
29135         Likewise.
29136         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29137         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
29138         L(1_2) and L(1_3) into L(1).
29139         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29140         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
29141         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29142         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
29143         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29144         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
29145         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
29146         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29147         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
29148         macros.
29149         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
29150         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29151         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
29152         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
29153         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
29154         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29155         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
29156         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
29157         * sysdeps/i386/strcspn.S (strcspn): Likewise.
29158         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
29159         * sysdeps/i386/strrchr.S (strrchr): Likewise.
29160         * sysdeps/i386/strspn.S (strspn): Likewise.
29161         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
29162         conditional code.
29163         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29164         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
29165         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29166         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
29167         L(1_3) into L(1_1).
29168         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
29169         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29170         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
29171         macros.
29172         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29173
29174 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
29175
29176         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
29177         macro.
29178
29179 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29180
29181         * math/atest-exp.c (exp_mpn): Remove ROUND.
29182         * math/atest-exp2.c (exp_mpn): Likewise.
29183         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
29184
29185         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
29186         * stdlib/tst-tls-atexit-lib.c: Likewise.
29187         * stdlib/tst-tls-atexit.c: Likewise.
29188
29189 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29190
29191         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
29192         and __attribute_alloc_size__.
29193
29194 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29195
29196         * include/programs/xmalloc.h: Change __attribute_alloc_size to
29197         __attribute_alloc_size__.
29198         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
29199         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
29200
29201 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29202
29203         * include/programs/xmalloc.h: New file.
29204         * catgets/gencat.c: Include it.
29205         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
29206         * elf/pldd.c: Likewise.
29207         * iconv/iconv_charmap.c: Likewise.
29208         * iconv/iconvconfig.c: Likewise.
29209         * iconv/strtab.c: Likewise.
29210         * locale/programs/locale.c: Likewise.
29211         * locale/programs/localedef.h: Likewise.
29212         * locale/programs/simple-hash.c: Likewise.
29213         * nscd/nscd.h: Likewise.
29214         * nss/makedb.c: Likewise.
29215         * sysdeps/generic/ldconfig.h: Likewise.
29216
29217 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29218
29219         * Versions.def: Add GLIBC_2.18.
29220         * include/link.h (struct link_map): New member l_tls_dtor_count.
29221         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29222         (__call_tls_dtors): Likewise.
29223         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29224         __cxa_thread_atexit_impl.
29225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29226         Likewise.
29227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29228         Likewise.
29229         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29230         Likewise.
29231         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29232         Likewise.
29233         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29234         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29235         Likewise.
29236         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29237         Likewise.
29238         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29239         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29240         Likewise.
29241         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29242         (tests): Add test case tst-tls-atexit.
29243         (modules-names): Add shared library for tst-tls-atexit.
29244         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
29245         (GLIBC_PRIVATE): Add __call_tls_dtors.
29246         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29247         for libstdc++.
29248         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29249         * stdlib/tst-tls-atexit.c: New test case.
29250         * stdlib/tst-tls-atexit-lib.c: New test case.
29251
29252         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29253
29254         * elf/Versions (ld): Add _dl_find_dso_for_object.
29255         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29256         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29257         (dl_open_worker): Use _dl_find_dso_for_object.
29258         * elf/dl-sym.c (do_sym): Likewise.
29259         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29260
29261 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29262
29263         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29264         Syntactic changes only.
29265         (_dl_runtime_profile): Do a tail-call to the resolved function.
29266
29267 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29268
29269         [BZ #13550]
29270         * sysdeps/x86_64/bp-asm.h: Remove file.
29271         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29272         <bp-sym.h> and <bp-asm.h>.
29273         (__clone): Do not use BP_SYM.
29274         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29275         <bp-sym.h> and <bp-asm.h>.
29276         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29277         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29278         "bp-asm.h".
29279         (_setjmp): Do not use BP_SYM.
29280         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29281         "bp-asm.h".
29282         (setjmp): Do not use BP_SYM.
29283         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29284         libc_hidden_def.
29285         (mempcpy): Do not use BP_SYM in weak_alias.
29286         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29287         "bp-asm.h".
29288         (strchr): Do not use BP_SYM.
29289         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29290         "bp-asm.h".
29291         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29292         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29293         (_start): Do not use BP_SYM.
29294         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29295         "bp-asm.h".
29296         (strcat): Do not use BP_SYM.
29297         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29298         "bp-asm.h".
29299         (STRCMP): Do not use BP_SYM.
29300         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29301         "bp-asm.h".
29302         (STRCPY): Do not use BP_SYM.
29303         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29304         "bp-asm.h".
29305         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29306         "bp-asm.h".
29307         (FUNCTION): Do not use BP_SYM.
29308         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29309         weak_alias.
29310         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29311
29312 2013-02-17  Andreas Jaeger  <aj@suse.de>
29313
29314         * time/Versions: Sort entries.
29315         * string/Versions: Likewise.
29316         * resolv/Versions: Likewise.
29317         * posix/Versions: Likewise.
29318         * iconv/Versions: Likewise.
29319         * elf/Versions: Likewise.
29320         * wcsmbs/Versions: Likewise.
29321
29322 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29323
29324         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29325         loop termination condition.
29326
29327         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29328         variable to calculate EZ.
29329         (__sqr): Likewise.
29330
29331         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29332         the lower precision input.
29333
29334 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29335
29336         [BZ #13550]
29337         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29338         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29339         (run-via-rtld-prefix): Do not handle %-bp tests.
29340         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29341         (all-object-suffixes): Remove .ob.
29342         (bppfx): Remove variable.
29343         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29344         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29345         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29346         [$(build-bounded) = yes] (libtype.ob): Likewise.
29347         * Makerules (elide-routines.ob): Remove variable.
29348         (do-tests-clean): Do not handle *-bp.out.
29349         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29350         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29351         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29352         (tests): Do not include $(tests-bp.out).
29353         (xtests): Do not include $(xtests-bp.out).
29354         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29355         [$(build-bounded) = yes] ($(addprefix
29356         $(objpfx),$(binaries-bounded))): Remove rule.
29357         ($(objpfx)%-bp.out): Remove rule.
29358         * config.make.in (build-bounded): Remove variable.
29359         * crypt/Makefile [$(build-bounded) = yes]
29360         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29361         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29362         append to variable.
29363         [$(build-bounded) = yes] (install-lib): Likewise.
29364         [$(build-bounded) = yes] (generated): Likewise.
29365         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29366         Remove rule.
29367         * intl/Makefile [$(build-bounded) = yes]
29368         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29369         * math/Makefile [$(build-bounded) = yes]
29370         ($(tests:%=$(objpfx)%-bp): Likewise.
29371         * misc/Makefile [$(build-bounded) = yes]
29372         ($(objpfx)tst-tsearch-bp): Likewise.
29373         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29374         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29375         Remove dependency.
29376         * string/Makefile (o-objects.ob): Remove variable.
29377         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29378         (CFLAGS-.ob): Remove variable.
29379         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29380         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29381         both definitions of variable.
29382         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29383         (ASFLAGS-.ob): Remove variable.
29384
29385 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29386
29387         [BZ #13550]
29388         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29389         Remove __BOUNDED_POINTERS__ from condition.
29390         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29391         * string/bits/string2.h [!__NO_STRING_INLINES &&
29392         !__BOUNDED_POINTERS__]: Likewise.
29393         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29394         Likewise.
29395         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29396         Remove conditional code.
29397         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29398         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29399         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29400         condition.
29401
29402         [BZ #13550]
29403         * csu/libc-start.c: Do not include <bp-sym.h>.
29404         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29405         * elf/dl-open.c: Do not include <bp-sym.h>.
29406         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29407         * math/fegetenv.c: Do not include <bp-sym.h>.
29408         (fegetenv): Do not use BP_SYM in versioned symbols.
29409         * nptl/sysdeps/pthread/bits/libc-lockP.h
29410         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29411         <bp-sym.h>.
29412         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29413         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29414         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29415         (__pthread_mutex_destroy): Likewise.
29416         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29417         (__pthread_mutex_lock): Likewise.
29418         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29419         (__pthread_mutex_trylock): Likewise.
29420         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29421         (__pthread_mutex_unlock): Likewise.
29422         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29423         (__pthread_mutexattr_init): Likewise.
29424         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29425         (__pthread_mutexattr_destroy): Likewise.
29426         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29427         (__pthread_mutexattr_settype): Likewise.
29428         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29429         (__pthread_rwlock_init): Likewise.
29430         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29431         (__pthread_rwlock_destroy): Likewise.
29432         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29433         (__pthread_rwlock_rdlock): Likewise.
29434         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29435         (__pthread_rwlock_tryrdlock): Likewise.
29436         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29437         (__pthread_rwlock_wrlock): Likewise.
29438         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29439         (__pthread_rwlock_trywrlock): Likewise.
29440         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29441         (__pthread_rwlock_unlock): Likewise.
29442         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29443         (__pthread_key_create): Likewise.
29444         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29445         (__pthread_setspecific): Likewise.
29446         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29447         (__pthread_getspecific): Likewise.
29448         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29449         Likewise.
29450         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29451         (_pthread_cleanup_push_defer): Likewise.
29452         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29453         (_pthread_cleanup_pop_restore): Likewise.
29454         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29455         (pthread_setcancelstate): Likewise.
29456         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29457         <bp-sym.h>.
29458         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29459         (memchr): Do not use BP_SYM in weak_alias.
29460         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29461         (fegetenv): Do not use BP_SYM in versioned symbols.
29462         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29463         (fesetenv): Do not use BP_SYM in versioned symbols.
29464         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29465         (feupdateenv): Do not use BP_SYM in versioned symbols.
29466         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29467         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29468         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29469         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29470         (open64): Do not use BP_SYM in weak_alias.
29471         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29472         (fegetenv): Do not use BP_SYM in versioned symbols.
29473         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29474         (fesetenv): Do not use BP_SYM in versioned symbols.
29475         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29476         (feupdateenv): Do not use BP_SYM in versioned symbols.
29477         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29478         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29479         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29480         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29481         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29482         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29483         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29484         <bp-sym.h>.
29485         (__libc_start_main): Do not use BP_SYM.
29486
29487 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29488
29489         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29490         redundant return line.
29491         (norm): Likewise.
29492         (denorm): Likewise.
29493         (dbl_mp): Likewise.
29494         (sub_magnitudes): Likewise.
29495         (__add): Likewise.
29496         (__sub): Likewise.
29497         (__mul): Likewise.
29498         (__inv): Likewise.
29499         (__dvd): Likewise.
29500         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29501         (norm): Likewise.
29502         (denorm): Likewise.
29503         (dbl_mp): Likewise.
29504         (sub_magnitudes): Likewise.
29505         (__add): Likewise.
29506         (__sub): Likewise.
29507         (__mul): Likewise.
29508         (__inv): Likewise.
29509         (__dvd): Likewise.
29510
29511         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29512         instead of __mul.
29513         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29514         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29515         (cc32): Likewise.
29516
29517         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29518         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29519         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29520         of __mul for squares.
29521         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29522         function
29523         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29524         Likewise.
29525         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29526         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29527
29528 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29529
29530         [BZ #13550]
29531         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29532         code.
29533         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29534         prototype or function definition.  Rename ubp_* variables and
29535         parameters.  Remove argv definitions conditional on
29536         [__BOUNDED_POINTERS__].
29537         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29538         * elf/dl-runtime.c (_dl_fixup): Likewise.
29539         * include/set-hooks.h (RUN_HOOK): Likewise.
29540         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29541         definition.
29542         * string/strcpy.c (strcpy): Do not use __unbounded.
29543         * sysdeps/generic/frame.h (struct layout): Likewise.
29544         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29545         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29546         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29547         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29548         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29549         (__backtrace): Likewise.
29550         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29551         use __ptrvalue.
29552         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29553         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29554         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29555         Likewise.
29556         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29557         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29558         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29559         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29560         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29561         Do not use __unbounded.
29562         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29563         Rename __unboundedrlimits parameter to rlimits in prototype.
29564         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29565         Do not use __unbounded.
29566         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29567         not use __ptrvalue.
29568         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29569         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29570         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29571         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29572         __ptrvalue or __unbounded.
29573         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29574         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29575         use __unbounded.
29576         (__new_msgctl): Do not use __ptrvalue.
29577         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29578         __unbounded.
29579         (__libc_msgrcv): Do not use __ptrvalue.
29580         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29581         startup_info): Do not use __unbounded.
29582         (__libc_start_main): Likewise.  Rename ubp_* variables and
29583         parameters.  Remove argv definitions conditional on
29584         [__BOUNDED_POINTERS__].
29585         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29586         __ptrvalue.
29587         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29588         use __unbounded.
29589         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29590         or __ptrvalue.
29591         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29592         use __unbounded.
29593         (__new_shmctl): Do not use __ptrvalue.
29594         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29595         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29596         Likewise.
29597         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29598         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29599         (__libc_sigaction): Likewise.
29600         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29601         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29602         Likewise.
29603         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29604
29605 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29606
29607         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29608
29609         * string/mempcpy.c: Implement by calling memcpy.
29610
29611 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29612
29613         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29614
29615         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29616         evaluation.
29617
29618         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29619         values in the mantissa.
29620
29621         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29622         minimize writes to Z.
29623         (sub_magnitudes): Simplify code a bit.
29624
29625 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29626
29627         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29628         from the message.  The linker prefixes all warnings with that already.
29629
29630 2013-02-12  Andreas Schwab  <schwab@suse.de>
29631
29632         [BZ #15078]
29633         * posix/regexec.c (extend_buffers): Add parameter min_len.
29634         (check_matching): Pass minimum needed length.
29635         (clean_state_log_if_needed): Likewise.
29636         (get_subexp): Likewise.
29637         * posix/Makefile (tests): Add bug-regex34.
29638         (bug-regex34-ENV): Define.
29639         * posix/bug-regex34.c: New file.
29640
29641         [BZ #11561]
29642         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29643         elements compare against the byte sequence of it, not its name.
29644         * posix/Makefile (tests): Add bug-regex35.
29645         (bug-regex35-ENV): Define.
29646         * posix/bug-regex35.c: New file.
29647
29648 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29649
29650         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29651         comment.
29652         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29653         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29654         (CHECK_EOL): Add undef.
29655
29656 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29657
29658         * bits/stdlib-bsearch.h: New file.
29659         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29660         * stdlib/stdlib.h: Likewise.
29661
29662 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29663
29664         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29665         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29666         declaration.
29667         * manual/search.texi (Array Search Function): Add missing const in
29668         lfind prototype.
29669         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29670         declaration to use rlim_t.
29671         (Basic Scheduling Functions): Remove erroneous const from
29672         sched_getparam prototype.  Remove erroneous * from
29673         sched_get_priority_max and sched_get_priority_min prototypes.
29674         (Resource Usage): Fix summary @comment on vtimes to refer to
29675         sys/vtimes.h rather than vtimes.h.
29676         Add missing *s in vtimes prototype.
29677         (Limits on Resources): Fix ulimit prototype to return long int.
29678         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29679         prototypes to use long int rather than double.
29680         (BSD Random): Fix initstate and setstate to use char *, not void *.
29681         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29682         prototype to make second argument 'struct aiocb64 *const[]'.
29683         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29684         (Status of AIO Operations): Remove erroneous const in aio_return and
29685         aio_return64 prototypes.
29686         (Synchronizing I/O): Fix sync prototype to return void.
29687         * manual/startup.texi (Suboptions): Remove an erroneous const in
29688         getsubopt prototype.
29689         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29690         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29691         use size_t rather than int.
29692         (Scanning All Users): Likewise for getpwent_r.
29693         (Setting Groups): Add missing const to setgroups prototype.
29694         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29695         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29696         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29697         'const void *' rather than 'const char *'.
29698         (Host Address Functions): Likewise for inet_ntop.
29699         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29700         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29701         ssize_t for return value.
29702         (Sending Data): Likewise for send, sendto, sendmsg.
29703         (Socket Option Functions): Add a missing const in setsockopt prototype.
29704         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29705         use wchar_t for the argument.
29706         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29707         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29708         take no arguments.
29709         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29710         double/float/long double for second argument.
29711         Fix return types of significand, significandf, significandl.
29712         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29713         argument in fchmod prototype.
29714         (File Owner): Use uid_t and gid_t in fchown prototype.
29715         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29716         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29717         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29718         use 'const struct dirent **' as argument types to CMP function pointer
29719         argument.
29720         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29721         (File Times): Fix summary magic @comment for struct utimbuf and utime
29722         to refer to utime.h, not time.h.
29723         * manual/string.texi (Argz Functions): Add missing const in
29724         argz_extract and argz_next prototypes.
29725         (Finding Tokens in a String): Likewise for basename.
29726         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29727         (Copying and Concatenation): Fix typo in wmemmove prototype.
29728         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29729         (Signal Stack): Remove erroneous const in sigstack prototype.
29730         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29731         prototype.
29732         (Simple Calendar Time): Likewise for stime.
29733         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29734         prototype.
29735         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29736         say sys/sysctl.h instead.
29737         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29738         and vsyslog prototypes.
29739
29740 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29741
29742         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29743         Remove.
29744
29745 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29746
29747         * misc/sys/mman.h: Fix typo in mremap comment.
29748
29749 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29750
29751         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29752         the '\0' terminator.
29753
29754 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29755
29756         [BZ #13550]
29757         * debug/segfault.c: Don't include <bp-checks.h>.
29758         * sysdeps/generic/bp-checks.h: Remove file.
29759         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29760         (__GETDENTS): Don't use CHECK_N.
29761         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29762         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29763         (__getgroups): Don't use CHECK_N.
29764         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29765         (setgroups): Don't use CHECK_N.
29766         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29767         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29768         (__libc_msgrcv): Don't use CHECK_N.
29769         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29770         (__libc_msgsnd): Don't use CHECK_N.
29771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29772         <bp-checks.h>.
29773         (__libc_pread): Don't use CHECK_N.
29774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29775         include <bp-checks.h>.
29776         (__libc_pread64): Don't use CHECK_N.
29777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29778         include <bp-checks.h>.
29779         (__libc_pwrite): Don't use CHECK_N.
29780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29781         include <bp-checks.h>.
29782         (__libc_pwrite64): Don't use CHECK_N.
29783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29784         <bp-checks.h>.
29785         (__libc_pread): Don't use CHECK_N.
29786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29787         include <bp-checks.h>.
29788         (__libc_pread64): Don't use CHECK_N.
29789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29790         include <bp-checks.h>.
29791         (__libc_pwrite): Don't use CHECK_N.
29792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29793         include <bp-checks.h>.
29794         (__libc_pwrite64): Don't use CHECK_N.
29795         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29796         (do_pread): Don't use CHECK_N.
29797         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29798         (do_pread64): Don't use CHECK_N.
29799         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29800         (do_pwrite): Don't use CHECK_N.
29801         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29802         (do_pwrite64): Don't use CHECK_N.
29803         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29804         (__libc_readv): Don't use CHECK_N.
29805         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29806         (semop): Don't use CHECK_N.
29807         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29808         <bp-checks.h>.
29809         (semtimedop): Don't use CHECK_N.
29810         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29811         (__libc_pread): Don't use CHECK_N.
29812         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29813         <bp-checks.h>.
29814         (__libc_pread64): Don't use CHECK_N.
29815         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29816         <bp-checks.h>.
29817         (__libc_pwrite): Don't use CHECK_N.
29818         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29819         <bp-checks.h>.
29820         (__libc_pwrite64): Don't use CHECK_N.
29821         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29822         <bp-checks.h>.
29823         (__libc_msgrcv): Don't use CHECK_N.
29824         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29825         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29826         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29827         (__libc_writev): Don't use CHECK_N.
29828
29829 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29830
29831         * string/strcpy.c: Removed unused variable.
29832
29833         * Makeconfig (+sysdep-includes): Define with := rather than =.
29834         Use an existing include/ subdir of each sysdeps dir before it.
29835
29836 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29837
29838         * nscd/connection.c (register_traced_file): Comment function.
29839         [HAVE_INOTIFY] (union __inev): Define.
29840         [HAVE_INOTIFY] (inotify_check_files): New function.
29841         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29842         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29843         clear_db_cache.
29844         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29845
29846 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29847
29848         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29849         loaded if not already and that a failure is permanent.
29850
29851 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29852
29853         [BZ #15006]
29854         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29855         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29856
29857 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29858
29859         [BZ #13550]
29860         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29861         (CHECK_1_NULL_OK): Likewise.
29862         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29863         (__fxstat): Do not use CHECK_1.
29864         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29865         <bp-checks.h>.
29866         (___fxstat64): Do not use CHECK_1.
29867         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29868         <bp-checks.h>.
29869         (__fxstatat): Do not use CHECK_1.
29870         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29871         <bp-checks.h>.
29872         (__fxstatat64): Do not use CHECK_1.
29873         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29874         <bp-checks.h>.
29875         (__fxstat): Do not use CHECK_1.
29876         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29877         <bp-checks.h>.
29878         (__fxstatat): Do not use CHECK_1.
29879         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29880         <bp-checks.h>.
29881         (__getresgid): Do not use CHECK_1.
29882         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29883         <bp-checks.h>.
29884         (__getresuid): Do not use CHECK_1.
29885         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29886         <bp-checks.h>.
29887         (__lxstat): Do not use CHECK_1.
29888         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29889         <bp-checks.h>.
29890         (__old_msgctl): Do not use CHECK_1.
29891         (__new_msgctl): Likewise.
29892         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29893         <bp-checks.h>.
29894         (__new_setrlimit): Do not use CHECK_1.
29895         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29896         <bp-checks.h>.
29897         (__old_shmctl): Do not use CHECK_1.
29898         (__new_shmctl): Likewise.
29899         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29900         <bp-checks.h>.
29901         (__xstat): Do not use CHECK_1.
29902         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29903         (__lxstat): Do not use CHECK_1.
29904         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29905         <bp-checks.h>.
29906         (___lxstat64): Do not use CHECK_1.
29907         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29908         (__old_msgctl): Do not use CHECK_1.
29909         (__new_msgctl): Likewise.
29910         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29911         <bp-checks.h>.
29912         (__gettimeofday): Do not use CHECK_1.
29913         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29914         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29915         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29916         <bp-checks.h>.
29917         (__gettimeofday): Do not use CHECK_1.
29918         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29919         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29920         (__new_shmctl): Do not use CHECK_1.
29921         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29922         <bp-checks.h>.
29923         (do_sigtimedwait): Do not use CHECK_1.
29924         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29925         <bp-checks.h>.
29926         (do_sigwaitinfo): Do not use CHECK_1.
29927         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29928         <bp-checks.h>.
29929         (msgctl): Do not use CHECK_1.
29930         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29931         <bp-checks.h>.
29932         (shmctl): Do not use CHECK_1.
29933         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29934         (ustat): Do not use CHECK_1.
29935         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29936         <bp-checks.h>.
29937         (__fxstat): Do not use CHECK_1.
29938         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29939         <bp-checks.h>.
29940         (__fxstatat): Do not use CHECK_1.
29941         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29942         <bp-checks.h>.
29943         (__lxstat): Do not use CHECK_1.
29944         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29945         <bp-checks.h>.
29946         (__xstat): Do not use CHECK_1.
29947         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29948         (__xstat): Do not use CHECK_1.
29949         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29950         (___xstat64): Do not use CHECK_1.
29951
29952         [BZ #13550]
29953         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29954         definitions.
29955         (CHECK_BOUNDS_HIGH): Likewise.
29956         * string/strcpy.c: Do not include <bp-checks.h>.
29957         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29958
29959 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29960
29961         * nscd/nscd-client.h (__nscd_drop_map_ref):
29962         Add __attribute__ ((unused)).
29963         * nis/nss-nisplus.h (niserr2nss): Likewise.
29964
29965         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29966         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29967
29968         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29969         Remove inline keyword.
29970         * include/rounding-mode.h (round_away): Likewise.
29971         * libio/wfileops.c (adjust_wide_data): Likewise.
29972         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29973         (__m128i_strloadu_tolower): Likewise.
29974         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29975         (__m128i_strloadu_tolower): Likewise.
29976         * time/mktime.c (ydhms_diff): Likewise.
29977         * locale/elem-hash.h (elem_hash): Likewise.
29978         * locale/setlocale.c (setdata): Likewise.
29979         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29980         (re_string_wchar_at): Likewise.
29981         (bitset_not, bitset_merge, bitset_mask): Likewise.
29982         [!(__GNUC__ > 3)] (inline): Remove macro.
29983         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29984         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29985         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29986         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29987         * string/memcmp.c (memcmp_bytes): Likewise.
29988         * locale/programs/locarchive.c (compute_hashval): Likewise.
29989         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29990         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29991         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29992         * nss/getent.c (print_rpc, print_protocols): Likewise.
29993         (print_passwd, print_group, print_aliases): Likewise.
29994         * nis/nss-nisplus.h (niserr2nss): Likewise.
29995         * nscd/connections.c (restart_p): Likewise.
29996         Change return type to bool.
29997
29998 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29999
30000         * Makeconfig (all-Depend-files): Add existing
30001         $(sorted-subdirs:=/Depend) files.
30002         (all-subdirs): Remove nss.
30003         * sysdeps/unix/inet/Subdirs: Add it here instead.
30004         * hesiod/Depend: New file.
30005
30006         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
30007         instead of calling alloca.
30008
30009         * io/lseek.c (__lseek): Rename to __libc_lseek.
30010         Define __lseek as an alias.
30011
30012         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
30013
30014 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
30015
30016         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
30017         else clause and remove check for non-standard endianness.
30018
30019 2013-02-04  David S. Miller  <davem@davemloft.net>
30020
30021         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30022
30023 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
30024
30025         [BZ #13550]
30026         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
30027         (__ubp_memchr): Remove prototype.
30028         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
30029         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
30030         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
30031         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
30032         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
30033         Remove alias.
30034         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
30035         (__ubp_memchr): Likewise.
30036         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
30037         (__ubp_memchr): Likewise.
30038         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
30039         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
30040         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
30041         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
30042         CHECK_STRING.
30043         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
30044         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
30045         (__getcwd): Do not use CHECK_STRING.
30046         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
30047         <bp-checks.h>.
30048         (__real_chown): Do not use CHECK_STRING.
30049         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
30050         <bp-checks.h>.
30051         (fchownat): Do not use CHECK_STRING.
30052         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
30053         CHECK_STRING.
30054         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
30055         <bp-checks.h>.
30056         (__lchown): Do not use CHECK_STRING.
30057         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30058         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30059         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30060         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
30061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
30062         include <bp-checks.h>.
30063         (truncate64): Do not use CHECK_STRING.
30064         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
30065         <bp-checks.h>.
30066         (__real_chown): Do not use CHECK_STRING.
30067         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
30068         <bp-checks.h>.
30069         (__lchown): Do not use CHECK_STRING.
30070         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
30071         <bp-checks.h>.
30072         (__chown): Do not use CHECK_STRING.
30073         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
30074         <bp-checks.h>.
30075         (truncate64): Do not use CHECK_STRING.
30076         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
30077         Likewise.
30078         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
30079         (__xmknod): Do not use CHECK_STRING.
30080         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
30081         <bp-checks.h>.
30082         (__xmknodat): Do not use CHECK_STRING.
30083         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30084         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
30085
30086 2013-02-04  Andreas Schwab  <schwab@suse.de>
30087
30088         [BZ #14142]
30089         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
30090         * include/netdb.h: Likewise for h_errno.
30091         * elf/tst-stackguard1.c: Include <tls.h>.
30092
30093 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
30094
30095         * elf/link.h (struct link_map): Extend the l_addr comment.
30096         * include/link.h (struct link_map): Likewise.
30097
30098 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
30099
30100         [BZ #13550]
30101         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
30102         (BOUNDED_1): Remove macro.
30103         * debug/backtrace.c: Don't include <bp-checks.h>.
30104         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
30105         (__backtrace): Likewise.
30106         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
30107         <bp-checks.h>.
30108         (__backtrace): Don't use BOUNDED_1.
30109         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
30110         <bp-checks.h>.
30111         (__backtrace): Don't use BOUNDED_1.
30112         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
30113         (__backtrace): Don't use BOUNDED_1.
30114         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
30115         (shmat): Don't use BOUNDED_N.
30116
30117 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
30118
30119         [BZ #13550]
30120         * sysdeps/generic/bp-start.h: Remove file.
30121         * csu/libc-start.c: Don't include <bp-start.h>.
30122         (LIBC_START_MAIN): Set up __environ directly instead of using
30123         INIT_ARGV_and_ENVIRON.
30124         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
30125         <bp-start.h>.
30126
30127         [BZ #13550]
30128         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
30129         definitions.
30130         (CHECK_FCNTL): Likewise.
30131         (CHECK_N_PAGES): Likewise.
30132
30133         [BZ #13550]
30134         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
30135         definitions.
30136         (CHECK_SIGSET_NULL_OK): Likewise.
30137         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
30138         <bp-checks.h>.
30139         (sigpending): Don't use CHECK_SIGSET.
30140         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
30141         <bp-checks.h>.
30142         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30143         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
30144         <bp-checks.h>.
30145         (do_sigsuspend): Don't use CHECK_SIGSET.
30146         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
30147         use CHECK_SIGSET.
30148         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
30149         (do_sigwait): Don't use CHECK_SIGSET.
30150         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
30151         use CHECK_SIGSET.
30152         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
30153         include <bp-checks.h>.
30154         (sigpending): Don't use CHECK_SIGSET.
30155         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
30156         include <bp-checks.h>.
30157         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30158         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
30159         <bp-checks.h>.
30160         (sigpending): Don't use CHECK_SIGSET.
30161         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
30162         <bp-checks.h>.
30163         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30164
30165         [BZ #13550]
30166         * sysdeps/generic/bp-semctl.h: Remove file.
30167         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
30168         <bp-checks.h> and <bp-semctl.h>.
30169         (__old_semctl): Don't use CHECK_SEMCTL.
30170         (__new_semctl): Likewise.
30171         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
30172         and <bp-semctl.h>.
30173         (__old_semctl): Don't use CHECK_SEMCTL.
30174         (__new_semctl): Likewise.
30175         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
30176         <bp-checks.h> and <bp-semctl.h>.
30177         (__old_semctl): Don't use CHECK_SEMCTL.
30178         (__new_semctl): Likewise.
30179         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
30180         <bp-checks.h> and <bp-semctl.h>.
30181         (semctl): Don't use CHECK_SEMCTL.
30182
30183         [BZ #13550]
30184         * Makerules (elide-bp-thunks): Remove variable.
30185         (elide-routines.oS): Don't use $(elide-bp-thunks).
30186         (elide-routines.os): Likewise.
30187         (elide-routines.o): Likewise.
30188         (elide-routines.op): Likewise.
30189         (elide-routines.og): Likewise.
30190         (objects): Don't use $(bp-thunks).
30191         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
30192         include.
30193         (common-generated): Do not add s-proto-bp.d.
30194         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
30195         (int): Likewise.
30196         (typ): Likewise.
30197         Do not generate makefile rules for bounded-pointer thunks.
30198         * sysdeps/generic/bp-thunks.h: Remove file.
30199         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
30200         * sysdeps/unix/s-proto-bp.S: Likewise.
30201
30202         [BZ #15062]
30203         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
30204         parts of result separately when argument is not close to line from
30205         -i to i and one part of argument is small.
30206         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30207         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30208         * math/libm-test.inc (cacos_test): Add more tests.
30209         (casin_test): Likewise.
30210         (casinh_test): Likewise.
30211         * sysdeps/i386/fpu/libm-test-ulps: Update.
30212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30213
30214 2013-01-31  David S. Miller  <davem@davemloft.net>
30215
30216         * po/de.po: Update from translation team.
30217
30218 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
30219
30220         * time/tzfile.c: Include stdint.h for SIZE_MAX.
30221
30222 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
30223
30224         * configure.in (_AC_PROG_CC_C89): New definition.
30225         * configure: Regenerate.
30226
30227         * configure.in (AC_PROG_CPP): New definition.
30228         * configure: Regenerate.
30229
30230 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30231
30232         * debug/tst-backtrace.h: New file.
30233         * debug/tst-backtrace2.c: Include tst-backtrace.h.
30234         (ret): Remove variable.
30235         (x): Likewise.
30236         (FAIL): Remove macro.
30237         (NO_INLINE): Likewise.
30238         (fn1): Use match function instead of strstr.
30239         * debug/tst-backtrace3.c: Include tst-backtrace.h.
30240         (ret): Remove variable.
30241         (x): Likewise.
30242         (FAIL): Remove macro.
30243         (NO_INLINE): Likewise.
30244         (fn): Use match function instead of strstr.
30245         * debug/tst-backtrace4.c: Include tst-backtrace.h.
30246         (ret): Remove variable.
30247         (x): Likewise.
30248         (FAIL): Remove macro.
30249         (NO_INLINE): Likewise.
30250         (handle_signal): Use match function instead of strstr.
30251         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30252         (ret): Remove variable.
30253         (x): Likewise.
30254         (FAIL): Remove macro.
30255         (NO_INLINE): Likewise.
30256         (handle_signal): Use match function instead of strstr.
30257
30258 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30259
30260         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30261
30262 2013-01-23  David S. Miller  <davem@davemloft.net>
30263
30264         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30265         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30266         argument of CAS if possible.
30267         * sysdeps/sparc/sparc64/bits/atomic.h
30268         (__arch_compare_and_exchange_val_32_acq): Likewise.
30269         (__arch_compare_and_exchange_val_64_acq): Likewise.
30270
30271 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30272
30273         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30274         * sysdeps/posix/ulimit.c: ... this.
30275         Include <limits.h>.
30276         * sysdeps/unix/bsd/ulimit.c: Remove file.
30277
30278 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30279
30280         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30281         (LDFLAGS-tst-array5): Likewise.
30282
30283 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30284
30285         [BZ #15036]
30286         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30287         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30288         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30289         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30290
30291 2013-01-21  David S. Miller  <davem@davemloft.net>
30292
30293         * sysdeps/sparc/backtrace.c: New file.
30294         * sysdeps/sparc/sparc32/backtrace.h: New file.
30295         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30296         * sysdeps/sparc/sparc64/backtrace.h: New file.
30297         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30298         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30299         -funwind-tables.
30300
30301 2013-01-21  Andreas Schwab  <schwab@suse.de>
30302
30303         [BZ #15020]
30304         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30305         closed its stdout.
30306
30307 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30308
30309         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30310         "mpa2.h".
30311         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30312
30313 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30314             Mark Mitchell  <mark@codesourcery.com>
30315             Tom de Vries  <tom@codesourcery.com>
30316             Paul Pluzhnikov  <ppluzhnikov@google.com>
30317
30318         * debug/tst-backtrace2.c: New file.
30319         * debug/tst-backtrace3.c: Likewise.
30320         * debug/tst-backtrace4.c: Likewise.
30321         * debug/tst-backtrace5.c: Likewise.
30322         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30323         (CFLAGS-tst-backtrace3.c): Likewise.
30324         (CFLAGS-tst-backtrace4.c): Likewise.
30325         (CFLAGS-tst-backtrace5.c): Likewise.
30326         (LDFLAGS-tst-backtrace2): Likewise.
30327         (LDFLAGS-tst-backtrace3): Likewise.
30328         (LDFLAGS-tst-backtrace4): Likewise.
30329         (LDFLAGS-tst-backtrace5): Likewise.
30330         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30331         tst-backtrace4 and tst-backtrace5.
30332
30333 2013-01-18  Anton Blanchard  <anton@samba.org>
30334             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30335
30336         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30337         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30338         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30339         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30341         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30342         "+r" and remove output regs list as redundant.  Add explicit inline
30343         asm to specify register of return val to work around compiler codegen
30344         bug.  Remove (int) cast on return value.  Add return type parameter to
30345         use in macro so that this macro does not truncate return value for
30346         64-bit values.
30347         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30348         pass to INTERNAL_VSYSCALL_NCS.
30349         (INLINE_VSYSCALL): Add 'long int' as return type to
30350         INTERNAL_VSYSCALL_NCS macro invocation.
30351         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30352         INTERNAL_VSYSCALL_NCS macro invocation.
30353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30354
30355 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30356
30357         [BZ #14496]
30358         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30359         Fix application of SIMD FP exception mask.
30360
30361         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30362         mp_no from a power of two.
30363         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30364         __mpexp_twomm1.  Use __pow_mp.
30365
30366         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30367         multiplication.
30368
30369 2013-01-17  David S. Miller  <davem@davemloft.net>
30370
30371         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30372
30373 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30374
30375         [BZ #15023]
30376         * include/complex.h: Condition contents on [!_COMPLEX_H].
30377         (__kernel_casinhf): New prototype.
30378         (__kernel_casinh): Likewise.
30379         (__kernel_casinhl): Likewise.
30380         * math/Makefile (libm_calls): Add k_casinh.
30381         * math/k_casinh.c: New file.
30382         * math/k_casinhf.c: Likewise.
30383         * math/k_casinhl.c: Likewise.
30384         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30385         finite nonzero arguments.
30386         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30387         finite nonzero arguments.
30388         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30389         finite nonzero arguments.
30390         * math/s_casinh.c: Do not include <float.h>.
30391         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30392         * math/s_casinhf.c: Do not include <float.h>.
30393         (__casinhf): Move code for finite nonzero arguments to
30394         k_casinhf.c.
30395         * math/s_casinhl.c: Do not include <float.h>.
30396         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30397         redefine.
30398         (__casinhl): Move code for finite nonzero arguments to
30399         k_casinhl.c.
30400         * math/libm-test.inc (cacos_test): Add more tests.
30401         * sysdeps/i386/fpu/libm-test-ulps: Update.
30402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30403
30404 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30405
30406         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30407         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30408         [!HAVE_MREMAP]: Remove [defined linux] case.
30409         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30410
30411 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30412
30413         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30414
30415 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30416
30417         * elf/elf.h (R_386_SIZE32): New relocation.
30418         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30419         R_386_SIZE32.
30420         (elf_machine_rela): Likewise.
30421         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30422         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30423
30424 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30425
30426         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30427         (FP_FAST_FMA): Do not define.
30428         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30429         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30430         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30431         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30432         !_SOFT_FLOAT]: Likewise.
30433         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30434         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30435         value.
30436         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30437         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30438         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30439         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30440         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30441         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30442         file.
30443
30444 2013-01-16  Andreas Schwab  <schwab@suse.de>
30445
30446         [BZ #14327]
30447         * include/stdlib.h (__mktemp): Add declaration.
30448         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30449         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30450
30451 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30452
30453         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30454         definitions.
30455         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30456         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30457         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30458         definitions here.
30459         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30460         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30461         definitions.
30462         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30463         and ONE.
30464         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30465         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30466         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30467         definitions.
30468         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30469         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30470         definitions.
30471         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30472
30473         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30474
30475 2013-01-15  David S. Miller  <davem@davemloft.net>
30476
30477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30478         trunc{,f} to libm-sysdep_routes.
30479         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30481         file.
30482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30484         file.
30485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30486         file.
30487         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30488         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30489         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30490         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30491         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30492         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30493         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30494         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30495
30496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30497         nearbyint{,f} to libm-sysdep_routes.
30498         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30500         New file.
30501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30502         file.
30503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30504         New file.
30505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30506         file.
30507         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30508         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30509         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30510         file.
30511         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30512         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30513         file.
30514         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30515         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30516         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30517
30518         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30519         libc_feholdexcept and libc_fesetenv.
30520
30521 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30522
30523         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30524
30525 2013-01-14  David S. Miller  <davem@davemloft.net>
30526
30527         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30528         (SPARC_ASM_VIS2_IFUNC): Likewise.
30529         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30531         use of 'siam' instruction.
30532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30533         Likewise.
30534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30535         Likewise.
30536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30537         Likewise.
30538         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30539         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30540         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30541         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30543         file.
30544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30545         file.
30546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30547         file.
30548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30549         file.
30550         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30551         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30552         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30553         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30555         new VIS2 routines.
30556         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30559         Likewise.
30560         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30561         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30562         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30563         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30565         routines to libm-sysdep_routines.
30566         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30567
30568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30569         fdim/fdimf to libm-sysdep_routines.
30570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30571         file.
30572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30574         file.
30575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30576         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30577         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30578         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30579         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30580         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30581         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30582
30583 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30584
30585         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30586         to optimize copies.
30587
30588         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30589         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30590         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30591
30592         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30593         local variable MPTWO.
30594         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30595         Likewise.
30596
30597 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30598
30599         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30600         GLOB_NOESCAPE.
30601
30602 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30603
30604         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30605
30606 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30607
30608         * manual/pattern.texi (glob_t): Document gl_flags.
30609         (glob64_t): Likewise.
30610
30611 2013-01-11  David S. Miller  <davem@davemloft.net>
30612
30613         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30614         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30615         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30616         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30617         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30618         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30619         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30620         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30621         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30622         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30623         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30624         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30625         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30626
30627         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30628         sparc V9 rather than using V8 code.
30629         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30630         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30631
30632         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30633         Move to...
30634         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30635         Here.
30636
30637 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30638
30639         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30640         not in the main loop.
30641         * configure: Regenerated.
30642
30643 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30644
30645         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30646         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30647         to just #else.
30648         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30649         [!__GLIBC_HAVE_LONG_LONG] case.
30650         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30651         condition to just #else.
30652         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30653         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30654         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30655         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30656         unconditional.
30657         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30658         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30659         #elif condition to just #else.
30660         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30661         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30662         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30663         #elif condition to just #else.
30664
30665 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30666
30667         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30668         (EF_MIPS_ARCH_64): Fix value.
30669         (EF_MIPS_ARCH_32R2): New.
30670         (EF_MIPS_ARCH_64R2): New.
30671
30672 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30673
30674         * Makeconfig (+link-pie-before-libc): New.
30675         (+link-pie-after-libc): Likewise.
30676         (+link-pie-tests): Likewise.
30677         (+link-pie): Rewritten.
30678         (link-before-libc): Remove $(config-LDFLAGS).
30679         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30680         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30681         (config-LDFLAGS): Renamed to ...
30682         (rtld-LDFLAGS): This.
30683         (rtld-tests-LDFLAGS): New macro.
30684         (link-libc-rpath-link): Likewise.
30685         (link-libc-tests-rpath-link): Likewise.
30686         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30687         (link-libc): Prepand $(link-libc-rpath-link).
30688         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30689         (test-program-prefix): New macro.
30690         (test-via-rtld-prefix): Likewise.
30691         (test-program-cmd): Likewise.
30692         (host-test-program-cmd): Likewise.
30693         * Makefile ($(common-objpfx)testrun.sh): Replace
30694         $(run-program-prefix) with $(test-program-prefix).
30695         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30696         $(rtld-LDFLAGS).
30697         ($(common-objpfx)shlib.lds): Likewise.
30698         (build-module-helper): Likewise.
30699         ($(common-objpfx)format.lds): Likewise.
30700         * Rules (binaries-pie-tests): New.
30701         (binaries-pie-notests): Likewise.
30702         (binaries-pie): Rewritten.
30703         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30704         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30705         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30706         (make-test-out): Replace $(host-built-program-cmd) with
30707         $(host-test-program-cmd).
30708         * config.make.in (build-hardcoded-path-in-tests): New variable.
30709         * configure.in (--enable-hardcoded-path-in-tests): New configure
30710         option.
30711         (hardcoded_path_in_tests): New AC_SUBST.
30712         * configure: Regenerated.
30713         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30714         $(built-program-cmd) with $(test-program-cmd).
30715         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30716         (test_program_cmd): This.
30717         * elf/Makefile ($(objpfx)order.out): Run test with
30718         $(test-program-prefix).
30719         ($(objpfx)order2.out): Likewise.
30720         ($(objpfx)tst-initorder.out): Likewise.
30721         ($(objpfx)tst-initorder2.out): Likewise.
30722         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30723         $(test-program-cmd).
30724         ($(objpfx)tst-array1-static.out): Likewise.
30725         ($(objpfx)tst-array2.out): Likewise.
30726         ($(objpfx)tst-array3.out): Likewise.
30727         ($(objpfx)tst-array4.out): Likewise.
30728         ($(objpfx)tst-array5.out): Likewise.
30729         ($(objpfx)tst-array5-static.out): Likewise.
30730         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30731         $(test-program-cmd).
30732         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30733         $(run-program-prefix) with $(test-program-prefix).
30734         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30735         (test_program_prefix): This.
30736         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30737         $(run-program-prefix) with $(test-program-prefix).
30738         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30739         (test_program_prefix): This.
30740         * iconvdata/tst-tables.sh: Likewise.
30741         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30742         $(run-program-prefix) with $(test-program-prefix).
30743         ($(objpfx)tst-translit.out): Likewise.
30744         ($(objpfx)tst-gettext2.out): Likewise.
30745         ($(objpfx)tst-gettext4.out): Likewise.
30746         ($(objpfx)tst-gettext6.out): Likewise.
30747         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30748         (test_program_prefix): This.
30749         * intl/tst-gettext2.sh: Likewise.
30750         * intl/tst-gettext4.sh  Likewise.
30751         * intl/tst-gettext6.sh: Likewise.
30752         * intl/tst-translit.sh: Likewise.
30753         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30754         with $(test-program-cmd).
30755         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30756         $(run-program-prefix) with $(test-program-prefix).
30757         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30758         (test_program_prefix): This.
30759         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30760         $(run-program-prefix) with $(test-program-prefix).
30761         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30762         (test_program_prefix): This.
30763         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30764         * posix/Makefile ($(objpfx)globtest.out): Replace
30765         $(run-via-rtld-prefix) and $(test-wrapper) with
30766         $(test-program-prefix) and $(test-via-rtld-prefix).
30767         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30768         $(test-program-prefix).
30769         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30770         $(host-test-program-cmd).
30771         (tst-spawn-ARGS): Likewise.
30772         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30773         $(test-program-prefix).
30774         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30775         (test_via_rtld_prefix): This.
30776         (test_wrapper): Renamed to ...
30777         (test_program_prefix): This.
30778         (run_program_prefix): Replaced by test_program_prefix.
30779         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30780         (test_program_prefix): This.
30781         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30782         with $(host-test-program-cmd).
30783         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30784         $(run-program-prefix) with $(test-program-prefix).
30785         ($(objpfx)tst-printf.out): Likewise.
30786         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30787         $(test-program-cmd).
30788         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30789         (test_program_prefix): This.
30790         * stdio-common/tst-unbputc.sh: Likewise.
30791         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30792         $(run-program-prefix) with $(test-program-prefix).
30793         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30794         (test_program_prefix): This.
30795         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30796         $(built-program-cmd) with $(test-program-cmd).
30797
30798 2013-01-11  Andreas Jaeger  <aj@suse.de>
30799
30800         [BZ #15003]
30801         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30802         value. Sync with Linux 3.7.
30803
30804 2013-01-10  David S. Miller  <davem@davemloft.net>
30805
30806         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30807         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30808         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30809
30810 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30811
30812         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30813         never set.
30814         * configure: Regenerated.
30815
30816 2013-01-10  David S. Miller  <davem@davemloft.net>
30817
30818         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30819         sparc V9 rather than using V8 code.
30820         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30821         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30822
30823 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30824
30825         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30826         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30827         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30828         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30829         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30830         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30831         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30832         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30833         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30834         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30835         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30836         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30837         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30838         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30839         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30840         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30841         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30842         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30843         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30844         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30845         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30846         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30847         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30848         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30849         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30850         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30851         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30852
30853 2013-01-10  David S. Miller  <davem@davemloft.net>
30854
30855         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30856
30857 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30858
30859         * posix/Makefile (tests-static): New variable.
30860         (tests): Add $(tests-static).
30861         (tst-exec-static-ARGS): New variable.
30862         (tst-spawn-static-ARGS): Likewise.
30863         * posix/tst-exec-static.c: New file.
30864         * posix/tst-spawn-static.c: Likewise.
30865         * posix/tst-exec.c: Support run directly.
30866         * posix/tst-spawn.c: Likewise.
30867
30868 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30869
30870         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30871         long.
30872         * math/bits/mathcalls.h (llrint): Likewise.
30873         (llround): Likewise.
30874         * stdlib/stdlib.h (struct drand48_data): Likewise.
30875         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30876         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30877         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30878         Likewise.
30879         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30880         Likewise.
30881         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30882         (elf_greg_t): Likewise.
30883         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30884         (__jmp_buf): Likewise.
30885         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30886         definitions.
30887         (llrint): Likewise, for all definitions.
30888         (llrintl): Likewise.
30889
30890         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30891         Remove [__GNUC__] condition.
30892         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30893         condition to just [__USE_ISOC99].
30894         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30895
30896 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30897
30898         [BZ #14200]
30899         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30900         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30901         defined.
30902         (_POSIX_V6_ILP32_OFF32): Likewise.
30903         (_XBS5_ILP32_OFF32): Likewise.
30904         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30905         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30906
30907 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30908
30909         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30910
30911         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30912         doubles __mpexp_twomm1.  Adjust usage.
30913         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30914         Remove.
30915
30916 2013-01-10  Andreas Schwab  <schwab@suse.de>
30917
30918         [BZ #14964]
30919         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30920         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30921
30922 2013-01-09  David S. Miller  <davem@davemloft.net>
30923
30924         [BZ #15003]
30925         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30926         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30927         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30928         (TCP_FASTOPEN): Define.
30929         (tcp_repair_opt): New structure.
30930         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30931         enum values.
30932         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30933         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30934         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30935         (tcp_cookie_transactions): New structure.
30936
30937 2013-01-09  Anton Blanchard  <anton@samba.org>
30938
30939         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30940         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30941         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30942         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30943
30944 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30945
30946         * include/features.h (__USE_ANSI): Remove.
30947
30948 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30949
30950         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30951
30952         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30953
30954 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30955
30956         * sysdeps/s390/fpu/libm-test-ulps: Update.
30957
30958         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30959
30960         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30961         (__acr): Likewise.
30962         (__cpy): Likewise.
30963         (norm): Likewise.
30964         (denorm): Likewise.
30965         (__mp_dbl): Likewise.
30966         (__dbl_mp): Likewise.
30967         (add_magnitudes): Likewise.
30968         (sub_magnitudes): Likewise.
30969         (__add): Likewise.
30970         (__sub): Likewise.
30971         (__mul): Likewise.
30972         (__inv): Likewise.
30973         (__dvd): Likewise.
30974         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30975         (__acr): Likewise.
30976         (__cpy): Likewise.
30977         (norm): Likewise.
30978         (denorm): Likewise.
30979         (__mp_dbl): Likewise.
30980         (__dbl_mp): Likewise.
30981         (add_magnitudes): Likewise.
30982         (sub_magnitudes): Likewise.
30983         (__add): Likewise.
30984         (__sub): Likewise.
30985         (__mul): Likewise.
30986         (__inv): Likewise.
30987         (__dvd): Likewise.
30988         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30989         (__acr): Likewise.
30990         (__cpy): Likewise.
30991         (norm): Likewise.
30992         (denorm): Likewise.
30993         (__mp_dbl): Likewise.
30994         (__dbl_mp): Likewise.
30995         (add_magnitudes): Likewise.
30996         (sub_magnitudes): Likewise.
30997         (__add): Likewise.
30998         (__sub): Likewise.
30999         (__mul): Likewise.
31000         (__inv): Likewise.
31001         (__dvd): Likewise.
31002
31003 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
31004
31005         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
31006         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
31007         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
31008         2 && __USE_EXTERN_INLINES]: Likewise.
31009
31010 2013-01-08  Andreas Jaeger  <aj@suse.de>
31011
31012         [BZ# 14985]
31013         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
31014         Remove.
31015         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
31016         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
31017
31018 2013-01-07  Anton Blanchard  <anton@samba.org>
31019
31020         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
31021         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
31022         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
31023         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
31024         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
31025         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
31026         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
31027         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31028         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31029         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31030         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
31031         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
31032         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
31033         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
31034         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
31035         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
31036         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
31037         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
31038         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
31039         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
31040         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
31041         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
31042         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
31043         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
31044         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
31045         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
31046         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
31047         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
31048         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
31049         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
31050         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
31051         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31052         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31053         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
31054         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
31055         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
31056         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
31057         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31058         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
31059         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
31060         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
31061         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
31062         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
31063
31064 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
31065
31066         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
31067         (__MALLOC_PMT): Likewise.
31068         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
31069         [__GNUC__], only on [_LIBC].
31070         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
31071         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
31072         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
31073         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
31074         forward declaration.
31075         (realloc_hook_ini): Likewise.
31076         (memalign_hook_ini): Likewise.
31077         (__libc_memalign): Do not use __MALLOC_PMT in variable
31078         declaration.
31079         (__libc_valloc): Likewise.
31080         (__libc_pvalloc): Likewise.
31081         (__libc_calloc): Likewise.
31082         (__posix_memalign): Likewise.
31083
31084         [BZ #14996]
31085         * math/s_casinh.c: Include <float.h>.
31086         (__casinh): Do not do computation with squaring and square root
31087         for large arguments.
31088         * math/s_casinhf.c: Include <float.h>.
31089         (__casinhf): Do not do computation with squaring and square root
31090         for large arguments.
31091         * math/s_casinhl.c: Include <float.h>.
31092         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
31093         (__casinhl): Do not do computation with squaring and square root
31094         for large arguments.
31095         * math/libm-test.inc (casin_test): Add more tests.
31096         (casinh_test): Likewise.
31097         * sysdeps/i386/fpu/libm-test-ulps: Update.
31098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31099
31100 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
31101
31102         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
31103         (__x86_64_raw_data_cache_size): Likewise.
31104         (__x86_64_data_cache_size_half): Likewise.
31105         (__x86_64_raw_data_cache_size_half): Likewise.
31106         (__x86_64_shared_cache_size): Likewise.
31107         (__x86_64_raw_shared_cache_size): Likewise.
31108         (__x86_64_shared_cache_size_half): Likewise.
31109         (__x86_64_raw_shared_cache_size_half): Likewise.
31110         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
31111         to ...
31112         (__x86_data_cache_size): This.
31113         (__x86_64_raw_data_cache_size): Renamed to ...
31114         (__x86_raw_data_cache_size): This.
31115         (__x86_64_data_cache_size_half): Renamed to ...
31116         (__x86_data_cache_size_half): This.
31117         (__x86_64_raw_data_cache_size_half): Renamed to ...
31118         (__x86_raw_data_cache_size_half): This.
31119         (__x86_64_shared_cache_size): Renamed to ...
31120         (__x86_shared_cache_size): This.
31121         (__x86_64_raw_shared_cache_size): Renamed to ...
31122         (__x86_raw_shared_cache_size): This.
31123         (__x86_64_shared_cache_size_half): Renamed to ...
31124         (__x86_shared_cache_size_half): This.
31125         (__x86_64_raw_shared_cache_size_half): Renamed to ...
31126         (__x86_raw_shared_cache_size_half): This.
31127         * sysdeps/x86_64/memcpy.S: Updated.
31128         * sysdeps/x86_64/memset.S: Likewise.
31129         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
31130         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
31131         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
31132
31133 2013-01-04  David S. Miller  <davem@davemloft.net>
31134
31135         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31136
31137 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
31138
31139         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
31140         1 to avoid redefinition warning.
31141         (__USE_GNU): Don't define.
31142         (init_signaling_nan): Protoize.
31143
31144         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31145
31146 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31147
31148         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
31149         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
31150         (__cpymn): Likewise.
31151         (norm): Remove commented code.
31152         (denorm): Likewise.
31153         (__mp_dbl): Likewise.
31154         (__inv): Likewise.
31155         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
31156         (__cpymn): Likewise.
31157         (norm): Remove commented code.
31158         (denorm): Likewise.
31159         (__mp_dbl): Likewise.
31160         (__inv): Likewise.
31161
31162         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
31163         mp_no value for 1.0 and 2.0.
31164         (norm): Use RADIXI instead of radixi.d.
31165         (denorm): Likewise.
31166         (__mul): Use 0.0 instead of zero.d.
31167         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
31168         mp_no value for 1.0 and 2.0.
31169         (norm): Use RADIXI instead of radixi.d.
31170         (denorm): Likewise.
31171         (__mul): Use 0.0 instead of zero.d.
31172
31173 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
31174
31175         [BZ #14994]
31176         * math/s_casinh.c (__casinh): Reduce finite argument to first
31177         quadrant then set signs of results at the end.
31178         * math/s_casinhf.c (__casinhf): Likewise.
31179         * math/s_casinhl.c (__casinhl): Likewise.
31180         * math/libm-test.inc (casin_test): Add more tests.
31181         (casinh_test): Likewise.
31182         * sysdeps/i386/fpu/libm-test-ulps: Update.
31183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31184
31185 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31186
31187         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
31188
31189         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
31190
31191         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
31192         declarations.
31193         (denorm): Likewise.
31194         (__mp_dbl): Likewise.
31195         (__inv): Likewise.
31196
31197         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
31198         and adjust the header comment.
31199
31200         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
31201         variable name from declaration.
31202
31203 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
31204
31205         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31206         Initialize COMMON_CPUID_INDEX_7 element.
31207         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
31208         (CPUID_RTM): Likewise.
31209         (HAS_RTM): Likewise.
31210         (COMMON_CPUID_INDEX_7): New enum.
31211
31212 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
31213
31214         [BZ #14981]
31215         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
31216         size is zero, record memory as freed.
31217
31218 2013-01-03  Andreas Jaeger  <aj@suse.de>
31219
31220         * po/ia.po: Add new Interlingua translation.
31221
31222 2012-01-03  Allan McRae  <allan@archlinux.org>
31223
31224         * locale/programs/localedef.c: Fix description of '--posix' flag.
31225
31226 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
31227
31228         * NEWS: Update dates in second copyright notice.
31229         * README: Update copyright dates in example.
31230         * manual/libc.texinfo: Update copyright dates.
31231         * scripts/test-installation.pl: Update copyright date in --version
31232         output.
31233
31234         * hurd/ctty-input.c: Fix copyright notice formatting.
31235         * hurd/ctty-output.c: Likewise.
31236         * hurd/dtable.c: Likewise.
31237         * hurd/hurd-raise.c: Likewise.
31238         * hurd/hurdprio.c: Likewise.
31239         * hurd/msgportdemux.c: Likewise.
31240         * misc/sys/file.h: Likewise.
31241         * misc/sys/ioctl.h: Likewise.
31242         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31243         * sysdeps/mach/hurd/chdir.c: Likewise.
31244         * sysdeps/mach/hurd/fchdir.c: Likewise.
31245         * sysdeps/mach/hurd/rename.c: Likewise.
31246         * sysdeps/mach/hurd/rmdir.c: Likewise.
31247         * sysdeps/mach/hurd/seekdir.c: Likewise.
31248         * sysdeps/mach/hurd/setsid.c: Likewise.
31249         * sysdeps/posix/wait3.c: Likewise.
31250
31251         * All files with FSF copyright notices: Update copyright dates
31252         using scripts/update-copyrights.
31253         * intl/plural.c: Regenerated.
31254         * locale/programs/charmap-kw.h: Likewise.
31255         * locale/programs/locfile-kw.h: Likewise.
31256
31257 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31258
31259         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31260         four values.
31261
31262         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31263         calculation loop and add branch prediction.
31264
31265         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31266         check access beyond bounds of m1np.
31267
31268         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31269         MPTWO.
31270         (__inv): Remove local variable MPTWO to use the global
31271         constant.
31272         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31273         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31274         variable MPTWO.
31275         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31276         MP3HALFS static const.
31277
31278 2013-01-01  David S. Miller  <davem@davemloft.net>
31279
31280         * po/ca.po: Update from translation team.
31281
31282 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31283
31284         * scripts/update-copyrights: New file.
31285         * Makeconfig: Reformat copyright notice.
31286         * ctype/ctype.h: Likewise.
31287         * debug/swprintf_chk.c: Likewise.
31288         * elf/dl-cache.c: Likewise.
31289         * elf/dl-debug.c: Likewise.
31290         * elf/dl-object.c: Likewise.
31291         * grp/initgroups.c: Likewise.
31292         * hurd/Makefile: Likewise.
31293         * hurd/hurd/signal.h: Likewise.
31294         * hurd/hurdfault.c: Likewise.
31295         * hurd/hurdioctl.c: Likewise.
31296         * hurd/hurdlookup.c: Likewise.
31297         * hurd/intr-msg.c: Likewise.
31298         * iconv/gconv_open.c: Likewise.
31299         * libio/swprintf.c: Likewise.
31300         * locale/lc-ctype.c: Likewise.
31301         * locale/nl_langinfo.c: Likewise.
31302         * mach/Machrules: Likewise.
31303         * mach/Makefile: Likewise.
31304         * malloc/obstack.h: Likewise.
31305         * manual/Makefile: Likewise.
31306         * manual/tsort.awk: Likewise.
31307         * misc/bits/stab.def: Likewise.
31308         * nis/nis_print_group_entry.c: Likewise.
31309         * nis/nis_table.c: Likewise.
31310         * nis/nss_compat/compat-pwd.c: Likewise.
31311         * nis/nss_compat/compat-spwd.c: Likewise.
31312         * po/Makefile: Likewise.
31313         * posix/fnmatch.c: Likewise.
31314         * posix/regex.h: Likewise.
31315         * resolv/Makefile: Likewise.
31316         * resolv/nss_dns/dns-network.c: Likewise.
31317         * resolv/res_hconf.c: Likewise.
31318         * scripts/gen-sorted.awk: Likewise.
31319         * soft-fp/soft-fp.h: Likewise.
31320         * stdio-common/printf.h: Likewise.
31321         * stdlib/monetary.h: Likewise.
31322         * stdlib/random.c: Likewise.
31323         * stdlib/random_r.c: Likewise.
31324         * sysdeps/generic/Makefile: Likewise.
31325         * sysdeps/gnu/Makefile: Likewise.
31326         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31327         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31328         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31329         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31330         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31331         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31332         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31333         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31334         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31335         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31336         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31337         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31338         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31339         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31340         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31341         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31342         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31343         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31344         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31345         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31346         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31347         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31348         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31349         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31350         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31351         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31352         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31353         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31354         * sysdeps/mach/hurd/errnos.awk: Likewise.
31355         * sysdeps/mach/hurd/fork.c: Likewise.
31356         * sysdeps/mach/hurd/getcwd.c: Likewise.
31357         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31358         * sysdeps/mach/hurd/mmap.c: Likewise.
31359         * sysdeps/mach/hurd/utimes.c: Likewise.
31360         * sysdeps/mach/hurd/xmknod.c: Likewise.
31361         * sysdeps/posix/profil.c: Likewise.
31362         * sysdeps/posix/readdir_r.c: Likewise.
31363         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31364         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31365         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31366         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31367         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31368         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31369         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31370         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31371         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31372         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31373         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31374         * sysdeps/pthread/lio_listio.c: Likewise.
31375         * sysdeps/sparc/dl-procinfo.h: Likewise.
31376         * sysdeps/unix/i386/sysdep.S: Likewise.
31377         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31378         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31379         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31380         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31382         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31383         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31384         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31385         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31386         * sysdeps/wordsize-32/divdi3.c: Likewise.
31387         * time/sys/time.h: Likewise.
31388         * wcsmbs/Makefile: Likewise.
31389
31390 2013-01-01  David S. Miller  <davem@davemloft.net>
31391
31392         * po/fr.po: Update from translation team.
31393
31394         * catgets/gencat.c: Update copyright year.
31395         * csu/version.c: Likewise.
31396         * debug/catchsegv.sh: Likewise.
31397         * debug/pcprofiledump.c: Likewise.
31398         * debug/xtrace.sh: Likewise.
31399         * elf/ldconfig.c: Likewise.
31400         * elf/ldd.bash.in: Likewise.
31401         * elf/pldd.c: Likewise.
31402         * elf/sotruss.ksh: Likewise.
31403         * elf/sprof.c: Likewise.
31404         * iconv/iconv_prog.c: Likewise.
31405         * iconv/iconvconfig.c: Likewise.
31406         * locale/programs/locale.c: Likewise.
31407         * locale/programs/localedef.c: Likewise.
31408         * login/programs/pt_chown.c: Likewise.
31409         * malloc/memusage.sh: Likewise.
31410         * malloc/memusagestat.c: Likewise.
31411         * malloc/mtrace.pl: Likewise.
31412         * nscd/nscd.c: Likewise.
31413         * nss/getent.c: Likewise.
31414         * nss/makedb.c: Likewise.
31415         * posix/getconf.c: Likewise.
31416
31417 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31418
31419         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31420         numbers.
31421
31422 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31423
31424         * math/bits/mathcalls.h (modf): Use __nonnull.
31425
31426 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31427
31428         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31429         (split): Use macro CN instead of the bare value.
31430         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31431         could be used.
31432         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31433         instead of the bare value.
31434         (power1): Likewise.
31435
31436 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31437
31438         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31439         __ATAN_TWOM.
31440         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31441
31442         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31443         their values.
31444         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31445         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31446         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31447         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31448
31449 2012-12-28  Andreas Jaeger  <aj@suse.de>
31450
31451         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31452         values are from Linux 3.7.
31453
31454         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31455         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31456
31457 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31458
31459         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31460         TRUE case.
31461
31462         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31463         (norm): Likewise.
31464         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31465         variables with preprocessor constants.
31466         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31467         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31468         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31469
31470 2012-12-27  Bruno Haible  <bruno@clisp.org>
31471
31472         [BZ #14317]
31473         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31474         only if needed.
31475
31476 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31477
31478         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31479         and use variable directly.
31480         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31481
31482         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31483         MPONE.
31484         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31485         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31486         variable MPONE.
31487         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31488         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31489         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31490         include directive.  Remove local variable MPONE.
31491         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31492         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31493         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31494
31495 2012-12-25  David S. Miller  <davem@davemloft.net>
31496
31497         * version.h (RELEASE): Set to "development".
31498         (VERSION): Set to "2.17.90".
31499         * NEWS: Add 2.18 section.
31500
31501 2012-12-21  David S. Miller  <davem@davemloft.net>
31502
31503         * po/hr.po: Update from translation team.
31504
31505 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31506
31507         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31508
31509 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31510
31511         * NEWS:  Mention new memcpy for MIPS.
31512
31513 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31514
31515         * manual/contrib.texi (Contributors): Spelling correction.
31516
31517 2012-12-15  David S. Miller  <davem@davemloft.net>
31518
31519         * po/ru.po: Update from translation team.
31520
31521 2012-12-13  David S. Miller  <davem@davemloft.net>
31522
31523         * NEWS: Mention IFUNC testsuite enhancements.
31524
31525         * po/pl.po: Update from translation team.
31526         * po/bg.po: Likewise.
31527
31528         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31529         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31530
31531 2012-12-11  David S. Miller  <davem@davemloft.net>
31532
31533         * po/sv.po: Update from translation team.
31534
31535         * po/vi.po: Update from translation team.
31536
31537         * po/cs.po: Update from translation team.
31538
31539         * po/de.po: Update from translation team.
31540         * po/eo.po: Likewise.
31541         * po/nl.po: Likewise.
31542
31543 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31544
31545         [BZ #14246]
31546         * manual/argp.texi (Argp Helper Functions): Move node to follow
31547         Argp Parsing State.
31548
31549         [BZ #14872]
31550         * manual/conf.texi (Limits on File System Capacity): Mention if
31551         terminating null is included in the max size.
31552
31553 2012-12-10  Andreas Jaeger  <aj@suse.de>
31554
31555         * po/cs.po: Update from translation team.
31556
31557 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31558
31559         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31560         void pointer and cast to uintptr_t.
31561         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31562         path.
31563         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31564         * sysdeps/s390/s390-64/memset.S: Likewise.
31565
31566 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31567
31568         [BZ #14833]
31569         * menual/message.texi (Message Translation): Fix typos.
31570         (Helper programs for gettext): Likewise.
31571
31572 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31573
31574         [BZ #14898]
31575         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31576         Change to -1.
31577
31578 2012-12-07  David S. Miller  <davem@davemloft.net>
31579
31580         * po/libc.pot: Update.
31581
31582 2012-12-07  Richard Henderson  <rth@redhat.com>
31583
31584         [BZ #10114]
31585         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31586         normal/normal case to before the switch.
31587         (_FP_DIV): Likewise.
31588
31589 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31590             Mike Frysinger  <vapier@gentoo.org>
31591
31592         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31593         check for __NR_fadvise64_64.
31594
31595 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31596
31597         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31598         0, not just to plain "0" as a statement.
31599         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31600         with cw.
31601
31602 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31603
31604         * NEWS: Use sourceware.org in Bugzilla URL.
31605
31606 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31607
31608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31609         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31610
31611         * stdio-common/tst-put-error.c (do_test): Add newline to the
31612         padded test to ensure flush.
31613
31614 2012-12-05  Jeff Law  <law@redhat.com>
31615
31616         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31617
31618 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31619
31620         * README: Don't refer to ports add-on as distributed separately.
31621         Mention AArch64 in list of systems supported in the ports add-on.
31622
31623         * LICENSES: Add more non-FSF copyright and license notices.
31624
31625         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31626         ((unused)).
31627
31628         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31629
31630         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31631         10000 as width of padded output.
31632
31633 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31634
31635         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31636
31637         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31638         variable LX with __attribute__ ((unused)).
31639         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31640         Likewise.
31641         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31642         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31643         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31644         with __attribute__ ((unused)).
31645
31646 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31647
31648         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31649
31650 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31651
31652         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31653         (CFLAGS-nldbl-acos.c): New variable.
31654         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31655         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31656         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31657         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31658         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31659         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31660         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31661         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31662         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31663         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31664         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31665         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31666         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31667         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31668         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31669         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31670         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31671         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31672         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31673         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31674         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31675         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31676         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31677         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31678         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31679         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31680         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31681         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31682         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31683         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31684         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31685         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31686         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31687         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31688         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31689         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31690         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31691         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31692         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31693         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31694         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31695         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31696         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31697         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31698         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31699         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31700         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31701         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31702         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31703         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31704         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31705         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31706         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31707         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31708         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31709         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31710         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31711         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31712         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31713         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31714         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31715         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31716         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31717         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31718         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31719         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31720         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31721         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31722         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31723         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31724         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31725         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31726         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31727         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31728         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31729         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31730         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31731         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31732         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31733         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31734         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31735         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31736         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31737         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31738         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31739         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31740         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31741         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31742         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31743         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31744         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31745         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31746         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31747         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31748         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31749         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31750         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31751
31752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31753         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31754
31755         [BZ #14914]
31756         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31757         whole low double instead of just low 47 bits when splitting values
31758         into two parts.
31759
31760 2012-12-03  Allan McRae  <allan@archlinux.org>
31761
31762         * manual/stdio.texi (Predefined Printf Handlers): Remove
31763         @hsep and @vsep usage.
31764
31765 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31766
31767         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31768         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31769
31770 2012-12-03  Jeff Law  <law@redhat.com>
31771
31772         * time/sys/time.h (settimeofday): Do not mark TV argument
31773         as __nonnull.
31774
31775 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31776
31777         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31778         when currently writing and seek to current position when not.
31779         * libio/Makefile (tests): Remove bug-fclose1.
31780         * libio/bug-fclose1.c: Delete.
31781
31782 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31783
31784         * manual/arith.texi (feenableexcept): Fix typo.
31785         (fedisableexcept): Likewise.
31786
31787 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31788
31789         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31790         second, differently-typed declaration, rather than a cast.
31791
31792 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31793
31794         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31795         * include/rpc/svc.h: ... here.
31796
31797 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31798
31799         [BZ #13013]
31800         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31801         depending n and resplen2 to catch cases where answer
31802         equals answerp2.
31803
31804 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31805
31806         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31807         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31808
31809 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31810
31811         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31812
31813 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31814
31815         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31816
31817 2012-11-28  Jeff Law  <law@redhat.com>
31818
31819         [BZ #13761]
31820         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31821         dataset_temporary.  Track alloca usage into alloca_used.
31822         If dataset is large allocate and release it via malloc/free.
31823
31824 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31825
31826         [BZ #14197]
31827         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31828
31829 2012-11-28  David S. Miller  <davem@davemloft.net>
31830
31831         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31832
31833 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31834
31835         [BZ #14803]
31836         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31837         of pi/2 rounded to nearest to 64 bits.
31838         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31839         nearest to 64 bits.
31840         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31841         bits.
31842
31843 2012-11-28  Jeff Law <law@redhat.com>
31844             Martin Osvald <mosvald@redhat.com>
31845
31846         [BZ #14889]
31847         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31848         * sunrpc/svc.c: Include time.h.
31849         (__svc_accept_failed): New function.
31850         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31851         any reason other than EINTR, call __svc_accept_failed.
31852         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31853         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31854
31855 2012-11-28  Andreas Schwab  <schwab@suse.de>
31856
31857         * scripts/abilist.awk: Also handle indirect functions in .opd
31858         section.
31859
31860 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31861
31862         [BZ #13881]
31863         * sysdeps/x86/fpu/powl_helper.c: New file.
31864         * sysdeps/x86/fpu/Makefile: Likewise.
31865         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31866         (p3): New object.
31867         (__ieee754_powl): Use __powl_helper for finite arguments except
31868         integer exponents below 8.
31869         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31870         (p3): New object.
31871         (__ieee754_powl): Use __powl_helper for finite arguments except
31872         integer exponents below 8.
31873         * math/libm-test.inc (pow_test): Add more tests and enable some
31874         previously disabled tests.
31875         * sysdeps/i386/fpu/libm-test-ulps: Update.
31876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31877
31878 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31879             Carlos O'Donell  <carlos_odonell@mentor.com>
31880
31881         * nss/makedb.c (is_prime): Assert that input is odd and greater
31882         than 4.  Note that fact in a comment too.
31883         (next_prime): Add 4 to input.
31884
31885 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31886
31887         [BZ #11741]
31888         * libio/Makefile (tests): Add test case tst-fwrite-error.
31889         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31890         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31891         * libio/tst-fwrite-error.c: New test case.
31892
31893 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31894
31895         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31896         before casting to void *.
31897         * include/libc-internal.h (__pointer_type): New macro.
31898         (__integer_if_pointer_type_sub): Likewise.
31899         (__integer_if_pointer_type): Likewise.
31900         (cast_to_integer): Likewise.
31901         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31902         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31903         before casting to atomic64_t.
31904         (atomic_exchange_acq): Likewise.
31905         (__arch_exchange_and_add_body): Likewise.
31906         (__arch_add_body): Likewise.
31907         (atomic_add_negative): Likewise.
31908         (atomic_add_zero): Likewise.
31909
31910 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31911
31912         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31913         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31914         (add_fdes): Likewise.
31915         (linear_search_fdes): Likewise.
31916         (binary_search_unencoded_fdes): Likewise.
31917
31918 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31919
31920         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31921
31922 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31923
31924         * configure.in: Autodetect C++ header directories.
31925         * configure: Regenerated.
31926
31927 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31928
31929         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31930
31931 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31932
31933         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31934
31935 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31936
31937         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31938         LDBL_MANT_DIG == 106]: Disable some tests.
31939         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31940         Likewise.
31941         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31942         Likewise.
31943
31944         [BZ #14871]
31945         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31946         input for small inputs.  Return +/- pi/2 for large inputs.
31947         * math/libm-test.inc (atan_test): Add more tests.
31948
31949         * sysdeps/generic/unwind-dw2-fde-glibc.c
31950         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31951         __attribute__ ((unused)).
31952
31953         [BZ #14645]
31954         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31955         x * y if x and y are nonzero and z is zero.
31956
31957         [BZ #14811]
31958         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31959         nonzero exponents with absolute value below 0x1p-117 to +/-
31960         0x1p-117.
31961
31962         [BZ #14869]
31963         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31964         up arguments below 2**-450, not just those below 2**-500.
31965         * math/libm-test.inc (hypot_test): Add another test.
31966
31967         [BZ #14868]
31968         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31969         Return a+b for ratio over 2**120, not 2**60.
31970         * math/libm-test.inc (hypot_test): Add another test.
31971
31972         * math/libm-test.inc (clog_test): Use
31973         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31974         (clog10_test): Likewise.
31975
31976         [BZ #6778]
31977         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31978
31979 2012-11-22  Andreas Schwab  <schwab@suse.de>
31980
31981         * sysdeps/i386/fpu/libm-test-ulps: Update.
31982
31983 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31984
31985         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31986         printf output with newline.
31987
31988 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31989
31990         [BZ #14865]
31991         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31992         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31993         -z nodlopen, -z initfirst and -z execstack support.
31994         * configure: Regenerated.
31995
31996         * elf/elf.h (DF_1_NODIRECT): New macro.
31997         (DF_1_IGNMULDEF): Likewise.
31998         (DF_1_NOKSYMS): Likewise.
31999         (DF_1_NOHDR): Likewise.
32000         (DF_1_EDITED): Likewise.
32001         (DF_1_NORELOC): Likewise.
32002         (DF_1_SYMINTPOSE): Likewise.
32003         (DF_1_GLOBAUDIT): Likewise.
32004         (DF_1_SINGLETON): Likewise.
32005         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
32006         DT_1_SUPPORTED_MASK bits.
32007         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
32008
32009 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
32010
32011         * sysdeps/unix/make-syscalls.sh: Document prefixes.
32012
32013 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
32014
32015         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
32016         macro.
32017
32018         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
32019         (sendmmsg): Move declarations...
32020         * socket/sys/socket.h: ... here.
32021         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
32022         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
32023         include it from...
32024         * socket/recvmmsg.c: ... this new file.
32025         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
32026         (sendmmsg): Rename to __sendmmsg, create weak alias and make
32027         definition of __sendmmsg hidden.
32028         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
32029         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
32030         Move ENOSYS stub into and include it from...
32031         * socket/sendmmsg.c: ... this new file.
32032         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
32033         (sysdep_routines): Move recvmmsg and sendmmsg...
32034         * socket/Makefile (routines): ... here.
32035         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
32036         (GLIBC_PRIVATE): Add __sendmmsg.
32037         * include/sys/socket.h (__sendmmsg): Add declarations.
32038         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
32039         sendmmsg.
32040
32041 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
32042
32043         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
32044         variable I1 with __attribute__ ((unused)).
32045         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
32046
32047 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
32048
32049         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
32050         DUMMY variables with __attribute__ ((unused)).
32051
32052         * bits/byteswap.h: Include <bits/types.h>.
32053         (__bswap_64): Use __uint64_t instead of unsigned long long int.
32054
32055 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32056
32057         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
32058         string_t.  Do not manually set errno.
32059         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
32060         length with __strnlen.  Make sure to both set errno and return it on
32061         failure.
32062
32063 2012-11-19  David S. Miller  <davem@davemloft.net>
32064
32065         With help from Joseph Myers.
32066         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
32067         very large arguments properly.
32068         * math/libm-test.inc (atan_test): New tests.
32069         (atan2_test): New tests.
32070         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32071         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32072
32073 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
32074
32075         [BZ #14856]
32076         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
32077         Define to 3.
32078
32079         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
32080         [POSIX] (EADDRNOTAVAIL): Likewise.
32081         [POSIX] (EAFNOSUPPORT): Likewise.
32082         [POSIX] (EALREADY): Likewise.
32083         [POSIX] (ECONNABORTED): Likewise.
32084         [POSIX] (ECONNREFUSED): Likewise.
32085         [POSIX] (ECONNRESET): Likewise.
32086         [POSIX] (EDESTADDRREQ): Likewise.
32087         [POSIX] (EDQUOT): Likewise.
32088         [POSIX] (EHOSTUNREACH): Likewise.
32089         [POSIX] (EIDRM): Likewise.
32090         [POSIX] (EISCONN): Likewise.
32091         [POSIX] (ELOOP): Likewise.
32092         [POSIX] (EMULTIHOP): Likewise.
32093         [POSIX] (ENETDOWN): Likewise.
32094         [POSIX] (ENETUNREACH): Likewise.
32095         [POSIX] (ENOBUFS): Likewise.
32096         [POSIX] (ENODATA): Likewise.
32097         [POSIX] (ENOLINK): Likewise.
32098         [POSIX] (ENOMSG): Likewise.
32099         [POSIX] (ENOPROTOOPT): Likewise.
32100         [POSIX] (ENOSR): Likewise.
32101         [POSIX] (ENOSTR): Likewise.
32102         [POSIX] (ENOTCONN): Likewise.
32103         [POSIX] (ENOTSOCK): Likewise.
32104         [POSIX] (EOPNOTSUPP): Likewise.
32105         [POSIX] (EOVERFLOW): Likewise.
32106         [POSIX] (EPROTO): Likewise.
32107         [POSIX] (EPROTONOSUPPORT): Likewise.
32108         [POSIX] (EPROTOTYPE): Likewise.
32109         [POSIX] (ESTALE): Likewise.
32110         [POSIX] (ETIME): Likewise.
32111         [POSIX] (ETXTBSY): Likewise.
32112         [POSIX] (EWOULDBLOCK): Likewise.
32113         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
32114         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
32115         [POSIX] (SEEK_CUR): Likewise.
32116         [POSIX] (SEEK_END): Likewise.
32117         [POSIX || UNIX98] (mode_t): Do not require.
32118         [POSIX] (off_t): Likewise.
32119         [POSIX] (pid_t): Likewise.
32120         [POSIX] (sys/stat.h): Do not allow header.
32121         [POSIX] (unistd.h): Likewise.
32122         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
32123         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
32124         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
32125         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
32126         require.
32127         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
32128         sigevent): Specify elements.
32129         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
32130         entry.
32131         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
32132         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
32133
32134         * conform/data/cpio.h-data [POSIX]: Disable whole file.
32135         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
32136         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
32137         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
32138         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
32139         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
32140         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
32141         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
32142         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
32143         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
32144         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
32145         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
32146         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
32147         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
32148         Likewise.
32149         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
32150         Likewise.
32151         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
32152         Likewise.
32153         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
32154         Likewise.
32155         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
32156         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
32157         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
32158         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
32159         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
32160         Specify lower bound on value.
32161         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
32162         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
32163         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
32164         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
32165         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
32166         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
32167         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
32168         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
32169         value.
32170         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
32171         as optional.
32172         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
32173         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
32174         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
32175         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
32176         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
32177         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
32178         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
32179         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
32180         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
32181         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
32182         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
32183         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
32184         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
32185         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
32186         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
32187         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
32188         entry.
32189         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
32190         optional.
32191         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
32192         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
32193         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
32194         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
32195         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
32196         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
32197         Likewise.
32198         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
32199         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
32200         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
32201         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
32202         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
32203         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
32204         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
32205         as optional.
32206         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
32207         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
32208         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
32209         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
32210         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
32211         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
32212         specify as optional.
32213         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
32214         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
32215         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
32216         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
32217         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
32218         [XPG3] (NL_LANGMAX): Likewise.
32219         [POSIX || XPG3] (NL_MSGMAX): Likewise.
32220         [POSIX || XPG3] (NL_NMAX): Likewise.
32221         [POSIX || XPG3] (NL_SETMAX): Likewise.
32222         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32223         [XPG3] (NZERO): Likewise.
32224         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32225         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32226         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32227         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32228         (REG_ERANGE): Expect.
32229         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32230         optional-constant.
32231         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32232         Use (void) in prototype.
32233         [POSIX] (*_t): Allow.
32234         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32235         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32236         (WRDE_BADVAL): Expect.
32237
32238         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32239         expect.
32240         [XPG3 || XPG4] (O_RSYNC): Likewise.
32241         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32242         Likewise.
32243         [XPG3 || XPG4] (pthread_sigmask): Likewise.
32244         [XPG3 || XPG4] (sigqueue): Likewise.
32245         [XPG3 || XPG4] (sigtimedwait): Likewise.
32246         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32247         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32248         [XPG3 || XPG4] (vsnprintf): Likewise.
32249         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32250         Likewise.
32251         [XPG3 || XPG4] (blksize_t): Likewise.
32252         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32253         Likewise.
32254         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32255         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32256         [XPG3 || XPG4] (struct itimerspec): Likewise.
32257         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32258         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32259         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32260         [XPG3 || XPG4] (clockid_t): Likewise.
32261         [XPG3 || XPG4] (timer_t): Likewise.
32262         [XPG3 || XPG4] (clock_getres): Likewise.
32263         [XPG3 || XPG4] (clock_gettime): Likewise.
32264         [XPG3 || XPG4] (clock_settime): Likewise.
32265         [XPG3 || XPG4] (nanosleep): Likewise.
32266         [XPG3 || XPG4] (timer_create): Likewise.
32267         [XPG3 || XPG4] (timer_delete): Likewise.
32268         [XPG3 || XPG4] (timer_gettime): Likewise.
32269         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32270         [XPG3 || XPG4] (timer_settime): Likewise.
32271         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32272         [XPG3 || XPG4] (getlogin_r): Likewise.
32273         [XPG3 || XPG4] (pread): Likewise.
32274         [XPG3 || XPG4] (pthread_atfork): Likewise.
32275         [XPG3 || XPG4] (pwrite): Likewise.
32276
32277         [BZ #14835]
32278         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32279         <bits/siginfo.h>.
32280
32281 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32282
32283         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32284         finalizing MALLSTREAM.
32285
32286         * sysdeps/mach/hurd/syncfs.c: New file.
32287
32288 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32289
32290         [BZ #14719]
32291         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32292         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32293         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32294         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32295         (_nss_dns_gethostbyname4_r): Likewise.
32296         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32297         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32298
32299 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32300
32301         [BZ #13763]
32302         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32303
32304 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32305
32306         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32307         * elf/cache.c (print_entry): Print ",AArch64" for
32308         FLAG_AARCH64_LIB64
32309
32310         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32311         * elf/cache.c (print_entry): Print ",hard-float" for
32312         FLAG_ARM_LIBHF.
32313
32314 2012-11-18  David S. Miller  <davem@davemloft.net>
32315
32316         With help from Joseph Myers.
32317         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32318         cutoff to 2**-13.
32319         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32320         cutoff to 2**-25.
32321         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32322         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32323         small.
32324         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32325         * math/libm-test.inc (y0_test): New tests.
32326         (y1_test): New tests.
32327         * sysdeps/i386/fpu/libm-test-ulps: Update.
32328         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32329         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32330
32331 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32332
32333         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32334         64-bit targets.
32335         * configure: Regenerated.
32336
32337 2012-11-17  David S. Miller  <davem@davemloft.net>
32338
32339         [BZ #14811]
32340         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32341         nonzero exponents with absolute value below 0x1p-128 to +/-
32342         0x1p-128.
32343
32344 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32345
32346         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32347
32348         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32349
32350         * posix/getconf-speclist.c: New file.
32351         * posix/posix-envs.def: Likewise.
32352         * posix/confstr.c (START_ENV_GROUP): New macro.
32353         (END_ENV_GROUP): Likewise.
32354         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32355         (KNOWN_PRESENT_ENV_STRING): Likewise.
32356         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32357         (UNKNOWN_ENVIRONMENT): Likewise.
32358         (confstr): Include posix-envs.def instead of handling
32359         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32360         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32361         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32362         (END_ENV_GROUP): Likewise.
32363         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32364         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32365         (UNKNOWN_ENVIRONMENT): Likewise.
32366         (__sysconf): Include posix-envs.def instead of handling associated
32367         cases directly here.
32368         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32369         preprocessing getconf-speclist.c rather than running getconf or
32370         generating empty file.
32371
32372 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32373
32374         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32375
32376 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32377
32378         [BZ #14672]
32379         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32380
32381 2012-11-16  David S. Miller  <davem@davemloft.net>
32382
32383         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32384         smaller than LDBL_EPSILON/2.0L, just return xm1.
32385
32386 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32387
32388         * elf/tst-array1.c (init): Set constructor priority to 1000.
32389         (fini): Set destructor priority to 1000.
32390         * elf/tst-array2dep.c: Likewise.
32391
32392 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32393
32394         [BZ #11741]
32395         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32396         (_IO_new_file_xsputn): Also return EOF if none of the input
32397         data was written when overflow failed.
32398         * libio/iopadn.c (_IO_padn): Likewise.
32399         * libio/iowpadn.c (_IO_wpadn): Likewise.
32400         * stdio-common/tst-put-error.c: Add copyright notice.
32401         (do_test): Add case for printing padded string.
32402         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32403         _IO_padn returned error.
32404         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32405         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32406         return EOF.
32407
32408 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32409
32410         * libio/libioP.h: Add comment note that the references to C++
32411         bits are now obsolete.
32412
32413 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32414
32415         * math/libm-test.inc (check_complex): Use asprintf.
32416
32417 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32418
32419         * debug/pcprofiledump.c (print_version): Update copyright year.
32420         * malloc/memusagestat.c (print_version): Likewise.
32421
32422 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32423
32424         [BZ #14831]
32425         * elf/Makefile (tests): Add tst-audit8.
32426         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32427         ($(objpfx)tst-audit8.out): New target.
32428         (tst-audit8-ENV): New variable.
32429         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32430         audit if l_reloc_result is NULL.
32431         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32432         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32433         * elf/tst-audit8.c: New file.
32434
32435 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32436
32437         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32438         * misc/Makefile (CFLAGS-select.c): Define.
32439         * posix/Makefile (CFLAGS-pause.c): Define.
32440
32441 2012-11-13  David S. Miller  <davem@davemloft.net>
32442
32443         * crypt/Makefile: Move test targets after toplevel Rules
32444         inclusion.  Grab any necessary sysdep routines when linking.
32445         * crypt/md5.c (md5_process_block): Remove define, we will always
32446         name it __md5_process_block.
32447         (md5_finish_ctx): Update md5_process_block call.
32448         (md5_stream): Likewise.
32449         (md5_process_bytes): Likewise.
32450         (md5_process_block): Rename to __md5_process_block and move to ...
32451         * crypt/md5-block.c: ... here.
32452         * crypt/sha256.c (sha256_process_block): Move to ...
32453         * crypt/sha256-block.c: ... here.
32454         * crypt/sha512.c (sha512_process_block): Move to ...
32455         * crypt/sha512-block.c: ... here.
32456         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32457         path.
32458         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32459         * sysdeps/sparc/sparc64/multiarch/Makefile
32460         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32461         crypt subdir.
32462         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32463         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32464         multiarch changes.
32465         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32466         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32467         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32468         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32469         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32470         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32471         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32472         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32473         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32474         file.
32475         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32476         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32477         file.
32478         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32479
32480 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32481
32482         * timezone/tzselect.ksh: Update from tzcode git revision
32483         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32484         * timezone/zdump.c: Likewise.
32485         * timezone/zic.c: Likewise.
32486         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32487         in TZVERSION setting, not $(PKGVERSION).
32488         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32489         REPORT_BUGS_TO settings.
32490
32491         [BZ #14838]
32492         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32493         macro.
32494
32495 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32496
32497         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32498         detection to immediately after _FP_ROUND().
32499         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32500         bits are 0.
32501
32502 2012-11-11  David S. Miller  <davem@davemloft.net>
32503
32504         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32505         inttypes.h
32506         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32507         __close rather than their public counterparts.
32508
32509 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32510
32511         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32512         file.
32513         [UNIX98] (sem_timedwait): Do not expect.
32514         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32515         [XPG4 || UNIX98] (sockatmark): Do not expect.
32516         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32517         (clock_getcpuclockid): Do not expect.
32518         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32519         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32520         Do not expect.
32521         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32522         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32523         [UNIX98] (vwscanf): Likewise.
32524         [UNIX98] (vswscanf): Likewise.
32525
32526 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32527
32528         * timezone/version.h: Remove file.
32529         * timezone/README: Do not refer to version.h.
32530         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32531         $(objpfx)version.h.
32532         ($(objpfx)zdump.o): Likewise.
32533         ($(objpfx)version.h): New target.
32534
32535         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32536         2012i.
32537         * timezone/README: Don't mention modification to tzselect.ksh.
32538         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32539         work on unmodified tzselect.ksh.  Substitute version numbers in
32540         tzselect.ksh.
32541
32542         * Makefile (format-me): Remove.
32543         (INSTALL): Adjust indentation.  Use commands directly instead of
32544         using $(format-me).
32545
32546         * aclocal.m4 (ACX_PKGVERSION): New macro.
32547         (ACX_BUGURL): Likewise.
32548         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32549         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32550         (REPORT_BUGS_TO): Likewise.
32551         * configure: Regenerated.
32552         * config.h.in (PKGVERSION): New macro.
32553         (REPORT_BUGS_TO): Likewise.
32554         * config.make.in (PKGVERSION): New variable.
32555         (PKGVERSION_TEXI): Likewise.
32556         (REPORT_BUGS_TO): Likewise.
32557         (REPORT_BUGS_TEXI): Likewise.
32558         * Makefile (format-me): Use -I$(common-objpfx)manual.
32559         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32560         ($(common-objpfx)manual/%): New target.
32561         (manual/%): Remove target.
32562         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32563         (print_version): Use PKGVERSION.
32564         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32565         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32566         and REPORT_BUGS_TO.
32567         ($(objpfx)xtrace): Likewise.
32568         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32569         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32570         (print_version): Use PKGVERSION.
32571         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32572         (do_version): Use PKGVERSION.
32573         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32574         REPORT_BUGS_TO.
32575         (common-ldd-rewrite): Likewise.
32576         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32577         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32578         (print_version): Use PKGVERSION.
32579         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32580         * elf/pldd.c (argp_program_bug_address): Remove variable.
32581         (more_help): New function.
32582         (argp): Use more_help.
32583         (print_version): Use PKGVERSION.
32584         * elf/sln.c (main): Use PKGVERSION.
32585         (usage): Use REPORT_BUGS_TO.
32586         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32587         (top level): Use PKGVERSION.
32588         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32589         (print_version): Use PKGVERSION.
32590         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32591         (print_version): Use PKGVERSION.
32592         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32593         (print_version): Use PKGVERSION.
32594         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32595         (print_version): Use PKGVERSION.
32596         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32597         (print_version): Use PKGVERSION.
32598         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32599         (print_version): Use PKGVERSION.
32600         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32601         and BUGURL.
32602         ($(objpfx)memusage): Likewise.
32603         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32604         (do_version): Use PKGVERSION.
32605         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32606         (print_version): Use PKGVERSION.
32607         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32608         ($PKGVERSION): New variable.
32609         ($REPORT_BUGS_TO): Likewise.
32610         (usage): Use $REPORT_BUGS_TO.
32611         (top level): Use $PKGVERSION.
32612         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32613         ($(objpfx)pkgvers.texi): New rule.
32614         ($(objpfx)stamp-pkgvers): Likewise.
32615         * manual/install.texi: Include pkgvers.texi.
32616         (--with-pkgversion): Document new configure option.
32617         (--with-bugurl): Likewise.
32618         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32619         than necessarily for this particular distribution.  Use
32620         REPORT_BUGS_TO for where to report bugs.
32621         * INSTALL: Regenerated.
32622         * manual/libc.texinfo: Include pkgvers.texi.
32623         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32624         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32625         (print_version): Use PKGVERSION.
32626         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32627         (print_version): Use PKGVERSION.
32628         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32629         (print_version): Use PKGVERSION.
32630         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32631         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32632         macro.
32633         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32634         (print_version): Use PKGVERSION.
32635         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32636         (print_version): Use PKGVERSION.
32637         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32638         and PKGVERSION.
32639
32640         * timezone/checktab.awk: Update from tzcode 2012i.
32641         * timezone/ialloc.c: Likewise.
32642         * timezone/private.h: Likewise.
32643         * timezone/scheck.c: Likewise.
32644         * timezone/tzfile.h: Likewise.
32645         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32646         (TZVERSION): Hardcode tzcode version number.
32647         * timezone/zdump.c: Update from tzcode 2012i.
32648         * timezone/zic.c: Likewise.
32649         * timezone/version.h: New file.
32650         * timezone/README: Describe version.h.  Update upstream location.
32651
32652         [BZ #14824]
32653         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32654         (mktemp): Enable declaration.
32655         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32656         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32657         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32658         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32659         Likewise.
32660         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32661         Likewise.
32662         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32663         Likewise.
32664         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32665         Likewise.
32666         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32667         Likewise.
32668         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32669         Likewise.
32670
32671         [BZ #14821]
32672         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32673         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32674         for copies of such integer values.
32675         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32676         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32677
32678 2012-11-09  Andreas Jaeger  <aj@suse.de>
32679
32680         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32681         definitions and declarations that are provided by
32682         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32683
32684 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32685
32686         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32687         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32688         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32689         definition.
32690
32691 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32692
32693         * elf/elf.h: Update comment before AArch64 relocations.
32694
32695 2012-11-07  David S. Miller  <davem@davemloft.net>
32696
32697         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32698         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32699         (__start_context): Declare.
32700         (__makecontext_ret): Delete.
32701         (__makecontext): Hook up __start_context instead of
32702         __makecontext_ret.
32703         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32704         (sysdep_routines): Add __start_context when in stdlib.
32705
32706 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32707
32708         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32709         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32710         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32711         hardcoded "nm".
32712         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32713         (READELF): New variable.  Use it instead of hardcoded "readelf".
32714
32715 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32716
32717         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32718         * sysdeps/x86/Makefile: Here.
32719         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32720         * sysdeps/x86/tst-xmmymm.sh: This.
32721
32722 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32723
32724         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32725         expectations.
32726         [UNIX98] (pthread_barrier_t): Do not expect.
32727         [UNIX98] (pthread_barrierattr_t): Likewise.
32728         [UNIX98] (pthread_spinlock_t): Likewise.
32729         [UNIX98] (pthread_barrier_destroy): Likewise.
32730         [UNIX98] (pthread_barrier_init): Likewise.
32731         [UNIX98] (pthread_barrier_wait): Likewise.
32732         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32733         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32734         [UNIX98] (pthread_barrierattr_init): Likewise.
32735         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32736         [UNIX98] (pthread_getcpuclockid): Likewise.
32737         [UNIX98] (pthread_mutex_timedlock): Likewise.
32738         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32739         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32740         [UNIX98] (pthread_sigmask): Likewise.
32741         [UNIX98] (pthread_spin_destroy): Likewise.
32742         [UNIX98] (pthread_spin_init): Likewise.
32743         [UNIX98] (pthread_spin_lock): Likewise.
32744         [UNIX98] (pthread_spin_trylock): Likewise.
32745         [UNIX98] (pthread_spin_unlock): Likewise.
32746         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32747         Do not expect.
32748         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32749         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32750         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32751         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32752         [XPG3 || XPG4] (pthread_key_t): Likewise.
32753         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32754         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32755         [XPG3 || XPG4] (pthread_once_t): Likewise.
32756         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32757         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32758         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32759         [XPG3 || XPG4] (pthread_t): Likewise.
32760
32761         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32762         not expect.
32763         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32764
32765         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32766         Change function return type to int.
32767
32768         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32769         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32770         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32771         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32772         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32773         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32774         [!POSIX] (posix_madvise): Likewise.
32775         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32776         && !UNIX98].
32777         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32778         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32779         (mode_t): Likewise.
32780         (posix_mem_offset): Likewise.
32781         (posix_typed_mem_get_info): Likewise.
32782         (posix_typed_mem_open): Likewise.
32783
32784         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32785         Change condition to [XOPEN2K8].
32786
32787         * conform/conformtest.pl: Preprocess allow-header data with -x c
32788         instead of from stdin.
32789         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32790         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32791         [C99-based standards] (cerfc): Likewise.
32792         [C99-based standards] (cexp2): Likewise.
32793         [C99-based standards] (cexpm1): Likewise.
32794         [C99-based standards] (clog10): Likewise.
32795         [C99-based standards] (clog1p): Likewise.
32796         [C99-based standards] (clog2): Likewise.
32797         [C99-based standards] (clgamma): Likewise.
32798         [C99-based standards] (ctgamma): Likewise.
32799         [C99-based standards] (cerff): Likewise.
32800         [C99-based standards] (cerfcf): Likewise.
32801         [C99-based standards] (cexp2f): Likewise.
32802         [C99-based standards] (cexpm1f): Likewise.
32803         [C99-based standards] (clog10f): Likewise.
32804         [C99-based standards] (clog1pf): Likewise.
32805         [C99-based standards] (clog2f): Likewise.
32806         [C99-based standards] (clgammaf): Likewise.
32807         [C99-based standards] (ctgammaf): Likewise.
32808         [C99-based standards] (cerfl): Likewise.
32809         [C99-based standards] (cerfcl): Likewise.
32810         [C99-based standards] (cexp2l): Likewise.
32811         [C99-based standards] (cexpm1l): Likewise.
32812         [C99-based standards] (clog10l): Likewise.
32813         [C99-based standards] (clog1pl): Likewise.
32814         [C99-based standards] (clog2l): Likewise.
32815         [C99-based standards] (clgammal): Likewise.
32816         [C99-based standards] (ctgammal): Likewise.
32817         * conform/data/inttypes.h-data [C99-based standards]: Include
32818         stdint.h-data.  Remove all expectations for stdint.h contents.
32819         [C99-based standards] (PRI*): Do not allow.
32820         [C99-based standards] (SCN*): Likewise.
32821         [C99-based standards] (*_t): Likewise.
32822         [C99-based-standards] (PRId8): Expect macro.
32823         [C99-based-standards] (PRIi8): Likewise.
32824         [C99-based-standards] (PRIo8): Likewise.
32825         [C99-based-standards] (PRIu8): Likewise.
32826         [C99-based-standards] (PRIx8): Likewise.
32827         [C99-based-standards] (PRIX8): Likewise.
32828         [C99-based-standards] (SCNd8): Likewise.
32829         [C99-based-standards] (SCNi8): Likewise.
32830         [C99-based-standards] (SCNo8): Likewise.
32831         [C99-based-standards] (SCNu8): Likewise.
32832         [C99-based-standards] (SCNx8): Likewise.
32833         [C99-based-standards] (PRIdLEAST8): Likewise.
32834         [C99-based-standards] (PRIiLEAST8): Likewise.
32835         [C99-based-standards] (PRIoLEAST8): Likewise.
32836         [C99-based-standards] (PRIuLEAST8): Likewise.
32837         [C99-based-standards] (PRIxLEAST8): Likewise.
32838         [C99-based-standards] (PRIXLEAST8): Likewise.
32839         [C99-based-standards] (SCNdLEAST8): Likewise.
32840         [C99-based-standards] (SCNiLEAST8): Likewise.
32841         [C99-based-standards] (SCNoLEAST8): Likewise.
32842         [C99-based-standards] (SCNuLEAST8): Likewise.
32843         [C99-based-standards] (SCNxLEAST8): Likewise.
32844         [C99-based-standards] (PRIdFAST8): Likewise.
32845         [C99-based-standards] (PRIiFAST8): Likewise.
32846         [C99-based-standards] (PRIoFAST8): Likewise.
32847         [C99-based-standards] (PRIuFAST8): Likewise.
32848         [C99-based-standards] (PRIxFAST8): Likewise.
32849         [C99-based-standards] (PRIXFAST8): Likewise.
32850         [C99-based-standards] (SCNdFAST8): Likewise.
32851         [C99-based-standards] (SCNiFAST8): Likewise.
32852         [C99-based-standards] (SCNoFAST8): Likewise.
32853         [C99-based-standards] (SCNuFAST8): Likewise.
32854         [C99-based-standards] (SCNxFAST8): Likewise.
32855         [C99-based-standards] (PRId16): Likewise.
32856         [C99-based-standards] (PRIi16): Likewise.
32857         [C99-based-standards] (PRIo16): Likewise.
32858         [C99-based-standards] (PRIu16): Likewise.
32859         [C99-based-standards] (PRIx16): Likewise.
32860         [C99-based-standards] (PRIX16): Likewise.
32861         [C99-based-standards] (SCNd16): Likewise.
32862         [C99-based-standards] (SCNi16): Likewise.
32863         [C99-based-standards] (SCNo16): Likewise.
32864         [C99-based-standards] (SCNu16): Likewise.
32865         [C99-based-standards] (SCNx16): Likewise.
32866         [C99-based-standards] (PRIdLEAST16): Likewise.
32867         [C99-based-standards] (PRIiLEAST16): Likewise.
32868         [C99-based-standards] (PRIoLEAST16): Likewise.
32869         [C99-based-standards] (PRIuLEAST16): Likewise.
32870         [C99-based-standards] (PRIxLEAST16): Likewise.
32871         [C99-based-standards] (PRIXLEAST16): Likewise.
32872         [C99-based-standards] (SCNdLEAST16): Likewise.
32873         [C99-based-standards] (SCNiLEAST16): Likewise.
32874         [C99-based-standards] (SCNoLEAST16): Likewise.
32875         [C99-based-standards] (SCNuLEAST16): Likewise.
32876         [C99-based-standards] (SCNxLEAST16): Likewise.
32877         [C99-based-standards] (PRIdFAST16): Likewise.
32878         [C99-based-standards] (PRIiFAST16): Likewise.
32879         [C99-based-standards] (PRIoFAST16): Likewise.
32880         [C99-based-standards] (PRIuFAST16): Likewise.
32881         [C99-based-standards] (PRIxFAST16): Likewise.
32882         [C99-based-standards] (PRIXFAST16): Likewise.
32883         [C99-based-standards] (SCNdFAST16): Likewise.
32884         [C99-based-standards] (SCNiFAST16): Likewise.
32885         [C99-based-standards] (SCNoFAST16): Likewise.
32886         [C99-based-standards] (SCNuFAST16): Likewise.
32887         [C99-based-standards] (SCNxFAST16): Likewise.
32888         [C99-based-standards] (PRId32): Likewise.
32889         [C99-based-standards] (PRIi32): Likewise.
32890         [C99-based-standards] (PRIo32): Likewise.
32891         [C99-based-standards] (PRIu32): Likewise.
32892         [C99-based-standards] (PRIx32): Likewise.
32893         [C99-based-standards] (PRIX32): Likewise.
32894         [C99-based-standards] (SCNd32): Likewise.
32895         [C99-based-standards] (SCNi32): Likewise.
32896         [C99-based-standards] (SCNo32): Likewise.
32897         [C99-based-standards] (SCNu32): Likewise.
32898         [C99-based-standards] (SCNx32): Likewise.
32899         [C99-based-standards] (PRIdLEAST32): Likewise.
32900         [C99-based-standards] (PRIiLEAST32): Likewise.
32901         [C99-based-standards] (PRIoLEAST32): Likewise.
32902         [C99-based-standards] (PRIuLEAST32): Likewise.
32903         [C99-based-standards] (PRIxLEAST32): Likewise.
32904         [C99-based-standards] (PRIXLEAST32): Likewise.
32905         [C99-based-standards] (SCNdLEAST32): Likewise.
32906         [C99-based-standards] (SCNiLEAST32): Likewise.
32907         [C99-based-standards] (SCNoLEAST32): Likewise.
32908         [C99-based-standards] (SCNuLEAST32): Likewise.
32909         [C99-based-standards] (SCNxLEAST32): Likewise.
32910         [C99-based-standards] (PRIdFAST32): Likewise.
32911         [C99-based-standards] (PRIiFAST32): Likewise.
32912         [C99-based-standards] (PRIoFAST32): Likewise.
32913         [C99-based-standards] (PRIuFAST32): Likewise.
32914         [C99-based-standards] (PRIxFAST32): Likewise.
32915         [C99-based-standards] (PRIXFAST32): Likewise.
32916         [C99-based-standards] (SCNdFAST32): Likewise.
32917         [C99-based-standards] (SCNiFAST32): Likewise.
32918         [C99-based-standards] (SCNoFAST32): Likewise.
32919         [C99-based-standards] (SCNuFAST32): Likewise.
32920         [C99-based-standards] (SCNxFAST32): Likewise.
32921         [C99-based-standards] (PRId64): Likewise.
32922         [C99-based-standards] (PRIi64): Likewise.
32923         [C99-based-standards] (PRIo64): Likewise.
32924         [C99-based-standards] (PRIu64): Likewise.
32925         [C99-based-standards] (PRIx64): Likewise.
32926         [C99-based-standards] (PRIX64): Likewise.
32927         [C99-based-standards] (SCNd64): Likewise.
32928         [C99-based-standards] (SCNi64): Likewise.
32929         [C99-based-standards] (SCNo64): Likewise.
32930         [C99-based-standards] (SCNu64): Likewise.
32931         [C99-based-standards] (SCNx64): Likewise.
32932         [C99-based-standards] (PRIdLEAST64): Likewise.
32933         [C99-based-standards] (PRIiLEAST64): Likewise.
32934         [C99-based-standards] (PRIoLEAST64): Likewise.
32935         [C99-based-standards] (PRIuLEAST64): Likewise.
32936         [C99-based-standards] (PRIxLEAST64): Likewise.
32937         [C99-based-standards] (PRIXLEAST64): Likewise.
32938         [C99-based-standards] (SCNdLEAST64): Likewise.
32939         [C99-based-standards] (SCNiLEAST64): Likewise.
32940         [C99-based-standards] (SCNoLEAST64): Likewise.
32941         [C99-based-standards] (SCNuLEAST64): Likewise.
32942         [C99-based-standards] (SCNxLEAST64): Likewise.
32943         [C99-based-standards] (PRIdFAST64): Likewise.
32944         [C99-based-standards] (PRIiFAST64): Likewise.
32945         [C99-based-standards] (PRIoFAST64): Likewise.
32946         [C99-based-standards] (PRIuFAST64): Likewise.
32947         [C99-based-standards] (PRIxFAST64): Likewise.
32948         [C99-based-standards] (PRIXFAST64): Likewise.
32949         [C99-based-standards] (SCNdFAST64): Likewise.
32950         [C99-based-standards] (SCNiFAST64): Likewise.
32951         [C99-based-standards] (SCNoFAST64): Likewise.
32952         [C99-based-standards] (SCNuFAST64): Likewise.
32953         [C99-based-standards] (SCNxFAST64): Likewise.
32954         [C99-based-standards] (PRIdMAX): Likewise.
32955         [C99-based-standards] (PRIiMAX): Likewise.
32956         [C99-based-standards] (PRIoMAX): Likewise.
32957         [C99-based-standards] (PRIuMAX): Likewise.
32958         [C99-based-standards] (PRIxMAX): Likewise.
32959         [C99-based-standards] (PRIXMAX): Likewise.
32960         [C99-based-standards] (SCNdMAX): Likewise.
32961         [C99-based-standards] (SCNiMAX): Likewise.
32962         [C99-based-standards] (SCNoMAX): Likewise.
32963         [C99-based-standards] (SCNuMAX): Likewise.
32964         [C99-based-standards] (SCNxMAX): Likewise.
32965         [C99-based-standards] (PRIdPTR): Likewise.
32966         [C99-based-standards] (PRIiPTR): Likewise.
32967         [C99-based-standards] (PRIoPTR): Likewise.
32968         [C99-based-standards] (PRIuPTR): Likewise.
32969         [C99-based-standards] (PRIxPTR): Likewise.
32970         [C99-based-standards] (PRIXPTR): Likewise.
32971         [C99-based-standards] (SCNdPTR): Likewise.
32972         [C99-based-standards] (SCNiPTR): Likewise.
32973         [C99-based-standards] (SCNoPTR): Likewise.
32974         [C99-based-standards] (SCNuPTR): Likewise.
32975         [C99-based-standards] (SCNxPTR): Likewise.
32976         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32977         allow.
32978         * conform/data/stdint.h-data: Update comments to clarify
32979         requirements.
32980         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32981         type.
32982         [C99-based standards] (INT8_MAX): Likewise.
32983         [C99-based standards] (INT16_MIN): Likewise.
32984         [C99-based standards] (INT16_MAX): Likewise.
32985         [C99-based standards] (INT32_MIN): Likewise.
32986         [C99-based standards] (INT32_MAX): Likewise.
32987         [C99-based standards] (INT64_MIN): Likewise.
32988         [C99-based standards] (INT64_MAX): Likewise.
32989         [C99-based standards] (UINT8_MAX): Likewise.
32990         [C99-based standards] (UINT16_MAX): Likewise.
32991         [C99-based standards] (UINT32_MAX): Likewise.
32992         [C99-based standards] (UINT64_MAX): Likewise.
32993         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32994         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32995         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32996         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32997         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32998         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32999         [C99-based standards] (INT_LEAST64_MIN): Likewise.
33000         [C99-based standards] (INT_LEAST64_MAX): Likewise.
33001         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
33002         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
33003         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
33004         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
33005         [C99-based standards] (INT_FAST8_MIN): Likewise.
33006         [C99-based standards] (INT_FAST8_MAX): Likewise.
33007         [C99-based standards] (INT_FAST16_MIN): Likewise.
33008         [C99-based standards] (INT_FAST16_MAX): Likewise.
33009         [C99-based standards] (INT_FAST32_MIN): Likewise.
33010         [C99-based standards] (INT_FAST32_MAX): Likewise.
33011         [C99-based standards] (INT_FAST64_MIN): Likewise.
33012         [C99-based standards] (INT_FAST64_MAX): Likewise.
33013         [C99-based standards] (UINT_FAST8_MAX): Likewise.
33014         [C99-based standards] (UINT_FAST16_MAX): Likewise.
33015         [C99-based standards] (UINT_FAST32_MAX): Likewise.
33016         [C99-based standards] (UINT_FAST64_MAX): Likewise.
33017         [C99-based standards] (INTPTR_MIN): Likewise.
33018         [C99-based standards] (INTPTR_MAX): Likewise.
33019         [C99-based standards] (UINTPTR_MAX): Likewise.
33020         [C99-based standards] (INTMAX_MIN): Likewise.
33021         [C99-based standards] (INTMAX_MAX): Likewise.
33022         [C99-based standards] (UINTMAX_MAX): Likewise.
33023         [C99-based standards] (PTRDIFF_MIN): Likewise.
33024         [C99-based standards] (PTRDIFF_MAX): Likewise.
33025         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
33026         [C99-based standards] (SIZE_MAX): Likewise.
33027         [C99-based standards] (WCHAR_MAX): Likewise.
33028         [C99-based standards] (WINT_MAX): Likewise.
33029         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
33030         constraint on value.
33031         [C99-based standards] (WCHAR_MIN): Likewise.
33032         [C99-based standards] (WINT_MIN): Likewise.
33033         [C99-based standards] (*_t): Allow.
33034         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
33035         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
33036         Include math.h-data and complex.h-data.  Remove all expectations
33037         of math.h and complex.h contents.
33038         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
33039         at end of line.
33040         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
33041         (struct tm): Expect tag.
33042         [C99-based-standards] (wcstof): Expect function.
33043         [C99-based-standards] (wcstold): Likewise.
33044         [C99-based-standards] (wcstoll): Likewise.
33045         [C99-based-standards] (wcstoull): Likewise.
33046         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
33047         macro-int-constant.  Specify type.
33048         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
33049         constraint on value.
33050         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
33051         Specify type.
33052         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
33053         Specify value.
33054         [ISO C standards]: Do not allow headers.
33055         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
33056         wcs[abcdefghijklmnopqrstuvwxyz]*.
33057         [ISO C standards] (*_t): Do not allow.
33058         * conform/data/wctype.h-data [C99-based standards] (iswblank):
33059         Expect function.
33060         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
33061         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
33062         Specify type.
33063         [ISO C standards]: Do not allow headers.
33064         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
33065         is[abcdefghijklmnopqrstuvwxyz]*.
33066         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
33067         to[abcdefghijklmnopqrstuvwxyz]*.
33068         [ISO C standards] (*_t): Do not allow.
33069         * conform/data/stdalign.h-data: New file.
33070         * conform/data/stdbool.h-data: Likewise.
33071         * conform/data/stdnoreturn.h-data: Likewise.
33072
33073 2012-11-07  Roland McGrath  <roland@hack.frob.com>
33074
33075         [BZ #14815]
33076         * manual/filesys.texi (Directory Entries): Typo fix.
33077         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
33078
33079 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33080
33081         * elf/elf.h (EM_AARCH64): New macro.
33082         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
33083         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
33084         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
33085         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
33086         (R_AARCH64_TLSDESC): Likewise.
33087         (NT_ARM_TLS): Likewise.
33088         (NT_ARM_HW_BREAK): Likewise.
33089         (NT_ARM_HW_WATCH): Likewise.
33090
33091 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33092
33093         [BZ #14811]
33094         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
33095         (__ieee754_powl): Saturate nonzero exponents with absolute value
33096         below 0x1p-79 to +/- 0x1p-79.
33097         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
33098         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
33099         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
33100         nonzero exponents with absolute value below 0x1p-32 to +/-
33101         0x1p-32.
33102         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
33103         (__ieee754_powl): Saturate nonzero exponents with absolute value
33104         below 0x1p-79 to +/- 0x1p-79.
33105         * math/libm-test.inc (pow_test): Add more tests.
33106
33107 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33108
33109         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
33110         _dl_s390_cap_flags with kernel. Increase string length.
33111         (_dl_s390_platforms): Add z196 and zEC12.
33112
33113 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33114
33115         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
33116         Change XOPEN21K to XOPEN2K.
33117
33118 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
33119
33120         * string/memmove.c: Use memcpy when possible.
33121
33122 2012-11-06  Andreas Jaeger  <aj@suse.de>
33123
33124         * po/eo.po: Update from translation team.
33125
33126 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
33127
33128         [BZ #14793]
33129         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
33130         exponent and small x and y exponents, scale x or y up.  Increase
33131         by 2 the exponent used in scaling up.
33132         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33133         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33134         * math/libm-test.inc (fma_test): Add more tests.
33135         (fma_test_towardzero): Likewise.
33136         (fma_test_downward): Likewise.
33137         (fma_test_upward): Likewise.
33138
33139 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
33140
33141         [BZ #14805]
33142         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
33143         fenv_t *.
33144
33145         [BZ #14801]
33146         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
33147         namespace for names of struct fields.
33148         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
33149         fenv_t fields.
33150         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
33151         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
33152
33153 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33154
33155         [BZ #3665]
33156         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
33157
33158 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33159
33160         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
33161         PTR_DEMANGLE.
33162
33163         [BZ #5246]
33164         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
33165         PTR_DEMANGLE.
33166
33167 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
33168
33169         [BZ #14797]
33170         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
33171         definitely overflow as x * y not x * y + z.
33172         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33173         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33174         * math/libm-test.inc (fma_test): Add more tests.
33175         (fma_test_towardzero): Likewise.
33176         (fma_test_downward): Likewise.
33177         (fma_test_upward): Likewise.
33178
33179 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33180
33181         [BZ #157]
33182
33183         * include/stub-tag.h: Remove file.
33184         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
33185         '#include' of it.
33186         * manual/maint.texi (Porting): Don't reference it.
33187         * Makerules ($(objpfx)stubs): Likewise.
33188         * dirent/closedir.c: Don't include <stub-tag.h>.
33189         * dirent/dirfd.c: Likewise.
33190         * dirent/fdopendir.c: Likewise.
33191         * dirent/getdents.c: Likewise.
33192         * dirent/getdents64.c: Likewise.
33193         * dirent/opendir.c: Likewise.
33194         * dirent/readdir.c: Likewise.
33195         * dirent/readdir64.c: Likewise.
33196         * dirent/readdir64_r.c: Likewise.
33197         * dirent/readdir_r.c: Likewise.
33198         * dirent/rewinddir.c: Likewise.
33199         * dirent/seekdir.c: Likewise.
33200         * dirent/telldir.c: Likewise.
33201         * gmon/profil.c: Likewise.
33202         * grp/setgroups.c: Likewise.
33203         * inet/if_index.c: Likewise.
33204         * io/access.c: Likewise.
33205         * io/chdir.c: Likewise.
33206         * io/chmod.c: Likewise.
33207         * io/chown.c: Likewise.
33208         * io/close.c: Likewise.
33209         * io/dup.c: Likewise.
33210         * io/dup2.c: Likewise.
33211         * io/dup3.c: Likewise.
33212         * io/euidaccess.c: Likewise.
33213         * io/faccessat.c: Likewise.
33214         * io/fchdir.c: Likewise.
33215         * io/fchmod.c: Likewise.
33216         * io/fchmodat.c: Likewise.
33217         * io/fchown.c: Likewise.
33218         * io/fchownat.c: Likewise.
33219         * io/fcntl.c: Likewise.
33220         * io/flock.c: Likewise.
33221         * io/fstatfs.c: Likewise.
33222         * io/fstatfs64.c: Likewise.
33223         * io/fstatvfs.c: Likewise.
33224         * io/fstatvfs64.c: Likewise.
33225         * io/futimens.c: Likewise.
33226         * io/fxstat.c: Likewise.
33227         * io/fxstat64.c: Likewise.
33228         * io/fxstatat.c: Likewise.
33229         * io/fxstatat64.c: Likewise.
33230         * io/getcwd.c: Likewise.
33231         * io/isatty.c: Likewise.
33232         * io/lchmod.c: Likewise.
33233         * io/lchown.c: Likewise.
33234         * io/link.c: Likewise.
33235         * io/linkat.c: Likewise.
33236         * io/lseek.c: Likewise.
33237         * io/lseek64.c: Likewise.
33238         * io/lxstat64.c: Likewise.
33239         * io/mkdir.c: Likewise.
33240         * io/mkdirat.c: Likewise.
33241         * io/mkfifo.c: Likewise.
33242         * io/mkfifoat.c: Likewise.
33243         * io/open.c: Likewise.
33244         * io/open64.c: Likewise.
33245         * io/openat.c: Likewise.
33246         * io/openat64.c: Likewise.
33247         * io/pipe.c: Likewise.
33248         * io/pipe2.c: Likewise.
33249         * io/poll.c: Likewise.
33250         * io/posix_fadvise.c: Likewise.
33251         * io/posix_fadvise64.c: Likewise.
33252         * io/posix_fallocate.c: Likewise.
33253         * io/posix_fallocate64.c: Likewise.
33254         * io/read.c: Likewise.
33255         * io/readlink.c: Likewise.
33256         * io/readlinkat.c: Likewise.
33257         * io/rmdir.c: Likewise.
33258         * io/sendfile.c: Likewise.
33259         * io/sendfile64.c: Likewise.
33260         * io/statfs.c: Likewise.
33261         * io/statfs64.c: Likewise.
33262         * io/statvfs.c: Likewise.
33263         * io/statvfs64.c: Likewise.
33264         * io/symlink.c: Likewise.
33265         * io/symlinkat.c: Likewise.
33266         * io/ttyname.c: Likewise.
33267         * io/ttyname_r.c: Likewise.
33268         * io/umask.c: Likewise.
33269         * io/unlink.c: Likewise.
33270         * io/unlinkat.c: Likewise.
33271         * io/utime.c: Likewise.
33272         * io/utimensat.c: Likewise.
33273         * io/write.c: Likewise.
33274         * io/xmknod.c: Likewise.
33275         * io/xmknodat.c: Likewise.
33276         * io/xstat.c: Likewise.
33277         * io/xstat64.c: Likewise.
33278         * login/getpt.c: Likewise.
33279         * login/grantpt.c: Likewise.
33280         * login/unlockpt.c: Likewise.
33281         * math/e_acoshl.c: Likewise.
33282         * math/e_acosl.c: Likewise.
33283         * math/e_asinl.c: Likewise.
33284         * math/e_atan2l.c: Likewise.
33285         * math/e_atanhl.c: Likewise.
33286         * math/e_coshl.c: Likewise.
33287         * math/e_expl.c: Likewise.
33288         * math/e_fmodl.c: Likewise.
33289         * math/e_gammal_r.c: Likewise.
33290         * math/e_hypotl.c: Likewise.
33291         * math/e_j0l.c: Likewise.
33292         * math/e_j1l.c: Likewise.
33293         * math/e_jnl.c: Likewise.
33294         * math/e_lgammal_r.c: Likewise.
33295         * math/e_log10l.c: Likewise.
33296         * math/e_log2l.c: Likewise.
33297         * math/e_logl.c: Likewise.
33298         * math/e_powl.c: Likewise.
33299         * math/e_rem_pio2l.c: Likewise.
33300         * math/e_sinhl.c: Likewise.
33301         * math/e_sqrtl.c: Likewise.
33302         * math/fclrexcpt.c: Likewise.
33303         * math/fedisblxcpt.c: Likewise.
33304         * math/feenablxcpt.c: Likewise.
33305         * math/fegetenv.c: Likewise.
33306         * math/fegetexcept.c: Likewise.
33307         * math/fegetround.c: Likewise.
33308         * math/feholdexcpt.c: Likewise.
33309         * math/fesetenv.c: Likewise.
33310         * math/fesetround.c: Likewise.
33311         * math/feupdateenv.c: Likewise.
33312         * math/fgetexcptflg.c: Likewise.
33313         * math/fraiseexcpt.c: Likewise.
33314         * math/fsetexcptflg.c: Likewise.
33315         * math/ftestexcept.c: Likewise.
33316         * math/k_cosl.c: Likewise.
33317         * math/k_rem_pio2l.c: Likewise.
33318         * math/k_sinl.c: Likewise.
33319         * math/k_tanl.c: Likewise.
33320         * math/s_asinhl.c: Likewise.
33321         * math/s_atanl.c: Likewise.
33322         * math/s_cbrtl.c: Likewise.
33323         * math/s_erfl.c: Likewise.
33324         * math/s_expm1l.c: Likewise.
33325         * math/s_log1pl.c: Likewise.
33326         * math/s_tanhl.c: Likewise.
33327         * misc/acct.c: Likewise.
33328         * misc/brk.c: Likewise.
33329         * misc/chflags.c: Likewise.
33330         * misc/chroot.c: Likewise.
33331         * misc/fchflags.c: Likewise.
33332         * misc/fgetxattr.c: Likewise.
33333         * misc/flistxattr.c: Likewise.
33334         * misc/fremovexattr.c: Likewise.
33335         * misc/fsetxattr.c: Likewise.
33336         * misc/fsync.c: Likewise.
33337         * misc/ftruncate.c: Likewise.
33338         * misc/futimes.c: Likewise.
33339         * misc/futimesat.c: Likewise.
33340         * misc/getdomain.c: Likewise.
33341         * misc/getdtsz.c: Likewise.
33342         * misc/gethostid.c: Likewise.
33343         * misc/gethostname.c: Likewise.
33344         * misc/getloadavg.c: Likewise.
33345         * misc/getpagesize.c: Likewise.
33346         * misc/getsysstats.c: Likewise.
33347         * misc/getxattr.c: Likewise.
33348         * misc/gtty.c: Likewise.
33349         * misc/ioctl.c: Likewise.
33350         * misc/lgetxattr.c: Likewise.
33351         * misc/listxattr.c: Likewise.
33352         * misc/llistxattr.c: Likewise.
33353         * misc/lremovexattr.c: Likewise.
33354         * misc/lsetxattr.c: Likewise.
33355         * misc/lutimes.c: Likewise.
33356         * misc/madvise.c: Likewise.
33357         * misc/mincore.c: Likewise.
33358         * misc/mlock.c: Likewise.
33359         * misc/mlockall.c: Likewise.
33360         * misc/mmap.c: Likewise.
33361         * misc/mprotect.c: Likewise.
33362         * misc/msync.c: Likewise.
33363         * misc/munlock.c: Likewise.
33364         * misc/munlockall.c: Likewise.
33365         * misc/munmap.c: Likewise.
33366         * misc/preadv.c: Likewise.
33367         * misc/preadv64.c: Likewise.
33368         * misc/ptrace.c: Likewise.
33369         * misc/pwritev.c: Likewise.
33370         * misc/pwritev64.c: Likewise.
33371         * misc/readv.c: Likewise.
33372         * misc/reboot.c: Likewise.
33373         * misc/remap_file_pages.c: Likewise.
33374         * misc/removexattr.c: Likewise.
33375         * misc/revoke.c: Likewise.
33376         * misc/select.c: Likewise.
33377         * misc/setdomain.c: Likewise.
33378         * misc/setegid.c: Likewise.
33379         * misc/seteuid.c: Likewise.
33380         * misc/sethostid.c: Likewise.
33381         * misc/sethostname.c: Likewise.
33382         * misc/setregid.c: Likewise.
33383         * misc/setreuid.c: Likewise.
33384         * misc/setxattr.c: Likewise.
33385         * misc/sstk.c: Likewise.
33386         * misc/stty.c: Likewise.
33387         * misc/swapoff.c: Likewise.
33388         * misc/swapon.c: Likewise.
33389         * misc/sync.c: Likewise.
33390         * misc/syncfs.c: Likewise.
33391         * misc/syscall.c: Likewise.
33392         * misc/truncate.c: Likewise.
33393         * misc/ualarm.c: Likewise.
33394         * misc/usleep.c: Likewise.
33395         * misc/ustat.c: Likewise.
33396         * misc/utimes.c: Likewise.
33397         * misc/vhangup.c: Likewise.
33398         * misc/writev.c: Likewise.
33399         * posix/_exit.c: Likewise.
33400         * posix/alarm.c: Likewise.
33401         * posix/execve.c: Likewise.
33402         * posix/fexecve.c: Likewise.
33403         * posix/fork.c: Likewise.
33404         * posix/fpathconf.c: Likewise.
33405         * posix/getaddrinfo.c: Likewise.
33406         * posix/getegid.c: Likewise.
33407         * posix/geteuid.c: Likewise.
33408         * posix/getgid.c: Likewise.
33409         * posix/getgroups.c: Likewise.
33410         * posix/getlogin.c: Likewise.
33411         * posix/getlogin_r.c: Likewise.
33412         * posix/getpgid.c: Likewise.
33413         * posix/getpid.c: Likewise.
33414         * posix/getppid.c: Likewise.
33415         * posix/getresgid.c: Likewise.
33416         * posix/getresuid.c: Likewise.
33417         * posix/getsid.c: Likewise.
33418         * posix/getuid.c: Likewise.
33419         * posix/glob64.c: Likewise.
33420         * posix/nanosleep.c: Likewise.
33421         * posix/pathconf.c: Likewise.
33422         * posix/pause.c: Likewise.
33423         * posix/posix_madvise.c: Likewise.
33424         * posix/pread.c: Likewise.
33425         * posix/pread64.c: Likewise.
33426         * posix/pwrite.c: Likewise.
33427         * posix/pwrite64.c: Likewise.
33428         * posix/sched_getaffinity.c: Likewise.
33429         * posix/sched_getp.c: Likewise.
33430         * posix/sched_gets.c: Likewise.
33431         * posix/sched_primax.c: Likewise.
33432         * posix/sched_primin.c: Likewise.
33433         * posix/sched_rr_gi.c: Likewise.
33434         * posix/sched_setaffinity.c: Likewise.
33435         * posix/sched_setp.c: Likewise.
33436         * posix/sched_sets.c: Likewise.
33437         * posix/sched_yield.c: Likewise.
33438         * posix/setgid.c: Likewise.
33439         * posix/setlogin.c: Likewise.
33440         * posix/setpgid.c: Likewise.
33441         * posix/setresgid.c: Likewise.
33442         * posix/setresuid.c: Likewise.
33443         * posix/setsid.c: Likewise.
33444         * posix/setuid.c: Likewise.
33445         * posix/sleep.c: Likewise.
33446         * posix/spawni.c: Likewise.
33447         * posix/sysconf.c: Likewise.
33448         * posix/times.c: Likewise.
33449         * posix/wait.c: Likewise.
33450         * posix/wait3.c: Likewise.
33451         * posix/wait4.c: Likewise.
33452         * posix/waitpid.c: Likewise.
33453         * resolv/gai_sigqueue.c: Likewise.
33454         * resource/getpriority.c: Likewise.
33455         * resource/getrlimit.c: Likewise.
33456         * resource/getrusage.c: Likewise.
33457         * resource/nice.c: Likewise.
33458         * resource/setpriority.c: Likewise.
33459         * resource/setrlimit.c: Likewise.
33460         * resource/ulimit.c: Likewise.
33461         * rt/aio_cancel.c: Likewise.
33462         * rt/aio_fsync.c: Likewise.
33463         * rt/aio_read.c: Likewise.
33464         * rt/aio_sigqueue.c: Likewise.
33465         * rt/aio_suspend.c: Likewise.
33466         * rt/aio_write.c: Likewise.
33467         * rt/clock_getres.c: Likewise.
33468         * rt/clock_gettime.c: Likewise.
33469         * rt/clock_nanosleep.c: Likewise.
33470         * rt/clock_settime.c: Likewise.
33471         * rt/lio_listio.c: Likewise.
33472         * rt/mq_close.c: Likewise.
33473         * rt/mq_getattr.c: Likewise.
33474         * rt/mq_notify.c: Likewise.
33475         * rt/mq_open.c: Likewise.
33476         * rt/mq_receive.c: Likewise.
33477         * rt/mq_send.c: Likewise.
33478         * rt/mq_setattr.c: Likewise.
33479         * rt/mq_timedreceive.c: Likewise.
33480         * rt/mq_timedsend.c: Likewise.
33481         * rt/mq_unlink.c: Likewise.
33482         * rt/shm_open.c: Likewise.
33483         * rt/shm_unlink.c: Likewise.
33484         * rt/timer_create.c: Likewise.
33485         * rt/timer_delete.c: Likewise.
33486         * rt/timer_getoverr.c: Likewise.
33487         * rt/timer_gettime.c: Likewise.
33488         * rt/timer_settime.c: Likewise.
33489         * setjmp/__longjmp.c: Likewise.
33490         * setjmp/setjmp.c: Likewise.
33491         * signal/kill.c: Likewise.
33492         * signal/killpg.c: Likewise.
33493         * signal/raise.c: Likewise.
33494         * signal/sigaction.c: Likewise.
33495         * signal/sigaltstack.c: Likewise.
33496         * signal/sigblock.c: Likewise.
33497         * signal/sigignore.c: Likewise.
33498         * signal/sigintr.c: Likewise.
33499         * signal/signal.c: Likewise.
33500         * signal/sigpause.c: Likewise.
33501         * signal/sigpending.c: Likewise.
33502         * signal/sigqueue.c: Likewise.
33503         * signal/sigreturn.c: Likewise.
33504         * signal/sigset.c: Likewise.
33505         * signal/sigsetmask.c: Likewise.
33506         * signal/sigstack.c: Likewise.
33507         * signal/sigsuspend.c: Likewise.
33508         * signal/sigtimedwait.c: Likewise.
33509         * signal/sigvec.c: Likewise.
33510         * signal/sigwait.c: Likewise.
33511         * signal/sigwaitinfo.c: Likewise.
33512         * signal/sysv_signal.c: Likewise.
33513         * socket/accept.c: Likewise.
33514         * socket/accept4.c: Likewise.
33515         * socket/bind.c: Likewise.
33516         * socket/connect.c: Likewise.
33517         * socket/getpeername.c: Likewise.
33518         * socket/getsockname.c: Likewise.
33519         * socket/getsockopt.c: Likewise.
33520         * socket/isfdtype.c: Likewise.
33521         * socket/listen.c: Likewise.
33522         * socket/recv.c: Likewise.
33523         * socket/recvfrom.c: Likewise.
33524         * socket/recvmsg.c: Likewise.
33525         * socket/send.c: Likewise.
33526         * socket/sendmsg.c: Likewise.
33527         * socket/sendto.c: Likewise.
33528         * socket/setsockopt.c: Likewise.
33529         * socket/shutdown.c: Likewise.
33530         * socket/sockatmark.c: Likewise.
33531         * socket/socket.c: Likewise.
33532         * socket/socketpair.c: Likewise.
33533         * stdio-common/ctermid.c: Likewise.
33534         * stdio-common/cuserid.c: Likewise.
33535         * stdio-common/remove.c: Likewise.
33536         * stdio-common/rename.c: Likewise.
33537         * stdio-common/renameat.c: Likewise.
33538         * stdio-common/tempname.c: Likewise.
33539         * stdlib/getcontext.c: Likewise.
33540         * stdlib/makecontext.c: Likewise.
33541         * stdlib/setcontext.c: Likewise.
33542         * stdlib/swapcontext.c: Likewise.
33543         * stdlib/system.c: Likewise.
33544         * streams/fattach.c: Likewise.
33545         * streams/fdetach.c: Likewise.
33546         * streams/getmsg.c: Likewise.
33547         * streams/getpmsg.c: Likewise.
33548         * streams/putmsg.c: Likewise.
33549         * streams/putpmsg.c: Likewise.
33550         * sysdeps/unix/bsd/getpt.c: Likewise.
33551         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33552         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33553         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33555         Likewise.
33556         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33557         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33558         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33559         * sysvipc/msgctl.c: Likewise.
33560         * sysvipc/msgget.c: Likewise.
33561         * sysvipc/msgrcv.c: Likewise.
33562         * sysvipc/msgsnd.c: Likewise.
33563         * sysvipc/semctl.c: Likewise.
33564         * sysvipc/semget.c: Likewise.
33565         * sysvipc/semop.c: Likewise.
33566         * sysvipc/semtimedop.c: Likewise.
33567         * sysvipc/shmat.c: Likewise.
33568         * sysvipc/shmctl.c: Likewise.
33569         * sysvipc/shmdt.c: Likewise.
33570         * sysvipc/shmget.c: Likewise.
33571         * termios/tcdrain.c: Likewise.
33572         * termios/tcflow.c: Likewise.
33573         * termios/tcflush.c: Likewise.
33574         * termios/tcgetattr.c: Likewise.
33575         * termios/tcgetpgrp.c: Likewise.
33576         * termios/tcsendbrk.c: Likewise.
33577         * termios/tcsetattr.c: Likewise.
33578         * termios/tcsetpgrp.c: Likewise.
33579         * time/adjtime.c: Likewise.
33580         * time/clock.c: Likewise.
33581         * time/getitimer.c: Likewise.
33582         * time/gettimeofday.c: Likewise.
33583         * time/setitimer.c: Likewise.
33584         * time/settimeofday.c: Likewise.
33585         * time/stime.c: Likewise.
33586         * time/time.c: Likewise.
33587
33588 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33589
33590         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33591         /usr/old/bin.
33592
33593         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33594         instead of spaces.
33595         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33596
33597 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33598
33599         [BZ #14796]
33600         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33601         FE_TONEAREST before applying Dekker multiplication and Knuth
33602         addition.  Clear inexact exceptions and check for exact zero
33603         results afterwards.
33604         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33605         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33606         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33607         * math/libm-test.inc (fma_test): Add more tests.
33608         (fma_test_towardzero): Likewise.
33609         (fma_test_downward): Likewise.
33610         (fma_test_upward): Likewise.
33611         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33612         function.
33613         (libc_fesetround): New macro.
33614         (libc_fesetroundf): Likewise.
33615         (libc_fesetroundl): Likewise.
33616         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33617         function.
33618         (libc_fesetround_387): Likewise.
33619         (libc_fesetroundf): New macro.
33620         (libc_fesetround): Likewise.
33621         (libc_fesetroundl): Likewise.
33622         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33623         function.
33624         (libc_fesetroundf): New macro.
33625         (libc_fesetround): Likewise.
33626         (libc_fesetroundl): Likewise.
33627         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33628         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33629         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33630         libm_hidden_ver.
33631         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33632         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33633         libm_hidden_def.
33634         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33635         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33636         libm_hidden_ver.
33637         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33638         libm_hidden_def.
33639
33640         [BZ #3439]
33641         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33642         integer constant usable in #if and use that to give value to enum
33643         constant.
33644         (FE_DIVBYZERO): Likewise.
33645         (FE_UNDERFLOW): Likewise.
33646         (FE_OVERFLOW): Likewise.
33647         (FE_INVALID): Likewise.
33648         (FE_INVALID_SNAN): Likewise.
33649         (FE_INVALID_ISI): Likewise.
33650         (FE_INVALID_IDI): Likewise.
33651         (FE_INVALID_ZDZ): Likewise.
33652         (FE_INVALID_IMZ): Likewise.
33653         (FE_INVALID_COMPARE): Likewise.
33654         (FE_INVALID_SOFTWARE): Likewise.
33655         (FE_INVALID_SQRT): Likewise.
33656         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33657         (FE_TONEAREST): Likewise.
33658         (FE_TOWARDZERO): Likewise.
33659         (FE_UPWARD): Likewise.
33660         (FE_DOWNWARD): Likewise.
33661         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33662         (FE_DIVBYZERO): Likewise.
33663         (FE_OVERFLOW): Likewise.
33664         (FE_UNDERFLOW): Likewise.
33665         (FE_INEXACT): Likewise.
33666         (FE_TONEAREST): Likewise.
33667         (FE_DOWNWARD): Likewise.
33668         (FE_UPWARD): Likewise.
33669         (FE_TOWARDZERO): Likewise.
33670         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33671         (FE_UNDERFLOW): Likewise.
33672         (FE_OVERFLOW): Likewise.
33673         (FE_DIVBYZERO): Likewise.
33674         (FE_INVALID): Likewise.
33675         (FE_TONEAREST): Likewise.
33676         (FE_TOWARDZERO): Likewise.
33677         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33678         (FE_OVERFLOW): Likewise.
33679         (FE_UNDERFLOW): Likewise.
33680         (FE_DIVBYZERO): Likewise.
33681         (FE_INEXACT): Likewise.
33682         (FE_TONEAREST): Likewise.
33683         (FE_TOWARDZERO): Likewise.
33684         (FE_UPWARD): Likewise.
33685         (FE_DOWNWARD): Likewise.
33686         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33687         (FE_DIVBYZERO): Likewise.
33688         (FE_OVERFLOW): Likewise.
33689         (FE_UNDERFLOW): Likewise.
33690         (FE_INEXACT): Likewise.
33691         (FE_TONEAREST): Likewise.
33692         (FE_DOWNWARD): Likewise.
33693         (FE_UPWARD): Likewise.
33694         (FE_TOWARDZERO): Likewise.
33695
33696 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33697
33698         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33699
33700 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33701
33702         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33703         commands.  Quote $PWD.
33704         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33705         -x" by "export".
33706         (remove_newlines): Remove.
33707
33708 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33709
33710         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33711         * stdlib/stdlib.h (atof): Moved to ...
33712         * include/bits/stdlib-float.h: Here.  New file.
33713         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33714         * stdlib/bits/stdlib-float.h: New file.
33715         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33716         -mno-sse -mno-mmx.
33717         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33718         <xmmintrin.h>.
33719
33720 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33721
33722         * conform/conformtest.pl (@headers): Add fenv.h.
33723         * conform/data/fenv.h-data: New file.
33724         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33725         include of <math/fenv.h>.
33726
33727         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33728         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33729         && !UNIX98].  Enables tests for XOPEN2K8.
33730         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33731         POSIX2008]: Likewise.
33732
33733         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33734         (struct rusage): Do not expect type or its members.
33735
33736         [BZ #3439]
33737         * math/math.h (FP_NAN): Define macro to integer constant usable in
33738         #if and use that to give value to enum constant.
33739         (FP_INFINITE): Likewise.
33740         (FP_ZERO): Likewise.
33741         (FP_SUBNORMAL): Likewise.
33742         (FP_NORMAL): Likewise.
33743
33744 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33745
33746         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33747         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33748         arguments.
33749
33750 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33751
33752         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33753         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33754         autoconf-time if not.
33755         * configure.in: Remove AC_PREREQ.
33756
33757 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33758
33759         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33760         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33761         of the internal implementation.
33762
33763 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33764
33765         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33766         except include of <misc/sys/syslog.h>.
33767
33768 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33769
33770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33771         function returns with a NULL context exit with zero.
33772
33773 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33774
33775         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33776
33777 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33778
33779         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33780         (run_program_cmd): This.
33781         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33782         (tst_langinfo): New variable.  Use it.
33783
33784 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33785
33786         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33787         floating point opcodes.
33788
33789 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33790
33791         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33792         variable.
33793
33794         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33795
33796         * sysdeps/mach/hurd/powerpc: Remove directory.
33797         * sysdeps/mach/powerpc: Likewise.
33798
33799 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33800
33801         * scripts/check-local-headers.sh: Ignore c++ headers.
33802
33803 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33804
33805         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33806         __libc_cleanup_region_start argument.
33807
33808 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33809
33810         [BZ #14784]
33811         [BZ #14785]
33812         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33813         x * y using scaling, not as x * y + z.
33814         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33815         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33816         * math/libm-test.inc (fma_test): Add more tests.
33817         (fma_test_towardzero): Likewise.
33818         (fma_test_downward): Likewise.
33819         (fma_test_upward): Likewise.
33820
33821 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33822
33823         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33824
33825 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33826
33827         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33828         New variable.
33829
33830 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33831
33832         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33833
33834 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33835
33836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33837         Fix sort order.
33838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33839         Likewise.
33840
33841 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33842
33843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33844         Fix the order of the list for glibc 2.17.
33845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33846         Likewise.
33847
33848 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33849
33850         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33851
33852 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33853
33854         [BZ #14610]
33855         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33856         for low part of x being zero before using __atanl (y).
33857         * math/libm-test.inc (atan2_test): Add another test.
33858
33859         * manual/install.texi (Configuring and compiling): Document
33860         general use of test-wrapper and test-wrapper-env.
33861         * INSTALL: Regenerated.
33862
33863         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33864         (__fma): Do not extract and scale down low bits on after-rounding
33865         systems when result rounded to normal precision would have normal
33866         exponent.
33867         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33868         (__fmal): Do not extract and scale down low bits on after-rounding
33869         systems when result rounded to normal precision would have normal
33870         exponent.
33871         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33872         (__fmal): Do not extract and scale down low bits on after-rounding
33873         systems when result rounded to normal precision would have normal
33874         exponent.
33875         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33876         macro.
33877         (fma_test): Add more tests.
33878         (fma_test_towardzero): Likewise.
33879         (fma_test_downward): Likewise.
33880         (fma_test_upward): Likewise.
33881
33882 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33883
33884         * sysdeps/i386/tininess.h: Renamed to ...
33885         * sysdeps/x86/tininess.h: This.
33886         * sysdeps/x86_64/tininess.h: Removed.
33887
33888 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33889
33890         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33891         input.  Use $(build-program-cmd).
33892         ($(objpfx)tst-array1-static.out): Likewise.
33893         ($(objpfx)tst-array2.out): Likewise.
33894         ($(objpfx)tst-array3.out): Likewise.
33895         ($(objpfx)tst-array4.out): Likewise.
33896         ($(objpfx)tst-array5.out): Likewise.
33897         ($(objpfx)tst-array5-static.out): Likewise.
33898
33899 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33900
33901         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33902         if defined.
33903
33904         * nss/nsswitch.h (nss_interface_function): Provide new
33905         macro for use with NSS functions.
33906         * grp/initgroups.c: Use new macro.
33907         * nss/getXXbyYY.c: Likewise.
33908         * nss/getXXbyYY_r.c: Likewise.
33909         * nss/getXXent.c: Likewise.
33910         * nss/getXXent_r.c: Likewise.
33911         * sysdeps/posix/getaddrinfo.c: Likewise.
33912
33913 2012-10-30  Andreas Jaeger  <aj@suse.de>
33914
33915         * po/ru.po: Update Russion translation from translation project.
33916
33917 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33918
33919         [BZ #14152]
33920         [BZ #14783]
33921         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33922         result and shift together with sticky bit instead of replicating
33923         round-to-nearest rounding.
33924         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33925         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33926         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33927         missing underflow exceptions.
33928         (fma_test_towardzero): Add more tests.
33929         (fma_test_downward): Likewise.
33930         (fma_test_upward): Likewise.
33931
33932         [BZ #14047]
33933         * sysdeps/generic/tininess.h: New file.
33934         * sysdeps/i386/tininess.h: Likewise.
33935         * sysdeps/sh/tininess.h: Likewise.
33936         * sysdeps/x86_64/tininess.h: Likewise.
33937         * stdlib/tst-strtod-underflow.c: Likewise.
33938         * stdlib/tst-tininess.c: Likewise.
33939         * stdlib/strtod_l.c: Include <tininess.h>.
33940         (round_and_return): Do not set errno for exact underflow cases.
33941         Force an underflow exception when setting errno for underflow.
33942         Determine underflow based on rounding to normal precision if
33943         TININESS_AFTER_ROUNDING.
33944         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33945         ERANGE for exact underflow cases.
33946         * stdlib/Makefile (tests): Add tst-tininess and
33947         tst-strtod-underflow.
33948         ($(objpfx)tst-tininess): Use $(link-libm).
33949         ($(objpfx)tst-strtod-underflow): Likewise.
33950
33951 2012-10-30  Andreas Jaeger  <aj@suse.de>
33952
33953         [BZ#14767]
33954         * elf/Makefile (tests): Remove conditional for have-initfini-array
33955         since this is now always required and the variable does not exist
33956         anymore.
33957         (tests-static): Likewise.
33958         (modules-names): Likewise.
33959
33960         * po/eo.po: Add Esperanto translation from translation project.
33961
33962         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33963         merged with constructor/destructor.
33964         (init_array): Likewise.
33965         * elf/tst-array2dep.c (fini_array): Likewise.
33966         (init_array): Likewise.
33967
33968 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33969
33970         * manual/message.texi: Delete @cartouche tags.
33971
33972 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33973
33974         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33975         EOPNOTSUPP.
33976         * sysdeps/mach/hurd/fsync.c: Likewise.
33977
33978         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33979         [_POSIX_REALTIME_SIGNALS]: Change condition to
33980         [_POSIX_REALTIME_SIGNALS > 0].
33981
33982 2012-10-27  Andreas Jaeger  <aj@suse.de>
33983
33984         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33985         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33986         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33987         [__WORDSIZE != 64]: Likewise.
33988
33989 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33990
33991         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33992         *  iconvdata/tst-tables.sh: Likewise.
33993
33994 2012-10-25  David S. Miller  <davem@davemloft.net>
33995
33996         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33997         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33998         of strtoull.
33999
34000         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
34001         ifunc-impl-list.c
34002         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
34003         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
34004         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
34005         file.
34006
34007 2012-10-25  Roland McGrath  <roland@hack.frob.com>
34008
34009         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34010         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
34011         __getdirentries.
34012
34013 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
34014             Jim Blandy  <jimb@codesourcery.com>
34015
34016         * scripts/cross-test-ssh.sh: New file.
34017         * manual/install.texi (Configuring and compiling): Document use of
34018         cross-test-ssh.sh.
34019         * INSTALL: Regenerated.
34020
34021 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
34022
34023         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
34024         EOPNOTSUPP.
34025
34026 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
34027
34028         * Makeconfig (run-program-prefix): Fix comment.
34029
34030 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34031             Jim Blandy  <jimb@codesourcery.com>
34032
34033         * Makeconfig (test-wrapper): New variable,
34034         (test-wrapper-env): Likewise.
34035         [$(cross-compiling) = yes && $(test-wrapper) != ""]
34036         (run-built-tests): Define to yes.
34037         (run-program-prefix): Use $(test-wrapper).
34038         (built-program-cmd): Likewise.
34039         * Rules (make-test-out): Use $(test-wrapper-env) and
34040         $(host-built-program-cmd).
34041         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
34042         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
34043         tst-pathopt.sh.
34044         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
34045         $(test-wrapper-env) to tst-rtld-load-self.sh.
34046         ($(objpfx)order2.out): Use $(test-wrapper).
34047         ($(objpfx)tst-initorder.out): Likewise.
34048         ($(objpfx)tst-initorder2.out): Likewise.
34049         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
34050         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
34051         (test_wrapper_env): New variable.  Use it to run ld.so.
34052         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
34053         Use it to run ld.so.
34054         (test_wrapper_env): Likewise.
34055         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
34056         $(test-wrapper) to run-iconv-test.sh.
34057         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
34058         (ICONV): Use $test_wrapper.
34059         * posix/Makefile ($(objpfx)globtest.out): Pass
34060         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
34061         globtest.sh, not $(run-program-prefix).
34062         * posix/globtest.sh (run_via_rtld_prefix): New variable.
34063         (test_wrapper): Likewise.
34064         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
34065         set together with run_via_rtld_prefix.
34066         (run_program_prefix): Define in terms of test_wrapper and
34067         run_via_rtld_prefix.
34068
34069 2012-10-24  Roland McGrath  <roland@hack.frob.com>
34070
34071         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
34072         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
34073         Targets removed.
34074
34075         [BZ #14743]
34076         * include/time.h: Remove librt_hidden_proto (clock_gettime).
34077         Declare __clock_getres, __clock_gettime, __clock_settime,
34078         __clock_nanosleep, and __clock_getcpuclockid.
34079         * rt/clock_gettime.c: Define __clock_gettime as an alias.
34080         Remove librt_hidden_def (clock_gettime).
34081         * sysdeps/unix/clock_gettime.c: Likewise.
34082         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
34083         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
34084         * rt/clock_getres.c: Define __clock_getres as an alias.
34085         * sysdeps/posix/clock_getres.c: Likewise.
34086         * rt/clock_settime.c: Define __clock_settime as an alias.
34087         * sysdeps/unix/clock_settime.c: Likewise.
34088         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
34089         * sysdeps/unix/clock_nanosleep.c: Likewise.
34090         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
34091         * rt/clock-compat.c: New file.
34092         * rt/Makefile (librt-routines): Add clock-compat and move
34093         $(clock-routines) to ...
34094         (routines): ... here, new variable.
34095         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
34096         Don't add get_clockfreq here.
34097         * rt/Versions (libc: GLIBC_2.17): New version set.
34098         Add clock_* symbols here.
34099         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
34100         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
34101         (GLIBC_2.17): Add clock_* symbols.
34102         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34103         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34104         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34106         Likewise.
34107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34108         Likewise.
34109         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34110         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
34111         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34112         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34113         * NEWS: Mention the move.
34114
34115         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
34116         Use __open, __read, __close rather than their public counterparts.
34117         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34118         (__get_clockfreq_via_cpuinfo): Likewise.
34119         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
34120         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
34121
34122         * config.h.in (HAVE_IFUNC): New #undef.
34123         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
34124         was successful.
34125         * configure: Regenerated.
34126
34127 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34128
34129         * configure.in: Move READELF check to start of file.
34130         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
34131         libc_cv_asm_gnu_indirect_function in the process.
34132         * configure: Regenerated.
34133
34134 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34135
34136         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
34137         send the output to /dev/null.
34138         (libc_cv_cc_with_libunwind): Likewise.
34139         (libc_cv_as_noexecstack): Likewise.
34140         * configure: Regenerate.
34141
34142 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34143
34144         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
34145
34146         * posix/globtest.sh (TMPDIR): Do not set.
34147         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
34148         (testout): Likewise.
34149
34150 2012-10-24  Andreas Jaeger  <aj@suse.de>
34151
34152         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
34153         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
34154         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
34155         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
34156         posix_fadvise64, posix_fallocate64.
34157
34158         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
34159         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
34160         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
34161         Likewise.
34162         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
34163         Likewise.
34164         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
34165
34166         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
34167         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
34168         <bits/fcntl-linux.h>.
34169         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
34170
34171         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
34172         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
34173         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
34174         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
34175         [__WORDSIZE != 64]: Likewise.
34176
34177 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34178
34179         * Makeconfig (run-built-tests): New variable.
34180         * Rules [$(cross-compiling) = yes]: Change condition to
34181         [$(run-built-tests) = no].
34182         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
34183         to [$(run-built-tests) = yes].
34184         * elf/Makefile [$(cross-compiling) = no]: Likewise
34185         * grp/Makefile [$(cross-compiling) = no]: Likewise.
34186         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
34187         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
34188         * intl/Makefile [$(cross-compiling) = no]: Likewise.
34189         * io/Makefile [$(cross-compiling) = no]: Likewise.
34190         * libio/Makefile [$(cross-compiling) = no]: Likewise.
34191         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
34192         * misc/Makefile [$(cross-compiling) = no]: Likewise.
34193         * posix/Makefile [$(cross-compiling) = no]: Likewise.
34194         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
34195         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
34196         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
34197         * string/Makefile [$(cross-compiling) = no]: Likewise.
34198
34199         * posix/Makefile ($(objpfx)globtest.out): Pass
34200         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
34201         $(rtld-installed-name).
34202         * posix/globtest.sh (elf_objpfx): Remove variable.
34203         (rtld_installed_name): Likewise.
34204         (library_path): Likewise.
34205         (run_program_prefix): New variable.  Use for running globtest
34206         binary.
34207
34208 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
34209             Joseph Myers  <joseph@codesourcery.com>
34210
34211         * Makeconfig (host-built-program-cmd): New variable.
34212         * elf/Makefile (tst-stackguard1-ARGS): Use
34213         $(host-built-program-cmd).
34214         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
34215         (tst-spawn-ARGS): Likewise.
34216         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
34217
34218 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34219             Jim Blandy  <jimb@codesourcery.com>
34220
34221         * Makeconfig (run-via-rtld-prefix): New variable.
34222         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34223         (built-program-cmd): Likewise.
34224
34225 2012-10-22  Andreas Jaeger  <aj@suse.de>
34226
34227         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34228         __O_RSYNC if it exists, otherwise to O_SYNC.
34229
34230 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
34231             Joseph Myers  <joseph@codesourcery.com>
34232
34233         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34234         /dev/null.
34235         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34236         from /dev/null
34237         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34238         /dev/null.
34239
34240 2012-10-22  Andreas Jaeger  <aj@suse.de>
34241
34242         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34243         Define always.
34244         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34245
34246         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34247         bits/fcntl-linux.h.
34248
34249         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34250         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34251
34252         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34253         to __O_LARGEFILE.
34254         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34255         to __O_LARGEFILE.
34256
34257 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34258             Joseph Myers  <joseph@codesourcery.com>
34259
34260         * config.make.in (NM): New variable.
34261
34262 2012-10-21  Andreas Jaeger  <aj@suse.de>
34263
34264         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34265         definitions and declarations that are provided by
34266         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34267
34268 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34269
34270         [BZ #14683]
34271         * elf/Makefile (tests-static): Add tst-leaks1-static.
34272         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34273         ($(objpfx)tst-leaks1-static): New rule.
34274         ($(objpfx)tst-leaks1-static-mem): Likewise.
34275         (tst-leaks1-static-ENV): New macro.
34276         * elf/dl-open.c (dl_open_worker): Check the main application
34277         only if SHARED is defined.
34278         * elf/tst-leaks1-static.c: New file.
34279
34280 2012-10-20  Andreas Jaeger  <aj@suse.de>
34281
34282         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34283         generic values for Linux.
34284         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34285         and declarations that are provided by <bits/fcntl-linux.h> and
34286         include <bits/fcntl-linux.h>.
34287         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34288         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34289
34290 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34291
34292         * io/fcntl.h: Move include of <bits/types.h> to the top and
34293         include it unconditionally.
34294
34295 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34296
34297         * wcsmbs/Makefile (tests-ifunc): New variable.
34298         (tests): Add $(tests-ifunc).
34299         * wcsmbs/test-wcschr-ifunc.c: New file.
34300         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34301         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34302         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34303         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34304         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34305
34306         * string/Makefile (tests-ifunc): New variable.
34307         (tests): Add $(tests-ifunc).
34308         * string/test-memccpy.c (TEST_NAME): New macro.
34309         * string/test-memchr.c (TEST_NAME): Likewise.
34310         * string/test-memcmp.c (TEST_NAME): Likewise.
34311         * string/test-memcpy.c (TEST_NAME): Likewise.
34312         * string/test-memmem.c (TEST_NAME): Likewise.
34313         * string/test-memmove.c (TEST_NAME): Likewise.
34314         * string/test-memset.c (TEST_NAME): Likewise.
34315         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34316         * string/test-stpcpy.c (TEST_NAME): Likewise.
34317         * string/test-stpncpy.c (TEST_NAME): Likewise.
34318         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34319         * string/test-strcasestr.c (TEST_NAME): Likewise.
34320         * string/test-strcat.c (TEST_NAME): Likewise.
34321         * string/test-strchr.c (TEST_NAME): Likewise.
34322         * string/test-strcmp.c(TEST_NAME): Likewise.
34323         * string/test-strcpy.c (TEST_NAME): Likewise.
34324         * string/test-strcspn.c (TEST_NAME): Likewise.
34325         * string/test-strlen.c (TEST_NAME): Likewise.
34326         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34327         * string/test-strncmp.c (TEST_NAME): Likewise.
34328         * string/test-strncpy.c (TEST_NAME): Likewise.
34329         * string/test-strnlen.c (TEST_NAME): Likewise.
34330         * string/test-strpbrk.c (TEST_NAME): Likewise.
34331         * string/test-strrchr.c (TEST_NAME): Likewise.
34332         * string/test-strspn.c (TEST_NAME): Likewise.
34333         * string/test-strstr.c (TEST_NAME): Likewise.
34334         * string/test-bcopy-ifunc.c: New file.
34335         * string/test-bzero-ifunc.c: Likewise.
34336         * string/test-memccpy-ifunc.c: Likewise.
34337         * string/test-memchr-ifunc.c: Likewise.
34338         * string/test-memcmp-ifunc.c: Likewise.
34339         * string/test-memcpy-ifunc.c: Likewise.
34340         * string/test-memmem-ifunc.c: Likewise.
34341         * string/test-memmove-ifunc.c: Likewise.
34342         * string/test-mempcpy-ifunc.c: Likewise.
34343         * string/test-memset-ifunc.c: Likewise.
34344         * string/test-rawmemchr-ifunc.c: Likewise.
34345         * string/test-stpcpy-ifunc.c: Likewise.
34346         * string/test-stpncpy-ifunc.c: Likewise.
34347         * string/test-strcasecmp-ifunc.c: Likewise.
34348         * string/test-strcasestr-ifunc.c: Likewise.
34349         * string/test-strcat-ifunc.c: Likewise.
34350         * string/test-strchr-ifunc.c: Likewise.
34351         * string/test-strchrnul-ifunc.c: Likewise.
34352         * string/test-strcmp-ifunc.c: Likewise.
34353         * string/test-strcpy-ifunc.c: Likewise.
34354         * string/test-strcspn-ifunc.c: Likewise.
34355         * string/test-strlen-ifunc.c: Likewise.
34356         * string/test-strncasecmp-ifunc.c: Likewise.
34357         * string/test-strncat-ifunc.c: Likewise.
34358         * string/test-strncmp-ifunc.c: Likewise.
34359         * string/test-strncpy-ifunc.c: Likewise.
34360         * string/test-strnlen-ifunc.c: Likewise.
34361         * string/test-strpbrk-ifunc.c: Likewise.
34362         * string/test-strrchr-ifunc.c: Likewise.
34363         * string/test-strspn-ifunc.c: Likewise.
34364         * string/test-strstr-ifunc.c: Likewise.
34365
34366         * debug/Makefile (tests-ifunc): New variable.
34367         (tests): Add $(tests-ifunc).
34368         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34369         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34370         * debug/test-stpcpy_chk-ifunc.c: New file.
34371         * debug/test-strcpy_chk-ifunc.c: Likewise.
34372
34373 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34374
34375         [BZ #13601]
34376         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34377         header is not read in.
34378
34379 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34380
34381         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34382         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34383         directly.  Pass built executable to script as
34384         $(built-program-cmd).
34385         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34386         $testprogram without using LD_LIBRARY_PATH and $ldso.
34387
34388         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34389         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34390         $(rtld-installed-name).
34391         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34392         (rtld_installed_name): Likewise.
34393         (library_path): Likewise.
34394         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34395         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34396         $(run-program-prefix) to tst-tables.sh.
34397         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34398         it to run tst-table-from and tst-table-to.
34399         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34400         Pass it to tst-table.sh.
34401         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34402         $(run-program-prefix) to tst-gettext.sh.
34403         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34404         tst-translit.sh.
34405         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34406         tst-gettext2.sh.
34407         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34408         to run tst-gettext.
34409         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34410         to run tst-gettext2.
34411         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34412         to run tst-translit.
34413         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34414         $(run-program-prefix) to tst-mtrace.sh.
34415         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34416         to run tst-mtrace.
34417         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34418         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34419         $(rtld-installed-name).
34420         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34421         (rtld_installed_name): Likewise.
34422         (run_program_prefix): New variable.  Use it to run wordexp-test.
34423
34424         * Makeconfig (ARCH): Remove all definitions.
34425         (machine): Likewise.
34426         [ARCH]: Remove conditional code.
34427         [!objdir]: Give error.
34428         [!objdir] (objpfx): Remove.
34429         [!objdir] (common-objpfx): Likewise.
34430         [!objdir] (common-objdir): Likewise.
34431         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34432         AC_CONFIG_FILES call.
34433         * configure: Regenerated.
34434
34435         [BZ #13888]
34436         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34437         or TMPDIR.
34438         (testout): Likewise.
34439
34440         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34441         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34442         $(rtld-installed-name).
34443         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34444         (rtld_installed_name): Likwise.
34445         (runit): Remove function.
34446         (run_getconf): New variable,  Use it for running getconf binary.
34447
34448 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34449
34450         [BZ #14716]
34451         * string/test-memmem.c (check_result): New function.
34452         (do_one_test): Use it.
34453         (check1): New function.
34454         (test_main): Use it.
34455
34456 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34457
34458         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34459
34460 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34461
34462         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34463         (_G_LSEEK64): Likewise.
34464         (_G_MMAP64): Likewise.
34465         (_G_FSTAT64): Likewise.
34466         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34467         (_G_LSEEK64): Likewise.
34468         (_G_MMAP64): Likewise.
34469         (_G_FSTAT64): Likewise.
34470         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34471         unconditional.  Call __mmap64 directly.
34472         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34473         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34474         __lseek64 directly.
34475         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34476         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34477         __mmap64 directly.
34478         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34479         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34480         __lseek64 directly.
34481         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34482         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34483         __lseek64 directly.
34484         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34485         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34486         __lseek64 directly.
34487         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34488         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34489         __fxstat64 directly.
34490         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34491         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34492         unconditional.
34493         (freopen64) [!_G_OPEN64]: Remove conditional code.
34494         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34495         unconditional.
34496         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34497         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34498         unconditional.
34499         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34500         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34501         unconditional.
34502         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34503         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34504         unconditional.
34505         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34506         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34507         unconditional.
34508         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34509         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34510         unconditional.
34511         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34512         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34513         unconditional.
34514         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34515
34516 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34517
34518         [BZ #12140]
34519         * manual/memory.texi (Malloc Tunable Parameters): Add note
34520         about free list pointers overwriting some perturb bytes.
34521         Wording suggested by Roland McGrath.
34522
34523 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34524
34525         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34526         (lgamma_test): Likewise.
34527         (tgamma_test): Likewise.
34528
34529 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34530
34531         [BZ #14700]
34532         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34533         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34534
34535 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34536
34537         * NEWS: Mention BZ #14716.
34538         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34539         when removing AVAILABLE1_USES_J macro.
34540
34541 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34542
34543         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34544         (__bswap_64): __uint64_t for unsigned 64-bit int.
34545
34546 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34547
34548         * include/string.h (memmem): Declare libc hidden alias.
34549         * string/memmem.c (memmem): Define libc hidden alias.
34550         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34551         __read, __close instead of open, read, close.
34552
34553 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34554
34555         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34556         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34557         global and hidden.
34558         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34559         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34560         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34561         Likewise.
34562         (__rawmemchr_sse2): Likewise.
34563         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34564         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34565         (__strchr_sse2): Likewise.
34566         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34567         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34568         (__strcasecmp_sse2): Likewise.
34569         (__strncasecmp_sse2): Likewise.
34570         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34571         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34572         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34573         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34574         (__strrchr_sse2): Likewise.
34575         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34576         ifunc-impl-list.c.
34577         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34578         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34579         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34580         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34581         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34582         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34583         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34584         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34585         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34586         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34587         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34588         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34589         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34590         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34591         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34592         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34593         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34594         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34595         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34596         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34597         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34598         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34599         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34600         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34601         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34602         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34603         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34604         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34605         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34606         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34607
34608         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34609         global and hidden.
34610         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34611         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34612         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34613         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34614         Likewise.
34615         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34616         Likewise.
34617         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34618         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34619         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34620         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34621         ifunc-impl-list.c.
34622         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34623         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34624         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34625         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34626         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34627         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34628         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34629         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34630         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34631         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34632         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34633         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34634         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34635         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34636         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34637         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34638         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34639         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34640         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34641         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34642         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34643         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34644         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34645         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34646         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34647         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34648         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34649         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34650         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34651         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34652         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34653         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34654         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34655         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34656         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34657         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34658         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34659         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34660         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34661         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34662         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34663
34664         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34665         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34666         * include/ifunc-impl-list.h: New file.
34667         * misc/ifunc-impl-list.c: Likewise.
34668         * misc/Makefile (routines): Add ifunc-impl-list.
34669         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34670         * string/test-string.h: Include <ifunc-impl-list.h>.
34671         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34672         TEST_NAME]: New variables.
34673         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34674         are defined.
34675         (test_init): Call __libc_ifunc_impl_list to initialize
34676         func_list if TEST_IFUNC and TEST_NAME are defined.
34677
34678         * string/Makefile (strop-tests): Add bcopy and bzero.
34679         * string/test-bcopy.c: New file.
34680         * string/test-bzero.c: Likewise.
34681         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34682         defined.
34683         * string/test-memset.c: Support bzero test if TEST_BZERO is
34684         defined.
34685         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34686         __libc_memmove.
34687         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34688         __libc_memset.
34689         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34690         of memset.
34691
34692 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34693
34694         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34695         * configure: Regenerated.
34696
34697         * Makeconfig (+link-static-before-libc): Don't include
34698         $(link-static-libc).
34699
34700         * libio/libio.h (_IO_pos_t): Remove.
34701
34702 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34703
34704         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34705         McGrath.
34706
34707 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34708
34709         * crypt/crypt-entry.c: Include fips-private.h.
34710         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34711         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34712         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34713         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34714
34715 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34716
34717         * crypt/crypt-private.h: Include stdbool.h.
34718         (_ufc_setup_salt_r): Return bool.
34719         * crypt/crypt-entry.c: Include errno.h.
34720         (__crypt_r): Return NULL with EINVAL for bad salt.
34721         * crypt/crypt_util.c (bad_for_salt): New.
34722         (_ufc_setup_salt_r): Check that salt is long enough and within
34723         the specified alphabet.
34724         * crypt/badsalttest.c: New file.
34725         * crypt/Makefile (tests): Add it.
34726         ($(objpfx)badsalttest): New.
34727
34728 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34729
34730         * NEWS: Add entry for BZ #14602.
34731
34732 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34733
34734         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34735         type-generic.
34736         * math/libm-test.inc: Update comment listing what functions and
34737         macros are tested.
34738         (isgreater_test): New function.
34739         (isgreaterequal_test): Likewise.
34740         (isless_test): Likewise.
34741         (islessequal_test): Likewise.
34742         (islessgreater_test): Likewise.
34743         (isunordered_test): Likewise.
34744         (main): Call the new functions.
34745
34746 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34747
34748         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34749         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34750         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34751         * sysdeps/i386/configure: Regenerated.
34752         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34753         * sysdeps/mach/configure: Regenerated.
34754         * sysdeps/mach/hurd/configure: Regenerated.
34755         * sysdeps/powerpc/configure: Regenerated.
34756         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34757         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34758         * sysdeps/s390/s390-32/configure: Regenerated.
34759         * sysdeps/s390/s390-64/configure: Regenerated.
34760         * sysdeps/sh/configure: Regenerated.
34761         * sysdeps/sparc/configure: Regenerated.
34762         * sysdeps/unix/sysv/linux/configure: Regenerated.
34763         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34764         * sysdeps/x86_64/configure: Regenerated.
34765
34766         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34767         defined.  Don't check if MAP is NULL.
34768
34769 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34770
34771         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34772         (_G_stat64): Likewise.
34773         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34774         (_G_stat64): Likewise.
34775         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34776         instead of struct _G_stat64.
34777         * libio/fileops.c (mmap_remap_check): Likewise.
34778         (decide_maybe_mmap): Likewise.
34779         (_IO_new_file_seekoff): Likewise.
34780         (_IO_file_stat): Likewise.
34781         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34782         _G_off64_t.
34783         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34784         instead of struct _G_stat64.
34785         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34786
34787 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34788
34789         [BZ #14602]
34790         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34791         Replace with ...
34792         (CHECK_EOL): New macro.
34793         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34794         CHECK_EOL.
34795         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34796         Replace with CHECK_EOL.
34797         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34798         Replace with CHECK_EOL.
34799
34800 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34801
34802         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34803         type-generic.
34804         * math/libm-test.inc: Update comment listing what functions and
34805         macros are tested.
34806         (finite_test): New function.
34807         (isinf_test): Likewise.
34808         (isnan_test): Likewise.
34809         (fpclassify_test): Test subnormal input.
34810         (isfinite_test): Likewise.
34811         (isnormal_test): Likewise.
34812         (main): Call the new functions.
34813
34814 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34815
34816         [BZ #14660]
34817         * Makerules (%.dynsym): Force C locale when running
34818         $(OBJDUMP) --dynamic-syms.
34819
34820 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34821
34822         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34823         <stdint.h>.
34824
34825 2012-10-06  David S. Miller  <davem@davemloft.net>
34826
34827         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34828         upper 32-bits of the length value in %o2 since we use branch-on-register
34829         tests which consider the entire 64-bit register.
34830
34831 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34832
34833         * string/test-strstr.c (check2): Add a test for page boundary.
34834
34835 2012-10-05  David S. Miller  <davem@davemloft.net>
34836
34837         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34838         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34839         file.
34840         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34841         sysdep_routines.
34842         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34843         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34844         and bzero when HWCAP_SPARC_CRYPTO is present.
34845
34846 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34847
34848         [BZ #14602]
34849         * string/test-strstr.c (check2): New function.
34850         (test_main): Call check2.
34851
34852         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34853         and bug-strchr1.
34854         * string/bug-strcasestr1.c (do_test): Moved to ...
34855         * string/test-strcasestr.c (check1): Here.  New function.
34856         (do_one_test): Break out result checking code into ...
34857         (check_result): This.  New function.
34858         (do_one_test): Call check_result.
34859         (test_main): Call check1.
34860         * string/bug-strchr1.c (do_test): Moved to ...
34861         * string/test-strchr.c (check1): Here.  New function.
34862         (do_one_test): Break out result checking code into ...
34863         (check_result): This.  New function.
34864         (do_one_test): Call check_result.
34865         (test_main): Call check1.
34866         * string/bug-strstr1.c (main): Moved to ...
34867         * string/test-strstr.c (check1): Here.  New function.
34868         (do_one_test): Break out result checking code into ...
34869         (check_result): This.  New function.
34870         (do_one_test): Call check_result.
34871         (test_main): Call check1.
34872         * string/bug-strcasestr1.c: Removed.
34873         * string/bug-strchr1.c: Likewise.
34874         * string/bug-strstr1.c: Likewise.
34875
34876         * elf/Makefile (dl-routines): Add hwcaps.
34877         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34878         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34879         (_dl_important_hwcaps): Moved to ...
34880         * elf/dl-hwcaps.c: Here.  New file.
34881         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34882
34883         [BZ #14557]
34884         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34885         if IS_IN_rtld isn't defined.
34886
34887         * elf/dl-support.c (_dl_sysinfo_map): New.
34888         Include "get-dynamic-info.h" and "setup-vdso.h".
34889         (_dl_non_dynamic_init): Call setup_vdso.
34890         * elf/dynamic-link.h: Don't include <assert.h>.
34891         (elf_get_dynamic_info): Moved to ...
34892         * elf/get-dynamic-info.h: Here.  New file.
34893         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34894         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34895         * elf/setup-vdso.h: Here.  New file.
34896         * elf/rtld.c: Include "setup-vdso.h".
34897         (dl_main): Call setup_vdso.
34898
34899 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34900
34901         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34902         creal in comment listing functions tested.  List finite, isinf,
34903         isnan, isless, islessequal, isgreater, isgreaterequal,
34904         islessgreater, isunordered, lgamma_r and pow10 as functions and
34905         macros not tested.  Mention which functions not tested are aliases
34906         for other functions.  Fix typo.  Note that signs of NaNs are not
34907         tested.
34908
34909         * scripts/config.guess: Update from config.git.
34910         * scripts/config.sub: Likewise.
34911
34912 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34913
34914         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34915         * misc/madvise.c (madvise): Renamed to __madvise.
34916         Make madvise a weak alias.
34917         * include/sys/mman.h: Declare __madvise.
34918         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34919         * sysdeps/unix/syscalls.list
34920         (madvise): Make __madvise the strong name, and madvise a weak alias.
34921         * sysdeps/unix/sysv/linux/syscalls.list
34922         (madvise, mmap): Remove redundant entries.
34923         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34924         * malloc/malloc.c (mtrim): Likewise.
34925         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34926
34927 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34928
34929         * sysdeps/mach/hurd/dl-cache.c: File removed.
34930         * config.h.in (USE_LDCONFIG): New #undef.
34931         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34932         * configure: Regenerated.
34933         * elf/Makefile (dl-routines): Add dl-cache only under
34934         [$(use-ldconfig) = yes].
34935         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34936         cache on [USE_LDCONFIG].
34937         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34938         [USE_LDCONFIG].
34939         * elf/rtld.c (dl_main): Likewise.
34940
34941 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34942
34943         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34944         _SC_LEVEL4_CACHE_LINESIZE.
34945
34946 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34947
34948         * sysdeps/unix/bsd/confstr.h: File removed.
34949
34950 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34951
34952         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34953         sys/sdt-config.h.
34954
34955 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34956
34957         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34958         Make 'mapoff' field ElfW(Off) rather than off_t.
34959
34960 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34961
34962         * nscd/Makefile: Remove nscd-cflags and all its users.
34963         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34964         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34965
34966         [BZ #10631]
34967         * malloc.c (malloc_printerr): Clarify error message.
34968
34969 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34970
34971         [BZ #14648]
34972         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34973         Set bit_FMA_Usable if FMA is supported.
34974         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34975         macro.
34976         (bit_FMA4_Usable): Updated.
34977         (index_FMA_Usable): New macro.
34978         (CPUID_FMA): Likewise
34979         (HAS_FMA): Defined with bit_FMA_Usable.
34980
34981 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34982
34983         * bits/types.h (__swblk_t): Type removed.
34984         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34985         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34986         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34987         (__SWBLK_T_TYPE): Likewise.
34988         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34989         (__SWBLK_T_TYPE): Likewise.
34990         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34991         (__SWBLK_T_TYPE): Likewise.
34992         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34993         (__SWBLK_T_TYPE): Likewise.
34994
34995 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34996             Honza Horak <hhorak@redhat.com>
34997
34998         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34999         (xdr_mapname): Use YPMAXMAP as maxsize.
35000         (xdr_peername): Use YPMAXPEER as maxsize.
35001         (xdr_keydat): Use YPAXRECORD as maxsize.
35002         (xdr_valdat): Use YPMAXRECORD as maxsize.
35003
35004 2012-10-01  Roland McGrath  <roland@hack.frob.com>
35005
35006         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
35007
35008         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
35009         * csu/init-first.c: ... here.
35010         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
35011         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
35012         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
35013         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
35014         * sysdeps/i386/init-first.c: File removed.
35015         * sysdeps/sh/init-first.c: File removed.
35016
35017 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
35018
35019         [BZ #14645]
35020         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
35021         if x * y might underflow to zero and z is zero.
35022         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35023         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35024         * math/libm-test.inc (min_subnorm_value): New variable.
35025         (fma_test): Add more tests.
35026         (fma_test_towardzero): Likewise.
35027         (fma_test_downward): Likewise
35028         (fma_test_upward): Likewise.
35029         (initialize): Set min_subnorm_value.
35030
35031 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
35032
35033         [BZ #14638]
35034         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
35035         0 + 0.
35036         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
35037         mode for addition resulting in exact zero.
35038         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
35039         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
35040         exact 0 + 0.
35041         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35042         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35043         * math/libm-test.inc (fma_test): Add more tests.
35044         (fma_test_towardzero): New function.
35045         (fma_test_downward): Likewise.
35046         (fma_test_upward): Likewise.
35047         (main): Call the new functions.
35048
35049 2012-09-28  David S. Miller  <davem@davemloft.net>
35050
35051         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
35052
35053 2012-09-28  Roland McGrath  <roland@hack.frob.com>
35054
35055         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
35056         instead of SIGALRM.
35057
35058         * sysdeps/gnu/_G_config.h: Moved to ...
35059         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
35060         * sysdeps/mach/hurd/_G_config.h: Moved to ...
35061         * sysdeps/generic/_G_config.h: ... here.
35062
35063         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
35064
35065         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
35066
35067         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
35068         Conditionalize target on [libnss_test1.so-version].
35069
35070         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
35071
35072         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
35073         (elfobjdir): Move out of conditionals.
35074
35075         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
35076         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
35077         (__nss_lookup_function): Conditionalize label remove_from_tree on
35078         [!DO_STATIC_NSS || SHARED], matching its only use.
35079
35080 2012-09-28  David S. Miller  <davem@davemloft.net>
35081
35082         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
35083         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
35084         file.
35085         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
35086         sysdep_routines.
35087         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
35088         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
35089         when HWCAP_SPARC_CRYPTO is present.
35090
35091 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35092
35093         * io/tst-mknodat.c: Create a FIFO instead of a socket.
35094
35095 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
35096
35097         [BZ #6530]
35098         * stdio-common/vfprintf.c (process_string_arg): Revert
35099         2000-07-22 change.
35100
35101 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
35102
35103         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
35104         for testcase.
35105         * stdio-common/tst-sprintf.c: Include <locale.h>
35106         (main): Test sprintf's handling of incomplete multibyte
35107         characters.
35108
35109 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
35110
35111         * elf/dl-runtime.c (VERSYMIDX): Removed.
35112         * elf/dl-version.c (VERSYMIDX): Likewise.
35113         * elf/do-rel.h (VERSYMIDX): Likewise.
35114         (VALIDX): Likewise.
35115         * elf/dynamic-link.h (VERSYMIDX): Likewise.
35116         * elf/rtld.c (VALIDX): Likewise.
35117         (ADDRIDX): Likewise.
35118         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
35119         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
35120         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
35121         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
35122         (VALIDX): Likewise.
35123         (ADDRIDX): Likewise.
35124
35125 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35126
35127         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
35128
35129 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
35130
35131         [BZ #11438]
35132         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
35133         to global scope.
35134         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
35135         addresses are in the same scope as 192.0.2/24.
35136         * posix/gai.conf: Document new scope table defaults.
35137
35138 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35139
35140         [BZ #5298]
35141         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
35142         for ftell.  Compute offsets from write pointers instead.
35143         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
35144
35145 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35146
35147         [BZ #14543]
35148         * libio/Makefile (tests): New test case tst-fseek.
35149         * libio/tst-fseek.c: New test case to verify that fseek/ftell
35150         combination works in wide mode.
35151         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
35152         state when the external buffer state changes.
35153
35154 2012-09-27  David S. Miller  <davem@davemloft.net>
35155
35156         [BZ #14376]
35157         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
35158         pass reloc->r_addend in as the 'high' argument to
35159         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
35160
35161         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35162
35163 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35164
35165         * rt/tst-aio2.c: Include <pthread.h>.
35166         * rt/tst-aio3.c: Likewise.
35167
35168 2012-09-27  Steve Ellcey  <sellcey@mips.com>
35169
35170         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
35171
35172 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
35173
35174         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
35175         contents on [SHARED].
35176
35177 2012-09-26  Marek Polacek  <polacek@redhat.com>
35178
35179         [BZ #14530]
35180         [BZ #13741]
35181         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
35182         for C++ and GCC <4.3 as well as for non GCC compilers.
35183
35184 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
35185
35186         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35187
35188 2012-09-25  Roland McGrath  <roland@hack.frob.com>
35189
35190         * Makefile.in (all, install): Declare with .PHONY.
35191         Reported by Michael Hope <michael.hope@linaro.org>.
35192
35193 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35194
35195         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
35196         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
35197         system header.
35198         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
35199         Likewise.
35200         (sydep_routines): Add the new and the internal functions.
35201         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
35202         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
35203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
35204         (GLIBC_2.17): Add the new function.
35205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35206         (GLIBC_2.17): Likewise.
35207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
35208         (GLIBC_2.17): Likewise.
35209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
35210         (GLIBC_2.17): Likewise.
35211         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
35212
35213 2012-09-25  Alan Modra  <amodra@gmail.com>
35214
35215         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
35216         Add release barrier before setting once_control to say
35217         initialisation is done.  Add hints on lwarx.  Use macro in
35218         place of isync.
35219         (clear_once_control): Add release barrier.
35220
35221 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35222
35223         [BZ #13629]
35224         * math/s_clog.c (__clog): Handle more values close to |z| = 1
35225         specially.
35226         * math/s_clog10.c (__clog10): Likewise.
35227         * math/s_clog10f.c (__clog10f): Likewise.
35228         * math/s_clog10l.c (__clog10l): Likewise.
35229         * math/s_clogf.c (__clogf): Likewise.
35230         * math/s_clogl.c (__clogl): Likewise.
35231         * math/Makefile (libm-calls): Add x2y2m1.
35232         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35233         (__x2y2m1): Likewise.
35234         (__x2y2m1l): Likewise.
35235         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35236         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35237         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35238         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35239         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35240         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35241         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35242         * sysdeps/i386/fpu/libm-test-ulps: Update.
35243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35244
35245         [BZ #14621]
35246         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35247         int as type of variable DEPTH.
35248         (glob): Use size_t instead of int as type of variables NEWCOUNT
35249         and OLD_PATHC.
35250
35251 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35252
35253         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35254         Add s_sincosf-sse2.
35255         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35256         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35257         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35258         macros for using routine as __sincosf_ia32.
35259         Use macro for function declaration and weak_alias.
35260         * sysdeps/i386/fpu/libm-test-ulps: Update.
35261
35262         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35263         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35264
35265         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35266         subnormal argument.
35267         * math/s_cexpf.c (__cexpf): Likewise.
35268         * math/s_csinf.c (__csinf): Likewise.
35269         * math/s_csinhf.c (__csinhf): Likewise.
35270         * math/s_ctanf.c (__ctanf): Likewise.
35271         * math/s_ctanhf.c (__ctanhf): Likewise.
35272         * math/s_ccosh.c (__ccoshf): Likewise.
35273         * math/s_cexp.c (__cexpl): Likewise.
35274         * math/s_csin.c (__csin): Likewise.
35275         * math/s_csinh.c (__csinh): Likewise.
35276         * math/s_ctan.c (__ctan): Likewise.
35277         * math/s_ctanh.c (ctanh): Likewise.
35278         * math/s_ccoshl.c (__ccoshl): Likewise.
35279         * math/s_cexpl.c (__cexpl): Likewise.
35280         * math/s_csinl.c (__csinl): Likewise.
35281         * math/s_csinhl.c (__csinhl): Likewise.
35282         * math/s_ctanl.c (__ctanl): Likewise.
35283         * math/s_ctanhl.c (__ctanhl): Likewise.
35284
35285 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35286
35287         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35288         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35289         (_IO_off_t): Define to __off_t, not _G_off_t.
35290         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35291         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35292         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35293         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35294         type of __dummy and __dummy2 fields.
35295         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35296         (_G_ssize_t): Likewise.
35297         (_G_off_t): Likewise.
35298         (_G_pid_t): Likewise.
35299         (_G_uid_t): Likewise.
35300         (_G_wchar_t): Likewise.
35301         (_G_wint_t): Likewise.
35302         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35303         (_G_ssize_t): Likewise.
35304         (_G_off_t): Likewise.
35305         (_G_pid_t): Likewise.
35306         (_G_uid_t): Likewise.
35307         (_G_wchar_t): Likewise.
35308         (_G_wint_t): Likewise.
35309         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35310         (_G_ssize_t): Likewise.
35311         (_G_off_t): Likewise.
35312         (_G_pid_t): Likewise.
35313         (_G_uid_t): Likewise.
35314         (_G_wchar_t): Likewise.
35315         (_G_wint_t): Likewise.
35316
35317 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35318
35319         * malloc/arena.c: Include malloc-sysdep.h.
35320         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35321         is sufficient to shrink the heap or an unmap is needed.
35322         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35323         new function check_may_shrink_heap.
35324         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35325         new function check_may_shrink_heap.
35326
35327 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35328
35329         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35330         comments.
35331
35332 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35333
35334         * catgets/test-gencat.sh: Add "set -e".
35335         * elf/tst-pathopt.sh: Likewise.
35336         * grp/tst_fgetgrent.sh: Likewise.
35337         * iconvdata/run-iconv-test.sh: Likewise.
35338         * intl/tst-gettext.sh: Likewise.
35339         * intl/tst-gettext2.sh: Likewise.
35340         * intl/tst-gettext4.sh: Likewise.
35341         * intl/tst-gettext6.sh: Likewise.
35342         * intl/tst-translit.sh: Likewise.
35343         * io/ftwtest-sh: Likewise.
35344         * libio/test-freopen.sh: Likewise.
35345         * malloc/tst-mtrace.sh: Likewise.
35346         * posix/globtest.sh: Likewise.
35347         * posix/tst-getconf.sh: Likewise.
35348         * posix/wordexp-tst.sh: Likewise.
35349         * stdio-common/tst-printf.sh: Likewise.
35350         * stdio-common/tst-unbputc.sh: Likewise.
35351         * stdlib/tst-fmtmsg.sh: Likewise.
35352         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35353         * catgets/Makefile: Do not specify -e option when running
35354         testsuite shell scripts.
35355         * elf/Makefile: Likewise.
35356         * grp/Makefile: Likewise.
35357         * iconvdata/Makefile: Likewise.
35358         * intl/Makefile: Likewise.
35359         * io/Makefile: Likewise.
35360         * libio/Makefile: Likewise.
35361         * malloc/Makefile: Likewise.
35362         * posix/Makefile: Likewise.
35363         * stdio-common/Makefile: Likewise.
35364         * stdlib/Makefile: Likewise.
35365         * sysdeps/x86_64/Makefile: Likewise.
35366
35367         * io/ftwtest-sh: Add copyright header.
35368         * posix/globtest.sh: Likewise.
35369         * posix/tst-getconf.sh: Likewise.
35370         * posix/wordexp-tst.sh: Likewise.
35371         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35372
35373 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35374
35375         [BZ #13679]
35376         * Makeconfig (+link): Defined as $(+link-static) if
35377         $(build-shared) isn't yes.
35378         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35379         isn't yes.
35380         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35381
35382         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35383
35384         [BZ #14562]
35385         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35386         new chunk size with MALLOC_ALIGN_MASK.
35387
35388 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35389
35390         [BZ #5044]
35391         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35392         <rounding-mode.h>.
35393         (__printf_fphex): Determine rounding using get_rounding_mode and
35394         round_away.
35395         * stdio-common/tst-printf-round.c (struct hex_test): New
35396         structure.
35397         (hex_tests): New variable.
35398         (test_hex_in_one_mode): New function.
35399         (do_test): Also run tests for hex float output.
35400
35401 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35402
35403         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35404         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35405         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35406         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35407         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35408         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35409         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35410         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35411
35412 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35413
35414         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35415         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35416         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35417         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35418
35419 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35420
35421         [BZ #14579]
35422         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35423         mode only.
35424         * elf/tst-rtld-load-self.sh: New test.
35425         * elf/Makefile: Run it.
35426
35427 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35428
35429         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35430         (tst-writev-ENV): Remove.
35431         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35432
35433 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35434
35435         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35436
35437 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35438
35439         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35440         unconditional.
35441         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35442         Likewise.
35443         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35444         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35445         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35446         Likewise.
35447
35448 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35449
35450         [BZ #14587]
35451         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35452         * config.make.in (have-cpp-asm-debuginfo): Removed.
35453         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35454         * configure: Regenerated.
35455
35456 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35457
35458         [BZ #5044]
35459         * stdio-common/printf_fp.c: Include <stdbool.h> and
35460         <rounding-mode.h>.
35461         (___printf_fp): Determine rounding using get_rounding_mode and
35462         round_away.
35463         * stdio-common/tst-printf-round.c: New file.
35464         * stdio-common/Makefile (tests): Add tst-printf-round.
35465         (link-libm): New variable.
35466         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35467
35468 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35469
35470         [BZ #14576]
35471         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35472         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35473         Likewise.
35474         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35475         Likewise.
35476
35477 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35478
35479         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35480         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35481         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35482         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35483
35484 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35485
35486         [BZ #14518]
35487         * include/rounding-mode.h: New file.
35488         * sysdeps/generic/get-rounding-mode.h: Likewise.
35489         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35490         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35491         (MAX_VALUE): New macro.
35492         (MIN_VALUE): Likewise.
35493         (overflow_value): New function.
35494         (underflow_value): Likewise.
35495         (round_and_return): Use overflow_value and underflow_value to
35496         determine return values in overflow and underflow cases.  Use
35497         round_away to determine rounding depending on rounding mode.
35498         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35499         determine return values in overflow and underflow cases.
35500         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35501         (struct test_results): New structure.
35502         (struct test): Use struct test_results to store expected results
35503         for all rounding modes.
35504         (TEST): Include expected results for all rounding modes.
35505         (test_in_one_mode): New function.
35506         (do_test): Use test_in_one_mode to compute and check results.
35507         Check results for all rounding modes.
35508         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35509         $(link-libm).
35510
35511 2012-12-09  Allan McRae  <allan@archlinux.org>
35512
35513         * sysdeps/i386/fpu/libm-test-ulps: Update
35514
35515 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35516
35517         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35518         (_G_int32_t): Likewise.
35519         (_G_uint16_t): Likewise.
35520         (_G_uint32_t): Likewise.
35521         (_G_HAVE_BOOL): Likewise.
35522         (_G_HAVE_ATEXIT): Likewise.
35523         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35524         (_G_HAVE_IO_FILE_OPEN): Likewise.
35525         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35526         (_G_int32_t): Likewise.
35527         (_G_uint16_t): Likewise.
35528         (_G_uint32_t): Likewise.
35529         (_G_HAVE_BOOL): Likewise.
35530         (_G_HAVE_ATEXIT): Likewise.
35531         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35532         (_G_HAVE_IO_FILE_OPEN): Likewise.
35533         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35534         (_G_int32_t): Likewise.
35535         (_G_uint16_t): Likewise.
35536         (_G_uint32_t): Likewise.
35537         (_G_HAVE_BOOL): Likewise.
35538         (_G_HAVE_ATEXIT): Likewise.
35539         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35540         (_G_HAVE_IO_FILE_OPEN): Likewise.
35541
35542 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35543
35544         * csu/libc-tls.c: Update copyright years.
35545
35546 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35547
35548         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35549         [!_G_USING_THUNKS]: Remove conditional code.
35550         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35551         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35552
35553         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35554         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35555         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35556         (_G_VTABLE_LABEL_PREFIX): Likewise.
35557         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35558         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35559         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35560         (_G_VTABLE_LABEL_PREFIX): Likewise.
35561         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35562         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35563         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35564         (_G_VTABLE_LABEL_PREFIX): Likewise.
35565         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35566
35567 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35568
35569         * libio/Makefile: Include ../Makeconfig before tests.
35570         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35571         only if $(build-shared) is yes.
35572
35573         * iconv/gconv_db.c: Update copyright years.
35574
35575 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35576
35577         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35578         unwind info if defined PIC. Fix special cases description.
35579         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35580
35581         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35582         DP_HI_MASK entry.
35583         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35584
35585 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35586
35587         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35588
35589         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35590         is NULL.
35591
35592         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35593         (LDLIBS-tst-chk4): This.
35594         (LDFLAGS-tst-chk5): Renamed to ...
35595         (LDLIBS-tst-chk5): This.
35596         (LDFLAGS-tst-chk6): Renamed to ...
35597         (LDLIBS-tst-chk6): This.
35598         (LDFLAGS-tst-lfschk4): Renamed to ...
35599         (LDLIBS-tst-lfschk4): This.
35600         (LDFLAGS-tst-lfschk5): Renamed to ...
35601         (LDLIBS-tst-lfschk5): This.
35602         (LDFLAGS-tst-lfschk6): Renamed to ...
35603         (LDLIBS-tst-lfschk6): This.
35604
35605         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35606         on $(common-objpfx)soversions.mk.
35607
35608 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35609
35610         [BZ #10014]
35611         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35612         example host name.
35613
35614 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35615
35616         * malloc/arena.c (arena_get_retry): New function that gets
35617         another arena for the caller to try its request on.
35618         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35619         current arena cannot fulfill the request.
35620         (__libc_memalign): Likewise.
35621         (__libc_memalign): Likewise.
35622         (__libc_pvalloc): Likewise.
35623         (__libc_calloc): Likewise.
35624
35625 2012-09-05  John Tobey  <john.tobey@gmail.com>
35626
35627         [BZ #13542]
35628         * manual/arith.texi (Operations on Complex): Fix description
35629         of carg branch cut.
35630
35631 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35632
35633         [BZ #10014]
35634         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35635         host name.
35636
35637         [BZ #10038]
35638         * manual/memory.texi (Memory): Make order of menu items match
35639         order of sections.
35640
35641 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35642
35643         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35644         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35645         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35646
35647 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35648
35649         * csu/libc-tls.c (static_dtv): Renamed to ...
35650         (_dl_static_dtv): This.  Make it global.
35651         (_dl_initial_dtv): Removed.
35652         (__libc_setup_tls): Updated.
35653         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35654         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35655         DL_INITIAL_DTV.
35656
35657 2012-09-06  Petr Machata  <pmachata@redhat.com>
35658
35659         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35660         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35661         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35662         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35663
35664 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35665
35666         [BZ #14545]
35667         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35668         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35669         freeing dtv[-1].
35670
35671 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35672
35673         [BZ #14544]
35674         * Makeconfig (link-static-before-libc): Replace $(+prector)
35675         with $(+prectorT).
35676         (link-static-after-libc): Replace $(+postctor) with
35677         $(+postctorT).
35678         (link-bounded): Replace $(+prector)/$(+postctor) with
35679         $(+prectorT)/$(+postctorT).
35680         (+prectorT): New macro.
35681         (+postctorT): Likewise.
35682
35683 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35684
35685         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35686         (round_str): Handle values above the maximum for IBM long double
35687         as inexact.
35688         * stdlib/tst-strtod-round.c (tests): Regenerated.
35689
35690 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35691
35692         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35693         assembler flag.
35694         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35695         zarch_nohighgprs around the zarch optimized routines.
35696         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35697         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35698         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35699         for zarch.
35700
35701 2012-09-05  David S. Miller  <davem@davemloft.net>
35702
35703         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35704
35705         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35706         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35707         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35708         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35709         entries.
35710
35711 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35712
35713         * malloc/arena.c: Fold copyright years.
35714         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35715
35716 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35717
35718         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35719
35720 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35721
35722         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35723
35724 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35725
35726         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35727         change internal state upon failure.
35728
35729 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35730
35731         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35732         * malloc/memusage.c (mmap): Likewise.
35733         (mmap64, mremap): Likewise.  Adjust name in comment.
35734
35735 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35736
35737         * libio/fileops.c: Fix typos in comments.
35738         * libio/oldfileops.c: Likewise.
35739         * libio/wfileops.c: Likewise.
35740
35741 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35742
35743         [BZ #1349]
35744         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35745         (tst-malloc-usable-ENV): Set environment for test case.
35746         * malloc/hooks.c (malloc_check_get_size): New function to get
35747         requested size.
35748         * malloc/malloc.c (musable): Use malloc_check_get_size.
35749         * malloc/tst-malloc-usable.c: New test case.
35750
35751 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35752
35753         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35754
35755 2012-09-05  Allan McRae  <allan@archlinux.org>
35756
35757         [BZ #13966]
35758         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35759         determine header location.
35760         * configure: Regenerated.
35761
35762 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35763
35764         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35765         float format.
35766         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35767         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35768         format.
35769         (test): Regenerate.
35770
35771 2012-09-04  David S. Miller  <davem@davemloft.net>
35772
35773         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35774         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35775         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35776
35777 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35778
35779         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35780         failures.
35781
35782         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35783
35784 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35785
35786         [BZ #9914]
35787         * libio/iogetdelim.c: Include <limits.h>.
35788         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35789         + len + 1 would overflow.
35790
35791 2012-09-03  Andreas Jaeger  <aj@suse.de>
35792
35793         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35794         * sysdeps/i386/fpu/libm-test-ulps: Update.
35795
35796 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35797
35798         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35799         Add s_sinf-sse2, s_conf-sse2.
35800
35801         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35802         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35803         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35804         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35805
35806         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35807         for using routine as __sinf_ia32.
35808         Use macro for function declaration and weak_alias.
35809         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35810         for using routine as __cosf_ia32.
35811         Use macro for function declaration and weak_alias.
35812
35813         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35814         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35815
35816         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35817         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35818         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35819
35820         * math/libm-test.inc (cos_test): Add more test cases.
35821         (sin_test): Likewise.
35822         (sincos_test): Likewise.
35823
35824 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35825
35826         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35827         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35828         hidden.
35829         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35830
35831 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35832
35833         [BZ #14538]
35834         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35835         first element of the GOT.
35836         (elf_machine_load_address): Return the difference between
35837         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35838
35839 2012-09-01  Allan McRae  <allan@archlinux.org>
35840
35841         [BZ #13412]
35842         * configure.in (AWK): Require gawk version 3.0 or later.
35843         * configure: Regenerated.
35844
35845 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35846
35847         * sysdeps/unix/sysv/linux/kernel-features.h
35848         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35849         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35850         [__NR_clock_getres]: Make code unconditional.
35851         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35852         (clock_getcpuclockid): Remove code left unreachable by removal of
35853         conditionals.
35854         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35855         code unconditional.
35856         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35857         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35858         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35859         Make code unconditional.
35860         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35861         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35862         * sysdeps/unix/sysv/linux/clock_settime.c
35863         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35864         conditional code.
35865         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35866         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35867
35868 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35869
35870         [BZ #14476]
35871         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35872         scripts/test-installation.pl.
35873
35874         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35875         and $ld_so_version if it is set.
35876
35877 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35878
35879         [BZ #14516]
35880         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35881         failure if reading from procfs failed.
35882         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35883
35884 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35885
35886         * sysdeps/unix/sysv/linux/kernel-features.h
35887         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35888         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35889         Remove conditional code.
35890         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35891         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35892         Remove conditional code.
35893         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35894         * sysdeps/unix/sysv/linux/i386/fxstat.c
35895         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35896         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35897         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35898         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35899         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35900         * sysdeps/unix/sysv/linux/i386/lxstat.c
35901         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35902         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35903         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35904         Remove conditional code.
35905         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35906         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35907         Remove conditional code.
35908         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35909         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35910         <kernel-features.h>.
35911         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35912         Remove.
35913         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35914         Remove conditional code.
35915         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35916         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35917         Remove conditional.
35918
35919 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35920
35921         [BZ #5400]
35922         * NEWS: Add fixed bug number.
35923
35924 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35925
35926         [BZ #14519]
35927         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35928         underflowing exponent in case of negative sign.
35929         * stdlib/tst-strtod-round-data: Add more tests.
35930         * stdlib/tst-strtod-round.c (tests): Regenerated.
35931
35932         [BZ #3479]
35933         * stdlib/strtod_l.c (NDIG): Remove.
35934         (HEXNDIG): Likewise.
35935         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35936         smallest representable value.
35937         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35938         lie within an exact representation of 1/2 ulp of the result.
35939         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35940         unconditionally.
35941         (TENS_P9_IDX): Define unconditionally.
35942         (TENS_P9_SIZE): Likewise.
35943         (TENS_P10_IDX): Likewise.
35944         (TENS_P10_SIZE): Likewise.
35945         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35946         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35947         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35948         entries for 10^2^13 and 10^2^14.
35949         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35950         (TENS_P13_IDX): Define.
35951         (TENS_P13_SIZE): Likewise.
35952         (TENS_P14_IDX): Likewise.
35953         (TENS_P14_SIZE): Likewise.
35954         (_fpioconst_pow10): Change array size to
35955         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35956         unconditional.
35957         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35958         1024]: Add entries for 10^2^13 and 10^2^14.
35959         [LAST_POW10 > _LAST_POW10]: Remove #error.
35960         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35961         (_fpioconst_pow10): Change array size to
35962         FPIOCONST_POW10_ARRAY_SIZE.
35963         * stdlib/gen-fpioconst.c: New file.
35964         * stdlib/gen-tst-strtod-round.c: Likewise.
35965         * stdlib/tst-strtod-round-data: Likewise.
35966         * stdlib/tst-strtod-round.c: Likewise.
35967         * stdlib/Makefile (tests): Add tst-strtod-round.
35968
35969         [BZ #14459]
35970         * stdlib/strtod_l.c: Include <stdint.h>.
35971         (NDEBUG): Do not define.
35972         (round_and_return): Change EXPONENT parameter to type intmax_t.
35973         Rearrange calculations to avoid internal overflow possibilities.
35974         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35975         Rearrange calculations to avoid internal overflow possibilities.
35976         Assert that number fits inside MPNSIZE limbs.
35977         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35978         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35979         calculations and add assertions to avoid internal overflow
35980         possibilities.  Add casts to avoid signed/unsigned operations.
35981         * stdlib/tst-strtod-overflow.c: New file.
35982         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35983
35984 2012-08-25  Marek Polacek  <polacek@redhat.com>
35985
35986         * time/time.h: Fix some typos in comments.
35987
35988 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35989
35990         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35991         * posix/tst-rfc3484-2.c: Likewise.
35992         * posix/tst-rfc3484-3.c: Likewise.
35993
35994 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35995
35996         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35997         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35998
35999 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
36000
36001         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
36002         #include of fxstatat64.c.
36003
36004 2012-08-22  Roland McGrath  <roland@hack.frob.com>
36005
36006         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
36007         * shadow/getspent_r.c: Likewise.
36008         * shadow/getspnam.c: Likewise.
36009         * shadow/getspnam_r.c: Likewise.
36010         * gshadow/getsgent.c: Likewise.
36011         * gshadow/getsgent_r.c: Likewise.
36012         * gshadow/getsgnam.c: Likewise.
36013         * gshadow/getsgnam_r.c: Likewise.
36014         * inet/getnetbyad.c: Likewise.
36015         * inet/getnetbyad_r.c: Likewise.
36016         * inet/getnetbynm.c: Likewise.
36017         * inet/getnetbynm_r.c: Likewise.
36018         * inet/getnetent.c: Likewise.
36019         * inet/getnetent_r.c: Likewise.
36020         * inet/getproto.c: Likewise.
36021         * inet/getproto_r.c: Likewise.
36022         * inet/getprtent.c: Likewise.
36023         * inet/getprtent_r.c: Likewise.
36024         * inet/getprtname.c: Likewise.
36025         * inet/getprtname_r.c: Likewise.
36026         * inet/getrpcbyname.c: Likewise.
36027         * inet/getrpcbyname_r.c: Likewise.
36028         * inet/getrpcbynumber.c: Likewise.
36029         * inet/getrpcbynumber_r.c: Likewise.
36030         * inet/getrpcent.c: Likewise.
36031         * inet/getrpcent_r.c: Likewise.
36032         * inet/getaliasent.c: Likewise.
36033         * inet/getaliasent_r.c: Likewise.
36034         * inet/getaliasname.c: Likewise.
36035         * inet/getaliasname_r.c: Likewise.
36036         * nscd/getgrgid_r.c: Likewise.
36037         * nscd/getgrnam_r.c: Likewise.
36038         * nscd/gethstbyad_r.c: Likewise.
36039         * nscd/gethstbynm3_r.c: Likewise.
36040         * nscd/getpwnam_r.c: Likewise.
36041         * nscd/getpwuid_r.c: Likewise.
36042         * nscd/getsrvbynm_r.c: Likewise.
36043         * nscd/getsrvbypt_r.c: Likewise.
36044         * nscd/gai.c: Likewise.
36045
36046         * configure.in (build_nscd): New substituted variable, set
36047         by --disable-build-nscd and defaults to $use_nscd.
36048         * configure: Regenerated.
36049         * config.make.in (build-nscd): New substituted variable.
36050         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
36051         Change conditional to require [$(build-nscd) = yes] as well.
36052         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
36053
36054         [BZ# 13696]
36055         * configure.in (use_nscd): New substituted variable, set by
36056         --disable-nscd.  If enabled, define USE_NSCD.
36057         * configure: Regenerated.
36058         * config.h.in: Add USE_NSCD.
36059         * config.make.in (use-nscd): New substituted variable.
36060         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
36061         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
36062         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
36063         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
36064         (CFLAGS-getgrnam_r.c): Likewise.
36065         (CFLAGS-initgroups.c): Likewise.
36066         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
36067         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
36068         Variables removed.
36069         * inet/getnetgrent_r.c
36070         (nscd_setnetgrent): New function, broken out of ...
36071         (setnetgrent): ... here.  Call it.
36072         (innetgr): Conditionalize nscd bits on [USE_NSCD].
36073         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
36074         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
36075         * nscd/Makefile (routines, aux): Move definitions after include of
36076         Makeconfig.  Conditionalize on [$(use-nscd) != no].
36077         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
36078         Conditionalize on [USE_NSCD].
36079         (is_nscd, nscd_init_cb): Likewise.
36080         (nss_load_library): Conditionalize init callback on [USE_NSCD].
36081         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
36082         * nss/nss_db/db-init.c: Likewise.
36083         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
36084         [USE_NSCD].
36085         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
36086         (make_request): Use it.
36087         (cache_valid_p): New function.
36088         (__check_pf): Use it.
36089         * NEWS: Add item for --disable-nscd.
36090
36091 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
36092
36093         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
36094         to support sed >= 4.2.1-20-ga9bf076.
36095         * configure: Regenerated.
36096
36097 2012-08-22  Roland McGrath  <roland@hack.frob.com>
36098
36099         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
36100         Conditionalize whole body on [IREL].
36101
36102 2012-08-22  Jeff Law <law@redhat.com>
36103
36104         [BZ #14505]
36105         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
36106         if the family is PF_UNSPEC.
36107
36108 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
36109
36110         * Makerules (lib-version): Rename from V.
36111         (install-lib-nosubdir): Change V to lib-version.
36112
36113 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
36114
36115         [BZ #14252]
36116         * powerpc32/power6/wcschr.c: New file.
36117         * powerpc32/power6/wcscpy.c: New file.
36118         * powerpc32/power6/wcsrchr.c: New file.
36119         * powerpc64/power6/wcschr.c: New file.
36120         * powerpc64/power6/wcscpy.c: New file.
36121         * powerpc64/power6/wcsrchr.c: New file.
36122
36123 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36124
36125         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
36126         (two_way_short_needle): Use it.
36127         * string/strstr.c (AVAILABLE1_USES_J): Define.
36128         * string/strcasestr.c: Likewise.
36129
36130         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
36131         array references.
36132         * string/strcasestr.c (TOLOWER): Make side-effect safe.
36133
36134         [BZ #11607]
36135         * NEWS: Add an entry.
36136         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
36137         define their defaults.
36138         (two_way_short_needle): Detect end-of-string on-the-fly.
36139         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
36140         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
36141         * string/bug-strcasestr1.c: New test.
36142         * string/Makefile: Run it.
36143
36144 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36145
36146         [BZ #11607]
36147         * string/str-two-way.h (two_way_short_needle): Optimize matching of
36148         the first character.
36149
36150 2012-08-21  Roland McGrath  <roland@hack.frob.com>
36151
36152         * csu/elf-init.c (__libc_csu_irel): Function removed.
36153         * csu/libc-start.c (apply_irel): New function.
36154         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
36155
36156 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
36157
36158         * sysdeps/unix/sysv/linux/kernel-features.h
36159         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
36160         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
36161         <kernel-features.h>.
36162         [__NR_fadvise64_64]: Make code unconditional.
36163         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
36164         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36165         !__NR_fadvise64_64)]: Likewise.
36166         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36167         !__NR_fadvise64_64))]: Likewise.
36168         [__NR_fadvise64]: Make code unconditional.
36169         [!__NR_fadvise64]: Remove conditional code.
36170         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
36171         <kernel-features.h>.
36172         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36173         unconditional.
36174         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36175         conditional code.
36176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
36177         not include <kernel-features.h>.
36178         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36179         unconditional.
36180         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36181         conditional code.
36182         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
36183         include <kernel-features.h>.
36184         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36185         unconditional.
36186         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36187         conditional code.
36188
36189 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
36190
36191         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
36192         slight instruction rearrangements per scrollpipe analysis.
36193         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
36194
36195 2012-08-20  Roland McGrath  <roland@hack.frob.com>
36196
36197         * manual/syslog.texi (syslog; vsyslog, closelog):
36198         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
36199         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
36200
36201         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
36202         DSOCAPS to match condition on defining it.
36203
36204 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
36205
36206         * sysdeps/unix/sysv/linux/kernel-features.h
36207         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
36208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
36209         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36210         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
36212         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36213         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
36215         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36216         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36217
36218         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
36219         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36220
36221         * sysdeps/unix/sysv/linux/kernel-features.h
36222         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36223         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36224         unconditional.
36225         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36226         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36227         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36228         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36229         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36230         Make code unconditional.
36231         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36232         (__mmap64) [!__NR_mmap2]: Likewise.
36233         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36234         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36235         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36236         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36237         [__NR_mmap2]: Make code unconditional.
36238         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36239         (__mmap64) [!__NR_mmap2]: Likewise.
36240
36241 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36242
36243         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36244
36245 2012-08-18  Andreas Jaeger  <aj@suse.de>
36246
36247         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36248
36249 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36250
36251         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36252         * include/unistd.h (__have_sock_cloexec): Likewise.
36253         (__have_pipe2): Likewise.
36254         (__have_dup3): Likewise.
36255
36256 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36257
36258         [BZ #9685]
36259         * include/unistd.h (__have_pipe2): Change define into an extern int.
36260         (__have_dup3): Likewise.
36261         * socket/have_sock_cloexec.c: Include fcntl.h.
36262         (__have_pipe2): New variable.
36263         (__have_dup3): Likewise.
36264
36265 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36266
36267         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36268
36269 2012-08-17  Marek Polacek  <polacek@redhat.com>
36270
36271         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36272         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36273
36274 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36275
36276         * configure.in: Add AC_SUBST for sysheaders.
36277         * configure: Regenerated.
36278         * config.make.in (sysheaders): New substituted variable.
36279
36280         * sysdeps/unix/mkfifo.c: Moved ...
36281         * sysdeps/posix/mkfifo.c: ... here.
36282         * sysdeps/unix/mkfifoat.c: Moved ...
36283         * sysdeps/posix/mkfifoat.c: ... here.
36284
36285         * sysdeps/unix/utime.c: Moved ...
36286         * sysdeps/posix/utime.c: ... here.
36287
36288         * sysdeps/unix/time.c: Moved ...
36289         * sysdeps/posix/time.c: ... here.
36290         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36291         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36292
36293         * sysdeps/unix/nice.c: Moved ...
36294         * sysdeps/posix/nice.c: ... here.
36295
36296         * sysdeps/unix/alarm.c: Moved ...
36297         * sysdeps/posix/alarm.c: ... here.
36298
36299         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36300
36301 2012-08-17  Jeff Law <law@redhat.com>
36302
36303         * intl/Makefile (codeset_mo): New variable.
36304         ($(codeset_mo)): New target.
36305         (tst-codeset.out): Depend on that.  Remove explicit rule.
36306         (tst-gettext3.out, tst-gettext5.out): Likewise.
36307         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36308         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36309         * intl/tst-codeset.sh: Remove.
36310         * intl/tst-gettext3.sh: Likewise.
36311         * intl/tst-gettext5.sh: Likewise.
36312
36313 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36314
36315         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36316         * sysdeps/unix/syscalls.list: ... here.
36317
36318         * sysdeps/posix/getaddrinfo.c
36319         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36320         (gaiconf_init, gaiconf_reload): Use them.
36321         [!_STATBUF_ST_NSEC]
36322         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36323         Define using time_t rather than struct timespec.
36324
36325         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36326         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36327         Macros removed.
36328         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36329         [!NO_THREADS].
36330         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36331         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36332         Likewise.
36333
36334         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36335         __libc_cleanup_push argument.
36336
36337         * bits/param.h: New file.
36338         * misc/sys/param.h: New file.
36339         * include/sys/param.h: New file.
36340         * misc/Makefile (headers): Add bits/param.h.
36341         * sysdeps/generic/sys/param.h: File removed.
36342         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36343         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36344         * sysdeps/mach/hurd/bits/param.h: New file.
36345         * sysdeps/mach/hurd/sys/param.h: File removed.
36346
36347         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36348         last change.
36349
36350         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36351         [_IO_MTSAFE_IO].
36352         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36353         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36354         New macros.
36355
36356         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36357         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36358         rather than -D_IO_MTSAFE_IO conditionally.
36359         * stdio-common/Makefile (CPPFLAGS): Likewise.
36360         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36361         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36362         Use $(libio-mtsafe).
36363         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36364         of -D_IO_MTSAFE_IO.
36365         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36366         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36367         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36368         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36369         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36370         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36371         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36372         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36373         (CFLAGS-fread_u_chk.c): Likewise.
36374         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36375         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36376         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36377         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36378         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36379         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36380         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36381         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36382         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36383
36384         * libio/Makefile: Test [$(libc-reentrant) = yes]
36385         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36386
36387         * Makeconfig
36388         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36389         * sysdeps/pthread/configure: File removed.
36390         * sysdeps/pthread/Makeconfig: New file.
36391         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36392         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36393
36394 2012-08-16  Gary Benson  <gbenson@redhat.com>
36395
36396         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36397         unmapping the first object in a namespace.
36398
36399 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36400
36401         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36402         (__internal_setnetgrent): ... this.  Add internal_function to
36403         definition.  Add libc_hidden_def.
36404         (setnetgrent): Update caller.
36405         (internal_endnetgrent): Renamed to ...
36406         (__internal_endnetgrent): ... this.  Add internal_function to
36407         definition.  Add libc_hidden_def.
36408         (endnetgrent): Update caller.
36409         (internal_getnetgrent_r): Renamed to ...
36410         (__internal_getnetgrent_r): ... this.  Add internal_function to
36411         definition.  Add libc_hidden_def.
36412         (__getnetgrent_r): Update caller.
36413         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36414
36415 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36416
36417         * stdlib/longlong.h: Update from GCC.
36418
36419 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36420
36421         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36422         on _QL, which is set by umul_ppmm but never used.
36423         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36424         variables, which are set by GMP macros but never used.
36425         * stdio-common/_itowa.c (_itowa): Likewise.
36426         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36427         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36428
36429 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36430
36431         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36432         struct La_sh_regs is not constant.
36433         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36434         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36435         and struct La_sparc64_regs are not constant.
36436
36437 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36438
36439         * sysdeps/unix/sysv/linux/kernel-features.h
36440         (__ASSUME_POSIX_TIMERS): Remove.
36441         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36442         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36443         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36444         Make code unconditional.
36445         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36446         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36447         Make code unconditional.
36448         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36449         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36450         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36451         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36452         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36453         Make code unconditional.
36454         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36455         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36456         (__libc_missing_posix_timers): Remove.
36457
36458 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36459
36460         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36461         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36462
36463         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36464
36465         * elf/dl-sym.c: Include <stdlib.h>.
36466
36467         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36468         constants, which avoids warnings in 32-bit builds.
36469
36470         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36471         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36472
36473         * misc/lseek.c: File moved to ...
36474         * io/lseek.c: ... here.
36475
36476         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36477
36478         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36479         shifting LEN more than 31 bits at once.
36480
36481 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36482
36483         [BZ #14195]
36484         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36485         segmentation fault for a case of two empty input strings.
36486         * string/test-strncasecmp.c (check1): Renamed to...
36487         (bz12205): ...this.
36488         (bz14195): Add new testcase for two empty input strings and N > 0.
36489         (test_main): Call new testcase, adapt for renamed function.
36490
36491 2012-08-15  Andreas Jaeger  <aj@suse.de>
36492
36493         [BZ #14090]
36494         * crypt/md5test2.c: New test, based on test supplied by Serge
36495         Belyshev <belyshev@depni.sinp.msu.ru>.
36496         * crypt/Makefile (xtests): Add md5test-giant..
36497         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36498
36499 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36500
36501         [BZ #14090]
36502         * crypt/md5.c (md5_process_block): Don't assume the buffer
36503         length is less than 2**32.
36504         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36505         length is less than 2**64.
36506
36507 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36508
36509         * string/str-two-way.h: Include <sys/param.h>.
36510         (MAX): Macro removed.
36511
36512         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36513         Move #define and #undef of memmove to just before and after
36514         including <string.h>.
36515
36516         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36517         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36518         and after including <string.h>.  Move declarations of
36519         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36520         to before #include "string/memmove.c".
36521
36522         * include/dirent.h: Declare __getdirentries.
36523
36524         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36525         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36526
36527 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36528
36529         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36530         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36531         * sysdeps/i386/configure: Regenerated.
36532         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36533         STABS_CURRENT_FILE, and STABS_FUN.
36534         (END): Remove call to STABS_FUN_END.
36535         (STABS_CURRENT_FILE1): Delete.
36536         (STABS_CURRENT_FILE): Likewise.
36537         (STABS_FUN): Likewise.
36538         (STABS_FUN_END): Likewise.
36539         (STABS_FUN2): Likewise.
36540         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36541         * sysdeps/x86_64/configure: Regenerated.
36542
36543 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36544
36545         * elf/dl-open.c: Include <atomic.h>.
36546         * elf/dl-lookup.c: Likewise.
36547
36548 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36549
36550         * sysdeps/unix/sysv/linux/kernel-features.h
36551         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36552         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36553         unconditionally.
36554         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36555         unconditionally.
36556         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36557         condition on __ASSUME_CLONE_THREAD_FLAGS.
36558
36559 2012-08-14  Andreas Jaeger  <aj@suse.de>
36560
36561         * sysdeps/i386/fpu/libm-test-ulps: Update.
36562
36563 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36564
36565         * include/atomic.h (atomic_exchange_and_add): Split into ...
36566         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36567         New atomic macros.
36568
36569 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36570
36571         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36572
36573 2012-08-13  Jeff Law <law@redhat.com>
36574
36575         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36576         null byte in the output string.
36577
36578 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36579
36580         * sysdeps/unix/sysv/linux/kernel-features.h
36581         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36582         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36583         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36584         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36585         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36586         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36587         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36588
36589 2012-08-09  Jeff Law <law@redhat.com>
36590
36591         [BZ #13939]
36592         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36593         When avoid_arena is set, don't retry in the that arena.  Pick the
36594         next one, whatever it might be.
36595         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36596         (arena_lock): Pass in new parameter to arena_get2.
36597         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36598         arena_get2.
36599         (__libc_malloc): Unify retrying after main arena failure with
36600         __libc_memalign version.
36601         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36602
36603 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36604
36605         [BZ #14166]
36606         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36607         to __redirect_strstr.
36608         (__strstr_sse42): Use typeof __redirect_strstr.
36609         (__strstr_ia32): Likewise.
36610         (__libc_strstr): New prototype.
36611         (strstr): Renamed to ...
36612         (__libc_strstr): This.
36613         (strstr): New strong alias of __libc_strstr.
36614         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36615         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36616         __redirect_time.
36617         Include <time.h>.
36618         (__libc_time): New prototype.
36619         (time_ifunc): Replace time with __libc_time.
36620         (time): New strong alias and hidden definition of __libc_time.
36621         (__GI_time): Remove strong alias.
36622         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36623         Include <stddef.h>.
36624         (memmove): Redefined to __redirect_memmove.
36625         (__memmove_sse2): Use typeof __redirect_memmove.
36626         (__memmove_ssse3): Likewise.
36627         (__memmove_ssse3_back): Likewise.
36628         (__libc_memmove): New prototype.
36629         (memmove): Renamed to ...
36630         (__libc_memmove): This.
36631         (memmove): New strong alias of __libc_memmove.
36632
36633 2012-08-08  Mark Salter  <msalter@redhat.com>
36634
36635         * elf/elf.h
36636         (R_MN10300_TLS_GD): Define.
36637         (R_MN10300_TLS_LD): Likewise.
36638         (R_MN10300_TLS_LDO): Likewise.
36639         (R_MN10300_TLS_GOTIE): Likewise.
36640         (R_MN10300_TLS_IE): Likewise.
36641         (R_MN10300_TLS_LE): Likewise.
36642         (R_MN10300_TLS_DTPMOD): Likewise.
36643         (R_MN10300_TLS_DTPOFF): Likewise.
36644         (R_MN10300_TLS_TPOFF): Likewise.
36645         (R_MN10300_SYM_DIFF): Likewise.
36646         (R_MN10300_ALIGN): Likewise.
36647         (R_MN10300_NUM): Update.
36648
36649 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36650
36651         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36652         Remove.
36653
36654 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36655
36656         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36657
36658         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36659         sysdeps/unix -> sysdeps/posix move.
36660         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36661
36662 2012-08-07      Allan McRae     <allan@archlinux.org>
36663
36664         [BZ #14303]
36665         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36666         (SUNOS_CPP): Likewise.
36667         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36668         not found.
36669         (open_input): Call CPP using execvp.
36670
36671 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36672
36673         * sysdeps/unix/sysv/linux/kernel-features.h
36674         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36675         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36676         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36677         (__ASSUME_WAITID_SYSCALL): Likewise.
36678         * sysdeps/unix/sysv/linux/dl-execstack.c
36679         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36680         code unconditional.
36681         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36682         conditional code.
36683         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36684         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36685         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36686         code.
36687         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36688         unconditional.
36689         [__ASSUME_WAITID_SYSCALL]: Likewise.
36690         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36691
36692 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36693
36694         * sysdeps/unix/closedir.c: Renamed to ...
36695         * sysdeps/posix/closedir.c: ... here.
36696         * sysdeps/unix/dirfd.c: Renamed to ...
36697         * sysdeps/posix/dirfd.c: ... here.
36698         * sysdeps/unix/dirstream.h: Renamed to ...
36699         * sysdeps/posix/dirstream.h: ... here.
36700         * sysdeps/unix/fdopendir.c: Renamed to ...
36701         * sysdeps/posix/fdopendir.c: ... here.
36702         * sysdeps/unix/opendir.c: Renamed to ...
36703         * sysdeps/posix/opendir.c: ... here.
36704         * sysdeps/unix/readdir.c: Renamed to ...
36705         * sysdeps/posix/readdir.c: ... here.
36706         * sysdeps/unix/readdir_r.c: Renamed to ...
36707         * sysdeps/posix/readdir_r.c: ... here.
36708         * sysdeps/unix/rewinddir.c: Renamed to ...
36709         * sysdeps/posix/rewinddir.c: ... here.
36710         * sysdeps/unix/seekdir.c: Renamed to ...
36711         * sysdeps/posix/seekdir.c: ... here.
36712         * sysdeps/unix/telldir.c: Renamed to ...
36713         * sysdeps/posix/telldir.c: ... here.
36714         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36715         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36716         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36717         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36718
36719         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36720         * bits/fcntl.h: ... here.
36721
36722         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36723         not 0.
36724         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36725         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36726         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36727         (struct flock): Move l_start, l_len to the beginning.
36728         Use __pid_t for l_pid.
36729         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36730         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36731         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36732         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36733         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36734         [__USE_LARGEFILE64] (struct flock64): New type.
36735         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36736
36737         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36738         * bits/dirent.h: ... here.
36739
36740         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36741         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36742
36743 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36744
36745         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36746         Change from 2.6.0 to 2.6.16.
36747         * sysdeps/unix/sysv/linux/configure: Regenerated.
36748         * sysdeps/unix/sysv/linux/kernel-features.h
36749         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36750         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36751         version.
36752         (__ASSUME_UTIMES): Likewise.
36753         (__ASSUME_CLONE_STOPPED): Remove.
36754         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36755         architectures, not kernel version.
36756         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36757         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36758         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36759         (__ASSUME_WAITID_SYSCALL): Likewise.
36760         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36761         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36762         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36763         refer to older versions.
36764
36765 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36766
36767         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36768         Define alphasort64 as an alias.
36769         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36770         Define versionsort64 as an alias.
36771         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36772         Define scandir64 as an alias.
36773         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36774         Define scandirat64 as an alias.
36775         * dirent/alphasort64.c (alphasort64):
36776         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36777         * dirent/versionsort64.c: Likewise.
36778         * dirent/scandir64.c: Likewise.
36779         * dirent/scandirat64.c: Likewise.
36780         * sysdeps/wordsize-64/alphasort.c: File removed.
36781         * sysdeps/wordsize-64/alphasort64.c: File removed.
36782         * sysdeps/wordsize-64/scandir.c: File removed.
36783         * sysdeps/wordsize-64/scandir64.c: File removed.
36784         * sysdeps/wordsize-64/scandirat.c: File removed.
36785         * sysdeps/wordsize-64/scandirat64.c: File removed.
36786         * sysdeps/wordsize-64/versionsort.c: File removed.
36787         * sysdeps/wordsize-64/versionsort64.c: File removed.
36788         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36789         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36790         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36791         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36792         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36793         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36794         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36795         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36796
36797         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36798         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36799         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36800         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36801         [defined __arch64__ || defined __sparcv9]
36802         (__INO_T_MATCHES_INO64_T): New macro.
36803         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36804         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36805         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36806         * sysdeps/unix/sysv/linux/bits/dirent.h
36807         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36808         (_DIRENT_MATCHES_DIRENT64): New macro.
36809
36810         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36811         Define lockf64 as an alias.
36812         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36813         Define fseeko64 as an alias.
36814         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36815         Define ftello64 as an alias.
36816         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36817         Define _IO_fgetpos64 and fgetpos64 as aliases.
36818         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36819         Define _IO_fsetpos64 and fsetpos64 as aliases.
36820         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36821         Conditionalize body on this.
36822         * libio/fseeko64.c: Likewise.
36823         * libio/ftello64.c: Likewise.
36824         * libio/iofgetpos64.c: Likewise.
36825         * libio/iofsetpos64.c: Likewise.
36826         * sysdeps/wordsize-64/lockf.c: File removed.
36827         * sysdeps/wordsize-64/lockf64.c: File removed.
36828         * sysdeps/wordsize-64/fseeko.c: File removed.
36829         * sysdeps/wordsize-64/fseeko64.c: File removed.
36830         * sysdeps/wordsize-64/ftello.c: File removed.
36831         * sysdeps/wordsize-64/ftello64.c: File removed.
36832         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36833         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36834         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36835         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36836         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36837         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36838         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36839         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36840         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36841         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36842         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36843         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36844         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36845         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36846
36847         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36848         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36849         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36850         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36851         [defined __arch64__ || defined __sparcv9]
36852         (__OFF_T_MATCHES_OFF64_T): New macro.
36853         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36854         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36855         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36856         (__OFF_T_MATCHES_OFF64_T): New macro.
36857
36858 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36859
36860         * stdlib/secure-getenv.c (__secure_getenv): Replace
36861         GLIBC_2_16 with GLIBC_2_17.
36862
36863 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36864
36865         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36866         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36867
36868 2012-08-03  David S. Miller  <davem@davemloft.net>
36869
36870         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36871
36872 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36873
36874         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36875         Remove.
36876         (__ASSUME_CORRECT_SI_PID): Likewise.
36877         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36878         (__ASSUME_TMPFS_NAME): Likewise.
36879         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36880         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36881         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36882         (HAVE_AUX_SECURE): Make definition unconditional.
36883         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36884         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36885
36886 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36887
36888         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36889         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36890         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36891         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36892         __eloop_threshold instead of SYMLOOP_MAX.
36893
36894         * sysdeps/generic/eloop-threshold.h: New file.
36895         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36896         of MAXSYMLINKS.
36897         * elf/chroot_canon.c (chroot_canon): Likewise.
36898
36899 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36900
36901         [BZ #13717]
36902         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36903         Change to 2.6.0 everywhere.
36904         * sysdeps/unix/sysv/linux/configure: Regenerated.
36905         * sysdeps/unix/sysv/linux/kernel-features.h
36906         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36907         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36908         kernel versions.
36909         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36910         (__ASSUME_FUTEX_REQUEUE): Remove.
36911         (__ASSUME_STATFS64): Define unconditionally.
36912         (__ASSUME_AT_SECURE): Likewise.
36913         (__ASSUME_CORRECT_SI_PID): Likewise.
36914         (__ASSUME_TGKILL): Define without depending on kernel version for
36915         i386.
36916         (__ASSUME_UTIMES): Likewise.
36917         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36918         kernel version.
36919         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36920         (__ASSUME_TMPFS_NAME): Likewise.
36921         * README: Update reference to Linux kernel versions.
36922
36923 2012-08-02  Marek Polacek  <polacek@redhat.com>
36924
36925         [BZ# 14150]
36926         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36927         libc_cv_asm_type_prefix with %.
36928         * configure: Regenerated.
36929         * include/libc-symbols.h: Remove comment about
36930         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36931         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36932         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36933         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36934         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36935         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36936         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36937         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36938         * elf/tst-unique2mod1.c: Likewise.
36939         * elf/tst-unique1mod2.c: Likewise.
36940         * elf/tst-unique1mod1.c: Likewise.
36941         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36942         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36943         Replace ASM_TYPE_DIRECTIVE with .type.
36944         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36945         * sysdeps/i386/sysdep.h: Likewise.
36946         * sysdeps/x86_64/sysdep.h: Likewise.
36947         * sysdeps/sh/sysdep.h: Likewise.
36948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36949         Do not define ASM_TYPE_DIRECTIVE.
36950         * sysdeps/powerpc/sysdep.h: Likewise.
36951         * sysdeps/powerpc/powerpc32/sysdep.h:
36952         Replace ASM_TYPE_DIRECTIVE with .type.
36953         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36954         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36955         * sysdeps/i386/fpu/e_powf.S: Likewise.
36956         * sysdeps/i386/fpu/e_expl.S: Likewise.
36957         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36958         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36959         * sysdeps/i386/fpu/e_pow.S: Likewise.
36960         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36961         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36962         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36963         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36964         * sysdeps/i386/fpu/e_log2.S: Likewise.
36965         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36966         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36967         * sysdeps/i386/fpu/e_powl.S: Likewise.
36968         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36969         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36970         * sysdeps/i386/fpu/e_logl.S: Likewise.
36971         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36972         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36973         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36974         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36975         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36976         * sysdeps/i386/fpu/e_log.S: Likewise.
36977         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36978         * sysdeps/i386/fpu/e_logf.S: Likewise.
36979         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36980         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36981         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36982         * sysdeps/i386/fpu/e_log10.S: Likewise.
36983         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36984         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36985         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36986         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36987         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36988         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36989         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36990         * sysdeps/i386/i686/strtok.S: Likewise.
36991         * sysdeps/i386/i386-mcount.S: Likewise.
36992         * sysdeps/i386/strtok.S: Likewise.
36993         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36994         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36995         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36996         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36997         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36998         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36999         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
37000         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
37001         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
37002         * sysdeps/x86_64/_mcount.S: Likewise.
37003         * sysdeps/x86_64/strtok.S: Likewise.
37004         * sysdeps/sh/_mcount.S: Likewise.
37005
37006 2012-08-01  Roland McGrath  <roland@hack.frob.com>
37007
37008         * libio/iofopen.c: Include <fcntl.h>.
37009         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
37010         (_IO_fopen64, fopen64): Define as aliases.
37011         * libio/iofopen64.c: Include <fcntl.h>.
37012         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
37013         Conditionalize body on this.
37014         * sysdeps/wordsize-64/iofopen.c: File removed.
37015         * sysdeps/wordsize-64/iofopen64.c: File removed.
37016
37017 2012-08-01  Marek Polacek  <polacek@redhat.com>
37018
37019         * libc/Makeconfig: Use elf in place of binfmt-subdir.
37020         Use dlfcn directly instead of a variable.
37021         (binfmt-subdir): Do not define.
37022         (dlfcn): Likewise.
37023
37024 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
37025
37026         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
37027         Remove all definitions.
37028         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
37029         <kernel-features.h>.
37030         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
37031         (miss_F_GETOWN_EX): Remove all definitions.
37032         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
37033         macro definition.
37034         [!__ASSUME_FCNTL64]: Remove conditional code.
37035         [__ASSUME_FCNTL64]: Make code unconditional.
37036         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
37037         <kernel-features.h>.
37038         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
37039         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
37040         (lockf64) [__NR_fcntl64]: Make code unconditional.
37041         (lockf64) [__ASSUME_FCNTL64]: Likewise.
37042
37043         * sysdeps/unix/sysv/linux/kernel-features.h
37044         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
37045         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
37046         Make code unconditional.
37047         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37048         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
37050         [__NR_vfork]: Make code unconditional.
37051         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37052         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
37054         [__NR_vfork]: Make code unconditional.
37055         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37056         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37057
37058 2012-08-01  Roland McGrath  <roland@hack.frob.com>
37059
37060         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
37061         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
37062
37063         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37064         Define mkstemp64 as an alias.
37065         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37066         Define mkstemps64 as an alias.
37067         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37068         Define mkostemp64 as an alias.
37069         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37070         Define mkostemps64 as an alias.
37071         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
37072         Conditionalize body on this.
37073         * misc/mkostemp64.c: Likewise.
37074         * misc/mkostemps64.c: Likewise.
37075         * misc/mkstemps64.c: Likewise.
37076         * sysdeps/wordsize-64/mkstemp64.c: File removed.
37077         * sysdeps/wordsize-64/mkostemp64.c: File removed.
37078         * sysdeps/wordsize-64/mkostemp.c: File removed.
37079         * sysdeps/wordsize-64/mkstemp.c: File removed.
37080         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
37081         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
37082         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
37083         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
37084
37085         [BZ #14138]
37086         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
37087         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
37088         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
37089         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
37090
37091         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
37092         compat_symbol macros from <shlib-compat.h> rather than the underlying
37093         default_symbol_version and symbol_version macros, so that DEFAULT
37094         lines in shlib-versions are respected.
37095         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
37096
37097 2012-08-01  Florian Weimer  <fweimer@redhat.com>
37098
37099         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
37100         Declare with warn_unused_result.
37101         (setgid, setregid, setegid, setresgid): Likewise.
37102         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
37103         Likewise.
37104         * WUR-REPORT: Remove set*id functions.
37105
37106 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
37107
37108         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
37109
37110 2012-07-31  Roland McGrath  <roland@hack.frob.com>
37111
37112         [BZ #10191]
37113         * include/sys/socket.h (__libc_accept, __libc_accept4):
37114         Add attribute_hidden.
37115         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
37116
37117         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
37118         use of PTR_MANGLE.
37119         * inet/getnetgrent_r.c (setup): Likewise.
37120
37121         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
37122
37123 2012-07-31  David S. Miller  <davem@davemloft.net>
37124
37125         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37126
37127 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
37128
37129         [BZ #13629]
37130         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
37131         value between 1.0 and 2.0 and smaller part has absolute value less
37132         than 1.0.
37133         * math/s_clog10.c (__clog10): Likewise.
37134         * math/s_clog10f.c (__clog10f): Likewise.
37135         * math/s_clog10l.c (__clog10l): Likewise.
37136         * math/s_clogf.c (__clogf): Likewise.
37137         * math/s_clogl.c (__clogl): Likewise.
37138         * math/libm-test.inc (clog_test): Add more tests.
37139         (clog10_test): Likewise.
37140         * sysdeps/i386/fpu/libm-test-ulps: Update.
37141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37142
37143 2012-07-31  Florian Weimer  <fweimer@redhat.com>
37144
37145         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
37146         Exit with zero in case no suitable GID is found, and write a
37147         message to standard error.
37148
37149 2012-07-30  Roland McGrath  <roland@hack.frob.com>
37150
37151         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
37152         rather than to 1.
37153         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
37154         (MAXPATHLEN): Removed.
37155         (NOGROUP, NODEV): New macros.
37156         (setbit, clrbit, isset, isclr): New macros.
37157         (howmany, roundup, powerof2): New macros.
37158         (DEV_BSIZE): New macro.
37159
37160         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
37161         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
37162
37163         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
37164         definition on [!__NO_LONG_DOUBLE_MATH].
37165
37166         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
37167         PTR_MANGLE and PTR_DEMANGLE.
37168
37169         * socket/accept4.c (accept4): Rename to __libc_accept4.
37170         Define accept4 as a weak alias.
37171
37172         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
37173         on [_DIRENT_HAVE_D_TYPE].
37174         * io/ftw.c (ftw_dir): Likewise.
37175
37176         * io/xmknod.c (__xmknod): Don't check PATH for being null.
37177
37178         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
37179
37180         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
37181         Use the BSD numbers rather than the arbitrary ones we had.
37182         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
37183         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
37184         (SIGXCPU, SIGXFSZ): New macros.
37185         (_NSIG): Now 32.
37186
37187         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
37188         initializer on [_LIBC_REENTRANT].
37189
37190         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
37191         definitions inside [_POSIX_MAPPED_FILES].
37192
37193         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
37194
37195         * dirent/opendir.c: Include <fcntl.h>.
37196
37197         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
37198         (__libc_getspecific): Likewise.
37199         (__libc_key_create): Likewise.
37200
37201         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
37202         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
37203         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
37204         (tmpfile64): Define as alias.
37205         * sysdeps/wordsize-64/tmpfile.c: File removed.
37206         * sysdeps/wordsize-64/tmpfile64.c: File removed.
37207         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
37208         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
37209
37210         * stdio-common/vfscanf.c: Include <stdbool.h>.
37211         * nss/makedb.c: Likewise.
37212         * stdio-common/_i18n_number.h: Likewise.
37213         * argp/argp-help.c: Likewise.
37214         * posix/wordexp.c: Likewise.
37215         * sysdeps/posix/spawni.c: Likewise.
37216         * nss/nss_files/files-initgroups.c: Likewise.
37217         * stdio-common/reg-modifier.c: Include <stdlib.h>.
37218         * nss/nss_files/files-initgroups.c: Likewise.
37219         * nss/nss_db/db-netgrp.c: Likewise.
37220         * nss/nss_db/db-initgroups.c: Likewise.
37221         * io/fchmodat.c: Include <sys/stat.h>.
37222
37223         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37224         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37225
37226         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37227         [HAVE_MMAP].
37228
37229         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37230         Add multiple inclusion protection.
37231
37232 2012-07-27  David S. Miller  <davem@davemloft.net>
37233
37234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37235
37236 2012-07-27  Gary Benson  <gbenson@redhat.com>
37237
37238         [BZ #14298]
37239         * elf/rtld.c: Include <stap-probe.h>.
37240         (dl_main): Added static probes "init_start" and "init_complete".
37241         * elf/dl-load.c: Include <stap-probe.h>.
37242         (lose): Take new parameter "nsid".
37243         Added static probe "map_failed".
37244         (_dl_map_object_from_fd): Pass namespace id to lose.
37245         Added static probe "map_start".
37246         (open_verify): Pass namespace id to lose.
37247         * elf/dl-open.c: Include <stap-probe.h>.
37248         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37249         and "reloc_complete".
37250         * elf/dl-close.c: Include <stap-probe.h>.
37251         (_dl_close_worker): Added static probes "unmap_start" and
37252         "unmap_complete".
37253         * elf/rtld-debugger-interface.txt: New file documenting the above.
37254
37255 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37256
37257         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37258         rather than a string variable.
37259         * sunrpc/rpc_main.c (h_output): Likewise.
37260         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37261
37262 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37263
37264         * inet/check_native.c: New file.
37265
37266 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37267
37268         [BZ #13629]
37269         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37270         if larger part has absolute value 1.0.
37271         * math/s_clog10.c (__clog10): Likewise.
37272         * math/s_clog10f.c (__clog10f): Likewise.
37273         * math/s_clog10l.c (__clog10l): Likewise.
37274         * math/s_clogf.c (__clogf): Likewise.
37275         * math/s_clogl.c (__clogl): Likewise.
37276         * math/libm-test.inc (clog_test): Add more tests.
37277         (clog10_test): Likewise.
37278         * sysdeps/i386/fpu/libm-test-ulps: Update.
37279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37280
37281         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37282         (pltexit): Likewise.
37283         (La_regs): Likewise.
37284         (La_retval): Likewise.
37285         (int_retval): Likewise.
37286         Update #error for removed macros to refer only to definitions in
37287         tst-audit.h.
37288         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37289         macro.
37290         (pltexit): Likewise.
37291         (La_regs): Likewise.
37292         (La_retval): Likewise.
37293         (int_retval): Likewise.
37294         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37295         macro.
37296         (pltexit): Likewise.
37297         (La_regs): Likewise.
37298         (La_retval): Likewise.
37299         (int_retval): Likewise.
37300         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37301         macro.
37302         (pltexit): Likewise.
37303         (La_regs): Likewise.
37304         (La_retval): Likewise.
37305         (int_retval): Likewise.
37306         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37307         macro.
37308         (pltexit): Likewise.
37309         (La_regs): Likewise.
37310         (La_retval): Likewise.
37311         (int_retval): Likewise.
37312         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37313         macro.
37314         (pltexit): Likewise.
37315         (La_regs): Likewise.
37316         (La_retval): Likewise.
37317         (int_retval): Likewise.
37318         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37319         macro.
37320         (pltexit): Likewise.
37321         (La_regs): Likewise.
37322         (La_retval): Likewise.
37323         (int_retval): Likewise.
37324         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37325         macro definitions in tst-audit.h.
37326         * sysdeps/i386/tst-audit.h: New file.
37327         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37328         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37329         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37330         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37331         * sysdeps/sh/tst-audit.h: Likewise.
37332         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37333         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37334         * sysdeps/x86_64/tst-audit.h: Likewise.
37335
37336 2012-07-26  Andreas Jaeger  <aj@suse.de>
37337
37338         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37339         ptrace.
37340
37341         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37342         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37343         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37344         PTRACE_O_MASK.
37345         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37346         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37347         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37348
37349         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37350         value.
37351
37352         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37353         _sigsys.
37354         (si_call_addr, si_syscall, si_arch): Define new macro.
37355         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37356         _sigsys.
37357         (si_call_addr, si_syscall, si_arch): Define new marcro.
37358         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37359         _sigsys.
37360         (si_call_addr, si_syscall, si_arch): Define new macro.
37361         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37362         _sigsys.
37363         (si_call_addr, si_syscall, si_arch): Define new macro.
37364
37365 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37366
37367         [BZ #13717]
37368         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37369         Change to 2.4.21 where previously 2.4.1.
37370         * sysdeps/unix/sysv/linux/configure: Regenerated.
37371         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37372         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37373         Linux kernel version.
37374         (__ASSUME_STD_AUXV): Remove.
37375         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37376         kernel version.
37377         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37378         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37379         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37380         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37381         (__ASSUME_NETLINK_SUPPORT): Likewise.
37382         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37383         (__no_netlink_support): Remove conditional definition.
37384         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37385         Remove.
37386         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37387         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37388         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37389         (if_nameindex_ioctl): Remove.
37390         (if_nameindex_netlink): Do not handle __no_netlink_support.
37391         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37392         code.
37393         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37394         Remove conditional code.
37395         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37396         code.
37397         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37398         unconditional.
37399         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37400         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37401         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37402         Remove.
37403         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37404         [!__ASSUME_STD_AUXV]: Remove conditional code.
37405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37406         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37407         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37409         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37410         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37411         code.
37412         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37414         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37415         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37416         conditional code.
37417         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37419         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37420         code.
37421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37422         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37423         conditional code.
37424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37425         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37426         code unconditional.
37427         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37428         conditional code.
37429         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37430         unconditional.
37431         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37432         conditional code.
37433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37434         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37435         unconditional.
37436         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37437         conditional code.
37438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37439         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37440         code unconditional.
37441         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37442         conditional code.
37443         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37444         unconditional.
37445         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37446         conditional code.
37447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37448         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37449         code unconditional.
37450         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37451         conditional code.
37452         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37453         unconditional.
37454         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37455         conditional code.
37456
37457 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37458
37459         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37460         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37461         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37462         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37463         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37464         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37465         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37466         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37467         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37468         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37469         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37470         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37471         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37472         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37473         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37474         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37475         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37476         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37477         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37478         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37479         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37480         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37481         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37482
37483 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37484
37485         * Versions.def: Add GLIBC_2.17.
37486         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37487         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37488         Introduce __libc_secure_getenv.
37489         * stdlib/Versions (2.17): Add secure_getenv
37490         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37491         * stdlib/secure-getenv.c: Rename __secure_getenv to
37492         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37493         symbol __secure_getenv for GLIBC_2.0.
37494         * stdlib/tst-secure-getenv.c: New.
37495         * stdlib/Makefile (tests): Add testcase.
37496         * manual/startup.texi (Environment Access): Document
37497         secure_getenv.
37498         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37499         __libc_secure_getenv.
37500         * inet/ruserpass.c (ruserpass): Likewise.
37501         * malloc/mtrace.c (mtrace): Likewise.
37502         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37503         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37504         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37505         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37506         HAVE_SECURE_GETENV.
37507         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37508         __secure_getenv to __libc_secure_getenv.
37509         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37511         Likewise.
37512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37513         Likewise.
37514         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37515         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37516         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37517         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37518         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37519         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37520         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37521
37522 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37523
37524         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37525         (struct La_i86_retval): Likewise.
37526         (struct La_x86_64_regs): Likewise.
37527         (struct La_x86_64_retval): Likewise.
37528         (struct La_x32_regs): Likewise.
37529         (struct La_x32_retval): Likewise.
37530         (struct La_ppc32_regs): Likewise.
37531         (struct La_ppc32_retval): Likewise.
37532         (struct La_ppc64_regs): Likewise.
37533         (struct La_ppc64_retval): Likewise.
37534         (struct La_sh_regs): Likewise.
37535         (struct La_sh_retval): Likewise.
37536         (struct La_s390_32_regs): Likewise.
37537         (struct La_s390_32_retval): Likewise.
37538         (struct La_s390_64_regs): Likewise.
37539         (struct La_s390_64_retval): Likewise.
37540         (struct La_sparc32_regs): Likewise.
37541         (struct La_sparc32_retval): Likewise.
37542         (struct La_sparc64_regs): Likewise.
37543         (struct La_sparc64_retval): Likewise.
37544         (struct audit_ifaces): Remove architecture-specific pltenter and
37545         pltexit members.
37546         * sysdeps/i386/ldsodefs.h: New file.
37547         * sysdeps/powerpc/ldsodefs.h: Likewise.
37548         * sysdeps/s390/ldsodefs.h: Likewise.
37549         * sysdeps/sh/ldsodefs.h: Likewise.
37550         * sysdeps/sparc/ldsodefs.h: Likewise.
37551         * sysdeps/x86_64/ldsodefs.h: Likewise.
37552
37553 2012-07-25  Marek Polacek  <polacek@redhat.com>
37554
37555         [BZ #6808]
37556         * math/libm-test.inc (yn_test): Add another test.
37557         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37558         to ERANGE when the result is +-Inf.
37559         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37560         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37561         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37562         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37563
37564 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37565
37566         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37567         equal to 0.
37568         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37569         clock_t.
37570         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37571
37572 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37573
37574         * configure.in <sysdeps resolving>: Correct printing
37575         Implies_before.
37576         * configure: Regenerate.
37577
37578 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37579
37580         * math/w_ilogb.c: Include <limits.h>.
37581         * math/w_ilogbl.c: Likewise.
37582
37583 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37584
37585         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37586         va_copy.  Document allowing for unavailable va_copy only as
37587         pre-C99 compatibility.
37588         * manual/string.texi (Copying and Concatenation): Use va_copy
37589         instead of __va_copy in concat example.
37590
37591 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37592
37593         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37594         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37595         it if not null.
37596
37597         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37598         with O_NOLINK passed to __file_name_lookup.
37599
37600         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37601         with O_NOLINK passed to __file_name_lookup.
37602
37603         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37604         negative N or less than NGIDS.
37605
37606         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37607         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37608         enough.  Use memcpy instead of strncpy.
37609
37610 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37611
37612         * elf/Makefile (check-data): Remove.
37613         (localplt.data): New vpath directive.
37614         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37615         instead of $(check-data).
37616         * scripts/data/localplt-generic.data: Move to ...
37617         * sysdeps/generic/localplt.data: ... here.
37618         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37619         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37620         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37622         ... here.
37623         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37625         ... here.
37626         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37628         ... here.
37629         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37630         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37631         ... here.
37632         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37633         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37634         ... here.
37635         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37636         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37637         ... here.
37638
37639 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37640
37641         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37642         PPC32 and PPC64 files.
37643         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37644         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37645
37646 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37647
37648         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37649         __makecontext_ret to ...
37650         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37651         ... here and call exit if uc_link is NULL.  New file.
37652         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37653         __makecontext_ret.S.
37654         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37655         __makecontext_ret to ...
37656         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37657         ... here and call exit if uc_link is NULL.  New file.
37658         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37659         __makecontext_ret.S.
37660
37661 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37662
37663         * elf/elf.h (R_390_IRELATIVE): New definition.
37664         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37665         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37666         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37667         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37668         (elf_machine_lazy_rel): Likewise.
37669         * sysdeps/s390/dl-irel.h: New file.
37670         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37671         * sysdeps/s390/s390-64/memset.S: New asm code.
37672         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37673         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37674         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37675         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37676         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37677         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37678         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37679         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37680         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37681         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37682         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37683         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37684         * sysdeps/s390/s390-32/memset.S: New asm code.
37685         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37686
37687 2012-07-17  Marek Polacek  <polacek@redhat.com>
37688
37689         [BZ #14349]
37690         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37691         * sysdeps/s390/s390-64/configure.in: Likewise.
37692         * sysdeps/sparc/configure.in: Likewise.
37693         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37694         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37695         * sysdeps/i386/configure.in: Likewise.
37696         * sysdeps/x86_64/configure.in: Likewise.
37697         * sysdeps/sh/configure.in: Likewise.
37698         * sysdeps/s390/s390-32/configure: Regenerated.
37699         * sysdeps/s390/s390-64/configure: Likewise.
37700         * sysdeps/x86_64/configure: Likewise.
37701         * sysdeps/sh/configure: Likewise.
37702         * sysdeps/powerpc/powerpc64/configure: Likewise.
37703         * sysdeps/powerpc/powerpc32/configure: Likewise.
37704         * sysdeps/sparc/configure: Likwise.
37705         * sysdeps/i386/configure: Likewise.
37706
37707         * elf/dl-open.c: Comment fixes.
37708
37709 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37710
37711         * Makefile [CXX] (check-data): Remove.
37712         [CXX] (c++-types.data): New vpath directive.
37713         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37714         vpath.  Do not allow for C++ type data being missing.
37715         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37716         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37717         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37718         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37719         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37720         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37721         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37723         ... here.
37724         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37726         ... here.
37727         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37728         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37729         ... here.
37730         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37731         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37732         ... here.
37733         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37734         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37735         ... here.
37736         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37737         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37738         ... here.
37739         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37740         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37741         ... here.
37742         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37743         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37744
37745         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37746         definitions to architecture-specific files.
37747         (TLS_IE): Likewise.
37748         (TLS_LD): Likewise.
37749         (TLS_GD): Likewise.
37750         * sysdeps/i386/tls-macros.h: New file.
37751         * sysdeps/powerpc/tls-macros.h: Likewise.
37752         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37753         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37754         * sysdeps/sh/tls-macros.h: Likewise.
37755         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37756         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37757         * sysdeps/x86_64/tls-macros.h: Likewise.
37758
37759 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37760
37761         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37762         zero value for regular exit case.
37763
37764         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37765         (__start_context): Preserve zero value for regular exit case.
37766
37767 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37768             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37769
37770         * manual/setjmp.texi (setcontext): Clarify normal process
37771         termination when uc_link is the null pointer.
37772         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37773         exit call.
37774
37775 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37776
37777         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37778         preprocessor.  Test for each exception mask separately.
37779
37780 2012-07-16  Andreas Jaeger  <aj@suse.de>
37781
37782         * po/ru.po: Update from translation team.
37783
37784 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37785
37786         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37787         equal to 0.
37788         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37789         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37790         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37791         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37792         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37793
37794 2012-07-13  Andreas Jaeger  <aj@suse.de>
37795
37796         * po/fr.po: Update from translation team.
37797
37798 2012-07-12  Marek Polacek  <polacek@redhat.com>
37799
37800         [BZ #14173]
37801         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37802         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37803         loop condition.
37804
37805 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37806
37807         [BZ #13717]
37808         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37809         Change to 2.4.1 where previously 2.4.0.
37810         * sysdeps/unix/sysv/linux/configure: Regenerated.
37811         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37812         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37813         version.
37814         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37815         (__ASSUME_AT_CLKTCK): Remove.
37816         (__ASSUME_AT_PAGESIZE): Likewise.
37817         (__ASSUME_AT_XID): Likewise.
37818         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37819         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37820         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37821         unconditionally.
37822         (HAVE_AUX_PAGESIZE): Likewise.
37823         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37824         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37825         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37826
37827 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37828
37829         [BZ #14307]
37830         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37831         the temporary buffer used to invoke __gethostbyname2_r,
37832         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37833         host_data / struct gaih_addrtuple.
37834         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37835         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37836         header file nss/nsswitch.h.
37837         * nss/nsswitch.h (global scope): Add definition of implementation
37838         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37839         resolv/nss_dns/dns-host.c).
37840
37841 2012-07-11  Andreas Jaeger  <aj@suse.de>
37842
37843         * po/fr.po: Update from translation team.
37844
37845         * po/sv.po: Update from translation team
37846         * po/fr.po: Another update from translation team.
37847
37848 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37849
37850         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37851         for subnormals or multiply small sinh result by itself.
37852         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37853         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37854
37855 2012-07-11  David S. Miller  <davem@davemloft.net>
37856
37857         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37858
37859 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37860
37861         [BZ #14347]
37862         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37863         (INTERNAL_MARK): Shift it here.
37864
37865 2012-07-10  Marek Polacek  <polacek@redhat.com>
37866
37867         [BZ #14151]
37868         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37869         libc_cv_asm_global_directive with .globl.
37870         * configure: Regenerated.
37871         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37872         with .globl.
37873         * sysdeps/i386/configure: Regenerated.
37874         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37875         with .globl.
37876         * sysdeps/x86_64/configure: Regenerated.
37877         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37878         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37879         * elf/tst-unique2mod2.c: Likewise.
37880         * elf/tst-unique2mod1.c: Likewise.
37881         * elf/tst-unique1mod2.c: Likewise.
37882         * elf/tst-unique1mod1.c: Likewise.
37883         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37884         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37885         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37886         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37887         * sysdeps/mach/sysdep.h: Likewise.
37888         * sysdeps/i386/sysdep.h: Likewise.
37889         * sysdeps/i386/i386-mcount.S: Likewise.
37890         * sysdeps/x86_64/_mcount.S: Likewise.
37891         * sysdeps/x86_64/sysdep.h: Likewise.
37892         * sysdeps/sh/_mcount.S: Likewise.
37893         * sysdeps/sh/sysdep.h: Likewise.
37894         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37895         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37896         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37897         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37898         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37899         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37900         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37901         * locale/localeinfo.h: Likewise.
37902         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37903         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37904
37905 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37906
37907         [BZ #14336]
37908         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37909         system".
37910         * manual/message.texi (The Uniforum approach): Likewise.
37911         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37912         (glibc iconv Implementation): Likewise.
37913
37914 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37915
37916         [BZ #14337]
37917         * math/s_clog.c (__clog): Avoid scaling a value down where that
37918         could result in underflow.
37919         * math/s_clog10.c (__clog10): Likewise.
37920         * math/s_clog10f.c (__clog10f): Likewise.
37921         * math/s_clog10l.c (__clog10l): Likewise.
37922         * math/s_clogf.c (__clogf): Likewise.
37923         * math/s_clogl.c (__clogl): Likewise.
37924         * math/libm-test.inc (clog_test): Add more tests.
37925         (clog10_test): Likewise.
37926         * sysdeps/i386/fpu/libm-test-ulps: Update.
37927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37928
37929 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37930
37931         [BZ #14283]
37932         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37933         by 7 not 8 to examine high bit of fractional part.
37934
37935         [BZ #14042]
37936         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37937         for call to __mcount_internal.
37938         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37939         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37940         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37941
37942 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37943
37944         [BZ #14154]
37945         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37946         approximation for values within 0x1p-13f of an odd multiple of
37947         pi/4.
37948         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37949         exception.  Add more tests.
37950         * sysdeps/i386/fpu/libm-test-ulps: Update.
37951
37952         [BZ #6778]
37953         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37954         inputs and return -1 for them.  Do not check for +Inf in case not
37955         reachable for +Inf.
37956         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37957         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37958         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37959         and return -1 for them.  Do not check for +Inf in case not
37960         reachable for +Inf.
37961         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37962         define.
37963         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37964         and return -1 for them.  Do not check for +Inf in case not
37965         reachable for +Inf.
37966         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37967         spurious underflow.
37968         * sysdeps/i386/fpu/libm-test-ulps: Update.
37969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37970
37971 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37972
37973         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37974
37975 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37976
37977         [BZ #14157]
37978         [BZ #14331]
37979         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37980         could result in spurious underflow.  Scale down values above
37981         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37982         * math/s_csqrtf.c (__csqrtf): Likewise.
37983         * math/s_csqrtl.c (__csqrtl): Likewise.
37984         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37985         spurious underflow.
37986         * sysdeps/i386/fpu/libm-test-ulps: Update.
37987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37988
37989 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37990
37991         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37992         xopen-msg.sed.
37993         * catgets/xopen-msg.awk: New file.
37994         * catgets/xopen-msg.sed: Removed.
37995
37996         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37997         po2text.sed.
37998         * intl/po2test.awk: New file.
37999         * intl/po2test.sed: Removed.
38000
38001 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
38002
38003         [BZ #14328]
38004         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
38005         or multiply small sinh result by itself.
38006         * math/s_ctanf.c (__ctanf): Likewise.
38007         * math/s_ctanh.c (__ctanh): Likewise.
38008         * math/s_ctanhf.c (__ctanhf): Likewise.
38009         * math/s_ctanhl.c (__ctanhl): Likewise.
38010         * math/s_ctanl.c (__ctanl): Likewise.
38011         * math/libm-test.inc (ctan_test_tonearest): New function.
38012         (ctan_test_towardzero): Likewise.
38013         (ctan_test_downward): Likewise.
38014         (ctan_test_upward): Likewise.
38015         (ctanh_test_tonearest): Likewise.
38016         (ctanh_test_towardzero): Likewise.
38017         (ctanh_test_downward): Likewise.
38018         (ctanh_test_upward): Likewise.
38019         (main): Call these new functions.
38020         * sysdeps/i386/fpu/libm-test-ulps: Update.
38021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38022
38023 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
38024
38025         * .gitignore: Delete /ports entry.
38026
38027 2012-07-03  Andreas Jaeger  <aj@suse.de>
38028
38029         * po/bg.po: Update from translation team.
38030         * po/cs.po: Likewise.
38031         * po/de.po: Likewise.
38032         * po/hr.po: Likewise.
38033         * po/nl.pl: Likewise.
38034         * po/pl.po: Likewise.
38035         * po/vi.po: Likewise.
38036
38037 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
38038
38039         * Makeconfig [!+link] (+link-before-libc): New variable.
38040         [!+link] (+link-after-libc): Likewise.
38041         [!+link] (+link-tests): Likewise.
38042         [!+link] (+link): Define in terms of $(+link-before-libc) and
38043         $(+link-after-libc).
38044         [!+link-static] (+link-static-before-libc): New variable.
38045         [!+link-static] (+link-static-after-libc): Likewise.
38046         [!+link-static] (+link-static-tests): Likewise.
38047         [!+link-static] (+link-static): Define in terms of
38048         $(+link-static-before-libc) and $(+link-static-after-libc).
38049         [build-shared] (link-libc-before-gnulib): New variable.
38050         [build-shared] (link-libc-tests): Likewise.
38051         [build-shared] (link-libc): Define in terms of
38052         $(link-libc-before-gnulib).
38053         [!build-shared] (link-libc-tests): New variable.
38054         (link-libc-static-tests): New variable.
38055         [!gnulib] (gnulib-arch): New variable.
38056         [!gnulib] (gnulib-tests): Likewise.
38057         [!gnulib] (static-gnulib-arch): Likewise.
38058         [!gnulib] (static-gnulib-tests): Likewise.
38059         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
38060         Define with "=" instead of ":=".
38061         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
38062         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
38063         * Rules (binaries-all-notests): New variable.
38064         (binaries-all-tests): Likewise.
38065         (binaries-static-notests): Likewise.
38066         (binaries-static-tests): Likewise.
38067         (binaries-all): Define using $(binaries-all-notests) and
38068         $(binaries-all-tests).
38069         (binaries-static): Define using $(binaries-static-notests) and
38070         $(binaries-static-tests).
38071         (binaries-shared-tests): New variable.
38072         (binaries-shared-notests): Likewise.
38073         (binaries-shared): Remove variable.
38074         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
38075         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
38076         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
38077         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
38078         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
38079         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
38080         * elf/Makefile (sln-modules): New variable.
38081         (extra-objs): Add $(sln-modules:=.o).
38082         (ldconfig-modules): Add static-stubs.
38083         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
38084         * elf/static-stubs.c: New file.
38085
38086         [BZ #14283]
38087         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
38088         by 7 not 8 to examine high bit of fractional part.  Use volatile
38089         variables when splitting into final array of floats if
38090         __FLT_EVAL_METHOD__ != 0.
38091         * math/libm-test.inc (cos_test): Add another test.
38092         (sin_test): Likewise.
38093         * sysdeps/i386/fpu/libm-test-ulps: Update.
38094
38095         [BZ #14273]
38096         * math/libm-test.inc (cosh_test): Add more tests.
38097
38098         * version.h (RELEASE): Set to "development".
38099         (VERSION): Set to "2.16.90".
38100
38101 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
38102
38103         * NEWS: Update copyright. Remove last-updated date.
38104         Mention math library bug fixes and timezone data changes.
38105         * README: Mention GNU/Hurd, x32, and HPPA support status.
38106
38107 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
38108
38109         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
38110
38111 2012-06-27  Andreas Jaeger  <aj@suse.de>
38112
38113         * manual/contrib.texi (Contributors): Add Samuel Thibault.
38114
38115 2012-06-25  Andreas Jaeger  <aj@suse.de>
38116
38117         * sysdeps/s390/fpu/libm-test-ulps: Update.
38118
38119 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
38120             Thomas Schwinge  <thomas@codesourcery.com>
38121
38122         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
38123         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
38124         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
38125         fanotify_mark.
38126
38127 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
38128
38129         * sysdeps/mach/start.c: Remove file.
38130         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
38131         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
38132         * sysdeps/sh/init-first.c: Likewise.
38133
38134         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
38135         registers for frame unwinding purposes, add CFI directives.
38136         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38137         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
38138         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
38139         Likewise.
38140
38141         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
38142         __fortify_fail returning.
38143         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38144
38145         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
38146         sysdeps/sh/____longjmp_chk.S.
38147         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
38148         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
38149         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
38150         (gen-as-const-headers): Append sigaltstack-offsets.sym.
38151
38152         * sysdeps/sh/abort-instr.h: New file.
38153         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
38154         process in case exit returns.
38155
38156         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
38157         initialize the GOT register before use.
38158
38159         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
38160         calculation of ARGC > 4.
38161
38162         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
38163         meaningful names to some local labels.
38164
38165 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38166             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38167
38168         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
38169         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
38170         (__arch_compare_and_exchange_val_16_acq): Likewise.
38171         (__arch_compare_and_exchange_val_32_acq): Likewise.
38172         (atomic_exchange_and_add): Fix gUSA sequence.
38173         (atomic_add): Likewise.
38174         (atomic_add_negative): Likewise.
38175         (atomic_add_zero): Likewise.
38176         (atomic_bit_test_set): Likewise.
38177
38178 2012-06-22  Andreas Schwab  <schwab@redhat.com>
38179
38180         [BZ #13579]
38181         * include/link.h (struct link_map): Add l_free_initfini.
38182         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
38183         l_initfini.
38184         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
38185         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
38186         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
38187         set.
38188
38189 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
38190
38191         * configure.in: Use AC_LANG_SOURCE.
38192         * configure: Regenerate.
38193
38194 2012-06-22  Roland McGrath  <roland@hack.frob.com>
38195
38196         * configure.in (libc_cv_localstatedir): New substituted variable.
38197         * configure: Regenerated.
38198         * config.make.in (localstatedir): New variable, substituted from
38199         libc_cv_localstatedir.
38200         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
38201         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
38202         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
38203         * sysdeps/gnu/configure: Regenerated.
38204
38205 2012-06-21  Jeff Law  <law@redhat.com>
38206
38207         [BZ #14277]
38208         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
38209         free.  Simplify list management for _LIBC case.
38210
38211 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
38212
38213         [BZ #14273]
38214         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
38215         Clear sign bit of 64-bit integer value before comparing against
38216         overflow value.
38217
38218         * sysdeps/mach/configure: Regenerated.
38219
38220 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
38221
38222         [BZ #14278]
38223         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38224
38225 2012-06-21  Jeff Law  <law@redhat.com>
38226
38227         [BZ #13882]
38228         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
38229         uint16_t for elements in the "seen" array to avoid char overflows.
38230         * elf/dl-fini.c (_dl_sort_fini): Likewise.
38231         * elf/dl-open.c (dl_open_worker): Likewise.
38232
38233 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
38234
38235         * scripts/list-sources.sh: Scan PORTS for translations.
38236         * po/libc.pot: Regenerated.
38237
38238 2012-06-21  Andreas Jaeger  <aj@suse.de>
38239
38240         [BZ #12194]
38241         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38242         warning.
38243         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38244         * bits/byteswap-16.h (__bswap_16): Likewise.
38245         * bits/byteswap.h (__bswap_constant_16): Likewise.
38246
38247 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38248
38249         [BZ #14117]
38250         * sysdeps/i386/fpu_control.h: Removed.
38251         * sysdeps/x86_64/fpu_control.h: Moved to ...
38252         * sysdeps/x86/fpu_control.h: Here.
38253
38254         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38255         (_FPU_SETCW): Likewise.
38256
38257 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38258
38259         [BZ #14117]
38260         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38261         * sysdeps/x86/fpu/bits/mathinline.h: This.
38262         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38263
38264         [BZ #14050]
38265         [BZ #14117]
38266         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38267         functions if __x86_64__ is defined.
38268
38269 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38270
38271         * string/endian.h: Add !__ASSEMBLER__ condition for including
38272         conversion interfaces.
38273
38274 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38275
38276         [BZ #14241]
38277         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38278         of ABS(x) in calculating zero to negative powers other than odd
38279         integers.
38280         * math/libm-test.inc (pow_test): Add more tests.
38281
38282 2012-06-15  Andreas Jaeger  <aj@suse.de>
38283
38284         * manual/contrib.texi (Contributors): Update entry of Liubov
38285         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38286         Machado Filho.
38287
38288 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38289
38290         * string/string.h: Add __wur to GNU version of strerror_r.
38291
38292 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38293
38294         [BZ #14229]
38295         * string/Makefile (tests): Add tst-strtok_r.
38296         * string/tst-strtok_r.c: New file.
38297         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38298         RAX_LP/RDX_LP on SAVE_PTR.
38299
38300 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38301
38302         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38303
38304 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38305
38306         * libm_test.inc (csqrt_test): Allow more spurious underflow
38307         exceptions.
38308         (j0_test): Likewise.
38309         (j1_test): Likewise.
38310         (y0_test): Likewise.
38311         (y1_test): Likewise.
38312
38313 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38314
38315         * po/Makefile (libc.pot): Use UTF-8 charset.
38316
38317 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38318
38319         [BZ #14210]
38320         Suppress sign-conversion warning from FD_SET.
38321         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38322         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38323         not unsigned long int.
38324         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38325
38326 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38327
38328         [BZ #14050]
38329         [BZ #14117]
38330         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38331         __extern_always_inline instead of __extern_inline.
38332         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38333         (__signbit): Likewise.
38334         (__signbitl): Support C++ namespace.
38335         (lrintf): New inline function.
38336         (lrint): Likewise.
38337         (llrintf): Likewise.
38338         (llrint): Likewise.
38339         (fmaxf): Likewise.
38340         (fmax): Likewise.
38341         (fminf): Likewise.
38342         (fmin): Likewise.
38343         (rint): Likewise.
38344         (rintf): Likewise.
38345         (ceil): Likewise.
38346         (ceilf): Likewise.
38347         (floor): Likewise.
38348         (floorf): Likewise.
38349         (nearbyint): Likewise.
38350         (nearbyintf): Likewise.
38351
38352 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38353
38354         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38355         non-default versions.
38356
38357 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38358
38359         [BZ #14218]
38360         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38361
38362 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38363
38364         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38365         (FE_UPWARD, FE_DOWNWARD): Don't define.
38366         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38367         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38368
38369         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38370         reading it.
38371         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38372         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38373
38374 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38375
38376         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38377         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38378         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38379         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38380
38381 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38382
38383         [BZ #14117]
38384         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38385         * sysdeps/i386/fpu/Implies: New file.
38386         * sysdeps/x86_64/fpu/Implies: Likewise.
38387         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38388         * sysdeps/x86/fpu/bits/fenv.h: This.
38389
38390         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38391         __SSE_MATH__.
38392
38393 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38394
38395         [BZ #14134]
38396         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38397         character 0xffff that matches the last element of the
38398         conversion table.
38399
38400 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38401
38402         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38403         fmodl commit.
38404
38405 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38406
38407         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38408         values higher than 25.6283.
38409
38410 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38411
38412         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38413         subnormal exponent extraction and add some __builtin_expect.
38414         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38415         Fix for subnormal mantissa calculation.
38416
38417 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38418
38419         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38420         cpu2 is -1 and errno is not ENOSYS.
38421
38422 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38423
38424         [BZ #14117]
38425         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38426         * sysdeps/x86/bits/string.h: This.
38427         * sysdeps/x86_64/bits/string.h: Removed.
38428
38429         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38430         if not compiling for x86-64, but compiling for >= i486.
38431
38432         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38433         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38434
38435         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38436         New macro from Linux kernel 3.4.0.
38437         (FP_XSTATE_MAGIC2): Likewise.
38438         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38439         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38440         (struct _fpx_sw_bytes): New struct.
38441         (struct _xsave_hdr): Likewise.
38442         (struct _ymmh_state): Likewise.
38443         (struct _xstate): Likewise.
38444
38445         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38446         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38447         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38448         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38449         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38450         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38451
38452         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38453         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38454         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38455         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38456         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38457         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38458
38459 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38460
38461         [BZ #13743]
38462         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38463         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38464         (sysdep_headers): Include sys/platform/ppc.h.
38465         * sysdeps/powerpc/test-gettimebase.c: Test for
38466         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38467         * manual/Makefile (appendices): Include platform.texi.
38468         * manual/contrib.texi (Contributors): Update @node pointers.
38469         * manual/maint.texi (Maintenance): Likewise.
38470         (Platform): New node.
38471         * manual/platform.texi: New file.  Document the new features.
38472
38473 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38474             Jakub Jelinek  <jakub@redhat.com>
38475
38476         [BZ #14188]
38477         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38478         where __builtin_expect is unavailable.
38479
38480 2012-06-03  David S. Miller  <davem@davemloft.net>
38481
38482         * stdlib/longlong.h: Updated from GCC.
38483
38484 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38485
38486         [BZ #14042]
38487         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38488         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38489         __mcount_internal.
38490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38491         (GLIBC_2.16): Likewise.
38492
38493 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38494
38495         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38496
38497 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38498
38499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38500         (default-abi): New variable.
38501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38502         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38503         variable.
38504         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38505         Likewise.
38506         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38507         Likewise.
38508         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38509         Likewise.
38510
38511         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38512         definition.  Document in comment.
38513
38514 2012-06-01  David S. Miller  <davem@davemloft.net>
38515
38516         * stdlib/longlong.h: Updated from GCC.
38517
38518 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38519
38520         [BZ #14117]
38521         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38522         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38523         sys/debugreg.h sys/io.h here.
38524         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38525         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38526         sys/io.h.
38527         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38528         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38529         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38530         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38531         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38532         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38533
38534         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38535         Define only if __x86_64__ is defined.
38536
38537 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38538
38539         [BZ #14048]
38540         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38541         Use int64_t for variable i.
38542         * math/libm-test.inc (fmod_test): Add more tests.
38543
38544         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38545         z computation is not scheduled after fetestexcept.
38546         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38547         Use math_force_eval instead of asm to ensure calculation scheduled
38548         before exception test.
38549         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38550         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38551
38552 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38553
38554         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38555         computation is not scheduled after fetestexcept.
38556
38557 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38558
38559         [BZ #14117]
38560         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38561         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38562
38563 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38564
38565         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38566         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38567
38568 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38569
38570         [BZ #14117]
38571         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38572         <bits/wordsize.h>.
38573         (__WCHAR_MIN): Support __WORDSIZE == 64.
38574         (__WCHAR_MAX): Likewise.
38575
38576         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38577         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38578
38579         [BZ #14183]
38580         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38581         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38582
38583         [BZ #14117]
38584         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38585         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38586
38587         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38588         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38589
38590         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38591         Defined to 1 if __x86_64__ isn't defined.
38592         (_STAT_VER_LINUX_OLD): New.
38593         (st_atime): Remove duplicate.
38594         (st_mtime): Likewise.
38595         (st_ctime): Likewise.
38596
38597 2012-05-31  David S. Miller  <davem@davemloft.net>
38598
38599         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38600         entries.
38601
38602 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38603
38604         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38605         gen-libm-test.pl.
38606
38607         [BZ #14132]
38608         * elf/dl-reloc.c: Include <_itoa.h>.
38609         (_dl_reloc_bad_type): Remove use of INTUSE.
38610         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38611         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38612         * stdio-common/psiginfo.c (psiginfo): Likewise.
38613         * stdio-common/psignal.c (psignal): Likewise.
38614         * string/strsignal.c (strsignal): Likewise.
38615         * include/signal.h (_sys_siglist): Declare hidden proto.
38616         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38617         INTVARDEF with libc_hidden_data_def.
38618         * stdio-common/itoa-udigits.c: Likewise.
38619         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38620         (_itoa_lower_digits_internal): Remove declaration.
38621         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38622         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38623         (_sys_sigabbrev_internal): Remove aliases.
38624         (_sys_siglist): Define hidden alias.
38625
38626 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38627
38628         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38629         bits/sysctl.h.
38630
38631 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38632
38633         [BZ #14117]
38634         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38635         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38636
38637         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38638         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38639         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38640         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38641         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38642         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38643
38644         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38645         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38646         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38647
38648         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38649         with __addr.
38650         (insw): Likewise.
38651         (insl): Likewise.
38652         (outsb): Likewise.
38653         (outsw): Likewise.
38654         (outsl): Likewise.
38655
38656         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38657         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38658         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38659
38660         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38661         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38662         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38663         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38664         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38665         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38666
38667         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38668         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38669
38670         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38671         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38672
38673         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38674         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38675         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38676
38677         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38678         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38679         to ...
38680         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38681
38682         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38683         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38684         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38685
38686         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38687         for x86-64.
38688         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38689
38690 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38691
38692         * math/math.h (M_El): Use two more decimal places.
38693         (M_LOG2El): Likewise.
38694         (M_LOG10El): Likewise.
38695         (M_LN2l): Likewise.
38696         (M_LN10l): Likewise.
38697         (M_PIl): Likewise.
38698         (M_PI_2l): Likewise.
38699         (M_PI_4l): Likewise.
38700         (M_1_PIl): Likewise.
38701         (M_2_PIl): Likewise.
38702         (M_2_SQRTPIl): Likewise.
38703         (M_SQRT2l): Likewise.
38704         (M_SQRT1_2l): Likewise.
38705
38706 2012-05-31  David S. Miller  <davem@davemloft.net>
38707
38708         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38709         values between float registers.
38710         * sysdeps/sparc/sparc64/memset.S: Likewise.
38711         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38712
38713 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38714
38715         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38716         -D_FORTIFY_SOURCE=1.
38717         (CPPFLAGS-tst-longjmp_chk.c): Define.
38718         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38719         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38720         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38721         CFLAGS-tst-wchar-h.c.
38722
38723 2012-05-31  Marek Polacek  <polacek@redhat.com>
38724
38725         [BZ #14132]
38726         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38727         __endmntent_internal): Remove declaration.
38728         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38729         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38730         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38731
38732 2012-05-30  David S. Miller  <davem@davemloft.net>
38733
38734         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38735         (___Q_simulate_exceptions): Use real FP ops rather than writing
38736         into the %fsr.
38737         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38738         Likewise.
38739
38740 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38741
38742         [BZ #14117]
38743         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38744         * sysdeps/x86/bits/xtitypes.h: This.
38745
38746         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38747         * sysdeps/x86/bits/wordsize.h: This.
38748
38749         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38750         * sysdeps/x86/bits/huge_vall.h: This.
38751
38752         * sysdeps/i386/bits/select.h: Removed.
38753         * sysdeps/x86_64/bits/select.h: Renamed to ...
38754         * sysdeps/x86/bits/select.h: This.
38755
38756         * sysdeps/i386/bits/setjmp.h: Removed.
38757         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38758         * sysdeps/x86/bits/setjmp.h: This.
38759
38760         * sysdeps/i386/bits/mathdef.h: Removed.
38761         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38762         * sysdeps/x86/bits/mathdef.h: This.
38763
38764 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38765
38766         [BZ #14132]
38767         * include/sys/socket.h (__connect_internal)
38768         (__libc_sa_len_internal): Remove declaration.
38769         (__connect, __libc_sa_len): Declare hidden_proto.
38770         (SA_LEN): Remove use of INTUSE.
38771         * socket/connect.c: Add libc_hidden_def.
38772         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38773         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38774         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38775         alias.
38776         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38777         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38778         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38779         of adding _internal alias.
38780
38781 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38782
38783         [BZ #14117]
38784         * sysdeps/i386/bits/link.h: Removed.
38785         * sysdeps/i386/bits/linkmap.h: Likewise.
38786         * sysdeps/x86_64/bits/link.h: Renamed to ...
38787         * sysdeps/x86/bits/link.h: This.
38788         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38789         * sysdeps/x86/bits/linkmap.h: This.
38790
38791         * sysdeps/i386/bits/endian.h: Removed.
38792         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38793         * sysdeps/x86/bits/endian.h: This.
38794
38795         * sysdeps/i386/bits/byteswap.h: Removed.
38796         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38797         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38798         * sysdeps/x86/bits/byteswap.h: This.
38799         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38800         * sysdeps/x86/bits/byteswap-16.h: This.
38801         * sysdeps/i386/Implies: Add x86.
38802         * sysdeps/x86_64/Implies: Likewise.
38803
38804 2012-05-30  David S. Miller  <davem@davemloft.net>
38805
38806         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38807         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38808         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38809         (FP_TRAPPING_EXCEPTIONS): Define.
38810         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38811         (FP_TRAPPING_EXCEPTIONS): Define.
38812         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38813         subnormals only when inexact has been signalled or underflow
38814         exceptions are enabled.
38815         (_FP_PACK_CANONICAL): Likewise.
38816
38817 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38818
38819         [BZ #14183]
38820         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38821         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38822
38823 2012-05-30  Richard Henderson  <rth@twiddle.net>
38824
38825         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38826         with #ifndef NOT_IN_libc.
38827
38828         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38829         marked to avoid plt entry.
38830
38831 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38832
38833         [BZ #14112]
38834         * Makeconfig (default-abi): New macro.
38835         (abi-includes): Likewise.
38836         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38837         $(abi-$(default-abi)-lib-soname) for soname if defined.
38838         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38839         abi-variants.
38840         * Makefile (installed-stubs): Likewise.
38841         * include/stubs-biarch.h: Removed.
38842         * scripts/lib-names.awk: Only handle one library at a time.
38843         * scripts/soversions.awk: Remove WORDSIZE support.
38844         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38845         entries.
38846         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38847         Removed.
38848         (syscall-list-default-condition): Likewise.
38849         (syscall-list-default-condition): Likewise.
38850         (syscall-list-includes): Likewise.
38851         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38852         syscall-list-* with abi-*.  Handle undefined abi-variants.
38853         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38854         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38855         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38856         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38857         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38858         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38859         Removed.
38860         (syscall-list-32-options): Likewise.
38861         (syscall-list-32-condition): Likewise.
38862         (syscall-list-64-options): Likewise.
38863         (syscall-list-64-condition): Likewise.
38864         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38865         macro.
38866         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38867         Renamed to ...
38868         (abi-*): This.
38869         (abi-64-ld-soname): New macro.
38870         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38871         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38872         Renamed to ...
38873         (abi-*): This.
38874         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38875         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38876
38877 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38878
38879         * sysdeps/unix/sysv/linux/kernel-features.h
38880         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38881         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38882         include <kernel-features.h>.
38883         [!__NR_ftruncate64]: Remove conditional code.
38884         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38885         [__NR_ftruncate64]: Make code unconditional.
38886         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38887         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38888         include <kernel-features.h>.
38889         [!__NR_ftruncate64]: Remove conditional code.
38890         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38891         [__NR_ftruncate64]: Make code unconditional.
38892         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38894         include <kernel-features.h>.
38895         [!__NR_ftruncate64]: Remove conditional code.
38896         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38897         [__NR_ftruncate64]: Make code unconditional.
38898         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38900         include <kernel-features.h>.
38901         [!__NR_ftruncate64]: Remove conditional code.
38902         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38903         [__NR_ftruncate64]: Make code unconditional.
38904         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38905
38906         * configure.in (libc_cv_fpie): Weaken to a compile test using
38907         LIBC_TRY_CC_OPTION.
38908         * configure: Regenerated.
38909
38910 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38911
38912         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38913         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38914         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38915         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38916         Refreshed.
38917         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38918         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38919         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38920         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38921         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38922         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38923         Refreshed.
38924
38925 2012-05-27  David S. Miller  <davem@davemloft.net>
38926
38927         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38928         (___Q_zero): New.
38929         (__Q_simulate_exceptions): Return void.  Change to simulate
38930         exceptions by writing into the %fsr.
38931         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38932         (__Qp_handle_exceptions): Likewise.
38933         (numbers): Delete.
38934         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38935         __Qp_handle_exceptions.
38936         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38937         __Qp_handle_exceptions.
38938         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38939         as unused and give dummy FP_RND_NEAREST initializer.
38940         (FP_INHIBIT_RESULTS): Define.
38941         (___Q_simulate_exceptions): Update declaration.
38942         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38943         formatting.
38944         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38945         as unused and give dummy FP_RND_NEAREST initializer.
38946         (__Qp_handle_exceptions): Update declaration.
38947         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38948         formatting.
38949
38950 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38951
38952         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38953         the temporary FPU control word.
38954         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38955         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38956         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38957         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38958         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38959         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38960         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38961         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38962         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38963         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38964         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38965
38966 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38967
38968         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38969         fields.
38970
38971 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38972
38973         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38974         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38975         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38976         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38977         Likewise.
38978         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38979         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38980         Likewise.
38981
38982 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38983
38984         * po/h.po: Update from translation team.
38985
38986 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38987
38988         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38989
38990         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38991         handling of denormals.
38992         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38993         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38994         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38995         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38996         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38997         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38998         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38999         Likewise.
39000
39001 2012-05-26  Marek Polacek  <polacek@redhat.com>
39002
39003         [BZ #14152]
39004         * math/libm-test.inc (fma_test): Don't always expect underflow
39005         exception.
39006
39007 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39008
39009         [BZ #12416]
39010         * elf/tst-execstack.c: Include stackinfo.h.
39011         (do_test): Adjust test case to ensure that pthread_getattr_np
39012         behaviour remains the same after marking stack executable.
39013
39014 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
39015
39016         * sysdeps/unix/sysv/linux/kernel-features.h
39017         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
39018         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
39019         kernel-features.h.
39020         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
39021         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
39022         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
39023         kernel-features.h.
39024         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
39025         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
39026
39027 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
39028
39029         * configure.in: Define the default includes to being none.
39030         * configure: Regenerated.
39031
39032 2012-05-25  Roland McGrath  <roland@hack.frob.com>
39033
39034         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
39035         * sysdeps/x86_64/setjmp.S: Likewise.
39036         * sysdeps/i386/bsd-setjmp.S: Likewise.
39037         * sysdeps/i386/bsd-_setjmp.S: Likewise.
39038         * sysdeps/i386/setjmp.S: Likewise.
39039         * sysdeps/i386/__longjmp.S: Likewise.
39040         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39041         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
39042
39043         * include/stap-probe.h: New file.
39044         * configure.in: Handle --enable-systemtap.
39045         * configure: Regenerated.
39046         * config.h.in (USE_STAP_PROBE): New #undef.
39047         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
39048         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
39049         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
39050
39051 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
39052
39053         [BZ #13717]
39054         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39055         to 2.4.0 where earlier.
39056         * sysdeps/unix/sysv/linux/configure: Regenerated.
39057         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
39058         <kernel-features.h>.
39059         [__ASSUME_32BITUIDS]: Make code unconditional.
39060         [!__ASSUME_32BITUIDS]: Remove conditional code.
39061         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
39062         <kernel-features.h>.
39063         [__ASSUME_32BITUIDS]: Make code unconditional.
39064         [!__ASSUME_32BITUIDS]: Remove conditional code.
39065         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
39066         [__ASSUME_32BITUIDS]: Make code unconditional.
39067         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
39068         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
39069         <kernel-features.h>.
39070         [__ASSUME_32BITUIDS]: Make code unconditional.
39071         [!__ASSUME_32BITUIDS]: Remove conditional code.
39072         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
39073         <kernel-features.h>.
39074         [__ASSUME_32BITUIDS]: Make code unconditional.
39075         [!__ASSUME_32BITUIDS]: Remove conditional code.
39076         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
39077         <kernel-features.h>.
39078         [__ASSUME_32BITUIDS]: Make code unconditional.
39079         [!__ASSUME_32BITUIDS]: Remove conditional code.
39080         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
39081         <kernel-features.h>.
39082         [__ASSUME_32BITUIDS]: Make code unconditional.
39083         [!__ASSUME_32BITUIDS]: Remove conditional code.
39084         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
39085         <kernel-features.h>.
39086         [__ASSUME_32BITUIDS]: Make code unconditional.
39087         [!__ASSUME_32BITUIDS]: Remove conditional code.
39088         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
39089         <kernel-features.h>.
39090         [__ASSUME_32BITUIDS]: Make code unconditional.
39091         [!__ASSUME_32BITUIDS]: Remove conditional code.
39092         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
39093         <kernel-features.h>.
39094         [__ASSUME_32BITUIDS]: Make code unconditional.
39095         [!__ASSUME_32BITUIDS]: Remove conditional code.
39096         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
39097         <kernel-features.h>.
39098         [__ASSUME_32BITUIDS]: Make code unconditional.
39099         [!__ASSUME_32BITUIDS]: Remove conditional code.
39100         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
39101         <kernel-features.h>.
39102         [__ASSUME_32BITUIDS]: Make code unconditional.
39103         [!__ASSUME_32BITUIDS]: Remove conditional code.
39104         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
39105         <kernel-features.h>.
39106         [__ASSUME_32BITUIDS]: Make code unconditional.
39107         [!__ASSUME_32BITUIDS]: Remove conditional code.
39108         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
39109         <kernel-features.h>.
39110         [__NR_setresgid] (__setresgid): Do not declare.
39111         [__ASSUME_32BITUIDS]: Make code unconditional.
39112         [!__ASSUME_32BITUIDS]: Remove conditional code.
39113         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
39114         <kernel-features.h>.
39115         [__NR_setresuid] (__setresuid): Do not declare.
39116         [__ASSUME_32BITUIDS]: Make code unconditional.
39117         [!__ASSUME_32BITUIDS]: Remove conditional code.
39118         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
39119         <kernel-features.h>.
39120         [__ASSUME_32BITUIDS]: Make code unconditional.
39121         [!__ASSUME_32BITUIDS]: Remove conditional code.
39122         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
39123         <kernel-features.h>.
39124         [__ASSUME_32BITUIDS]: Make code unconditional.
39125         [!__ASSUME_32BITUIDS]: Remove conditional code.
39126         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
39127         <kernel-features.h>.
39128         [__ASSUME_32BITUIDS]: Make code unconditional.
39129         [!__ASSUME_32BITUIDS]: Remove conditional code.
39130         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
39131         <kernel-features.h>.
39132         [__ASSUME_32BITUIDS]: Make code unconditional.
39133         [!__ASSUME_32BITUIDS]: Remove conditional code.
39134         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
39135         <kernel-features.h>.
39136         [__ASSUME_32BITUIDS]: Make code unconditional.
39137         [!__ASSUME_32BITUIDS]: Remove conditional code.
39138         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
39139         <kernel-features.h>.
39140         [__ASSUME_32BITUIDS]: Make code unconditional.
39141         [!__ASSUME_32BITUIDS]: Remove conditional code.
39142         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
39143         <kernel-features.h>.
39144         [__ASSUME_32BITUIDS]: Make code unconditional.
39145         [!__ASSUME_32BITUIDS]: Remove conditional code.
39146         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
39147         <kernel-features.h>.
39148         [__ASSUME_32BITUIDS]: Make code unconditional.
39149         [!__ASSUME_32BITUIDS]: Remove conditional code.
39150         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
39151         <kernel-features.h>.
39152         [__ASSUME_32BITUIDS]: Make code unconditional.
39153         [!__ASSUME_32BITUIDS]: Remove conditional code.
39154         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
39155         <kernel-features.h>.
39156         [__ASSUME_32BITUIDS]: Make code unconditional.
39157         [!__ASSUME_32BITUIDS]: Remove conditional code.
39158         * sysdeps/unix/sysv/linux/kernel-features.h
39159         (__ASSUME_SETRESUID_SYSCALL): Remove.
39160         (__ASSUME_SETRESGID_SYSCALL): Likewise.
39161         (__ASSUME_32BITUIDS): Likewise.
39162         (__ASSUME_LDT_WORKS): Likewise.
39163         (__ASSUME_O_DIRECTORY): Likewise.
39164         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
39165         architecture but not kernel version.
39166         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
39167         (__ASSUME_MMAP2_SYSCALL): Likewise.
39168         (__ASSUME_STAT64_SYSCALL): Likewise.
39169         (__ASSUME_IPC64): Likewise.
39170         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
39171         <kernel-features.h>.
39172         [__ASSUME_32BITUIDS]: Make code unconditional.
39173         [!__ASSUME_32BITUIDS]: Remove conditional code.
39174         * sysdeps/unix/sysv/linux/opendir.c: Do not include
39175         <kernel-features.h>.
39176         [__ASSUME_O_DIRECTORY]: Make code unconditional.
39177         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
39178         132096]: Remove conditional code.
39179         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
39180         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.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/setegid.c: Do not include
39189         <kernel-features.h>.
39190         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
39191         unconditional.
39192         (__setresgid): Do not declare.
39193         [__ASSUME_32BITUIDS]: Make code unconditional.
39194         [!__ASSUME_32BITUIDS]: Remove conditional code.
39195         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
39196         <kernel-features.h>.
39197         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
39198         unconditional.
39199         (__setresuid): Do not declare.
39200         [__ASSUME_32BITUIDS]: Make code unconditional.
39201         [!__ASSUME_32BITUIDS]: Remove conditional code.
39202         * sysdeps/unix/sysv/linux/sh/chown.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/sparc/sparc32/semctl.c: Do not include
39207         <kernel-features.h>.
39208         [__ASSUME_32BITUIDS]: Make code unconditional.
39209         [!__ASSUME_32BITUIDS]: Remove conditional code.
39210
39211 2012-05-25  Richard Henderson  <rth@twiddle.net>
39212
39213         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
39214         dl_hwcap to ifunc resolver.
39215         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
39216         elf_ifunc_invoke.
39217         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
39218         dl_hwcap to ifunc resolver.
39219         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39220
39221 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39222
39223         [BZ #14153]
39224         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39225         for |x| <= 2**-26, not 2**-57.
39226         * math/libm-test.inc (acos_test): Do not allow spurious underflow
39227         exception.
39228
39229 2012-05-24  Jeff Law  <law@redhat.com>
39230
39231         * stdio-common/Makefile (tests): Add bug25.
39232         * stdio-common/bug25.c: New test.
39233
39234 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39235
39236         [BZ #13576]
39237         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39238         multiple of MALLOC_ALIGNMENT in size.
39239         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39240
39241 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39242
39243         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39244         Require >= 256.
39245         (FILENAME_MAX): Use macro-int-constant.
39246         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39247         (_IOFBF): Use macro-int-constant.
39248         (_IOLBF): Likewise.
39249         (_IONBF): Likewise.
39250         (SEEK_CUR): Likewise.
39251         (SEEK_END): Likewise.
39252         (SEEK_SET): Likewise.
39253         (TMP_MAX): Likewise.
39254         (EOF): Use macro-int-constant.  Require < 0.
39255         (NULL): Use macro-constant.  Require == 0.
39256         (stdin): Require type to be FILE *.
39257         (stdout): Likewise.
39258         (stderr): Likewise.
39259         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39260         macro-int-constant.
39261         (EXIT_SUCCESS): Likewise.
39262         (NULL): Use macro-constant.  Require == 0.
39263         (RAND_MAX): Use macro-int-constant.
39264         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39265         [C99-based standards] (strtof): Require function.
39266         [C99-based standards] (strtold): Likewise.
39267         [C99-based standards] (strtoll): Likewise.
39268         [C99-based standards] (strtoull): Likewise.
39269         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39270         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39271         [ISO || ISO99 || ISO11] (math.h): Likewise.
39272         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39273         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39274         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39275
39276 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39277
39278         [BZ #14132]
39279         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39280         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39281         * intl/dgettext.c (DCGETTEXT): Likewise.
39282         * intl/gettext.c (DCGETTEXT): Likewise.
39283         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39284         * posix/regex_internal.h (gettext): Likewise.
39285         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39286         Remove declaration.
39287         * include/argz.h (__argz_count_internal)
39288         (__argz_stringify_internal): Remove declaration.
39289         (__argz_count, __argz_stringify): Declare hidden proto.
39290         * intl/dcgettext.c: Remove use of INTDEF.
39291         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39292         * string/argz-stringify.c: Likewise.
39293         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39294         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39295         Declare hidden proto.
39296         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39297         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39298         Declare hidden proto.
39299         * include/stdio.h (__asprintf_internal): Don't declare.
39300         (__asprintf): Don't define as macro.  Declare hidden proto.
39301         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39302         (__fsetlocking): Declare hidden proto.
39303         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39304         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39305         hidden proto.
39306         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39307         (_IO_setlinebuf): Remove use of INTUSE.
39308         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39309         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39310         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39311         Remove declaration.
39312         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39313         (_IO_do_flush): Remove use of INTUSE.
39314         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39315         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39316         (_IO_adjust_column, _IO_least_wmarker)
39317         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39318         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39319         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39320         (_IO_default_doallocate, _IO_wdefault_doallocate)
39321         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39322         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39323         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39324         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39325         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39326         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39327         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39328         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39329         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39330         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39331         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39332         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39333         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39334         proto.
39335         (_IO_flush_all_internal, _IO_adjust_column_internal)
39336         (_IO_default_uflow_internal, _IO_default_finish_internal)
39337         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39338         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39339         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39340         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39341         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39342         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39343         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39344         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39345         (_IO_file_close_internal, _IO_file_close_it_internal)
39346         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39347         (_IO_file_init_internal, _IO_file_attach_internal)
39348         (_IO_file_fopen_internal, _IO_file_read_internal)
39349         (_IO_file_sync_internal, _IO_file_seek_internal)
39350         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39351         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39352         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39353         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39354         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39355         (_IO_list_all_internal, _IO_link_in_internal)
39356         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39357         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39358         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39359         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39360         (_IO_do_write_internal, _IO_padn_internal)
39361         (_IO_getline_info_internal, _IO_getline_internal)
39362         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39363         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39364         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39365         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39366         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39367         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39368         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39369         with libc_hidden_ver, remove use of INTUSE.
39370         * libio/genops.c: Likewise.
39371         * libio/freopen.c: Likewise.
39372         * libio/freopen64.c: Likewise.
39373         * libio/iofclose.c: Likewise.
39374         * libio/iofdopen.c: Likewise.
39375         * libio/iofflush.c: Likewise.
39376         * libio/iofflush_u.c: Likewise.
39377         * libio/iofgets.c: Likewise.
39378         * libio/iofgets_u.c: Likewise.
39379         * libio/iofopen.c: Likewise.
39380         * libio/iofopncook.c: Likewise.
39381         * libio/iofread.c: Likewise.
39382         * libio/iofread_u.c: Likewise.
39383         * libio/ioftell.c: Likewise.
39384         * libio/iofwrite.c: Likewise.
39385         * libio/iogetline.c: Likewise.
39386         * libio/iogets.c: Likewise.
39387         * libio/iogetwline.c: Likewise.
39388         * libio/iopadn.c: Likewise.
39389         * libio/iopopen.c: Likewise.
39390         * libio/ioseekoff.c: Likewise.
39391         * libio/ioseekpos.c: Likewise.
39392         * libio/iosetbuffer.c: Likewise.
39393         * libio/iosetvbuf.c: Likewise.
39394         * libio/ioungetc.c: Likewise.
39395         * libio/ioungetwc.c: Likewise.
39396         * libio/iovdprintf.c: Likewise.
39397         * libio/iovsprintf.c: Likewise.
39398         * libio/iovsscanf.c: Likewise.
39399         * libio/memstream.c: Likewise.
39400         * libio/obprintf.c: Likewise.
39401         * libio/oldfileops.c: Likewise.
39402         * libio/oldiofclose.c: Likewise.
39403         * libio/oldiofdopen.c: Likewise.
39404         * libio/oldiofopen.c: Likewise.
39405         * libio/oldiopopen.c: Likewise.
39406         * libio/oldstdfiles.c: Likewise.
39407         * libio/putc.c: Likewise.
39408         * libio/setbuf.c: Likewise.
39409         * libio/setlinebuf.c: Likewise.
39410         * libio/stdfiles.c: Likewise.
39411         * libio/strops.c: Likewise.
39412         * libio/vasprintf.c: Likewise.
39413         * libio/vscanf.c: Likewise.
39414         * libio/vsnprintf.c: Likewise.
39415         * libio/vswprintf.c: Likewise.
39416         * libio/wfiledoalloc.c: Likewise.
39417         * libio/wfileops.c: Likewise.
39418         * libio/wgenops.c: Likewise.
39419         * libio/wmemstream.c: Likewise.
39420         * libio/wstrops.c: Likewise.
39421         * libio/__fpurge.c: Likewise.
39422         * libio/__fsetlocking.c: Likewise.
39423         * assert/assert.c: Likewise.
39424         * debug/fgets_chk.c: Likewise.
39425         * debug/fgets_u_chk.c: Likewise.
39426         * debug/fread_chk.c: Likewise.
39427         * debug/fread_u_chk.c: Likewise.
39428         * debug/gets_chk.c: Likewise.
39429         * debug/obprintf_chk.c: Likewise.
39430         * debug/vasprintf_chk.c: Likewise.
39431         * debug/vdprintf_chk.c: Likewise.
39432         * debug/vsnprintf_chk.c: Likewise.
39433         * debug/vsprintf_chk.c: Likewise.
39434         * malloc/mtrace.c: Likewise.
39435         * misc/error.c: Likewise.
39436         * misc/syslog.c: Likewise.
39437         * stdio-common/asprintf.c: Likewise.
39438         * stdio-common/fxprintf.c: Likewise.
39439         * stdio-common/getw.c: Likewise.
39440         * stdio-common/isoc99_fscanf.c: Likewise.
39441         * stdio-common/isoc99_scanf.c: Likewise.
39442         * stdio-common/isoc99_vfscanf.c: Likewise.
39443         * stdio-common/isoc99_vscanf.c: Likewise.
39444         * stdio-common/isoc99_vsscanf.c: Likewise.
39445         * stdio-common/printf-prs.c: Likewise.
39446         * stdio-common/printf_fp.c: Likewise.
39447         * stdio-common/printf_fphex.c: Likewise.
39448         * stdio-common/printf_size.c: Likewise.
39449         * stdio-common/putw.c: Likewise.
39450         * stdio-common/scanf.c: Likewise.
39451         * stdio-common/sprintf.c: Likewise.
39452         * stdio-common/tmpfile.c: Likewise.
39453         * stdio-common/vfprintf.c: Likewise.
39454         * stdio-common/vfscanf.c: Likewise.
39455         * stdlib/strfmon_l.c: Likewise.
39456         * sunrpc/openchild.c: Likewise.
39457         * sunrpc/xdr_stdio.c: Likewise.
39458         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39459         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39460
39461 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39462
39463         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39464
39465         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39466         in the third column, to generate for the shared library an IFUNC
39467         that uses _dl_vdso_vsym.
39468         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39469         * Makeconfig (object-suffixes-noshared): New variable.
39470
39471         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39472         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39473         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39474         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39475
39476         [BZ #14132]
39477         * include/sys/time.h (__gettimeofday): Remove macro.
39478         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39479         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39480         Remove INTDEF.
39481         (__gettimeofday): Add libc_hidden_def.
39482         (gettimeofday): Add libc_hidden_weak.
39483         * sysdeps/mach/gettimeofday.c: Likewise.
39484         * sysdeps/posix/gettimeofday.c: Likewise.
39485         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39486         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39487         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39488         (__gettimeofday_internal): Remove strong_alias.
39489         (__gettimeofday): Add libc_hidden_def.
39490         (gettimeofday): Add libc_hidden_weak.
39491         * sysdeps/unix/syscalls.list (gettimeofday):
39492         Remove __gettimeofday_internal alias.
39493
39494 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39495             H.J. Lu  <hongjiu.lu@intel.com>
39496
39497         [BZ #12495]
39498         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39499         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39500         (largebin_index_32_big): New.
39501         (largebin_index): Use it for 16-byte alignment.
39502         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39503         correction with front_misalign.
39504
39505 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39506
39507         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39508         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39509         Likewise.
39510         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39511         Likewise.
39512         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39513         Likewise.
39514         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39515         Likewise.
39516         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39517         Likewise.
39518         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39519         Likewise.
39520         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39521         Likewise.
39522         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39523         Likewise.
39524         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39525         Likewise.
39526         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39527         Likewise.
39528         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39529         Likewise.
39530         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39531         Likewise.
39532
39533         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39534         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39535
39536 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39537
39538         [BZ #10846]
39539         [BZ #14036]
39540         * math/libm-test.inc (exp_test): Add test from bug 14036.
39541         (pow_test): Add test from bug 10846.
39542
39543         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39544         and other flags.
39545         (special_function): Do not include flags in test name.
39546         (parse_args): Likewise.
39547         * sysdeps/i386/fpu/libm-test-ulps: Update.
39548         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39549         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39550         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39552
39553         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39554         exceptions.
39555         * math/libm-test.inc ("Philosophy"): Update comment about
39556         exception testing.
39557         (UNDERFLOW_EXCEPTION): New macro.
39558         (UNDERFLOW_EXCEPTION_OK): Likewise.
39559         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39560         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39561         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39562         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39563         (INVALID_EXCEPTION_OK): Update value.
39564         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39565         (OVERFLOW_EXCEPTION_OK): Likewise.
39566         (IGNORE_ZERO_INF_SIGN): Likewise.
39567         (test_exceptions): Handle underflow exceptions.
39568         (acos_test): Update for underflow exception expectations.
39569         (cexp_test): Likewise.
39570         (clog_test): Likewise.
39571         (clog10_test): Likewise.
39572         (csqrt_test): Likewise.
39573         (ctan_test): Likewise.
39574         (ctanh_test): Likewise.
39575         (exp_test): Likewise.
39576         (exp10_test): Likewise.
39577         (exp2_test): Likewise.
39578         (expm1_test): Likewise.
39579         (fma_test): Likewise.
39580         (j0_test): Likewise.
39581         (jn_test): Likewise.
39582         (nexttoward_test): Likewise.
39583         (pow_test): Likewise.
39584         (scalbn_test): Likewise.
39585         (scalbln_test): Likewise.
39586         (tan_test): Likewise.
39587         (y1_test): Likewise.
39588         * sysdeps/i386/fpu/libm-test-ulps: Update.
39589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39590
39591 2012-05-23  David S. Miller  <davem@davemloft.net>
39592
39593         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39594         (__libc_sigaction): Remove unused local variables.
39595
39596 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39597
39598         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39599
39600 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39601
39602         mktime: avoid signed integer overflow
39603         * time/mktime.c (__mktime_internal): Do not mishandle the case
39604         where diff == INT_MIN.
39605
39606         mktime: simplify computation of average
39607         * time/mktime.c (ranged_convert): Use new time_t_avg function
39608         instead of rolling our own (probably-slower) code.
39609
39610         mktime: do not assume signed right shift propagates sign bit
39611         * time/mktime.c (isdst_differ): New static function.
39612         (__mktime_internal): No need to normalize tm_isdst now.
39613         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39614         tm_isdst values.
39615
39616         mktime: merge another wrapv change from gnulib
39617         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39618         from some compilers.
39619
39620         mktime: remove incorrect attempt at unusual arithmetics
39621         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39622         The code didn't really work on such machines anyway.
39623         (TYPE_MINIMUM): Assume two's complement.
39624         (twos_complement_arithmetic): Verify that long_int and time_t
39625         are two's complement (or unsigned, in the latter case).
39626
39627         mktime: check signed shifts on long_int and time_t, too
39628         * time/mktime.c (SHR): Check that shifts work as desired
39629         on the types long_int and time_t too, as SHR is used on
39630         such types.
39631
39632         mktime: do not assume 'long' is wide enough
39633         * time/mktime.c (verify): Move decl up.
39634         (long_int): New type.
39635         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39636         to remove assumption in the code that 'long' is wide enough to
39637         store year values.  This assumption is not true on x32 and on
39638         some non-glibc platforms.
39639
39640         mktime: merge wrapv change from gnulib
39641         * time/mktime.c (WRAPV): New macro.
39642         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39643         (guess_time_tm, __mktime_internal): Do not assume that signed
39644         integer overflow wraps around; modern compilers generate code
39645         where this assumption is no longer valid.
39646
39647 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39648
39649         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39650         Replace "jmp L(pseudo_end)" with "ret".
39651         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39652         Likewise.
39653
39654 2012-05-23  Andreas Jaeger  <aj@suse.de>
39655
39656         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39657         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39658
39659 2012-05-23  Andreas Jaeger  <aj@suse.de>
39660             Maximilian Attems  <max@stro.at>
39661
39662         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39663         New macros.
39664
39665 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39666
39667         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39668         code so that pseudo_end is just ret and the stack pointer is
39669         correct also for static library in error case.
39670
39671 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39672
39673         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39674         move to syscalls.list.
39675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39679
39680         * manual/install.texi (Running make install): Do not mention Linux
39681         kernel version for which pt_chown is not needed.
39682         (Linux): Do not mention problems with nscd with 2.0 kernels.
39683         * INSTALL: Regenerated.
39684
39685 2012-05-23  Andreas Jaeger  <aj@suse.de>
39686
39687         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39688         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39689         macro.
39690         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39691         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39692         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39693         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39694         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39695         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39696         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39697         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39698         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39699         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39700         * sysdeps/unix/sysv/linux/bits/in.h
39701         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39702
39703 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39704
39705         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39706         (PREPARE_VERSION): Just use assert instead, it will be elided
39707         under [NDEBUG] anyway.
39708
39709 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39710
39711         * sysdeps/unix/sysv/linux/Makefile: Include
39712         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39713         (sysdep_routines): Remove sysctl.
39714         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39715         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39716         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39717         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39718         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39719
39720 2012-05-22  Andreas Jaeger  <aj@suse.de>
39721
39722         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39723         that pseudo_end is just ret and the stack pointer is correct also
39724         for static library in error case.
39725
39726 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39727
39728         [BZ #14122]
39729         * nss/nsswitch.c (defconfig_entries): New variable.
39730         (__nss_database_lookup): Don't leak defconfig entries.
39731         (nss_parse_service_list): Don't leak on error paths.
39732         (free_database_entries): New function.
39733         (free_defconfig): New function.
39734         (free_mem): Move common code to free_database_entries.
39735
39736 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39737
39738         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39739         Add arch_prctl.
39740         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39741
39742         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39743         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39744         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39745         New macro.
39746         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39747         (INTERNAL_SYSCALL_TYPES): Likewise.
39748         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39749         (LOAD_REGS_TYPES_[1-6]): Likewise.
39750         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39751         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39752
39753 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39754
39755         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39756         copysignl for GLIBC_2_0.
39757         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39758         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39759         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39760         logbl for GLIBC_2_0.
39761         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39762         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39763
39764 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39765
39766         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39767         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39768
39769         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39770         Use "neg %eax".
39771
39772         * time/mktime.c: Update copyright years.
39773
39774 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39775
39776         mktime: merge comment-quoting-style change from gnulib
39777         * time/mktime.c: Quote 'like this' in comments.
39778         The GNU coding standards suggest that we no longer quote `like this',
39779         as "`" and "'" are typically rendered asymmetrically nowadays.
39780         The typical gnulib style is to quote 'like this' when quoting
39781         code, and "like this" when quoting English.
39782
39783         * time/mktime.c (compile-command): Add "-I.".
39784
39785         mktime: merge mktime-internal.h change from gnulib
39786         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39787
39788         mktime: merge time_r change from gnulib
39789         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39790
39791         mktime: merge DEBUG change from gnulib
39792         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39793         case system <time.h> has a #define.
39794
39795         mktime: merge <sys/types.h> change from gnulib
39796         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39797         since <time.t> is now guaranteed to define time_t.
39798
39799         mktime: merge HAVE_CONFIG_H change from gnulib
39800         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39801
39802 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39803
39804         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39805         Use "neg %eax".
39806
39807         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39808         __rlim_t cast.
39809         (struct rusage): Use anonymous union to pad each field to
39810         __syscall_slong_t.
39811
39812 2012-05-21  David S. Miller  <davem@davemloft.net>
39813
39814         * Makefules (o-iterator): Remove .s cases.
39815         (compile-command.s): Delete.
39816         (COMPILE.s): Delete.
39817         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39818
39819 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39820
39821         * configure.in (libc_cv_predef_stack_protector): Only consider
39822         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39823         * configure: Regenerated.
39824
39825 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39826
39827         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39828         New macro.  Use R*LP on int and pointer.
39829         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39830         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39831         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39832         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39833
39834         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39835         [__WORDSIZE_TIME64_COMPAT32] instead of
39836         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39837         (struct utmp): Likewise.
39838         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39839         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39840         Renamed to ...
39841         (__WORDSIZE_TIME64_COMPAT32): This.
39842         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39843         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39844         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39845         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39846         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39847         (__WORDSIZE_TIME64_COMPAT32): New macro.
39848
39849 2012-05-21  Andreas Jaeger  <aj@suse.de>
39850
39851         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39852         only if [SHARED]. Add prototype for __wcschr_ia32.
39853
39854 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39855
39856         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39857         of %rbp unmolested in the jmp_buf while mangling the low bits.
39858         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39859         unmolested high bits of %rbp while demangling the low bits.
39860         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39861
39862 2012-05-21  Andreas Jaeger  <aj@suse.de>
39863
39864         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39865         * sunrpc/svc_simple.c: Use it for registerrpc.
39866         * sunrpc/xcrypt.c: Use it for passwd2des.
39867
39868         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39869
39870 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39871
39872         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39873         Don't define if [__SYSCALL_WORDSIZE != 32].
39874         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39875         New macro.
39876
39877 2012-05-21  Bruno Haible  <bruno@clisp.org>
39878             Andreas Jaeger  <aj@suse.de>
39879
39880         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39881         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39882         inptr and inend for must_buffer_ch.
39883         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39884         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39885         * stdio-common/Makefile (tests): Remove bug15.
39886         (bug15-ENV): Remove macro.
39887         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39888         anymore.
39889
39890 2012-05-19  Andreas Jaeger  <aj@suse.de>
39891             Roland McGrath  <roland@hack.frob.com>
39892
39893         * manual/contrib.texi: Completely rewritten. It contains now an
39894         alphabetical list of contributors and their contributions.
39895
39896 2012-05-21  Richard Henderson  <rth@twiddle.net>
39897
39898         * misc/getauxval.c (__getauxval): Use unsigned long int.
39899         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39900         (getauxval): Use unsigned long int.
39901
39902 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39903
39904         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39905
39906 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39907
39908         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39909         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39910         __alignof__ (long double).
39911
39912 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39913
39914         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39915
39916 2012-05-20  Richard Henderson  <rth@twiddle.net>
39917
39918         * misc/getauxval.c: New file.
39919         * misc/sys/auxv.h: New file.
39920         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39921         (routines): Add getauxval.
39922         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39923         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39924         * elf/dl-sysdep.c (_dl_auxv): Remove.
39925         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39926         * elf/dl-support.c (_dl_auxv): New variable.
39927         (_dl_aux_init): Initialize it.
39928         * manual/startup.texi (Auxiliary Vector): New node.
39929         * sysdeps/generic/bits/hwcap.h: New file.
39930         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39931         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39932         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39933         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39934         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39935         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39937         Update.
39938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39939         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39940         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39941         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39942         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39943         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39944         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39945         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39946
39947 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39948
39949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39950
39951 2012-05-19  David S. Miller  <davem@davemloft.net>
39952
39953         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39954
39955 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39956
39957         [BZ #14123]
39958         * math/s_ccosh.c: Include <float.h>
39959         (__ccosh): Avoid internal overflow calculating sinh and cosh
39960         values before multiplying by sin and cos values.
39961         * math/s_ccoshf.c: Likewise.
39962         * math/s_ccoshl.c: Likewise.
39963         * math/s_csin.c: Likewise.
39964         * math/s_csinf.c: Likewise.
39965         * math/s_csinl.c: Likewise.
39966         * math/s_csinh.c: Likewise.
39967         * math/s_csinhf.c: Likewise.
39968         * math/s_csinhl.c: Likewise.
39969         * math/libm-test.inc (ccos_test): Add more tests.
39970         (ccosh_test): Likewise.
39971         (csin_test): Likewise.
39972         (csinh_test): Likewise.
39973         * sysdeps/i386/fpu/libm-test-ulps: Update.
39974         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39975
39976 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39977
39978         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39979         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39980
39981         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39982
39983 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39984
39985         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39986         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39987         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39988         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39989         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39990         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39991         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39992         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39993         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39994         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39995         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39996         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39997         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39998         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39999         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
40000         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
40001         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
40002         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
40003         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
40004         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
40005         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
40006         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
40007         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
40008         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
40009         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
40010         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
40011         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
40012         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
40013         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
40014         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
40015         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
40016
40017 2012-05-18  Andreas Jaeger  <aj@suse.de>
40018
40019         * csu/.gitignore: Delete.
40020
40021 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40022
40023         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
40024         (timex): Use __syscall_slong_t.
40025
40026 2012-05-18  Andreas Jaeger  <aj@suse.de>
40027             Carlos O'Donell  <carlos_odonell@mentor.com>
40028
40029         * manual/install.texi (Configuring and compiling): Update
40030         description about files modified in the source directory.
40031         * INSTALL: Regenerated.
40032
40033 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40034
40035         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
40036         value.  Use "or" to set return value to -1.
40037         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
40038         negate return value.
40039
40040 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40041
40042         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
40043         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
40044         failure if the compiler has Graphite support disabled.
40045         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
40046         Likewise.
40047         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
40048         (CFLAGS-memmove.c): Likewise.
40049         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
40050         Likewise.
40051
40052 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40053
40054         * sysdeps/x86_64/x32/_itoa.h: New file.
40055
40056         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
40057         getdents system call only if kernel and user dirents have the
40058         same d_ino and d_off.
40059
40060         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40061         LLONG_MAX != LONG_MAX.
40062         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40063         (_fitoa_word): Likewise.
40064
40065         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
40066         years.
40067         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
40068         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
40069         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
40070
40071         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
40072         include <bits/wordsize.h>.  Check __x86_64__ instead of
40073         __WORDSIZE.
40074         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
40075         if __x86_64__ is defined.  Use anonymous union on fpstate.
40076
40077         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
40078         anonymous union.
40079
40080 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
40081
40082         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
40083         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
40084         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
40085         Refer to _rtld_local_ro instead of _rtld_global_ro.
40086         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
40087         Likewise.
40088         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
40089         Likewise.
40090         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
40091         Likewise.
40092         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
40093         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
40094         of _rtld_global, and rtld_progname instead of _dl_argv[0].
40095
40096         * sysdeps/powerpc/powerpc32/dl-machine.c
40097         (__elf_machine_runtime_setup) [PROF]: Don't reference
40098         _dl_prof_resolve.
40099
40100 2012-05-18  Andreas Jaeger  <aj@suse.de>
40101
40102         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
40103         function only available for GCCs before 3.4 since GCC 3.4
40104         introduced a builtin.
40105         (lrint): Likewise.
40106         (llrintf): Likewise.
40107         (llrint): Likewise.
40108         (fmaxf): Likewise.
40109         (fmax): Likewise.
40110         (fminf): Likewise.
40111         (fmin): Likewise.
40112         (rint): Likewise.
40113         (rintf): Likewise.
40114         (nearbyint): Likewise.
40115         (nearbyintf): Likewise.
40116         (ceil): Likewise.
40117         (ceilf): Likewise.
40118         (floor): Likewise.
40119         (floorf): Likewise.
40120
40121 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40122
40123         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
40124         on both fields and cast pointer to __syscall_ulong_t.
40125
40126         * bits/types.h (__fsword_t): New type.
40127         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
40128         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
40129         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40130         (__FSWORD_T_TYPE): Likewise.
40131         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40132         (__FSWORD_T_TYPE): Likewise.
40133         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40134         (__FSWORD_T_TYPE): Likewise.
40135         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
40136         (__FSWORD_T_TYPE): Likewise.
40137         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
40138         __SWORD_TYPE with __fsword_t.
40139         (statfs64): Likewise.
40140
40141 2012-05-17  David S. Miller  <davem@davemloft.net>
40142
40143         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
40144
40145 2012-05-17  Andreas Jaeger  <aj@suse.de>
40146
40147         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
40148         warning.
40149
40150 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40151
40152         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
40153
40154 2012-05-17  Andreas Jaeger  <aj@suse.de>
40155
40156         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
40157         when it is used.
40158
40159 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40160
40161         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
40162
40163 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40164
40165         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
40166         * sysdeps/x86_64/tst-mallocalign1.c: New file.
40167
40168 2012-05-17  Andreas Jaeger  <aj@suse.de>
40169             Carlos O'Donell  <carlos_odonell@mentor.com>
40170
40171         [BZ #14059]
40172         * sysdeps/x86_64/multiarch/init-arch.h
40173         (bit_YMM_Usable): Rename to...
40174         (bit_AVX_Usable): ... this.
40175         (bit_FMA4_Usable): New macro.
40176         (bit_XMM_state): New macro.
40177         (bit_YMM_state): New macro.
40178         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
40179         [__ASSEMBLER__] (index_AVX_Usable): ... this.
40180         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
40181         (CPUID_OSXSAVE): New macro.
40182         (CPUID_AVX): New macro.
40183         (CPUID_FMA4): New macro.
40184         (index_YMM_Usable): Rename to...
40185         (index_AVX_Usable): ... this.
40186         (HAS_AVX): Use HAS_ARCH_FEATURE.
40187         (HAS_FMA4): Likewise.
40188         (HAS_YMM_USABLE): Remove.
40189         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40190         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
40191         are present.
40192         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
40193         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
40194         * sysdeps/x86_64/multiarch/Makefile: Likewise.
40195         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
40196         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
40197
40198 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40199
40200         * math/libm-test.c: Support platforms without multiple rounding modes.
40201         * math/bug-nextafter.c: Support platforms without FP exceptions.
40202         * math/bug-nexttoward.c: Likewise.
40203         * math/test-fenv.c: Likewise.
40204         * math/test-misc.c: Likewise.
40205         * stdlib/bug-getcontext.c: Likewise.
40206
40207 2012-05-17  Andreas Jaeger  <aj@suse.de>
40208
40209         * manual/examples/search.c (critter_cmp): Change signature to
40210         avoid warnings.
40211         * manual/string.texi (Collation Functions): Likewise.
40212
40213 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40214
40215         * bits/types.h: Fold copyright years.
40216         * bits/typesizes.h: Likewise.
40217         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
40218         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
40219         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
40220         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40221         * time/time.h: Likewise.
40222
40223 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
40224
40225         [BZ #208]
40226         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40227         in instead of returning them.  Return void.
40228         (__libc_mallinfo): Accumulate over all arenas.
40229         (__malloc_stats): Adjust for change in int_mallinfo interface.
40230
40231 2012-05-16  Roland McGrath  <roland@hack.frob.com>
40232
40233         [BZ #10375]
40234         * configure.in (NM): Add AC_CHECK_TOOL for it.
40235         (libc_extra_cflags): New substituted variable.
40236         Check for -fstack-protector being used implicitly.
40237         * configure: Regenerated.
40238         * config.make.in (config-extra-cflags): New variable,
40239         gets @libc_extra_cflags@.
40240         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40241
40242         [BZ #10375]
40243         * configure.in: Check for _FORTIFY_SOURCE being predefined.
40244         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40245         * configure: Regenerated.
40246         * config.make.in (CPPUNDEFS): New substituted variable.
40247         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40248         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40249         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40250
40251 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40252
40253         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40254         (mq_attr): Use __syscall_slong_t.
40255
40256 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40257
40258         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40259         Check __x86_64__ instead of __WORDSIZE.
40260         (_STAT_VER_LINUX): Likewise.
40261         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40262         __syscall_ulong_t and __syscall_slong_t.
40263         (stat64): Likewise.
40264
40265 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40266
40267         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40268
40269 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40270
40271         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40272
40273 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40274
40275         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40276         __syscall_ulong_t.
40277
40278         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40279         include <bits/wordsize.h>.  Check __x86_64__ instead of
40280         __WORDSIZE.
40281         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40282         defined.
40283         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40284
40285         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40286         include <bits/wordsize.h>.  Check __x86_64__ instead of
40287         __WORDSIZE.
40288         (user_regs_struct): Use "__extension__ unsigned long long"
40289         instead of "unsigned long" if __x86_64__ is defined.
40290         (user): Likewise.  Pad after pointer field if __ILP32__ is
40291         defined.
40292
40293 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40294
40295         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40296         versions 5 to 9.
40297         * configure: Regenerated.
40298         * manual/install.texi (texinfo): Increase version requirement to
40299         4.5 or later.
40300         * INSTALL: Regenerated.
40301
40302         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40303
40304 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40305
40306         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40307
40308         * sysdeps/x86_64/x32/ffs.c: New file.
40309
40310         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40311         __syscall_ulong_t.
40312         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40313         defined.  Use __syscall_ulong_t.
40314         (shminfo): Use __syscall_ulong_t.
40315         (shm_info): Likewise.
40316
40317         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40318         __syscall_ulong_t.
40319
40320         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40321         <bits/wordsize.h>.
40322         (msgqnum_t): Use __syscall_ulong_t.
40323         (msglen_t): Likewise.
40324         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40325         __syscall_ulong_t.
40326
40327         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40328         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40329
40330         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40331
40332         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40333         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40334
40335         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40336         __syscall_slong_t.
40337
40338         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40339         include <bits/wordsize.h>.  Check __x86_64__ instead of
40340         __WORDSIZE.
40341
40342         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40343         "unsigned long long int" if __x86_64__ is defined.
40344         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40345
40346         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40347         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40348         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40349
40350         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40351         <stdint.h>.
40352         (GET_PC): Cast to uintptr_t first.
40353         (GET_FRAME): Likewise.
40354         (GET_STACK): Likewise.
40355
40356         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40357         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40358         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40359         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40360         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40361         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40362         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40363         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40364         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40365         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40366         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40367         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40368         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40369         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40370         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40371         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40372         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40373         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40374         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40375         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40376         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40377         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40378         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40379         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40380         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40381         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40382         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40383         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40384         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40385
40386 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40387
40388         * Makerules (+depfiles): Also collect depfiles from .oS in
40389         $(extra-objs).
40390         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40391         .oS, $(libnldbl-routines)).
40392
40393         * Makerules (native-compile-mkdep-flags): Define.
40394         * sunrpc/Makefile (extra-objs): Add $(addprefix
40395         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40396         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40397         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40398         calling $(make-target-directory).
40399
40400 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40401
40402         * bits/types.h (__snseconds_t): Removed.
40403         * time/time.h (struct timespec): Replace __snseconds_t with
40404         __syscall_slong_t.
40405         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40406         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40407         Likewise.
40408         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40409         (__SNSECONDS_T_TYPE): Likewise.
40410         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40411         (__SNSECONDS_T_TYPE): Likewise.
40412         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40413         (__SNSECONDS_T_TYPE): Likewise.
40414
40415 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40416
40417         * sysdeps/mach/hurd/bits/typesizes.h
40418         (__SYSCALL_SLONG_TYPE): New macro.
40419         (__SYSCALL_ULONG_TYPE): Likewise.
40420
40421 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40422
40423         * bits/types.h (__syscall_slong_t): New type.
40424         (__syscall_ulong_t): Likewise.
40425
40426         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40427         (__SYSCALL_ULONG_TYPE): Likewise.
40428         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40429         (__SYSCALL_SLONG_TYPE): Likewise.
40430         (__SYSCALL_ULONG_TYPE): Likewise.
40431         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40432         (__SYSCALL_SLONG_TYPE): Likewise.
40433         (__SYSCALL_ULONG_TYPE): Likewise.
40434         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40435         (__SYSCALL_SLONG_TYPE): Likewise.
40436         (__SYSCALL_ULONG_TYPE): Likewise.
40437
40438 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40439
40440         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40441         Add sigaltstack-offsets.sym.
40442         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40443         <sigaltstack-offsets.h>.
40444         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40445         longjmp_msg pointer.
40446         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40447         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40448         signal stack.
40449         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40450
40451 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40452
40453         * elf/stackguard-macros.h: Remove file.
40454         * sysdeps/generic/stackguard-macros.h: New file.
40455         * sysdeps/i386/stackguard-macros.h: Likewise.
40456         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40457         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40458         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40459         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40460         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40461         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40462         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40463         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40464         <elf/stackguard-macros.h>.
40465
40466         [BZ #14109]
40467         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40468         __aligned__ in attribute.
40469         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40470         (gregset_t): Likewise.
40471
40472 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40473
40474         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40475         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40476         * sysdeps/x86_64/x32/Implies-after: New file.
40477
40478 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40479
40480         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40481         and access return value for _dl_profile_fixup.  Use R10_LP to
40482         load frame size.
40483
40484 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40485
40486         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40487
40488 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40489
40490         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40491         * sysdeps/x86_64/x32/sysdep.h: New file.
40492
40493 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40494
40495         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40496         * sysdeps/x86_64/setjmp.S: Likewise.
40497
40498 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40499
40500         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40501         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40502         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40503         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40504         remove unused global constant.
40505
40506 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40507
40508         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40509         include of <not-cancel.h>.
40510
40511 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40512
40513         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40514
40515 2012-05-15  Jeff Law  <law@redhat.com>
40516             Andreas Jaeger  <aj@suse.de>
40517
40518         [BZ #13594]
40519         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40520         out from...
40521         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40522         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40523         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40524         code changing __hst_map_handle.map.
40525
40526 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40527
40528         * configure.in (sysnames): Look for Implies-before and Implies-after
40529         files.
40530         * configure: Regenerated.
40531
40532 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40533
40534         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40535         8-byte data alignment with LP_SIZE alignment.
40536
40537 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40538
40539         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40540         into R10_LP.
40541
40542 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40543
40544         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40545
40546 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40547
40548         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40549         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40550         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40551         Likewise.
40552         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40553
40554 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40555
40556         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40557         (stackinfo_sub_sp): Likewise.
40558
40559 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40560
40561         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40562         RAX_LP.
40563
40564 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40565
40566         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40567         into R*_LP.
40568
40569 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40570
40571         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40572         sizes into R*_LP.
40573
40574 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40575
40576         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40577
40578 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40579
40580         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40581         into R11_LP and load __x86_64_shared_cache_size_half into
40582         R8_LP.
40583
40584 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40585
40586         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40587         R8_LP.
40588
40589 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40590
40591         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40592         logb for POWER7.
40593         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40594         logbf for POWER7.
40595         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40596         logbl for POWER7.
40597         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40598         powerpc32/power7/fpu/s_logb.c via #include.
40599         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40600         powerpc32/power7/fpu/s_logbf.c via #include.
40601         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40602         powerpc32/power7/fpu/s_logbl.c via #include.
40603
40604 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40605
40606         * README.libm: Remove file.
40607
40608 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40609
40610         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40611         count for x32.  Use R*_LP and omit operand-size suffix.
40612
40613 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40614
40615         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40616         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40617         * sysdeps/x86_64/x32/shlib-versions: New file.
40618
40619 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40620
40621         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40622         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40623         Use _dl_fatal_printf instead.
40624
40625 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40626
40627         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40628         set if not set by the user.  Do not allow for being unset.
40629         * sysdeps/unix/sysv/linux/configure: Regenerated.
40630
40631 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40632
40633         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40634         the `q' suffix from lea and replace .quad with ASM_ADDR.
40635
40636 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40637
40638         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40639         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40640         instead of $17.
40641         (PTR_DEMANGLE): Likewise.
40642
40643 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40644
40645         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40646         (LP_OP): Likewise.
40647         (ASM_ADDR): Likewise.
40648         (RAX_LP): Likewise.
40649         (RBP_LP): Likewise.
40650         (RBX_LP): Likewise.
40651         (RCX_LP): Likewise.
40652         (RDI_LP): Likewise.
40653         (RSI_LP): Likewise.
40654         (RSP_LP): Likewise.
40655         (R8_LP): Likewise.
40656         (R9_LP): Likewise.
40657         (R10_LP): Likewise.
40658         (R10_LP): Likewise.
40659         (R11_LP): Likewise.
40660         (R12_LP): Likewise.
40661         (R13_LP): Likewise.
40662         (R14_LP): Likewise.
40663         (R15_LP): Likewise.
40664
40665 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40666
40667         * sysdeps/x86_64/x32/dl-machine.h: New file.
40668
40669 2012-05-14  Andreas Jaeger  <aj@suse.de>
40670
40671         * manual/Makefile (subdir): Remove export of subdir.
40672         (all): Remove target.
40673         (.PHONY): Remove all from list.
40674         (mkinstalldirs): Remove.
40675         (.PHONY): Remove installdirs from list.
40676         ($(inst_infodir)/libc.info): Use make-target-directory.
40677         (installdirs): Remove.
40678         (subdir_%): Remove.
40679         (glibc-targets): Remove.
40680         (lib): Remove.
40681         (stubs): Remove.
40682         ($(objpfx)stubs ../po/manual.pot): Remove.
40683         ($(objpfx)stamp%): Remove.
40684         (make-target-directory): Remove.
40685         (subdir_install): Remove.
40686         (routines): Remove.
40687         (aux): Remove.
40688         (sources): Remove.
40689         (objects): Remove.
40690         (headers): Remove.
40691
40692         [BZ #13750]
40693         * manual/.gitignore: Remove, it's not needed anymore.
40694         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40695         all files in it.
40696         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40697         directory.
40698         (texis): Renamed to $(objpfx)texis.
40699         (texis-path): New, contains path to generated files.
40700         (chapters.%): Use texis-path for complete path, add extra argument
40701         libc-texinfo.sh.
40702         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40703         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40704         (summary,texi, stamp-summary): Use complete path of
40705         files. Generate files in build dir.
40706         (dir-add.texi): Build in build dir.
40707         (libm-err.texi,stamp-libm-err): Likewise.
40708         (version.texi, stamp-version): Likewise.
40709         (.%c.texi): Likewise.
40710         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40711         (mostlyclean): Remove target.
40712         (realclean): Remove target.
40713         (generated): Add new variable with contents from mostlyclean and
40714         realclean, remove entries duplicated in common-mostlyclean, add
40715         stamp-libm-err and stamp-version.
40716         (generated-dirs): Add libc directory.
40717         ($(inst_infodir)/libc.info): Install files from build dir.
40718
40719         * manual/install.texi (Configuring and compiling): Adjust since
40720         the info files are not part of the tar ball anymore.
40721
40722 2012-05-14  Andreas Jaeger  <aj@suse.de>
40723
40724         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40725         variable.
40726
40727 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40728
40729         [BZ #13717]
40730         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40731         to 2.2.0 where earlier.
40732         * sysdeps/unix/sysv/linux/configure: Regenerated.
40733         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40734         Remove conditional code.
40735         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40736         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40737         Remove conditional code.
40738         [!__NR_lchown]: Likewise.
40739         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40740         [__NR_lchown]: Likewise.
40741         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40742         comment referencing __ASSUME_LCHOWN_SYSCALL.
40743         * sysdeps/unix/sysv/linux/i386/sigaction.c
40744         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40745         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40746         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40747         Remove conditional code.
40748         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40749         (__protocol_available): Remove #if 0 code.
40750         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40751         conditional code.
40752         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40753         * sysdeps/unix/sysv/linux/kernel-features.h
40754         (__ASSUME_GETCWD_SYSCALL): Don't define.
40755         (__ASSUME_REALTIME_SIGNALS): Likewise.
40756         (__ASSUME_PREAD_SYSCALL): Likewise.
40757         (__ASSUME_PWRITE_SYSCALL): Likewise.
40758         (__ASSUME_POLL_SYSCALL): Likewise.
40759         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40760         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40761         non-SPARC.
40762         (__ASSUME_SIOCGIFNAME): Don't define.
40763         (__ASSUME_MSG_NOSIGNAL): Likewise.
40764         (__ASSUME_SENDFILE): Define unconditionally.
40765         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40766         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40767         conditional code.
40768         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40769         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40770         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40771         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40772         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40773         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40774         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40776         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40777         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40779         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40780         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40782         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40783         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40785         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40786         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40788         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40789         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40791         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40792         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40794         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40795         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40797         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40798         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40799         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40800         Remove conditional code.
40801         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40802         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40803         Remove conditional code.
40804         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40805         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40806         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40807         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40808         Remove conditional code.
40809         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40810         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40811         Remove conditional code.
40812         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40813         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40814         Remove conditional code.
40815         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40816         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40817         Remove conditional code.
40818         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40819         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40820         Remove conditional code.
40821         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40822         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40823         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40824         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40825         * sysdeps/unix/sysv/linux/sigaction.c
40826         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40827         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40828         * sysdeps/unix/sysv/linux/sigpending.c
40829         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40830         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40831         * sysdeps/unix/sysv/linux/sigprocmask.c
40832         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40833         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40834         * sysdeps/unix/sysv/linux/sigsuspend.c
40835         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40836         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40837         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40838         (__libc_missing_rt_sigs): Remove.
40839         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40840         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40841         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40842         Remove conditional code.
40843         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40844         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40845         return 1.
40846         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40847         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40848         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40849         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40850
40851 2012-05-14  Andreas Jaeger  <aj@suse.de>
40852
40853         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40854         it's not used in glibc.
40855         (__coshm1): Likewise.
40856         (__acosh1p): Likewise.
40857         (__sgn): Likewise.
40858
40859         * manual/string.texi (Copying and Concatenation): Add missing
40860         variable in concat example.
40861         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40862
40863 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40864
40865         [BZ #14103]
40866         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40867         __builtin_clzl with __builtin_clzll.
40868
40869 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40870
40871         [BZ #14104]
40872         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40873         libc_freeres_ptr.
40874
40875 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40876
40877         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40878         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40879         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40880         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40881
40882 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40883
40884         * NEWS: Update ia64 info.
40885
40886 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40887
40888         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40889         used as bcopy.
40890
40891 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40892
40893         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40894         * sysdeps/unix/syscalls.list (dup3): Likewise.
40895         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40896         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40897
40898 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40899
40900         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40901         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40902
40903 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40904
40905         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40906         thread pointer.
40907         (TLS_IE): Use mov/add instead of movq/addq to load thread
40908         pointer.
40909         (TLS_GD_PREFIX): New.
40910         (TLS_GD): Use it.
40911
40912 2012-05-11  David S. Miller  <davem@davemloft.net>
40913
40914         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40915         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40916         (_FPU_SETCW): Likewise.
40917
40918 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40919
40920         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40921         is 32-byte aligned.
40922
40923 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40924
40925         [BZ #11837]
40926         * iconvdata/gb18030.c: Update tables.
40927         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40928         characters specially.
40929         (BODY for TO_LOOP): Add encoding of missing ranges.
40930
40931 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40932
40933         [BZ #13673]
40934         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40935         * sysdeps/mach/hurd/dup3.c: Likewise.
40936         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40937         * sysdeps/powerpc/memmove.c:: Likewise.
40938
40939 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40940
40941         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40942         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40943
40944 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40945
40946         * elf/elf.h (R_X86_64_RELATIVE64): New.
40947         (R_X86_64_NUM): Updated.
40948         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40949         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40950         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40951         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40952         tst-quad1pie tst-quad2pie
40953         (modules-names): Add tst-quadmod1 tst-quadmod2.
40954         ($(objpfx)tst-quad1): New dependency.
40955         ($(objpfx)tst-quad2): Likewise.
40956         ($(objpfx)tst-quad1pie): Likewise.
40957         ($(objpfx)tst-quad2pie): Likewise.
40958         * sysdeps/x86_64/tst-quad1.c: New file.
40959         * sysdeps/x86_64/tst-quad1pie.c: New file.
40960         * sysdeps/x86_64/tst-quad2.c: Likewise.
40961         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40962         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40963         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40964         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40965         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40966
40967 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40968
40969         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40970         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40971         * streams/stropts.h (t_scalar_t): Define type.
40972
40973         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40974         (_PATH_PRESERVE): Set to "/var/lib".
40975         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40976
40977         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40978         instead of int.
40979
40980         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40981         if __dir_mkfile succeeded.
40982
40983         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40984         checking for _hurd_dtablesize.  Unlock it right after having
40985         finished _hurd_dtable allocation.
40986
40987 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40988
40989         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40990         * sysdeps/mach/hurd/configure: Regenerated.
40991         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40992         special-casing to...
40993         * sysdeps/gnu/configure.in: ... this new file.
40994         * sysdeps/unix/sysv/linux/configure: Regenerated.
40995         * sysdeps/gnu/configure: New generated file.
40996
40997         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40998         for Linux: use nsec instead of usec, as well as:
40999         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
41000         members of type struct timespec.
41001         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
41002         New macros.
41003         (struct stat64): Likewise.
41004         (_STATBUF_ST_NSEC): New macro.
41005         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
41006
41007         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
41008         __strtoul_internal rather than strtoul.
41009
41010 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41011
41012         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
41013         and reject them.
41014
41015 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41016
41017         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
41018         which preserves existing values.
41019         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
41020
41021 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41022
41023         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
41024         TIMEOUT values.  Return EINVAL for NFDS values either negative or
41025         greater than FD_SETSIZE.
41026
41027 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41028
41029         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
41030         allocated, call __vm_protect to finish enabling the existing space, and
41031         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
41032         allocate the remainder.
41033
41034 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41035
41036         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
41037         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
41038
41039 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41040
41041         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
41042         sysdeps/mach/hurd/readlink.c.
41043
41044         * posix/tst-sysconf.c (posix_options): Only use
41045         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
41046         _POSIX_SYNCHRONIZED_IO when they are defined
41047         * sysdeps/mach/hurd/bits/posix_opt.h:
41048         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
41049         (_XOPEN_REALTIME): Undefine macro.
41050         (_XOPEN_REALTIME_THREADS): Undefine macro.
41051         (_XOPEN_SHM): Undefine macro.
41052         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
41053         macro to -1.
41054         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
41055         macro to -1.
41056         (_POSIX_ASYNC_IO): Undefine macro.
41057         (_POSIX_PRIORITIZED_IO): Undefine macro.
41058         (_POSIX_SPIN_LOCKS): Define macro to -1.
41059
41060         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
41061         SA_NODEFER, SA_RESETHAND.
41062         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
41063         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
41064         F_DUPFD_CLOEXEC.
41065
41066 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41067
41068         * elf/Makefile (pldd-modules): Define unconditionally.
41069
41070 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41071
41072         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
41073
41074 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41075
41076         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
41077         Return ENOENT when name is empty.
41078         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
41079
41080 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41081
41082         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
41083
41084         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
41085
41086 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41087
41088         Fix mlock in all cases except non-readable pages.
41089         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
41090         instead of VM_PROT_ALL as parameter to __vm_wire function.
41091
41092         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
41093         (__mkdir): When path is `/', just fail with EEXIST.
41094         * sysdeps/mach/hurd/mkdirat.c: Likewise.
41095
41096 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41097
41098         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
41099         <sys/uio.h> (for writev).
41100         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
41101         and <sys/param.h> (for MIN).
41102
41103 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41104
41105         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
41106         REQUESTED_TIME.  Properly set the remaining time and return EINTR
41107         if interrupted.
41108
41109 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41110
41111         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
41112         Depend on against $(link-rpcuserlibs).
41113
41114 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41115
41116         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
41117         (__libc_stack_end): Do not use attribute_relro.
41118         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
41119         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
41120         to libthread-provided value.
41121         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
41122         attribute_relro.
41123
41124 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41125
41126         [BZ #3748]
41127         * bits/libc-lock.h (__libc_once_get): New macro.
41128         * sysdeps/mach/bits/libc-lock.h: Likewise.
41129         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
41130         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
41131         instead of using implementation details.
41132
41133         * libio/fileops.c: Unconditionally include <kernel-features.h>.
41134         * libio/freopen.c: Likewise.
41135         * libio/freopen64.c: Likewise.
41136         * misc/syslog.c: Likewise.
41137         * nscd/connections.c: Likewise.
41138         * nscd/netgroupcache.c: Likewise.
41139         * sysdeps/posix/getcwd.c: Likewise.
41140
41141 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41142
41143         * math/w_ilogbf.c: Add #include <limits.h>.
41144
41145 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41146
41147         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
41148         path instead of returning without unlocking.
41149
41150         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
41151         immediate-write ioctls.
41152         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
41153
41154 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41155
41156         * sysdeps/mach/hurd/i386/init-first.c (init): Use
41157         __builtin_frame_address instead of making assumptions about the
41158         location of the return address relative to DATA.  Force early load of
41159         the return address.
41160         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
41161         __builtin_frame_address.
41162
41163         dup3 for GNU Hurd.
41164         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
41165         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
41166         implement dup3 and do some further code clean-ups.
41167         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
41168         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
41169
41170 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41171
41172         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
41173
41174         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
41175         HURD_CRITICAL_END around holding _hurd_dtable_lock.
41176         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
41177         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
41178         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
41179         d->port.lock.
41180
41181         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
41182         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
41183         when handler == SIG_ERR, not when handler != SIG_ERR.
41184
41185 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41186
41187         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
41188         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
41189         definitions.
41190
41191         accept4 for GNU Hurd.
41192         * include/sys/socket.h (__libc_accept4): New prototype.
41193         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
41194         to implement __libc_accept4.
41195         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
41196         __libc_accept4.
41197         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
41198
41199         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
41200         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
41201         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
41202         signal-defines.sym.
41203
41204 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41205
41206         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
41207
41208 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41209
41210         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
41211         assertion on O_CLOEXEC flag.
41212         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
41213         * hurd/intern-fd.c: Likewise.
41214         * hurd/port2fd.c: Likewise.
41215
41216 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41217
41218         [BZ #3906]
41219         * bits/in.h (IPV6_PKTINFO): Define new macro.
41220         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41221
41222 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41223
41224         [BZ #13954]
41225         [BZ #13955]
41226         [BZ #13956]
41227         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41228         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41229         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41230         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41231         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41232         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41233         * math/libm-test.inc (logb_test) : Additional logb tests.
41234
41235 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
41236             Andreas Jaeger  <aj@suse.de>
41237
41238         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41239         * configure: Regenerated.
41240         * config.h.in (LINK_OBSOLETE_RPC): New macro.
41241         * config.make.in (link-obsolete-rpc): New substituted variable.
41242         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41243         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41244         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41245         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41246         so that libc.a contains the symbols.
41247         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41248         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41249         * sunrpc/auth_none.c: Likewise.
41250         * sunrpc/auth_unix.c: Likewise.
41251         * sunrpc/authdes_prot.c: Likewise.
41252         * sunrpc/authuxprot.c: Likewise.
41253         * sunrpc/clnt_gen.c: Likewise.
41254         * sunrpc/clnt_perr.c: Likewise.
41255         * sunrpc/clnt_raw.c: Likewise.
41256         * sunrpc/clnt_simp.c: Likewise.
41257         * sunrpc/clnt_tcp.c: Likewise.
41258         * sunrpc/clnt_udp.c: Likewise.
41259         * sunrpc/clnt_unix.c: Likewise.
41260         * sunrpc/des_crypt.c: Likewise.
41261         * sunrpc/des_soft.c: Likewise.
41262         * sunrpc/get_myaddr.c: Likewise.
41263         * sunrpc/key_call.c: Likewise.
41264         * sunrpc/key_prot.c: Likewise.
41265         * sunrpc/netname.c: Likewise.
41266         * sunrpc/pm_getmaps.c: Likewise.
41267         * sunrpc/pm_getport.c: Likewise.
41268         * sunrpc/pmap_clnt.c: Likewise.
41269         * sunrpc/pmap_prot.c: Likewise.
41270         * sunrpc/pmap_prot2.c: Likewise.
41271         * sunrpc/pmap_rmt.c: Likewise.
41272         * sunrpc/publickey.c: Likewise.
41273         * sunrpc/rpc_cmsg.c: Likewise.
41274         * sunrpc/rpc_common.c: Likewise.
41275         * sunrpc/rpc_dtable.c: Likewise.
41276         * sunrpc/rpc_prot.c: Likewise.
41277         * sunrpc/rpc_thread.c: Likewise.
41278         * sunrpc/rtime.c: Likewise.
41279         * sunrpc/svc.c: Likewise.
41280         * sunrpc/svc_auth.c: Likewise.
41281         * sunrpc/svc_raw.c: Likewise.
41282         * sunrpc/svc_run.c: Likewise.
41283         * sunrpc/svc_tcp.c: Likewise.
41284         * sunrpc/svc_udp.c: Likewise.
41285         * sunrpc/svc_unix.c: Likewise.
41286         * sunrpc/svcauth_des.c: Likewise.
41287         * sunrpc/xcrypt.c: Likewise.
41288         * sunrpc/xdr.c: Likewise.
41289         * sunrpc/xdr_array.c: Likewise.
41290         * sunrpc/xdr_float.c: Likewise.
41291         * sunrpc/xdr_intXX_t.c: Likewise.
41292         * sunrpc/xdr_mem.c: Likewise.
41293         * sunrpc/xdr_rec.c: Likewise.
41294         * sunrpc/xdr_ref.c: Likewise.
41295         * sunrpc/xdr_sizeof.c: Likewise.
41296         * sunrpc/xdr_stdio.c: Likewise.
41297
41298 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41299
41300         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41301         change.  Update copyright years.
41302
41303 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41304
41305         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41306
41307 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41308             Joseph Myers  <joseph@codesourcery.com>
41309             Paul Pluzhnikov  <ppluzhnikov@google.com>
41310
41311         [BZ #14012]
41312         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41313         requiring rpcgen.
41314         [cross-compiling] (extra-libs): Likewise.
41315         [cross-compiling] (extra-libs-others): Likewise.
41316         [cross-compiling] (librpcsvc-routines): Likewise.
41317         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41318         [cross-compiling] (omit-deps): Likewise.
41319         (sunrpc-CPPFLAGS): New variable.
41320         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41321         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41322         (cross-rpcgen-objs): New variable.
41323         (extra-objs): Append $(cross-rpcgen-objs).
41324         ($(cross-rpcgen-objs)): New rule.
41325         ($(objpfx)cross-rpcgen): Likewise.
41326         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41327         comment.
41328         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41329         ($(objpfx)x%.stmp): Likewise.
41330         * sunrpc/proto.h [IS_IN_build] (_): Define.
41331         [IS_IN_build] (_libc_intl_domainname): Likewise.
41332
41333 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41334
41335         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41336         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41337         and R_X86_64_TPOFF64.
41338
41339 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41340
41341         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41342         sysdeps/unix/sysv/syscalls.list.
41343         (stime): Likewise.
41344         (utime): Likewise.
41345         * sysdeps/unix/sysv/syscalls.list: Remove file.
41346
41347 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41348
41349         [BZ #3440]
41350         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41351         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41352         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41353         (__LC_IDENTIFICATION): Make these macros useful in #if
41354         expressions, as required by C99.
41355
41356 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41357
41358         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41359         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41360         after this.
41361
41362 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41363
41364         * stdlib/longlong.h: Updated from GCC.
41365
41366 2012-05-09  Andreas Jaeger  <aj@suse.de>
41367
41368         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41369         default is first entry.
41370         (run_mode): Set type.
41371         (main): Remove informal message about syslog.
41372         (options): Fix typo.
41373
41374         [BZ #14053]
41375         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41376         to asm.
41377         (lrint): Likewise.
41378         (llrintf): Likewise.
41379         (llrint): Likewise.
41380         (rint): Likewise.
41381         (rintf): Likewise.
41382         (nearbyint): Likewise.
41383         (nearbyintf): Likewise.
41384
41385 2012-05-09  Andreas Jaeger  <aj@suse.de>
41386             Pedro Alves  <palves@redhat.com>
41387
41388         * nscd/nscd.c (run_mode): Use enum.
41389         (main): Cleanup coding style issue.
41390
41391 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41392             Andreas Jaeger  <aj@suse.de>
41393
41394         * nscd/nscd.c (go_background): Replaced with...
41395         (run_mode): ... this.
41396         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41397         (options): Add -F --foreground.
41398         (main): Implement it.
41399         (parse_opt): Parse it.
41400
41401 2012-05-09  Andreas Jaeger  <aj@suse.de>
41402
41403         [BZ #14083]
41404         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41405         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41406         -Wconversion warning.
41407         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41408         Likewise.
41409
41410 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41411
41412         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41413         == 0.
41414         (LC_ALL): Use macro-int-constant.
41415         (LC_COLLATE): Likewise.
41416         (LC_CTYPE): Likewise.
41417         (LC_MESSAGES): Likewise.
41418         (LC_MONETARY): Likewise.
41419         (LC_NUMERIC): Likewise.
41420         (LC_TIME): Likewise.
41421         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41422         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41423         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41424         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41425         Specify type.
41426         [C99-based standards] (float_t): Expect type.
41427         [C99-based standards] (double_t): Expect type.
41428         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41429         type.
41430         [C99-based standards] (HUGE_VALL): Likewise.
41431         [C99-based standards] (INFINITY): Likewise.
41432         [C99-based standards] (NAN): Likewise.
41433         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41434         [C99-based standards] (FP_NAN): Likewise.
41435         [C99-based standards] (FP_NORMAL): Likewise.
41436         [C99-based standards] (FP_SUBNORMAL): Likewise.
41437         [C99-based standards] (FP_ZERO): Likewise.
41438         [C99-based standards] (FP_FAST_FMA): Use
41439         optional-macro-int-constant.  Specify type.  Require == 1.
41440         [C99-based standards] (FP_FAST_FMAF): Likewise.
41441         [C99-based standards] (FP_FAST_FMAL): Likewise.
41442         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41443         [C99-based standards] (FP_ILOGBNAN): Likewise.
41444         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41445         Specify type.
41446         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41447         [C99-based standards] (math_errhandling): Specify type.
41448         [ISO99 || ISO11] (signgam): Do not allow.
41449         [non-C99-based standards] (copysignf): Do not allow.
41450         [non-C99-based standards] (exp2f): Likewise.
41451         [non-C99-based standards] (log2f): Likewise.
41452         [non-C99-based standards] (modff): Allow.
41453         [non-C99-based standards] (erff): Do not allow.
41454         [non-C99-based standards] (erfcf): Likewise.
41455         [non-C99-based standards] (gammaf): Likewise.
41456         [non-C99-based standards] (hypotf): Likewise.
41457         [non-C99-based standards] (j0f): Likewise.
41458         [non-C99-based standards] (j1f): Likewise.
41459         [non-C99-based standards] (jnf): Likewise.
41460         [non-C99-based standards] (lgammaf): Likewise.
41461         [non-C99-based standards] (tgammaf): Likewise.
41462         [non-C99-based standards] (y0f): Likewise.
41463         [non-C99-based standards] (y1f): Likewise.
41464         [non-C99-based standards] (ynf): Likewise.
41465         [non-C99-based standards] (isnanf): Likewise.
41466         [non-C99-based standards] (acoshf): Likewise.
41467         [non-C99-based standards] (asinhf): Likewise.
41468         [non-C99-based standards] (atanhf): Likewise.
41469         [non-C99-based standards] (cbrtf): Likewise.
41470         [non-C99-based standards] (expm1f): Likewise.
41471         [non-C99-based standards] (ilogbf): Likewise.
41472         [non-C99-based standards] (log1pf): Likewise.
41473         [non-C99-based standards] (logbf): Likewise.
41474         [non-C99-based standards] (nextafterf): Likewise.
41475         [non-C99-based standards] (remainderf): Likewise.
41476         [non-C99-based standards] (rintf): Likewise.
41477         [non-C99-based standards] (scalbf): Likewise.
41478         [non-C99-based standards] (copysignl): Likewise.
41479         [non-C99-based standards] (exp2l): Likewise.
41480         [non-C99-based standards] (log2l): Likewise.
41481         [non-C99-based standards] (modfl): Allow.
41482         [non-C99-based standards] (erfl): Do not allow.
41483         [non-C99-based standards] (erfcl): Likewise.
41484         [non-C99-based standards] (gammal): Likewise.
41485         [non-C99-based standards] (hypotl): Likewise.
41486         [non-C99-based standards] (j0l): Likewise.
41487         [non-C99-based standards] (j1l): Likewise.
41488         [non-C99-based standards] (jnl): Likewise.
41489         [non-C99-based standards] (lgammal): Likewise.
41490         [non-C99-based standards] (tgammal): Likewise.
41491         [non-C99-based standards] (y0l): Likewise.
41492         [non-C99-based standards] (y1l): Likewise.
41493         [non-C99-based standards] (ynl): Likewise.
41494         [non-C99-based standards] (isnanl): Likewise.
41495         [non-C99-based standards] (acoshl): Likewise.
41496         [non-C99-based standards] (asinhl): Likewise.
41497         [non-C99-based standards] (atanhl): Likewise.
41498         [non-C99-based standards] (cbrtl): Likewise.
41499         [non-C99-based standards] (expm1l): Likewise.
41500         [non-C99-based standards] (ilogbl): Likewise.
41501         [non-C99-based standards] (log1pl): Likewise.
41502         [non-C99-based standards] (logbl): Likewise.
41503         [non-C99-based standards] (nextafterl): Likewise.
41504         [non-C99-based standards] (remainderl): Likewise.
41505         [non-C99-based standards] (rintl): Likewise.
41506         [non-C99-based standards] (scalbl): Likewise.
41507         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41508         [non-C99-based standards] (FP_*): Do not allow.
41509         [C99-based standards] (FP_*): Change to
41510         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41511         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41512         allow.
41513         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41514         (SIG_ERR): Likewise.
41515         [X/Open-based standards] (SIG_HOLD): Likewise.
41516         (SIG_IGN): Likewise.
41517         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41518         positive value.
41519         (SIGFPE): Likewise.
41520         (SIGILL): Likewise.
41521         (SIGINT): Likewise.
41522         (SIGSEGV): Likewise.
41523         (SIGTER): Likewise.
41524         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41525         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41526         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41527         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41528         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41529         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41530         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41531         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41532         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41533         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41534         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41535         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41536         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41537         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41538         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41539         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41540         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41541         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41542         [X/Open-based standards] (SIGTRAP): Likewise.
41543         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41544         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41545         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41546         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41547         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41548         allow.
41549
41550 2012-05-08  Ian Wienand  <ianw@vmware.com>
41551
41552         [BZ #14080]
41553         * time/tzset.c (__tzset_parse_tz): Update default rules for
41554         daylight time changes in the Energy Policy Act of 2005.
41555
41556 2012-05-09  Andreas Jaeger  <aj@suse.de>
41557
41558         [BZ #13983]
41559         * elf/ldconfig.c (parse_conf): Change string to make clear that
41560         ldconfig only issued a warning if ld.so.conf does not exist.
41561
41562 2012-05-08  David S. Miller  <davem@davemloft.net>
41563
41564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41565         movxtod instead of popping the value on the stack.
41566
41567         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41568
41569 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41570
41571         * config.h.in: Add HAVE_ARM_PCS_VFP.
41572
41573 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41574
41575         [BZ #13979]
41576         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41577         checking but the checks are disabled for any reason.
41578
41579 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41580
41581         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41582         and ELF64_R_TYPE with ELFW(R_TYPE).
41583
41584 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41585
41586         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41587         (ulimit): Likewise.
41588
41589         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41590         (settimeofday): Likewise.
41591
41592 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41593
41594         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41595         a struct th_u2 inside the union, and move tu_block/tu_code into
41596         a new th_u3 union of tu_block/tu_code inside of that.  Move
41597         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41598         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41599         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41600         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41601         (th_stuff): Change to th_u1.tu_stuff.
41602         (th_data): Define.
41603         (th_msg): Change to th_u1.th_u2.tu_data.
41604
41605 2012-05-07  David S. Miller  <davem@davemloft.net>
41606
41607         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41608
41609         [BZ #14074]
41610         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41611         (SETUP_PIC_REG): Use it.
41612         (SETUP_PIC_REG_LEAF): Use it.
41613
41614 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41615
41616         [BZ #13885]
41617         [BZ #13923]
41618         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41619         USE_AS_EXPM1L.
41620         (EXPL_FINITE): Likewise.
41621         (FLDLOG): Likewise.
41622         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41623         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41624         e_expl.S.
41625         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41626         USE_AS_EXPM1L.
41627         (EXPL_FINITE): Likewise.
41628         (FLDLOG): Likewise.
41629         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41630         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41631         e_expl.S.
41632         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41633         test of -max_value argument for long double.
41634         * sysdeps/i386/fpu/libm-test-ulps: Update.
41635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41636
41637 2012-05-06  David S. Miller  <davem@davemloft.net>
41638
41639         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41640         quad soft-float symbols whose references which are compiler
41641         generated.
41642         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41643
41644 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41645
41646         [BZ #13884]
41647         [BZ #13914]
41648         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41649         USE_AS_EXP10L.
41650         (EXPL_FINITE): Likewise.
41651         (FLDLOG): Likewise.
41652         (c0): Likewise.
41653         (c1): Likewise.
41654         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41655         Adjust comments for base varying.
41656         (__expl_finite): Change alias to EXPL_FINITE.
41657         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41658         e_expl.S.
41659         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41660         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41661         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41662         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41663         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41664         USE_AS_EXP10L.
41665         (EXPL_FINITE): Likewise.
41666         (FLDLOG): Likewise.
41667         (c0): Likewise.
41668         (c1): Likewise.
41669         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41670         Adjust comments for base varying.
41671         (__expl_finite): Change alias to EXPL_FINITE.
41672         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41673         tests for bugs.
41674         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41675
41676         [BZ #14064]
41677         * math/libm-test.inc (check_float_internal): Correct ulp
41678         calculation for subnormal expected results.
41679
41680 2012-05-06  Andreas Jaeger  <aj@suse.de>
41681
41682         * Makeconfig (+math-flags): New, set to -frounding-math.
41683         (+cflags): Add +math-flags so that all of glibc gets compiled with
41684         it.
41685
41686         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41687
41688 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41689
41690         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41691         Disable one test.
41692
41693         [BZ #13787]
41694         [BZ #13922]
41695         [BZ #14036]
41696         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41697         (__ieee754_expl): Allow for and saturate large arguments.
41698         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41699         (u_threshold): Likewise.
41700         (__exp): Call __ieee754_exp before checking for overflow and
41701         underflow.
41702         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41703         (u_threshold): Likewise.
41704         (__expf): Call __ieee754_expf before checking for overflow and
41705         underflow.
41706         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41707         (u_threshold): Likewise.
41708         (__expl): Call __ieee754_expl before checking for overflow and
41709         underflow.
41710         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41711         (__ieee754_expl): Allow for and saturate large arguments.
41712         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41713         missing overflow exception on overflow.
41714         (expm1_test): Do not allow missing overflow exception on overflow.
41715
41716         * sysdeps/i386/fpu/e_expl.c: Move to ...
41717         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41718         rather than using inline asm.
41719         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41720         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41721         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41722
41723         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41724         (nice): Likewise.
41725         (poll): Likewise.
41726         (signal): Likewise.
41727         (time): Likewise.
41728         (times): Likewise.
41729
41730 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41731
41732         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41733         sysdeps/unix/common/syscalls.list.
41734         (fchmod): Likewise.
41735         (fchown): Likewise.
41736         (ftruncate): Likewise.
41737         (getrusage): Likewise.
41738         (gettimeofday): Likewise.
41739         (setpgid): Likewise.
41740         (setregid): Likewise.
41741         (setreuid): Likewise.
41742         (sigaction): Likewise.
41743         (truncate): Likewise.
41744         (vhangup): Likewise.
41745         * sysdeps/unix/common/syscalls.list: Remove file.
41746         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41747         * sysdeps/unix/sysv/linux/Implies: Likewise.
41748
41749 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41750
41751         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41752         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41753         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41754         Moved to ...
41755         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41756         Here.
41757         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41758         to ...
41759         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41760         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41761         to ...
41762         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41763         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41764         to ...
41765         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41766         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41767         to ...
41768         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41769         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41770         to ...
41771         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41772         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41773         to ...
41774         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41775         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41776         to ...
41777         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41778         Here.
41779         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41780         to ...
41781         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41782         Here.
41783         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41784         to ...
41785         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41786         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41787         Moved to ...
41788         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41789         Here.
41790         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41791         to ...
41792         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41793
41794 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41795
41796         * sysdeps/unix/common/bits/dirent.h: Remove file.
41797         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41798
41799         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41800         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41801         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41802         * sysdeps/unix/bsd/isatty.c: Likewise.
41803         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41804         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41805         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41806
41807 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41808
41809         [BZ #13563]
41810         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41811         long double comparison inaccuracies.
41812         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41813         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41814
41815 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41816
41817         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41818         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41819
41820 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41821
41822         [BZ #14049]
41823         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41824         nonzero digits before rounding a hex value.
41825         * stdlib/tst-strtod.c (tests): Add another test.
41826
41827 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41828
41829         * sysdeps/s390/fpu/libm-test-ulps: Update.
41830
41831 2012-05-03  Andreas Jaeger  <aj@suse.de>
41832
41833         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41834         does not get optimized out.
41835         (malloc_opt_barrier): New.
41836
41837 2012-05-03  Andreas Jaeger  <aj@suse.de>
41838             Roland McGrath  <roland@hack.frob.com>
41839
41840         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41841         intermediate file deletion.
41842         (generated): Add .symlist files.
41843
41844 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41845
41846         [BZ #13775]
41847         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41848         Redirect under this condition.
41849         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41850         [__USE_GNU] (__dprintf_chk): Not under this condition.
41851         [__USE_GNU] (__vdprintf_chk): Likewise.
41852         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41853         under this condition.
41854         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41855         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41856         [__USE_XOPEN2K8] (vdprintf): Likewise.
41857         [__USE_GNU] (__dprintf_chk): Not under this condition.
41858         [__USE_GNU] (__vdprintf_chk): Likewise.
41859         [__USE_GNU] (dprintf): Likewise.
41860         [__USE_GNU] (vdprintf): Likewise.
41861
41862 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41863
41864         * elf/Makefile (common-generated): Set this instead of generated for
41865         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41866         $(all-built-dso)-derived lists.
41867
41868 2012-05-03  Andreas Jaeger  <aj@suse.de>
41869
41870         * sysdeps/i386/fpu/libm-test-ulps: Update.
41871
41872         * FAQ: Removed.
41873         * FAQ.in: Likewise.
41874         * scripts/gen-FAQ.pl: Likewise.
41875         * manual/install.texi (Installation): Point to online location of
41876         FAQ.
41877         * Makefile (files-for-dist): Remove FAQ.
41878         (FAQ): Remove.
41879
41880 2012-05-02  Allan McRae  <allan@archlinux.org>
41881
41882         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41883         (LDFLAGS-reldepmod5.so): Likewise.
41884         (LDFLAGS-reldep6mod1.so): Likewise.
41885         (LDFLAGS-reldep6mod4.so): Likewise.
41886         (LDFLAGS-reldep8mod3.so): Likewise.
41887         (LDFLAGS-unload4mod1.so): Likewise.
41888         (LDFLAGS-unload4mod2.so): Likewise.
41889         (LDFLAGS-tst-initorder): Likewise.
41890         (LDFLAGS-tst-initordera2.so): Likewise.
41891         (LDFLAGS-tst-initordera3.so): Likewise.
41892         (LDFLAGS-tst-initordera4.so): Likewise.
41893         (LDFLAGS-tst-initorderb2.so): Likewise.
41894         (LDFLAGS-noload): Likewise.
41895         (LDFLAGS-next): Likewise.
41896         (LDFLAGS-order2mod1.so): Likewise.
41897         (LDFLAGS-order2mod2.so): Likewise.
41898         (LDFLAGS-tst-initorder2): Likewise.
41899         (LDFLAGS-tst-initorder2a.so): Likewise.
41900         (LDFLAGS-tst-initorder2b.so): Likewise.
41901         (LDFLAGS-tst-initorder2c.so): Likewise.
41902         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41903
41904 2012-05-02  David S. Miller  <davem@davemloft.net>
41905
41906         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41907
41908 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41909
41910         [BZ #14055]
41911         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41912
41913 2012-05-02  Andreas Jaeger  <aj@suse.de>
41914
41915         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41916         since we manipulate rounding mode.
41917         (CPPFLAGS-test-idouble.c): Likewise.
41918         (CPPFLAGS-test-ifloat.c): Likewise.
41919         (CFLAGS-test-ldouble.c): Likewise.
41920         (CFLAGS-test-double.c): Likewise.
41921         (CFLAGS-test-float.c): Likewise.
41922         (CFLAGS-test-misc.c): Likewise.
41923         (CFLAGS-test-test-fenv.c): Likewise.
41924
41925 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41926
41927         [BZ #2550]
41928         [BZ #2570]
41929         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41930         comparisons to determine direction to adjust input.
41931
41932 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41933
41934         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41935         output to the target.
41936
41937         * scripts/localplt.awk: New file.
41938         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41939         (check-localplt-CFLAGS): Variable removed.
41940         ($(all-built-dso:=.jmprel)): New static pattern rule.
41941         (generated): Add those targets.
41942         (localplt-built-dso): New variable.
41943         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41944
41945         * elf/check-localplt.c: File removed.
41946
41947         * scripts/check-execstack.awk: New file.
41948         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41949         (check-execstack-CFLAGS): Variable removed.
41950         ($(objpfx)check-execstack.h): Target removed.
41951         ($(objpfx)execstack-default): New target.
41952         (generated): Add that instead of check-execstack.h.
41953         ($(all-built-dso:=.phdr)): New static pattern rule.
41954         (generated): Add those targets.
41955         * elf/check-execstack.c: File removed.
41956
41957         * scripts/check-textrel.awk: New file.
41958         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41959         (check-textrel-CFLAGS): Variable removed.
41960         (all-built-dso): Use := to define.o
41961         ($(all-built-dso:=.dyn)): New static pattern rule.
41962         (generated): Add those targets.
41963         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41964         * config.make.in (READELF): New substituted variable.
41965         * elf/check-textrel.c: File removed.
41966
41967 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41968
41969         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41970         allow.
41971         * conform/data/ctype.h-data [C99-based standards] (isblank):
41972         Expect function.
41973         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41974         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41975         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41976         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41977         Specify type.  Require positive value.
41978         (EILSEQ): Likewise.
41979         (ERANGE): Likewise.
41980         [ISO || POSIX] (EILSEQ): Do not expect.
41981         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41982         Specify type.  Require positive value.
41983         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41984         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41985         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41986         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41987         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41988         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41989         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41990         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41991         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41992         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41993         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41994         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41995         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41996         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41997         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41998         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41999         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
42000         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
42001         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
42002         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
42003         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
42004         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
42005         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
42006         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
42007         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
42008         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
42009         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
42010         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
42011         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
42012         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
42013         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
42014         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
42015         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
42016         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
42017         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
42018         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
42019         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
42020         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
42021         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
42022         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
42023         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
42024         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
42025         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
42026         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
42027         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
42028         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
42029         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
42030         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
42031         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
42032         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
42033         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
42034         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
42035         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
42036         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
42037         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
42038         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
42039         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
42040         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
42041         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
42042         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
42043         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
42044         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
42045         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
42046         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
42047         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
42048         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
42049         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
42050         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
42051         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
42052         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
42053         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
42054         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
42055         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
42056         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
42057         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
42058         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
42059         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
42060         Require >= 2.
42061         (FLT_ROUNDS): Expect as macro, not constant.
42062         (FLT_MANT_DIG): Use macro-int-constant.
42063         (DBL_MANT_DIG): Likewise.
42064         (LDBL_MANT_DIG): Likewise.
42065         (FLT_DIG): Likewise.
42066         (DBL_DIG): Likewise.
42067         (LDBL_DIG): Likewise.
42068         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
42069         (DBL_MIN_EXP): Likewise.
42070         (LDBL_MIN_EXP): Likewise.
42071         (FLT_MAX_EXP): Use macro-int-constant.
42072         (DBL_MAX_EXP): Likewise.
42073         (LDBL_MAX_EXP): Likewise.
42074         (FLT_MAX_10_EXP): Likewise.
42075         (DBL_MAX_10_EXP): Likewise.
42076         (LDBL_MAX_10_EXP): Likewise.
42077         (FLT_MAX): Use macro-constant.
42078         (DBL_MAX): Likewise.
42079         (LDBL_MAX): Likewise.
42080         (FLT_EPSILON): Use macro-constant.  Give upper bound.
42081         (DBL_EPSILON): Likewise.
42082         (LDBL_EPSILON): Likewise.
42083         (FLT_MIN): Likewise.
42084         (DBL_MIN): Likewise.
42085         (LDBL_MIN): Likewise.
42086         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
42087         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
42088         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
42089         [ISO11] (FLT_HAS_SUBNORM): Likewise.
42090         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
42091         [ISO11] (DBL_DECIMAL_DIG): Likewise.
42092         [ISO11] (FLT_DECIMAL_DIG): Likewise.
42093         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
42094         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
42095         [ISO11] (FLT_TRUE_MIN): Likewise.
42096         [ISO11] (LDBL_TRUE_MIN): Likewise.
42097         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42098         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
42099         (SCHAR_MIN): Use macro-int-constant.  Specify type.
42100         (SCHAR_MAX): Likewise.
42101         (UCHAR_MAX): Likewise.
42102         (CHAR_MIN): Likewise.
42103         (CHAR_MAX): Likewise.
42104         (MB_LEN_MAX): Use macro-int-constant.
42105         (SHRT_MIN): Use macro-int-constant.  Specify type.
42106         (SHRT_MAX): Likewise.
42107         (USHRT_MAX): Likewise.
42108         (INT_MAX): Likewise.
42109         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
42110         bound negative.
42111         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42112         bound with "U".
42113         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42114         bound with "L".
42115         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
42116         bound negative.  Suffix upper bound with "L".
42117         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42118         bound with "UL".
42119         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
42120         Specify type.
42121         [C99-based standards] (LLONG_MAX): Likewise.
42122         [C99-based standards] (ULLONG_MAX): Likewise.
42123         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
42124         == 0.
42125         [ISO11] (max_align_t): Require type.
42126         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42127
42128         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
42129         from $CFLAGS, without defining away __attribute__ calls.
42130         (checknamespace): Use $CFLAGS_namespace.
42131
42132         * conform/conformtest.pl (@keywords): Only include C99 keywords
42133         for standards based on C99 or C11.
42134
42135         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
42136         Disable tests.
42137         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
42138         UNIX98]: Likewise.
42139
42140         * conform/conformtest.pl: Handle "macro-int-constant" and test for
42141         usability of symbols in #if.
42142
42143         * conform/conformtest.pl: If macro or constant types start
42144         "promoted:", expect the symbol to be of the following type
42145         promoted by the integer promotions.
42146
42147         * conform/conformtest.pl: Parse all "constant" and "macro" lines
42148         in one place.  Also handle "macro-constant".
42149
42150         * conform/conformtest.pl: Only accept expected macro values with
42151         "==".  Parse all "macro" lines in one place.
42152         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
42153
42154         * conform/conformtest.pl: Handle braced types on "constant" lines
42155         instead of handling "typed-constant".
42156         * conform/data/signal.h-data: Use "constant" instead of
42157         "typed-constant".
42158
42159         * conform/conformtest.pl: Handle "optional-" at start of lines in
42160         one place rather than duplicating several cases.  Handle each
42161         format of "macro" line with initial "optional-".
42162
42163         * conform/conformtest.pl: Only accept expected constant or
42164         optional-constant values with "==".  Parse all "constant" lines in
42165         one place.  Parse all "optional-constant" lines in one place.
42166         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
42167         * conform/data/fmtmsg.h-data: Likewise.
42168         * conform/data/netinet/in.h-data: Likewise.
42169         * conform/data/tar.h-data: Likewise.
42170         * conform/data/limits.h-data: Use "==" form on "constant" and
42171         "optional-constant" lines.
42172
42173         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
42174         Use -std=c99 for XOPEN2K.
42175         (@knownproblems): Remove.
42176         (newtoken): Don't check %isknown.
42177
42178         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
42179         Do not expect macro.
42180         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
42181         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
42182         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
42183         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
42184         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
42185         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
42186         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
42187         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
42188         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
42189         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
42190         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
42191         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
42192         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
42193         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
42194         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
42195         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
42196         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
42197         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
42198         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
42199         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
42200         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
42201         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
42202         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
42203         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
42204         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
42205         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
42206         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
42207         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
42208         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
42209         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
42210         [XPG3] (acosh): Likewise.
42211         [XPG3] (asinh): Likewise.
42212         [XPG3] (atanh): Likewise.
42213         [XPG3] (cbrt): Likewise.
42214         [XPG3] (expm1): Likewise.
42215         [XPG3] (ilogb): Likewise.
42216         [XPG3] (log1p): Likewise.
42217         [XPG3] (logb): Likewise.
42218         [XPG3] (nextafter): Likewise.
42219         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
42220         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42221         [XPG3] (remainder): Likewise.
42222         [XPG3] (rint): Likewise.
42223         [XPG3 || XPG4 || UNIX98] (round): Likewise.
42224         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42225         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42226         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42227         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42228         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42229         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42230         [UNIX98 || XOPEN2K] (scalb): Expect.
42231         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42232         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42233         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42234         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42235         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42236         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42237         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42238         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42239         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42240         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42241         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42242         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42243         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42244         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42245         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42246         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42247         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42248         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42249         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42250         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42251         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42252         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42253         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42254         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42255         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42256         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42257         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42258         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42259         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42260         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42261         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42262         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42263         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42264         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42265         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42266         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42267         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42268         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42269         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42270         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42271         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42272         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42273         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42274         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42275         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42276         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42277         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42278         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42279         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42280         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42281         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42282         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42283         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42284         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42285         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42286         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42287         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42288         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42289         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42290         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42291         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42292         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42293         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42294         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42295         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42296         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42297         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42298         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42299         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42300         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42301         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42302         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42303         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42304         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42305         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42306         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42307         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42308         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42309         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42310         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42311         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42312         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42313         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42314         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42315         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42316         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42317         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42318         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42319         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42320         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42321         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42322         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42323         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42324         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42325         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42326         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42327         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42328         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42329         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42330         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42331         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42332         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42333         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42334         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42335         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42336         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42337         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42338         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42339         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42340         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42341         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42342         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42343         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42344         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42345         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42346         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42347         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42348         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42349         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42350         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42351         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42352         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42353         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42354         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42355         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42356         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42357         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42358         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42359         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42360         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42361         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42362         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42363         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42364         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42365         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42366         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42367         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42368
42369         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42370         _XOPEN_SOURCE_EXTENDED for XPG4.
42371
42372         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42373
42374         * Makeconfig (localtime): Remove variable.
42375         (inst_localtime-file): Likewise.
42376
42377 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42378
42379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42380         Update.
42381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42382         Update.
42383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42384         Update.
42385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42386         Update.
42387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42388         Update.
42389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42390         Update.
42391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42392         Update.
42393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42394         Update.
42395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42396         Update.
42397
42398 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42399
42400         [BZ #2550]
42401         [BZ #2570]
42402         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42403         comparisons to determine direction to adjust input.
42404         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42405         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42406         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42407         Likewise.
42408         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42409         Likewise.
42410         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42411         Likewise.
42412         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42413         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42414         Likewise.
42415         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42416         Likewise.
42417         * math/libm-test.inc (nexttoward_test): Add more tests.
42418
42419 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42420
42421         [BZ #14040]
42422         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42423         in version GLIBC_2.1, not GLIBC_2.0.
42424         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42425         Likewise.
42426
42427 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42428
42429         [BZ #13942]
42430         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42431         (1 - x) * (1 + x).
42432         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42433         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42434         * math/libm-test.inc (acos_test): Add more tests.
42435         (asin_test): Likewise.
42436         * sysdeps/i386/fpu/libm-test-ulps: Update.
42437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42438
42439         [BZ #14034]
42440         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42441         of square root.
42442         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42443         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42444         * math/libm-test.inc (acos_test_tonearest): New function.
42445         (acos_test_towardzero): Likewise.
42446         (acos_test_downward): Likewise.
42447         (acos_test_upward): Likewise.
42448         (asin_test_tonearest): Likewise.
42449         (asin_test_towardzero): Likewise.
42450         (asin_test_downward): Likewise.
42451         (asin_test_upward): Likewise.
42452         (main): Call the new functions.
42453         * sysdeps/i386/fpu/libm-test-ulps: Update.
42454         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42455
42456         [BZ #13884]
42457         [BZ #13924]
42458         * math/e_exp10.c: Include <float.h>.
42459         (__ieee754_exp10): Handle underflow here rather than multiplying
42460         large negative argument by M_LN10.
42461         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42462         of __ieee754_expf.
42463         * math/e_exp10l.c: Include <float.h>.
42464         (__ieee754_exp10l): Handle underflow here rather than multiplying
42465         large negative argument by M_LN10l.
42466         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42467         spurious overflow exception on underflow.
42468
42469 2012-04-29  Marek Polacek  <polacek@redhat.com>
42470
42471         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42472         (__fortify_function): New macro.
42473         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42474         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42475         __extern_always_inline.
42476         * libio/bits/stdio2.h: Likewise.
42477         * libio/bits/stdio.h: Likewise.
42478         * string/string.h: Likewise.
42479         * string/bits/string3.h: Likewise.
42480         * include/stdio.h: Likewise.
42481         * stdlib/bits/stdlib.h: Likewise.
42482         * stdlib/stdlib.h: Likewise.
42483         * rt/bits/mqueue2.h: Likewise.
42484         * rt/mqueue.h: Likewise.
42485         * posix/bits/unistd.h: Likewise.
42486         * posix/unistd.h: Likewise.
42487         * io/bits/poll2.h: Likewise.
42488         * io/bits/fcntl2.h: Likewise.
42489         * io/fcntl.h: Likewise.
42490         * io/sys/poll.h: Likewise.
42491         * misc/bits/syslog.h: Likewise.
42492         * misc/bits/syslog-ldbl.h: Likewise.
42493         * misc/sys/syslog.h: Likewise.
42494         * socket/bits/socket2.h: Likewise.
42495         * socket/sys/socket.h: Likewise.
42496         * debug/tst-chk1.c: Likewise.
42497         * wcsmbs/bits/wchar2.h: Likewise.
42498         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42499         * wcsmbs/wchar.h: Likewise.
42500
42501 2012-04-29  Andreas Jaeger  <aj@suse.de>
42502
42503         * Makerules (tests): Remove enable-check-abi protection.
42504         (check-abi-warn): Remove.
42505         (check-abi-%): Remove check-abi-warn usage.
42506
42507         * configure.in: Remove check-abi configure option.
42508         * configure: Regenerated.
42509         * config.make.in (enable-check-abi): Remove.
42510
42511 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42512
42513         [BZ #14033]
42514         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42515         double functions to double *_finite functions.
42516
42517         [BZ #13941]
42518         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42519         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42520         LDBL_MIN_EXP.
42521         * stdio-common/Makefile (tests): Add tst-sprintf3.
42522         * stdio-common/tst-sprintf3.c: New file.
42523
42524         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42525         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42526
42527 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42528
42529         * conform/conformtest.pl: Remove duplicate typed-constant
42530         handling.
42531
42532 2012-04-28  David S. Miller  <davem@davemloft.net>
42533
42534         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42535         (check-abi-%): Remove AWK script prerequisite and explicit
42536         abilist directory.
42537         (check-abi): Rewrite to just diff the symlist with the abilist.
42538         (config-tls, config-abi-config): Delete, no longer used.
42539         (update-abi-%): Remove AWK script and explicit abilist directory.
42540         (update-abi): Rewrite to simply compare and conditionally copy the
42541         symlist and the sysdep abilist file.  Remove update-abi-config
42542         checks.
42543         * abilist/ld.abilist: Remove.
42544         * abilist/libBrokenLocale.abilist: Remove.
42545         * abilist/libanl.abilist: Remove.
42546         * abilist/libcrypt.abilist: Remove.
42547         * abilist/libdl.abilist: Remove.
42548         * abilist/librt.abilist: Remove.
42549         * abilist/libthread_db.abilist: Remove.
42550         * abilist/libutil.abilist: Remove.
42551         * scripts/extract-abilist.awk: Remove.
42552         * scripts/merge-abilist.awk: Remove.
42553         * sysdeps/generic/libcidn.abilist: New file.
42554         * sysdeps/generic/libnss_compat.abilist: New file.
42555         * sysdeps/generic/libnss_db.abilist: New file.
42556         * sysdeps/generic/libnss_dns.abilist: New file.
42557         * sysdeps/generic/libnss_files.abilist: New file.
42558         * sysdeps/generic/libnss_hesiod.abilist: New file.
42559         * sysdeps/generic/libnss_nis.abilist: New file.
42560         * sysdeps/generic/libnss_nisplus.abilist: New file.
42561         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42562         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42563         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42564         file.
42565         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42566         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42567         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42568         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42569         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42570         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42571         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42572         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42573         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42574         file.
42575         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42576         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42577         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42578         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42579         file.
42580         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42581         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42582         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42583         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42584         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42585         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42586         file.
42587         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42588         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42589         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42590         file.
42591         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42592         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42593         New file.
42594         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42595         New file.
42596         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42597         New file.
42598         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42599         New file.
42600         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42601         New file.
42602         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42603         New file.
42604         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42605         New file.
42606         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42607         New file.
42608         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42609         New file.
42610         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42611         New file.
42612         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42613         New file.
42614         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42615         New file.
42616         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42617         New file.
42618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42619         file.
42620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42621         New file.
42622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42623         New file.
42624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42625         file.
42626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42627         New file.
42628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42629         New file.
42630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42631         file.
42632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42633         New file.
42634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42635         New file.
42636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42637         New file.
42638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42639         New file.
42640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42641         New file.
42642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42643         New file.
42644         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42645         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42646         file.
42647         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42648         New file.
42649         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42650         file.
42651         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42652         file.
42653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42654         file.
42655         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42656         file.
42657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42658         file.
42659         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42660         New file.
42661         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42662         file.
42663         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42664         file.
42665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42666         New file.
42667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42668         file.
42669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42671         file.
42672         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42673         New file.
42674         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42675         file.
42676         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42677         file.
42678         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42679         file.
42680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42681         file.
42682         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42683         file.
42684         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42685         New file.
42686         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42687         file.
42688         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42689         file.
42690         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42691         New file.
42692         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42693         file.
42694         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42695         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42696         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42697         file.
42698         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42699         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42700         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42701         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42702         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42703         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42704         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42705         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42706         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42707         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42708         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42709         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42710         file.
42711         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42712         New file.
42713         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42714         file.
42715         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42716         file.
42717         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42718         file.
42719         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42720         file.
42721         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42722         file.
42723         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42724         New file.
42725         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42726         New file.
42727         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42728         file.
42729         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42730         New file.
42731         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42732         file.
42733         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42734         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42735         file.
42736         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42737         New file.
42738         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42739         file.
42740         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42741         file.
42742         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42743         file.
42744         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42745         file.
42746         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42747         file.
42748         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42749         New file.
42750         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42751         New file.
42752         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42753         file.
42754         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42755         New file.
42756         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42757         file.
42758
42759 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42760
42761         * conform/conformtest.pl: Fix typo in handling typed-constant from
42762         allow-header.
42763
42764 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42765
42766         * README: Cut down references to pre-2.6 Linux kernels and
42767         Linuxthreads.  Update lists of configurations in libc and ports
42768         and sort alphabetically.  Say "or newer" with Linux kernel version
42769         requirements.
42770
42771         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42772
42773 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42774
42775         [BZ #887]
42776         * math/libm-test.inc (logb_test_downward): New test to expose
42777         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42778         rounding mode.
42779
42780 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42781
42782         [BZ #14027]
42783         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42784         to be done.
42785         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42786         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42787
42788 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42789
42790         * sysdeps/unix/i386/brk.S: Remove file.
42791         * sysdeps/unix/i386/dl-brk.S: Likewise.
42792         * sysdeps/unix/i386/pipe.S: Likewise.
42793         * sysdeps/unix/i386/sigreturn.S: Likewise.
42794         * sysdeps/unix/i386/syscall.S: Likewise.
42795         * sysdeps/unix/i386/vfork.S: Likewise.
42796         * sysdeps/unix/i386/wait.S: Likewise.
42797
42798         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42799         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42800
42801         * configure.in (arm*-none*): Do not allow without
42802         --enable-hacker-mode.
42803         (netbsd*): Remove case setting base_os.
42804         (386bsd*): Likewise.
42805         (freebsd*): Likewise.
42806         (bsdi*): Likewise.
42807         (osf*): Likewise.
42808         (sunos*): Likewise.
42809         (ultrix*): Likewise.
42810         (newsos*): Likewise.
42811         (dynix*): Likewise.
42812         (*bsd*): Likewise.
42813         (sysv*): Likewise.
42814         (isc*): Likewise.
42815         (esix*): Likewise.
42816         (sco*): Likewise.
42817         (minix*): Likewise.
42818         (irix4*): Likewise.
42819         (irix6*): Likewise.
42820         (solaris[2-9]*): Likewise.
42821         (none): Likewise.
42822         * configure: Regenerated.
42823
42824 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42825
42826         [BZ #11521]
42827         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42828         overflow or cancellation in calculating denominator.
42829         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42830         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42831         down expression to avoid unexpected rounding in newer GCCs.
42832         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42833
42834 2012-04-26  David S. Miller  <davem@davemloft.net>
42835
42836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42837         long-double compat symbols.
42838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42843         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42844         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42845         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42846         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42847         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42848         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42849         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42850         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42851
42852 2012-04-25  David S. Miller  <davem@davemloft.net>
42853
42854         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42855         HWCAP_* values only after the memory barriers have been defined.
42856         (atomic_full_barrier): Define.
42857         (atomic_read_barrier): Define.
42858         (atomic_write_barrier): Define.
42859
42860 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42861
42862         * shlib-versions: Add libgcc_s version information.
42863         * sysdeps/generic/libgcc_s.h: Remove.
42864         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42865         libgcc_s.h.
42866         * sysdeps/gnu/unwind-resume.c: Likewise.
42867         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42868
42869 2012-04-25  David S. Miller  <davem@davemloft.net>
42870
42871         * sysdeps/unix/sparc/brk.S: Delete.
42872         * sysdeps/unix/sparc/dl-brk.S: Delete.
42873         * sysdeps/unix/sparc/pipe.S: Delete.
42874         * sysdeps/unix/sparc/sysdep.S: Delete.
42875         * sysdeps/unix/sparc/sysdep.h: Delete.
42876         * sysdeps/unix/sparc/vfork.S: Delete.
42877         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42878         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42879         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42880         (ret_ERRVAL, r0, r1, MOVE): Define.
42881         (JUMPTARGET): Remove.
42882         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42883         sysdeps/unix/sparc/sysdep.h
42884         (ENTRY, END): Remove.
42885         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42886
42887 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42888
42889         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42890         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42891         -DIS_IN_build.
42892
42893         * timezone/README: Update upstream location and email address for
42894         tzcode and tzdata.
42895         * timezone/zdump.c: Update from tzcode 2012b.
42896         * timezone/zic.c: Likewise.
42897
42898         * configure.in (libc_cv_as_needed): Remove test.
42899         * configure: Regenerated.
42900         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42901         conditional definition.
42902         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42903         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42904         * config.make.in (have-as-needed): Remove variable.
42905
42906 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42907             Paul Pluzhnikov  <ppluzhnikov@google.com>
42908
42909         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42910         strings correctly.
42911
42912 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42913
42914         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42915         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42916         * sysdeps/sh/strlen.S: Likewise.
42917
42918 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42919
42920         * sysdeps/unix/fork.S: Remove file.
42921         * sysdeps/unix/i386/fork.S: Likewise.
42922         * sysdeps/unix/sparc/fork.S: Likewise.
42923
42924         * sysdeps/unix/system.c: Remove file.
42925         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42926
42927         * sysdeps/unix/getegid.S: Remove file.
42928         * sysdeps/unix/geteuid.S: Likewise.
42929
42930 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42931
42932         * scripts/check-localplt.awk: New file.
42933         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42934         of diff.
42935         * scripts/data/localplt-generic.data: Add a comment.
42936
42937         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42938         NODE when __dir_mkfile failed.
42939         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42940         Reported by Ludovic Courtès <ludo@gnu.org>.
42941
42942 2012-04-24  Andreas Jaeger  <aj@suse.de>
42943
42944         * Makerules (common-clean): Also remove gen-as-const-headers
42945         files.
42946
42947 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42948
42949         * Makerules (native-compile): Do not change working directory for
42950         build.  Use $(OUTPUT_OPTION) in command.
42951         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42952
42953 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42954
42955         [BZ #13886]
42956         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42957         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42958         * math/libm-test.inc (floor_test): Add more tests.
42959         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42960
42961 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42962
42963         * sysdeps/unix/getdents.c: Remove file.
42964         * sysdeps/unix/sysv/getdents.c: Likewise.
42965         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42966
42967         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42968         sysdeps/unix/mman/syscalls.list.
42969         (mmap): Likewise.
42970         (mprotect): Likewise.
42971         (msync): Likewise.
42972         (munmap): Likewise.
42973         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42974         * sysdeps/unix/mman/syscalls.list: Remove.
42975         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42976
42977         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42978         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42979         * configure: Regenerated.
42980         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42981         $(libgcc_s_suffix).
42982         * config.make.in (libgcc_s_suffix): Remove variable.
42983
42984 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42985
42986         * sysdeps/unix/sysv/gethostname.c: Move to ...
42987         * sysdeps/posix/gethostname.c: ... here.
42988
42989         * sysdeps/unix/execve.S: Remove file.
42990
42991         * sysdeps/unix/_exit.S: Remove file.
42992
42993 2012-04-23  Andreas Jaeger  <aj@suse.de>
42994
42995         [BZ #13739]
42996         * manual/Makefile: Remove make dist support, there's no
42997         need for a stand-alone documentation tar ball.
42998         (TEXI2DVI): Define always, it's not in Makeconfig.
42999         (dist): Removed.
43000         (tar-it): Removed.
43001         (edition): Removed.
43002         (glibc-doc-$(edition).tar): Removed
43003         (%.Z): Removed.
43004         (%.gz): Removed.
43005         (%.uu): Removed.
43006         (ETAGS): Remove, it's in Makeconfig.
43007         (move-if-change): Remove, it's in Makeconfig.
43008
43009 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
43010
43011         [BZ #13970]
43012         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
43013         (strtod, strtof, strtold, strtol, strtoul, strtoq)
43014         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
43015         (strtod_l, strtof_l, strtold_l): Remove __wur.
43016         It is not necessarily an error to ignore strtol's return value.
43017         One can reliably look at the stored endptr to decide whether
43018         the number had valid syntax.
43019
43020 2012-04-21  Andreas Jaeger  <aj@suse.de>
43021
43022         [BZ #13739]
43023         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
43024
43025 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
43026
43027         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
43028         * sysdeps/unix/sysv/Versions: Remove file.
43029
43030 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
43031
43032         [BZ #13927]
43033         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43034
43035 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
43036
43037         [BZ #7064]
43038         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
43039         version from __vm86.
43040
43041 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
43042
43043         * sysdeps/unix/common/lxstat.c: Remove file.
43044         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
43045
43046         * sysdeps/unix/sysv/Makefile: Remove file.
43047
43048         * sysdeps/unix/sysv/direct.h: Remove file.
43049
43050         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
43051         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
43052         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
43053         * sysdeps/unix/sysv/bits/signum.h: Likewise.
43054         * sysdeps/unix/sysv/bits/stat.h: Likewise.
43055         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
43056         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
43057
43058         * sysdeps/unix/sysv/setrlimit.c: Remove file.
43059
43060         * sysdeps/unix/xmknod.c: Remove file.
43061         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
43062
43063         * sysdeps/unix/sysv/settimeofday.c: Remove file.
43064
43065         * sysdeps/unix/sysv/i386/time.S: Remove file.
43066
43067         * sysdeps/unix/fxstat.c: Remove file.
43068         * sysdeps/unix/xstat.c: Likewise.
43069         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
43070
43071         * sysdeps/unix/sysv/sigaction.c: Remove file.
43072
43073         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
43074         (sysdep_headers): Remove variable.
43075         [termio.h not in sysdep_headers] (generated): Likewise.
43076         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
43077         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
43078         * sysdeps/unix/sysv/tcdrain.c: Likewise.
43079         * sysdeps/unix/sysv/tcflow.c: Likewise.
43080         * sysdeps/unix/sysv/tcflush.c: Likewise.
43081         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
43082         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
43083         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
43084         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
43085         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
43086
43087         * sysdeps/unix/siglist.c: Remove file.
43088
43089         * sysdeps/unix/getppid.S: Remove file.
43090
43091         * sysdeps/unix/mkdir.c: Remove file.
43092         * sysdeps/unix/rmdir.c: Likewise.
43093
43094 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
43095
43096         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
43097         ERR_MAX value.
43098         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
43099         errlist-compat value.
43100
43101 2012-04-18  David S. Miller  <davem@davemloft.net>
43102
43103         * sysdeps/generic/memcopy.h (reg_char): Delete.
43104         * debug/strcat_chk.c: Use char, not reg_char.
43105         * debug/strcpy_chk.c: Likewise.
43106         * debug/strncat_chk.c: Likewise.
43107         * debug/strncpy_chk.c: Likewise.
43108         * string/memchr.c: Likewise.
43109         * string/memrchr.c: Likewise.
43110         * string/rawmemchr.c: Likewise.
43111         * string/strcat.c: Likewise.
43112         * string/strchr.c: Likewise.
43113         * string/strchrnul.c: Likewise.
43114         * string/strcmp.c: Likewise.
43115         * string/strcpy.c: Likewise.
43116         * string/strncat.c: Likewise.
43117         * string/strncmp.c: Likewise.
43118         * string/strncpy.c: Likewise.
43119
43120 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43121
43122         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
43123         __builtin_memcopy is called when src and dest ranges are known to not
43124         overlap.
43125
43126 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43127
43128         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
43129         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
43130         fwd_align_merge macro call.
43131         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
43132         bwd_align_merge macro call.
43133         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43134
43135 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43136
43137         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
43138         bwd_align_merge macros.
43139         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
43140         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
43141         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43142
43143 2012-04-18  David S. Miller  <davem@davemloft.net>
43144
43145         * sysdeps/sparc/sparc64/memcopy.h: Delete.
43146
43147 2012-04-18  Andreas Jaeger  <aj@suse.de>
43148
43149         [BZ# 6794]
43150         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
43151         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
43152         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43153
43154         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
43155         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
43156         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43157
43158         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
43159         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
43160         Adjust for changed ldbl-128 files.
43161
43162         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
43163         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
43164         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43165
43166 2012-04-17  David S. Miller  <davem@davemloft.net>
43167
43168         * sysdeps/sparc/sparc32/memcopy.h: Delete.
43169
43170 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
43171
43172         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
43173         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
43174         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
43175         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
43176         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
43177         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
43178
43179 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43180
43181         [BZ #6794]
43182         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
43183         * math/libm-test.inc: Add ilogb errno and exception tests.
43184         * math/w_ilogb.c: New file: ilogb wrapper.
43185         * math/w_ilogbf.c: New file: ilogbf wrapper.
43186         * math/w_ilogbl.c: New file: ilogbl wrapper.
43187         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
43188         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
43189         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
43190         exception being thrown with 0.0 as argument.
43191         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
43192         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
43193         exception being thrown with 0.0 as argument.
43194         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
43195         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43196         exception being thrown with 0.0 as argument.
43197         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
43198         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43199         exception being thrown with 0.0 as argument.
43200         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
43201         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
43202         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
43203         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
43204         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
43205         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
43206         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
43207         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
43208         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
43209
43210 2012-04-17  Petr Baudis  <pasky@ucw.cz>
43211
43212         * include/sys/uio.h: Change __vector to __iovec to avoid clash
43213         with altivec.
43214
43215 2012-04-16  Marek Polacek  <polacek@redhat.com>
43216
43217         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
43218
43219 2012-04-16  Marek Polacek  <polacek@redhat.com>
43220
43221         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43222         operands of fdivp instruction.
43223
43224 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43225
43226         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43227         * elf/tst-auditmod3b.c: Likewise.
43228         * elf/tst-auditmod4b.c: Likewise.
43229         * elf/tst-auditmod5b.c: Likewise.
43230         * elf/tst-auditmod6b.c: Likewise.
43231         * elf/tst-auditmod6c.c: Likewise.
43232         * elf/tst-auditmod7b.c: Likewise.
43233         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43234         * sysdeps/x86_64/preconfigure.in: Likewise.
43235         * sysdeps/x86_64/preconfigure: Regenerated.
43236
43237 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43238
43239         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43240         __ILP32__.
43241
43242 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
43243
43244         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43245         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43246
43247 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43248
43249         [BZ #13973]
43250         * locale/iso-639.def: Fix gl language name. Spotted by
43251         Yaron Shahrabani.
43252
43253 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43254
43255         [BZ #2074]
43256         * libio/libio.h (__io_write_fn): Update comment.
43257
43258 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43259
43260         [BZ #2074]
43261         * stdio.texi (Hook Functions): The user provided writer function
43262         is not allowed to return -1.
43263
43264 2012-04-11  David S. Miller  <davem@davemloft.net>
43265
43266         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43267
43268 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43269
43270         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43271         Add a leading slash to rtkaio.
43272
43273 2012-04-11  Jim Meyering  <meyering@redhat.com>
43274
43275         [BZ #11959]
43276         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43277         It is not necessarily an error to ignore fwrite's return
43278         value.  One can reliably use ferror to test for errors after
43279         the fact.
43280
43281 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43282
43283         * bits/types.h (__snseconds_t): New type.
43284         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43285
43286         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43287         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43288         (__SNSECONDS_T_TYPE): Likewise.
43289         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43290         (__SNSECONDS_T_TYPE): Likewise.
43291         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43292         (__SNSECONDS_T_TYPE): Likewise.
43293
43294 2012-04-10  Andreas Jaeger  <aj@suse.de>
43295
43296         [BZ #2636]
43297         * manual/time.texi (Processor Time): Return type of times is
43298         elapsed real time since an arbitrary point in the past.
43299         (CPU Time): Move CLK_TCK from here...
43300         (Processor Time): ...to here.  Correct description.
43301         * manual/conf.texi (Constants for Sysconf): Correct description of
43302         _SC_CLK_TCK.
43303
43304 2012-04-10  David S. Miller  <davem@davemloft.net>
43305
43306         [BZ #13967]
43307         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43308         where the is a gap between DT_REL(A) and DT_JMPREL.
43309
43310 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43311
43312         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43313         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43314         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43315
43316 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43317
43318         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43319         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43320         (dl_main): Handle --inhibit-cache.
43321         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43322         _dl_inhibit_cache.
43323         * elf/dl-load.c (_dl_map_object): Use it.
43324         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43325
43326 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43327
43328         [BZ #13872]
43329         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43330         (__ieee754_powl): Saturate large exponents rather than testing for
43331         overflow of y*log2(x).
43332         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43333         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43334         exceptions.
43335
43336         [BZ #11521]
43337         * math/s_ctan.c: Include <float.h>.
43338         (__ctan): Avoid internal overflow or cancellation in calculating
43339         denominator.
43340         * math/s_ctanf.c: Likewise.
43341         * math/s_ctanl.c: Likewise.
43342         * math/s_ctanh.c: Likewise.
43343         * math/s_ctanhf.c: Likewise.
43344         * math/s_ctanhl.c: Likewise.
43345         * math/libm-test.inc (ctan_test): Add more tests.
43346         (ctanh_test): Likewise.
43347         * sysdeps/i386/fpu/libm-test-ulps: Update.
43348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43349
43350 2012-04-09  Andreas Jaeger  <aj@suse.de>
43351
43352         [BZ #6894]
43353         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43354         is an optional BSD extension.
43355
43356         [BZ #10254]
43357         * manual/stdio.texi (Opening Streams): Document additional fopen
43358         parameters.
43359
43360 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43361
43362         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43363         %eax without telling the compiler.
43364
43365 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43366
43367         [BZ # 13963]
43368         * manual/install.texi: Use sourceware.org.
43369
43370 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43371
43372         [BZ #13873]
43373         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43374         (__ieee754_pow): Generate overflow and underflow using huge*huge
43375         and tiny*tiny rather than just returning constant infinity or zero
43376         for large exponents.
43377         * math/libm-test.inc (pow_test): Require overflow exceptions for
43378         applicable cases of large exponents.
43379
43380         [BZ #706]
43381         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43382         (__ieee754_pow): Use iterative multiplication algorithm only for
43383         integer exponents with absolute value below 1024.  Check for odd
43384         integer exponents when using algorithm for real exponents.
43385         * math/libm-test.inc (pow_test): Add more tests.
43386         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43387
43388 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43389
43390         [BZ #13705]
43391         * math/libm-test.inc (exp_test): Do not allow overflow exception
43392         on underflow test.
43393
43394 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43395
43396         [BZ #13705]
43397         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43398         instead of __kernel_standard_f.
43399
43400 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43401
43402         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43403         * sysdeps/x86_64/memset_chk.S: Likewise.
43404
43405 2012-04-08  Andreas Jaeger  <aj@suse.de>
43406
43407         [BZ #10153]
43408         * manual/startup.texi (Environment Access): Describe return value
43409         for putenv and setenv.
43410
43411         [BZ #6895]
43412         * manual/filesys.texi (Directory Entries): Add description for
43413         DT_LNK.
43414
43415         [BZ #6890]
43416         * manual/filesys.texi (Directory Entries): Clarify that it's file
43417         system not operating system in the description of DT_UNKNOWN.
43418
43419         [BZ #6578]
43420         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43421
43422 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43423
43424         [BZ #6649]
43425         * manual/llio.texi (Opening and Closing Files): Add cross
43426         reference to explain mode argument.
43427
43428 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43429
43430         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43431         * sysdeps/x86_64/memset_chk.S: Likewise.
43432
43433 2012-04-07  David S. Miller  <davem@davemloft.net>
43434
43435         * elf/elf.h (R_SPARC_WDISP10): Define.
43436         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43437         R_SPARC_SIZE32.
43438         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43439         R_SPARC_SIZE64 and R_SPARC_H34.
43440
43441 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43442
43443         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43444         conditions and remove no longer applicable assertion.
43445
43446 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43447
43448         * bits/byteswap.h: Include <features.h>.
43449         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43450         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43451
43452 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43453
43454         * bits/byteswap.h (__bswap_16): Removed.
43455         Include <bits/byteswap-16.h> to get __bswap_16.
43456         * sysdeps/i386/bits/byteswap.h: Likewise.
43457         * sysdeps/s390/bits/byteswap.h: Likewise.
43458         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43459         * bits/byteswap-16.h: New file.
43460         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43461         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43462         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43463         * string/Makefile (headers): Add bits/byteswap-16.h.
43464
43465 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43466
43467         [BZ #13895]
43468         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43469         extra indirection.
43470         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43471         * nss/tst-nss-static.c: New.
43472
43473 2012-04-06  Robert Millan  <rmh@gnu.org>
43474
43475         [BZ #6486]
43476         * manual/llio.texi (File Position Primitive): lseek
43477         refers to WHENCE when it really means OFFSET.
43478
43479 2012-04-06  Andreas Jaeger  <aj@suse.de>
43480
43481         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43482         strncmp declarations.
43483
43484         * abilist/libc.abilist: Add __poll and __ppoll.
43485
43486 2012-04-05  David S. Miller  <davem@davemloft.net>
43487
43488         * scripts/check-local-headers.sh: Accept a host triplet in the
43489         path matched by the exclude regexp.
43490
43491         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43492         definition.
43493         * sysdeps/powerpc/powerpc32/dl-machine.h
43494         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43495         * sysdeps/s390/s390-32/dl-machine.h
43496         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43497         * sysdeps/sparc/sparc32/dl-machine.h
43498         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43499         * sysdeps/sparc/sparc64/dl-machine.h
43500         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43501
43502         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43503         lazy binding.
43504         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43505         undefined symbol errors.
43506
43507         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43508         DT_NEEDED entries.
43509
43510 2012-04-05  Michael Matz  <matz@suse.de>
43511
43512         [BZ #13592]
43513         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43514
43515 2012-04-05  Andreas Jaeger  <aj@suse.de>
43516
43517         [BZ #13908]
43518         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43519         comment.
43520
43521 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43522
43523         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43524         which ROUND is no valid rounding mode.
43525
43526 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43527
43528         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43529         read again.
43530         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43531
43532 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43533
43534         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43535         an exception using FPU order intentionally.
43536
43537 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43538
43539         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43540         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43541         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43542         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43543
43544 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43545
43546         [BZ #12340]
43547         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43548         EINVAL when BUFLEN is too smal.
43549
43550 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43551
43552         [BZ #13553]
43553         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43554         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43555
43556 2012-04-03  Andreas Jaeger  <aj@suse.de>
43557
43558         [BZ #13938]
43559         * manual/setjmp.texi (System V contexts): Fix sentence.
43560
43561         [BZ #13926]
43562         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43563         New macro for this case.
43564         [!__GNUC__] (__bswap_64): New inline function for this case.
43565         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43566         * bits/byteswap.h: Likewise.
43567         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43568         ull, guard with __GLIBC_HAVE_LONG_LONG.
43569
43570         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43571         __GLIBC_HAVE_LONG_LONG.
43572
43573         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43574         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43575
43576 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43577
43578         [BZ #13691]
43579         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43580         inptr and inend, rather than using last_ch.
43581
43582 2012-04-02  David S. Miller  <davem@davemloft.net>
43583
43584         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43585         * stdio-common/printf-parse.h (read_int): Change return type to
43586         'int', return -1 on INT_MAX overflow.
43587         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43588         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43589         overflows INT_MAX.  Check for overflow of in-format-string precision
43590         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43591         SIZE_MAX not INT_MAX for integer overflow test.
43592         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43593         skip the construct in the format string but do not record anything.
43594         * stdio-common/bug22.c: Adjust to test both width/prevision
43595         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43596         explicitly for proper errno values.
43597
43598 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43599
43600         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43601         CHAR_MAX.
43602         * string/test-strcmp.c [! WIDE]: Likewise.
43603         * time/tst-mktime2.c: Likewise for INT_MAX.
43604         * string/test-string.h: #include <sys/param.h> for MIN.
43605
43606         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43607         * sysdeps/i386/init-first.c (init): Likewise.
43608         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43609         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43610         * sysdeps/sh/init-first.c (init): Likewise.
43611
43612 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43613
43614         * po/ru.po: Update from translation team.
43615         * po/vi.po: Likewise.
43616
43617 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43618
43619         * resolv/nss_dns/dns-host.c: Merge copyright years.
43620
43621 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43622
43623         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43624         Optimize memcpy with prefetch if
43625         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43626         src, dst pointers have unequal 16 byte alignments.
43627
43628 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43629
43630         [BZ #13928]
43631         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43632         from a CNAME entry and return the minimum ttl for the query.
43633         (gaih_getanswer_slice): Likewise.
43634
43635 2012-03-30  Jeff Law  <law@redhat.com>
43636
43637         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43638         due to long keys.
43639         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43640         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43641
43642         * resolv/nss_dns/dns-host.c: Update copyright year.
43643
43644 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43645
43646         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43647         requests to save a system call.  Fix check that all bytes are sent.
43648
43649         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43650         comments for sendmmsg.
43651
43652 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43653
43654         [BZ #13691]
43655         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43656         with only 1 character between 0x0041 and 0x01b0.
43657         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43658         * wcsmbs/tst-mbsnrtowcs.c: New file.
43659
43660 2012-03-29  David S. Miller  <davem@davemloft.net>
43661
43662         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43663         small copies by hand.
43664
43665 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43666
43667         [BZ #13761]
43668         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43669         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43670         group memberships.
43671
43672 2012-03-28  David S. Miller  <davem@davemloft.net>
43673
43674         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43675         that branches into memcpy.
43676         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43677         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43678         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43679         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43680         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43681         bits.
43682         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43683         implementation too.
43684         * sysdeps/sparc/mempcpy.S: New file.
43685
43686         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43687         the IFUNC routine in the libc case.
43688         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43689
43690         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43691         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43692         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43693         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43694         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43695         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43696         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43697         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43698
43699         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43700         loop to 256 bytes instead of 64 bytes and fix test signedness.
43701
43702         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43703         * sysdeps/sparc/sparc32/Makefile: rather than here...
43704         * sysdeps/sparc/sparc64/Makefile: and here.
43705
43706 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43707
43708         * malloc/mallocbug.c: Avoid warnings about unused variables.
43709
43710 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43711
43712         [BZ #13760]
43713         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43714         in the right place. Discard and retry query if response is
43715         larger than input buffer size.
43716
43717 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43718
43719         [BZ #369]
43720         [BZ #2678]
43721         [BZ #3866]
43722         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43723         x for large integer exponent.
43724         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43725         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43726         sign of result as needed afterwards.
43727         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43728         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43729         result for underflowing pow the same as for overflow.
43730         (__kernel_standard_l): Handle powl overflow and underflow here
43731         rather than calling __kernel_standard.
43732         * math/libm-test.inc (pow_test): Add more tests.
43733
43734         [BZ #3868]
43735         [BZ #13879]
43736         [BZ #13910]
43737         [BZ #13911]
43738         [BZ #13912]
43739         [BZ #13913]
43740         [BZ #13915]
43741         [BZ #13916]
43742         [BZ #13917]
43743         [BZ #13918]
43744         [BZ #13919]
43745         [BZ #13920]
43746         [BZ #13921]
43747         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43748         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43749         (__kernel_standard_l): New function.
43750         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43751         __kernel_standard.
43752         * math/w_acosl.c (__acosl): Likewise.
43753         * math/w_asinl.c (__asinl): Likewise.
43754         * math/w_atan2l.c (__atan2l): Likewise.
43755         * math/w_atanhl.c (__atanhl): Likewise.
43756         * math/w_coshl.c (__coshl): Likewise.
43757         * math/w_exp10l.c (__exp10l): Likewise.
43758         * math/w_exp2l.c (__exp2l): Likewise.
43759         * math/w_fmodl.c (__fmodl): Likewise.
43760         * math/w_hypotl.c (__hypotl): Likewise.
43761         * math/w_j0l.c (__j0l, __y0l): Likewise.
43762         * math/w_j1l.c (__j1l, __y1l): Likewise.
43763         * math/w_jnl.c (__jnl, __ynl): Likewise.
43764         * math/w_lgammal.c (__lgammal): Likewise.
43765         * math/w_log10l.c (__log10l): Likewise.
43766         * math/w_log2l.c (__log2l): Likewise.
43767         * math/w_logl.c (__logl): Likewise.
43768         * math/w_powl.c (__powl): Likewise.
43769         * math/w_remainderl.c (__remainderl): Likewise.
43770         * math/w_scalbl.c (sysv_scalbl): Likewise.
43771         * math/w_sinhl.c (__sinhl): Likewise.
43772         * math/w_sqrtl.c (__sqrtl): Likewise.
43773         * math/w_tgammal.c (__tgammal): Likewise.
43774         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43775         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43776         * math/libm-test.inc (acos_test): Add more tests.
43777         (acosh_test): Likewise.
43778         (asin_test): Likewise.
43779         (atanh_test): Likewise.
43780         (exp_test): Likewise.
43781         (exp10_test): Likewise.
43782         (exp2_test): Likewise.
43783         (expm1_test): Likewise.
43784         (lgamma_test): Likewise.
43785         (log_test): Likewise.
43786         (log10_test): Likewise.
43787         (log1p_test): Likewise.
43788         (log2_test): Likewise.
43789         (pow_test): Do not allow some spurious overflow exceptions.
43790         (sqrt_test): Add more tests.
43791         (tgamma_test): Likewise.
43792         (y0_test): Likewise.
43793         (y1_test): Likewise.
43794         (yn_test): Likewise.
43795
43796 2012-03-27  Anton Blanchard  <anton@samba.org>
43797
43798         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43799         MAP_HUGETLB.
43800         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43801         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43802         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43803
43804 2012-03-27  David S. Miller  <davem@davemloft.net>
43805
43806         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43807
43808         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43809         have-as-vis3 check.
43810
43811 2012-03-27  Andreas Jaeger  <aj@suse.de>
43812
43813         * sysdeps/x86_64/elf/configure.in: Moved to ...
43814         * sysdeps/x86_64/configure.in: ... here.
43815         * sysdeps/x86_64/elf/start.S: Moved to ...
43816         * sysdeps/x86_64/start.S: ... here.
43817         * sysdeps/x86_64/elf/configure: Delete.
43818
43819         * sysdeps/x86_64/configure.in: Merge contents from
43820         sysdeps/i386/configure.in (without i686 check).
43821
43822         * sysdeps/i386/elf/Versions: Merge into ...
43823         * sysdeps/i386/Versions: ... this.
43824         * sysdeps/i386/elf/Versions: Delete file.
43825         * sysdeps/i386/elf/start.S: Moved to ...
43826         * sysdeps/i386/start.S: ...here.
43827         * sysdeps/i386/elf/configure.in: Merge into...
43828         * sysdeps/i386/configure.in: ...here.
43829         * sysdeps/i386/elf/configure.in: Delete file.
43830         * sysdeps/i386/elf/configure: Delete file.
43831
43832         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43833         * debug/backtracesyms.c: ... here.
43834         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43835         * debug/backtracesymsfd.c: ... here.
43836         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43837         * sysdeps/generic/ifunc-sel.h: ... here.
43838
43839         * sysdeps/unix/i386/start.c: Delete file.
43840         * sysdeps/unix/sparc/start.c: Delete file.
43841         * sysdeps/unix/start.c: Delete file.
43842
43843         * sysdeps/sh/elf/configure.in: Moved to ...
43844         * sysdeps/sh/configure.in: ... here.
43845         * sysdeps/sh/elf/start.S: Moved to ...
43846         * sysdeps/sh/start.S: ... here.
43847         * sysdeps/sh/elf/configure: Delete file.
43848
43849         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43850         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43851         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43852         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43853         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43854         * sysdeps/powerpc/powerpc64/start.S: here.
43855         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43856         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43857         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43858         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43859         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43860
43861         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43862         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43863         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43864         * sysdeps/powerpc/powerpc32/start.S: ... here.
43865         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43866         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43867         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43868
43869         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43870         * sysdeps/powerpc/ifunc-sel.h: ... here.
43871         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43872         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43873
43874         * sysdeps/sparc/elf/configure.in: Moved to ...
43875         * sysdeps/sparc/configure.in: ... here.
43876         * sysdeps/sparc/elf/configure: Delete file.
43877         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43878         * sysdeps/sparc/sparc32/start.S: ... here.
43879         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43880         * sysdeps/sparc/sparc64/start.S: ... here.
43881         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43882         * sysdeps/sparc/sparc32/Makefile: ... this.
43883         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43884         * sysdeps/sparc/sparc64/Makefile: ... this.
43885
43886         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43887         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43888         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43889         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43890         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43891         * sysdeps/s390/s390-32/setjmp.S: ... here.
43892         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43893         * sysdeps/s390/s390-32/configure.in: ... here.
43894         * sysdeps/s390/s390-32/elf/configure: Delete file.
43895         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43896         * sysdeps/s390/s390-32/start.S: ... here.
43897
43898         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43899         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43900         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43901         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43902         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43903         * sysdeps/s390/s390-64/setjmp.S: ... here.
43904         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43905         * sysdeps/s390/s390-64/configure.in: ... here
43906         * sysdeps/s390/s390-64/elf/configure: Delete file.
43907         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43908         * sysdeps/s390/s390-64/start.S: ... here.
43909         * sysdeps/s390/s390-64/elf/configure: Delete.
43910
43911         * configure.in: Remove support for elf directories in sysdeps.
43912
43913         * configure: Regenerated.
43914         * sysdeps/i386/configure: Regenerated.
43915         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43916         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43917         * sysdeps/s390/s390-32/configure: Regenerated.
43918         * sysdeps/s390/s390-64/configure: Regenerated.
43919         * sysdeps/sh/configure: Regenerated.
43920         * sysdeps/sparc/configure: Regenerated.
43921         * sysdeps/x86_64/configure: Regenerated.
43922
43923 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43924
43925         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43926
43927         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43928         denormal result into account.
43929
43930 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43931
43932         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43933         Reported by Allan McRae <allan@archlinux.org>.
43934
43935 2012-03-23  Jeff Law  <law@redhat.com>
43936
43937         * nss/getnssent.c (__nss_getent): Fix typo.
43938
43939 2012-03-23  David S. Miller  <davem@davemloft.net>
43940
43941         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43942
43943 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43944
43945         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43946         to pad to uint64_t for each field.
43947         (dl_tls_index): Replace unsigned long with uint64_t.
43948
43949 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43950         Paul Pluzhnikov  <ppluzhnikov@google.com>
43951
43952         [BZ #6528]
43953         * grp/Makefile (otherlibs): Don't set it.
43954         * inet/Makefile (otherlibs): Likewise.
43955         * login/Makefile (otherlibs): Likewise.
43956         * nscd/Makefile (otherlibs): Likewise.
43957         * posix/Makefile (otherlibs): Likewise.
43958         * pwd/Makefile (otherlibs): Likewise.
43959         * rt/Makefile (otherlibs): Likewise.
43960         * sunrpc/Makefile (otherlibs): Likewise.
43961         * nss/Makefile (otherlibs): Likewise.
43962         Add libnss_files to routines and static-only-routines.
43963         ($(objpfx)getent): Remove rule.
43964         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43965         static-only-routines.
43966
43967 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43968
43969         [BZ #13892]
43970         * math/s_cexp.c: Include <float.h>.
43971         (__cexp): Handle exp result overflowing not necessarily
43972         overflowing both real and imaginary parts of result.
43973         * math/s_cexpf.c: Likewise.
43974         * math/s_cexpl.c: Likewise.
43975         * math/libm-test.inc (cexp_test): Add more tests.
43976         * sysdeps/i386/fpu/libm-test-ulps: Update.
43977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43978
43979 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43980
43981         * include/link.h (ELFW): New macro.
43982         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43983         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43984
43985 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43986
43987         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43988         with uint64_t.
43989
43990 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43991
43992         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43993         declaration.
43994         (struct La_x32_retval): Likewise.
43995
43996 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43997
43998         * sysdeps/x86_64/preconfigure.in: New file.
43999         * sysdeps/x86_64/preconfigure: New generated file.
44000
44001 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
44002
44003         [BZ #13824]
44004         * math/e_exp2l.c: Include <float.h>.
44005         (__ieee754_exp2l): Handle overflow and underflow cases
44006         separately.  Only pass fractional part of argument to
44007         __ieee754_expl.
44008         * math/libm-test.inc (exp2_test): Add more tests.
44009
44010         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
44011         negating x to take absolute value.
44012         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
44013         Likewise.
44014         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
44015         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
44016         Likewise.
44017         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
44018         computing low part if x was negated.
44019         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
44020
44021 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44022
44023         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
44024         la_x32_gnu_pltexit.
44025         (pltexit): Cast int_retval to ptrdiff_t.
44026         * elf/tst-auditmod3b.c: Likewise.
44027         * elf/tst-auditmod4b.c: Likewise.
44028         * elf/tst-auditmod5b.c: Likewise.
44029         * elf/tst-auditmod6b.c: Likewise.
44030         * elf/tst-auditmod6c.c: Likewise.
44031         * elf/tst-auditmod7b.c: Likewise.
44032
44033         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
44034         and x32_gnu_pltexit.
44035
44036         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
44037         __ELF_NATIVE_CLASS.
44038         (La_x32_regs): New macro.
44039         (La_x32_retval): Likewise.
44040         (la_x32_gnu_pltenter): New function prototype.
44041         (la_x32_gnu_pltexit): Likewise.
44042
44043 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
44044
44045         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
44046         exponent.
44047
44048         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44049
44050         * configure.in (libc_cv_cc_nofma): Check for option to disable
44051         generation of FMA instructions.
44052         * configure: Regenerate.
44053         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
44054         * sysdeps/ieee754/dbl-64/Makefile: New file.
44055         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
44056         Remove brandred-fma4.
44057         (CFLAGS-brandred-fma4.c): Remove.
44058         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
44059         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
44060         define.
44061         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
44062         define.
44063
44064 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44065
44066         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44067         LLONG_MAX != LONG_MAX.
44068         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44069         (_fitoa_word): Likewise.
44070         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
44071         LLONG_MAX != LONG_MAX.
44072         * stdio-common/_itowa.h: Include <_itoa.h>.
44073         (_itowa_word): Use _ITOA_WORD_TYPE on value.
44074         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
44075         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
44076         only if not defined.
44077         (_ITOA_WORD_TYPE): Likewise.
44078         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44079         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
44080
44081 2012-03-21  David S. Miller  <davem@davemloft.net>
44082
44083         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44084
44085 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44086
44087         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
44088         of x86_64 when setting libc_cv_slibdir, libdir and
44089         libc_cv_localedir.
44090         * sysdeps/unix/sysv/linux/configure: Regenerated.
44091
44092 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44093
44094         * manual/lang.texi (Old Varargs): Remove section.
44095         (How Variadic): Update menu.
44096         (va_start): Do not mention varargs.h.
44097
44098 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44099             Joseph Myers  <joseph@codesourcery.com>
44100
44101         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
44102         link test.
44103         * configure: Regenerated.
44104
44105 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44106
44107         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
44108         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
44109         conformtest.pl
44110
44111 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44112
44113         * NOTES: Remove.
44114         * Makefile (files-for-dist): Remove NOTES.
44115         (NOTES): Remove rule.
44116         * README: Don't refer to NOTES.
44117         * manual/creature.texi: Don't include macros.texi.
44118         * manual/intro.texi (creature.texi): Remove comment referring to
44119         NOTES.
44120
44121         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
44122         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
44123         * configure: Regenerated.
44124         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
44125         LIBC_TRY_CC_OPTION.
44126         (libc_cv_as_i686): Likewise.
44127         (libc_cv_cc_avx): Likewise.
44128         (libc_cv_cc_sse2avx): Likewise.
44129         (libc_cv_cc_fma4): Likewise.
44130         (libc_cv_cc_novzeroupper): Likewise.
44131         * sysdeps/i386/configure: Regenerated.
44132
44133         [BZ #13883]
44134         * sysdeps/i386/fpu/s_cexp.S: Remove.
44135         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
44136         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
44137         * math/libm-test.inc (cexp_test): Add more tests.
44138         * sysdeps/i386/fpu/libm-test-ulps: Update.
44139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44140
44141 2012-03-21  Allan McRae  <allan@archlinux.org>
44142
44143         * timezone/Makefile: Do not install iso3166.tab and zone.tab
44144
44145 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44146
44147         [BZ #13871]
44148         * math/w_exp2.c: Do not include <float.h>.
44149         (o_threshold, u_threshold): Remove.
44150         (__exp2): Calculate result before checking finiteness and calling
44151         __kernel_standard.
44152         * math/w_exp2f.c: Likewise.
44153         * math/w_exp2l.c: Likewise.
44154         * math/libm-test.inc (exp2_test): Require overflow exception for
44155         1e6 input.
44156
44157         [BZ #3866]
44158         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
44159         range of signed 64-bit integers before using fistpll.  Remove
44160         checks for whether integers fit in mantissa bits.
44161         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
44162         the range of signed 32-bit integers before using fistpl.  Remove
44163         checks for whether integers fit in mantissa bits.
44164         * sysdeps/i386/fpu/e_powl.S (p64): New object.
44165         (__ieee754_powl): Test for y outside the range of signed 64-bit
44166         integers before using fistpll.  Reduce 64-bit values to 63-bit
44167         ones as needed.
44168         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
44169         divide-by-zero is raised for zero to large negative powers.
44170         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
44171         (__ieee754_powl): Test for y outside the range of signed 64-bit
44172         integers before using fistpll.  Reduce 64-bit values to 63-bit
44173         ones as needed.
44174         * math/libm-test.inc (pow_test): Add more tests.
44175
44176 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44177
44178         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
44179         <stdio-common/_itoa.h>.
44180         * debug/segfault.c: Likewise.
44181         * elf/dl-cache.c: Likewise.
44182         * elf/dl-minimal.c: Likewise.
44183         * elf/dl-misc.c: Likewise.
44184         * elf/dl-sysdep.c: Likewise.
44185         * elf/dl-version.c: Likewise.
44186         * elf/rtld.c: Likewise.
44187         * hurd/hurdsock.c: Likewise.
44188         * hurd/lookup-retry.c: Likewise.
44189         * malloc/malloc.c: Likewise.
44190         * malloc/mtrace.c: Likewise.
44191         * nscd/nscd_getgr_r.c: Likewise.
44192         * nscd/nscd_getpw_r.c: Likewise.
44193         * nscd/nscd_getserv_r.c: Likewise.
44194         * posix/getopt_init.c: Likewise.
44195         * posix/wordexp.c: Likewise.
44196         * stdio-common/_itoa.c: Likewise.
44197         * stdio-common/printf_fphex.c: Likewise.
44198         * stdio-common/vfprintf.c: Likewise.
44199         * string/_strerror.c: Likewise.
44200         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
44201         * sysdeps/i386/i686/hp-timing.h: Likewise.
44202         * sysdeps/mach/_strerror.c: Likewise.
44203         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
44204         * sysdeps/mach/hurd/sethostid.c: Likewise.
44205         * sysdeps/mach/hurd/xmknodat.c: Likewise.
44206         * sysdeps/mach/xpg-strerror.c: Likewise.
44207         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
44208         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
44209         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
44210         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
44211         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
44212         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
44213         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
44214         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
44215         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
44216         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
44217         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
44218         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
44219         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
44220         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44221         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44222         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44223         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44224         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44225         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44226         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44227         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44228
44229         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44230
44231         * stdio-common/_itoa.h: Moved to ...
44232         * sysdeps/generic/_itoa.h: Here.
44233
44234         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44235
44236         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44237         instead of "_itoa.h" and "_itowa.h".
44238         * stdio-common/vfprintf.: Likewise.
44239
44240 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44241
44242         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44243         <bits/wordsize.h>.
44244         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44245         (__signbit): Likwise.
44246         (llrintf): Likwise.
44247         (llrint): Likwise.
44248
44249 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44250
44251         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44252         __WORDSIZE != 64.
44253
44254 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44255
44256         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44257         OVERFLOW_EXCEPTION_OK.
44258         * math/libm-test.inc ("Philosophy"): Update comment about
44259         exception testing.
44260         (OVERFLOW_EXCEPTION): Define.
44261         (OVERFLOW_EXCEPTION_OK): Likewise.
44262         (INVALID_EXCEPTION_OK): Renumber.
44263         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44264         (IGNORE_ZERO_INF_SIGN): Likewise.
44265         (test_exceptions): Handle FE_OVERFLOW.
44266         (exp10_test): Expect overflow exceptions.
44267         (exp2_test): Likewise.
44268         (expm1_test): Likewise.
44269         (nextafter_test): Likewise.
44270         (pow_test): Likewise.
44271         (scalbn_test): Likewise.
44272         (scalbln_test): Likewise.
44273
44274 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44275
44276         * sysdeps/x86_64/bits/atomic.h
44277         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44278         64bit integer.
44279         (atomic_exchange_acq): Likewise.
44280         (__arch_exchange_and_add_body): Likewise.
44281         (__arch_add_body): Likewise.
44282         (atomic_add_negative): Likewise.
44283         (atomic_add_zero): Likewise.
44284
44285 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44286
44287         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44288         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44289
44290 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44291
44292         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44293         Check __x86_64__ instead of __WORDSIZE.
44294
44295 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44296
44297         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44298
44299 2012-03-19  David S. Miller  <davem@davemloft.net>
44300
44301         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44302
44303         * sysdeps/sparc/fpu/fenv_private.h: New file.
44304         * sysdeps/sparc/fpu/math_private.h: Use it.
44305         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44306         Remove.
44307         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44308         (libc_feholdexcept_setroundl): Remove.
44309         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44310         Remove.
44311         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44312         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44313
44314 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44315
44316         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44317         int64_t instead of long int.
44318         (INSERT_WORDS64): Likwise.
44319
44320 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44321
44322         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44323         _Unwind_GetCFA return to _Unwind_Ptr first.
44324
44325 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44326
44327         [BZ #13629]
44328         * math/s_clog.c: Include <float.h>.
44329         (__clog): Scale large or subnormal inputs.
44330         * math/s_clogf.c: Likewise.
44331         * math/s_clogl.c: Likewise.
44332         * math/s_clog10.c: Include <float.h>.
44333         (M_LOG10_2): Define.
44334         (__clog10): Scale large or subnormal inputs.
44335         * math/s_clog10f.c: Likewise.
44336         * math/s_clog10l.c: Likewise.
44337         * math/libm-test.inc (clog_test): Add more tests.
44338         (clog10_test): Likewise.
44339         * sysdeps/i386/fpu/libm-test-ulps: Update.
44340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44341
44342         [BZ #11451]
44343         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44344         x and y.
44345         * math/libm-test.inc (atan2_test): Add another test.
44346
44347         * Makerules (common-objdir-compile): Remove.
44348         * sysdeps/unix/Makefile (config-generated): Do not add
44349         $(unix-generated) to variable.
44350         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44351         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44352         Remove rule.
44353         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44354         Likewise.
44355         [generic bits/local_lim.h] (before-compile): Do not append to
44356         variable.
44357         [generic bits/local_lim.h] (common-generated): Likewise.
44358         [generic sys/param.h] (before-compile): Do not append to variable.
44359         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44360         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44361         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44362         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44363         include.
44364         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44365         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44366         [generic sys/param.h] ($(addprefix
44367         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44368         [generic sys/param.h] (common-generated): Do not append to
44369         variable.
44370         [generic sys/param.h] (sysdep_headers): Likewise.
44371         [generic bits/errno.h] (before-compile): Do not append to
44372         variable.
44373         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44374         rule.
44375         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44376         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44377         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44378         [generic bits/errno.h] (common-generated): Do not append to
44379         variable.
44380         [generic bits/ioctls.h] (before-compile): Do not append to
44381         variable.
44382         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44383         rule.
44384         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44385         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44386         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44387         rule.
44388         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44389         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44390         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44391         [generic bits/ioctls.h] (common-generated): Do not append to
44392         variable.
44393         [generic sys/syscall.h] (syscall.h): Remove variable.
44394         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44395         rule.
44396         [generic sys/syscall.h] (before-compile): Do not append to
44397         variable.
44398         [generic sys/syscall.h] (common-generated): Likewise.
44399         * sysdeps/unix/errnos-tmpl.c: Remove file.
44400         * sysdeps/unix/errnos.awk: Likewise.
44401         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44402         * sysdeps/unix/ioctls.awk: Likewise.
44403         * sysdeps/unix/mk-local_lim.c: Likewise.
44404         * sysdeps/unix/snarf-ioctls: Likewise.
44405
44406 2012-03-19  Richard Henderson  <rth@twiddle.net>
44407
44408         * sysdeps/i386/fpu/fenv_private.h: New file.
44409         * sysdeps/i386/fpu/math_private.h: Use it.
44410         (math_opt_barrier, math_force_eval): Remove.
44411         (libc_feholdexcept_setround_53bit): Remove.
44412         (libc_feupdateenv_53bit): Remove.
44413         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44414         (math_opt_barrier, math_force_eval): Remove.
44415         (libc_feholdexcept): Remove.
44416         (libc_feholdexcept_setround): Remove.
44417         (libc_fetestexcept, libc_fesetenv): Remove.
44418         (libc_feupdateenv_test): Remove.
44419         (libc_feupdateenv, libc_feholdsetround): Remove.
44420         (libc_feresetround): Remove.
44421
44422         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44423         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44424
44425         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44426         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44427         (libc_feupdateenv_testl): New.
44428         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44429         (libc_feupdateenv_testf): New.
44430         (libc_feupdateenv): Use libc_feupdateenv_test.
44431         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44432         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44433
44434         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44435         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44436         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44437         (libc_feresetround_noex): New.
44438         (libc_feresetround_noexf): New.
44439         (libc_feresetround_noexl): New.
44440         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44441         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44442         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44443         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44444         SET_RESTORE_ROUND.
44445         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44446         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44447         (__cos): Likewise.
44448         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44449         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44450         SET_RESTORE_ROUND_NOEX.
44451         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44452         SET_RESTORE_ROUND_NOEXF.
44453         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44454         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44455         (libc_feholdsetroundf): New.
44456         (libc_feresetround, libc_feresetroundf): New.
44457
44458         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44459         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44460         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44461
44462         * sysdeps/generic/math_private.h: Include <fenv.h>.
44463         (default_libc_feholdexcept): New.
44464         (default_libc_feholdexcept_setround): New.
44465         (default_libc_fesetenv, default_libc_feupdateenv): New.
44466         (libc_feholdexcept): Only define if undefined.
44467         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44468         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44469         (libc_feholdexcept_setroundl): Likewise.
44470         (libc_feholdexcept_setround_53bit): Likewise.
44471         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44472         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44473         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44474         (libc_feupdateenv_53bit): Likewise.
44475         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44476         (libc_feholdexcept): Convert from macro to inline function.
44477         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44478         (libc_fesetenv, libc_feupdateenv): Likewise.
44479
44480         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44481         not previously defined.
44482         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44483         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44484         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44485         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44486         * sysdeps/ieee754/flt-32/math_private.h: New file.
44487         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44488         math_private.h below SET_FLOAT_WORD.
44489         (__isnan, __isinf_ns, __finite): Remove.
44490         (__isnanf, __isinf_nsf, __finitef): Remove.
44491
44492 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44493
44494         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44495
44496 2012-03-17  David S. Miller  <davem@davemloft.net>
44497
44498         [BZ #6471]
44499         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44500         for 2.16.
44501
44502 2012-03-16  David S. Miller  <davem@davemloft.net>
44503
44504         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44505         warnings.
44506
44507         [BZ #6471]
44508         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44509         properly.
44510         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44511         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44512         sysdep_routines when subdir is sysvipc.
44513         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44514         __getshmlba helper.
44515
44516         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44517
44518 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44519
44520         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44521         [__LP64__].
44522
44523 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44524
44525         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44526         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44527         (__lround): Renamed to ...
44528         (__llround): This.  Replace long int with long long int.
44529         Define lround functions as aliases of llround functions.
44530         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44531
44532 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44533
44534         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44535         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44536         adresses to uintptr_t.  Replace "long int" and "unsigned long
44537         int" with "greg_t" on va_arg.
44538
44539 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44540
44541         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44542         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44543
44544         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44545         Move e_machine check before EI_CLASS check.  Handle x32
44546         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44547         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44548         SKIP_EM_IA_64 and include
44549         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44550
44551         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44552         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44553         (add_system_dir): New macro.
44554
44555         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44556         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44557
44558 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44559
44560         [BZ #2551]
44561         [BZ #2552]
44562         [BZ #2553]
44563         [BZ #2554]
44564         [BZ #2562]
44565         [BZ #2563]
44566         [BZ #2565]
44567         [BZ #2566]
44568         [BZ #2576]
44569         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44570         (y0): Likewise.
44571         * math/w_j0f.c (j0f): Likewise.
44572         (y0f): Likewise.
44573         * math/w_j0l.c (__j0l): Likewise.
44574         (__y0l): Likewise.
44575         * math/w_j1.c (j1): Likewise.
44576         (y1): Likewise.
44577         * math/w_j1f.c (j1f): Likewise.
44578         (y1f): Likewise.
44579         * math/w_j1l.c (__j1l): Likewise.
44580         (__y1l): Likewise.
44581         * math/w_jn.c (jn): Likewise.
44582         (yn): Likewise.
44583         * math/w_jnf.c (jnf): Likewise.
44584         (ynf): Likewise.
44585         * math/w_jnl.c (__jnl): Likewise.
44586         (__ynl): Likewise.
44587         * math/libm-test.inc (j0_test): Add more tests.
44588         (j1_test): Likewise.
44589         (jn_test): Likewise.  Add trailing semicolon to existing test.
44590         (y0_test): Likewise.
44591         (y1_test): Likewise.
44592         * sysdeps/i386/fpu/libm-test-ulps: Update.
44593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44594
44595         [BZ #13851]
44596         [BZ #13854]
44597         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44598         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44599         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44600         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44601         (__tanl): Set errno for infinite argument.
44602         * sysdeps/i386/fpu/mptan.c: Remove.
44603         * sysdeps/i386/fpu/s_tan.S: Likewise.
44604         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44605         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44606         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44607         * math/libm-test.inc (tan_test): Add more tests and enable more
44608         tests for double and long double.
44609         * sysdeps/i386/fpu/libm-test-ulps: Update.
44610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44611
44612 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44613
44614         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44615         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44616
44617 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44618
44619         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44620         * configure.in: Use it for both main tree and add-ons.
44621         * configure: Regenerated.
44622
44623 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44624
44625         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44626
44627 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44628
44629         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44630         in comment.
44631
44632         [BZ #13851]
44633         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44634         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44635         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44636         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44637         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44638         infinite argument.
44639         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44640         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44641         != 0 for prec == 2.
44642         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44643         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44644         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44645         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44646         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44647         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44648         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44649         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44650         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44651         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44652         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44653         * math/libm-test.inc (cos_test): Add more tests and enable more
44654         tests for long double.
44655         (sin_test): Likewise.
44656         (sincos_test): Likewise.
44657         * sysdeps/i386/fpu/libm-test-ulps: Update.
44658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44659
44660 2012-03-16  David S. Miller  <davem@davemloft.net>
44661
44662         * sysdeps/sparc/fpu/math_private.h: New file.
44663
44664 2012-03-15  David S. Miller  <davem@davemloft.net>
44665
44666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44667         file.
44668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44670         file.
44671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44672         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44673         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44674         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44675         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44676         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44677         sysdep routines.
44678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44679
44680         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44681         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44682
44683         * sysdeps/sparc/sparc-ifunc.h: New file.
44684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44685         sparc-ifunc.h
44686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44688         Likewise.
44689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44690         Likewise.
44691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44695         Likewise.
44696         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44701         Likewise.
44702         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44703         Likewise.
44704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44705         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44708         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44709         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44710         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44711         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44712         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44713         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44714         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44715         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44716         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44717         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44718         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44719         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44720         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44721         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44722         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44723         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44724         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44725         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44726         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44727         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44728
44729 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44730
44731         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44732         scaling.
44733         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44734
44735 2012-03-15  Andreas Jaeger  <aj@suse.de>
44736
44737         [BZ #13852]
44738         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44739         ieee754/flt-32 implementation for sin, cos and sincos.
44740         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44741         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44742         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44743         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44744         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44745         ieee754/flt-32 implementation for tan.
44746
44747         * math/libm-test.inc (cos_test): Enable some large input tests for
44748         float as well
44749         (sin_test): Likewise.
44750         (sincos_test): Likewise.
44751         (tan_test): Add tests for large input.
44752
44753         * sysdeps/i386/fpu/libm-test-ulps: Update.
44754
44755 2012-03-15  Andreas Jaeger  <aj@suse.de>
44756
44757         [BZ #13658]
44758         * math/libm-test.inc (cos_test): Add more test cases.
44759         (sin_test): Likewise.
44760         (sincos_test): Likewise.
44761
44762 2012-03-15  Andreas Jaeger  <aj@suse.de>
44763
44764         [BZ #13837]
44765         * math/libm-test.inc (cos_test): Add a test case for large input
44766         value.
44767         (sin_test): Likewise.
44768         (sincos_test): Likewise.
44769
44770 2012-03-15  Andreas Jaeger  <aj@suse.de>
44771             Joseph Myers  <joseph@codesourcery.com>
44772
44773         [BZ #13658]
44774         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44775         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44776         * sysdeps/i386/fpu/branred.c: Likewise.
44777         * sysdeps/i386/fpu/dosincos.c: Likewise.
44778         * sysdeps/i386/fpu/mpa.c: Likewise.
44779         * sysdeps/i386/fpu/s_cos.S: Likewise.
44780         * sysdeps/i386/fpu/s_sin.S: Likewise.
44781         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44782         * sysdeps/i386/fpu/sincos32.c: Likewise.
44783
44784         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44785         Define.
44786         (libc_feupdateenv_53bit): Define.
44787         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44788         Define.
44789         (libc_feupdateenv_53bit): Define.
44790
44791         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44792         53 bit (without extend i386 double precision).
44793
44794         * math/libm-test.inc (sincos_test): Add tests for large input.
44795         (sin): Likewise.
44796         (cos): Likewise.
44797
44798         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44799
44800 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44801
44802         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44803
44804 2012-03-15  David S. Miller  <davem@davemloft.net>
44805
44806         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44807         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44808         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44809         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44810         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44811         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44812         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44813         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44814         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44815         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44816         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44817         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44818         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44819         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44820         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44822         file.
44823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44825         file.
44826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44828         file.
44829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44831         file.
44832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44833         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44834         fmin/fmax sysdep routines.
44835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44836
44837 2012-03-14  David S. Miller  <davem@davemloft.net>
44838
44839         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44840         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44841         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44842         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44843         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44844         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44845         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44846         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44847         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44848         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44849         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44850         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44851         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44852         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44853         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44854         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44855         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44856         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44857         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44858         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44859         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44860         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44861         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44862         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44863         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44864         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44865         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44866         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44867         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44868         routines.
44869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44870         file.
44871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44873         file.
44874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44876         file.
44877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44879         file.
44880         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44882         file.
44883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44885         file.
44886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44887         file.
44888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44889         file.
44890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44891         file.
44892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44893         New file.
44894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44895         file.
44896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44897         file.
44898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44900         file.
44901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44903         file.
44904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44906         file.
44907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44909         VIS3 routines.
44910
44911         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44912         New file.
44913
44914         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44915
44916         * sysdeps/sparc/configure.in: New file.
44917         * sysdeps/sparc/configure: Generate.
44918         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44919         * configure: Regenerate.
44920         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44921         * config.make.in (have-as-vis3): New.
44922         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44923         available use -Av9d instead of -Av9a.
44924         * sysdeps/sparc/sparc64/Makefile: Likewise.
44925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44927         New file.
44928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44929         file.
44930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44931         New file.
44932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44933         file.
44934         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44935         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44936         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44937         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44938         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44939
44940         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44941         fzeros/fnegs to load 0x80000000 into a float register instead of
44942         using the stack.
44943         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44944
44945 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44946
44947         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44948         bits/syscall.h.
44949         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44950         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44951         ($(inst_includedir)/bits/syscall.h): Remove rule.
44952         ($(objpfx)bits/syscall.d): Include instead of
44953         $(objpfx)syscall-list.d.
44954         (generated): Change syscall-list.h and syscall-list.d to
44955         bits/syscall.h and bits/syscall.d.
44956
44957 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44958
44959         [BZ #13846]
44960         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44961
44962 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44963
44964         [BZ #13841]
44965         * math/s_csqrt.c: Include <float.h>.
44966         (__csqrt): Scale large or subnormal inputs.
44967         * math/s_csqrtf.c: Likewise.
44968         * math/s_csqrtl.c: Likewise.
44969         * math/libm-test.inc (csqrt_test): Add more tests.
44970         * sysdeps/i386/fpu/libm-test-ulps: Update.
44971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44972
44973         [BZ #13840]
44974         * math/libm-test.inc (hypot_test): Add more tests.
44975
44976 2012-03-13  David S. Miller  <davem@davemloft.net>
44977
44978         [BZ #13840]
44979         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44980         double-precision for the calculation instead of scaling.
44981
44982 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44983
44984         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44985         manipulate bits before adding and subtracting TWO52[sx].
44986         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44987         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44988         Likewise.
44989         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44990
44991 2012-03-13  David S. Miller  <davem@davemloft.net>
44992
44993         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44994         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44995         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44996         rtld-global-offsets.h
44997         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44998
44999         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
45000         large parameters.
45001
45002         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
45003
45004         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
45005         'err' in the ifdef scope in which it is actually used.
45006
45007         * nss/nss_db/db-init.c: Include string.h
45008
45009 2012-03-12  David S. Miller  <davem@davemloft.net>
45010
45011         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
45012         masking out of the most significant byte of random value used.
45013         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
45014         Fix coding style in previous change.
45015
45016         * sysdeps/unix/sysv/linux/kernel-features.h
45017         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
45018         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
45019         expression.
45020         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
45021         later.
45022
45023 2012-03-11  David S. Miller  <davem@davemloft.net>
45024
45025         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
45026         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
45027         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
45028         for 'resultvar' otherwise things get truncated on 64-bit.
45029
45030         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
45031         Fix masking out of the most significant byte of random value used.
45032
45033         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45034
45035 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
45036
45037         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45038
45039 2012-03-09  David S. Miller  <davem@davemloft.net>
45040
45041         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
45042         variables with appropriate CPP guards.
45043         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
45044         from the frame pointer, not the stack pointer.  Correct layout
45045         comments.  Fix test on resulting framesize and the management of
45046         the outregs buffer for pltexit.  Preserve floating point return
45047         values across _dl_call_pltexit call.
45048         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
45049         framesize and the management of the outregs buffer for pltexit.
45050         Preserve floating point return values across _dl_call_pltexit
45051         call.
45052         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
45053         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
45054         (la_sparc64_gnu_pltexit): New functions.
45055         (print_exit): Fix format string for return register value.
45056
45057 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
45058
45059         * sunrpc/Makefile (others): Add rpcgen.
45060         ($(objpfx)rpcgen): Remove special build rule and dependency on
45061         libc.
45062         * sunrpc/rpcgen.c: New file.
45063
45064 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
45065
45066         [BZ #13673]
45067         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
45068         * stdio-common/bug-vfprintf-nargs.c: Likewise.
45069         * sysdeps/i386/crti.S: Likewise.
45070         * sysdeps/i386/crtn.S: Likewise.
45071         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
45072         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
45073         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
45074         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
45075         * sysdeps/sh/crti.S: Likewise.
45076         * sysdeps/sh/crtn.S: Likewise.
45077         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
45078
45079         [BZ #13673]
45080         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
45081         with URL.
45082         * locale/programs/locfile-kw.gperf: Likewise.
45083         * locale/programs/charmap-kw.h: Regenerated.
45084         * locale/programs/locfile-kw.h: Likewise.
45085
45086         [BZ #13673]
45087         * intl/plural.y: Replace FSF snail mail address with URL.
45088         * intl/plural.c: Regenerated.
45089
45090 2012-03-09  Richard Henderson  <rth@twiddle.net>
45091
45092         * include/math_private.h: Remove file.
45093         * math/math_private.h: Move file ...
45094         * sysdeps/generic/math_private.h: ... here.
45095
45096         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
45097         * sysdeps/powerpc/fpu/math_private.h: Likewise.
45098         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45099
45100         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
45101         and <math_private.h>.
45102         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
45103         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
45104         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
45105         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
45106         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
45107         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
45108         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45109         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45110         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45111         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45112         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45113         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45114         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45115         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45116         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45117         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45118         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45119         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45120         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45121         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45122         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45123         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45124         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45125         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45126         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
45127         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45128         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45129         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45130         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45131         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
45132         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45133         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45134         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
45135         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45136         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
45137         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
45138         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45139         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
45140         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
45141         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45142         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
45143         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
45144         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
45145         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
45146         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
45147         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
45148         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
45149         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
45150         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45151         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
45152         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
45153         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
45154         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
45155         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
45156         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
45157         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45158         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45159         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
45160         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
45161         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
45162         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45163         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
45164         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45165         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
45166         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
45167         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45168         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45169         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45170         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
45171         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
45172         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
45173         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45174         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
45175         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45176         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
45177         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
45178         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
45179         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
45180         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
45181         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
45182         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
45183         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
45184         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
45185         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45186         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45187         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
45188         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
45189         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
45190         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45191         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45192         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45193         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45194         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45195         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45196         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45197         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45198         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45199         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45200         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45201         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45202         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45203         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45204         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45205         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45206         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45207         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45208         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45209         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45210         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45211         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45212         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45213         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45214         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45215         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45216         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
45217         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45218         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45219         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45220         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45221         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45222         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45223         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45224         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45225         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45226         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45227         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45228         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45229         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45230         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45231         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45232         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45233         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45234         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45235         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45236         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45237         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45238         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45239         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45240         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45241         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45242         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45243         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45244         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45245         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45246         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45247         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45248         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45249         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45250         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45251         * sysdeps/ieee754/k_standard.c: Likewise.
45252         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45253         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45254         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45255         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45256         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45257         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45258         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45259         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45260         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45261         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45262         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45263         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45264         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45265         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45266         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45267         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45268         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45269         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45270         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45271         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45272         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45273         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45274         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45275         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45276         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45277         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45278         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45279         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45280         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45281         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45282         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45283         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45284         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45285         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45286         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45287         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45288         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45289         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45290         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45291         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45292         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45293         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45294         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45295         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45296         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45297         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45298         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45299         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45300         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45301         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45302         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45303         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45304         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45305         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45306         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45307         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45308         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45309         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45310         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45311         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45312         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45313         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45314         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45315         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45316         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45317         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45318         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45319         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45320         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45321         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45322         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45323         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45324         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45325         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45326         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45327         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45328         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45329         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45330         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45331         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45332         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45333         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45334         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45335         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45336         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45337         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45338         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45339         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45340         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45341         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45342         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45343         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45344         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45345         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45346         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45347         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45348         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45349         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45350         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45351         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45352         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45353         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45354         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45355         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45356         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45357         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45358         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45359         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45360         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45361         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45362         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45363         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45364         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45365         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45366         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45367         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45368         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45369         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45370         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45371         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45372         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45373         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45374         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45375         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45376         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45377         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45378         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45379         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45380         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45381         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45382         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45383         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45384         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45385         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45386         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45387         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45388         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45389         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45390         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45391         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45392         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45393         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45394         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45395         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45396         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45397         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45398         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45399         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45400         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45401         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45402         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45403         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45404         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45405         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45406         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45407         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45408         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45409         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45410         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45411         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45412         * sysdeps/ieee754/s_lib_version.c: Likewise.
45413         * sysdeps/ieee754/s_matherr.c: Likewise.
45414         * sysdeps/ieee754/s_signgam.c: Likewise.
45415         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45416         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45417         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45418         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45419         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45420         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45421         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45422         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45423         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45424         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45425         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45426         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45427         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45428         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45429         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45430         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45431         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45432         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45433         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45434         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45435         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45436
45437 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45438
45439         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45440         * sunrpc/rpc_main.c: Likewise.
45441         * sunrpc/rpc_svcout.c: Likewise.
45442
45443 2012-03-09  David S. Miller  <davem@davemloft.net>
45444
45445         * include/math_private.h: New file.
45446
45447 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45448
45449         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45450         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45451         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45452         from <bits/socket_type.h>.
45453         (enum __socket_type): Don't define here.
45454         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45455         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45456         bits/socket_type.h.
45457
45458         [BZ #13566]
45459         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45460         checking __USE_GNU.
45461
45462         * Makerules ($(inst_includedir)/%.h): New rule.
45463         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45464         (install-others): Remove variable setting.
45465         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45466
45467 2012-03-08  Richard Henderson  <rth@twiddle.net>
45468
45469         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45470         from macro to inline function; merge with the
45471         !__LIBC_INTERNAL_MATH_INLINES version.
45472         (__ieee754_sqrtf): Likewise.
45473
45474         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45475         to inline function.
45476         (__rintf, __floor, __floorf): Likewise.
45477
45478         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45479         macro to inline function.
45480         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45481
45482         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45483         not <math/math_private.h>.
45484
45485 2012-03-08  David S. Miller  <davem@davemloft.net>
45486
45487         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45488         copyright year.
45489         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45490
45491 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45492
45493         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45494         normalization.
45495         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45496         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45497
45498 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45499
45500         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45501         be defined individually, they must be defined as a block.  Define
45502         S for printing a string instead of hidint the different by using a
45503         macro for adding the 'l'.
45504         * stdio-common/tst-fphex-wide.c: Adjust.
45505
45506 2012-03-07  Marek Polacek  <polacek@redhat.com>
45507
45508         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45509
45510 2012-03-08  Marek Polacek  <polacek@redhat.com>
45511
45512         [BZ #13806]
45513         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45514         * stdio-common/tst-fphex.c: Define a few macros to make the
45515         test reusable.  Use them.
45516         * stdio-common/tst-fphex-wide.c: New file.
45517
45518 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45519
45520         [BZ #6911]
45521         * manual/macros.texi (gnusystems): New macro.
45522         (nongnusystems): Likewise.
45523         (gnulinuxhurdsystems): Likewise.
45524         (gnuhurdsystems): Likewise..
45525         (gnulinuxsystems): Likewise.
45526         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45527         variants of the GNU system, not "GNU system".
45528         * manual/conf.texi: Likewise.
45529         * manual/errno.texi: Likewise.  Update example of errno macro
45530         expansion.
45531         * manual/filesys.texi: Likewise.
45532         (getumask): Document as specific to GNU/Hurd.
45533         * manual/install.texi: Likewise.  Reword some references to
45534         GNU/Linux.
45535         * manual/intro.texi: Likewise.
45536         * manual/io.texi: Likewise.
45537         (File Name Portability): Detail which constraints are inapplicable
45538         to all GNU systems and which are only inapplicable to GNU/Hurd.
45539         * manual/job.texi: Likewise.
45540         * manual/llio.texi: Likewise.
45541         (O_NOCTTY): Document as present on GNU/Linux.
45542         * manual/maint.texi: Likewise.
45543         * manual/memory.texi: Likewise.
45544         * manual/pattern.texi: Likewise.
45545         * manual/pipe.texi: Likewise.
45546         * manual/process.texi: Likewise.
45547         * manual/resource.texi: Likewise.
45548         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45549         child on GNU/Hurd.
45550         * manual/setjmp.texi: Likewise.
45551         * manual/signal.texi: Likewise.
45552         * manual/startup.texi: Likewise.
45553         * manual/stdio.texi: Likewise.
45554         * manual/terminal.texi: Likewise.
45555         (ONLCR): Document as POSIX.
45556         (OXTABS): Document availability on GNU/Linux as XTABS.
45557         (ONOEOT): Document availability separately from other bits.
45558         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45559         * manual/time.texi: Likewise.
45560         * manual/users.texi: Likewise.
45561         * INSTALL: Regenerated.
45562         * sysdeps/gnu/errlist.c: Regenerated.
45563
45564         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45565         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45566         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45567         puts.
45568         * configure: Regenerated.
45569
45570 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45571
45572         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45573         default includes instead of AC_HEADER_CHECK.
45574         * sysdeps/i386/configure: Regenerated.
45575
45576         [BZ #10716]
45577         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45578         * math/s_cacoshf.c (__cacoshf): Likewise.
45579         * math/s_cacoshl.c (__cacoshl): Likewise.
45580         * math/s_casinh.c (__casinh): Set signs of result from argument.
45581         * math/s_casinhf.c (__casinhf): Likewise.
45582         * math/s_casinhl.c (__casinhl): Likewise.
45583         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45584         (casinh_test): Add more tests.
45585         * sysdeps/i386/fpu/libm-test-ulps: Update.
45586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45587
45588 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45589
45590         * po/zh_TW.po: Update from translation team.
45591
45592         * login/Makefile (distribute): Remove variable.
45593         * catgets/Makefile: Likewise.
45594         * mach/Makefile: Likewise.
45595         * malloc/Makefile: Likewise.
45596         * misc/Makefile: Likewise.
45597         * iconv/Makefile: Likewise.
45598         * nscd/Makefile: Likewise.
45599         * hurd/Makefile: Likewise.
45600         * manual/Makefile: Likewise.
45601         * locale/Makefile: Likewise.
45602         * intl/Makefile: Likewise.
45603         * conform/Makefile: Likewise.
45604         * nss/Makefile: Likewise.
45605         * time/Makefile: Likewise.
45606         * soft-fp/Makefile: Likewise.
45607         * dirent/Makefile: Likewise.
45608         * gmon/Makefile: Likewise.
45609         * po/Makefile: Likewise.
45610         * rt/Makefile: Likewise.
45611         * socket/Makefile: Likewise.
45612         * math/Makefile: Likewise.
45613         * signal/Makefile: Likewise.
45614         * debug/Makefile: Likewise.
45615         * elf/Makefile: Likewise.
45616         * timezone/Makefile: Likewise.
45617         * stdlib/Makefile: Likewise.
45618         * iconvdata/Makefile: Likewise.
45619         * sunrpc/Makefile: Likewise.
45620         * io/Makefile: Likewise.
45621         * argp/Makefile: Likewise.
45622         * inet/Makefile: Likewise.
45623         * hesiod/Makefile: Likewise.
45624         * grp/Makefile: Likewise.
45625         * csu/Makefile: Likewise.
45626         * wctype/Makefile: Likewise.
45627         * crypt/Makefile: Likewise.
45628         * libio/Makefile: Likewise.
45629         * string/Makefile: Likewise.
45630         * nis/Makefile: Likewise.
45631         * resolv/Makefile: Likewise.
45632         * stdio-common/Makefile: Likewise.
45633         * wcsmbs/Makefile: Likewise.
45634         * dlfcn/Makefile: Likewise.
45635         * posix/Makefile: Likewise.
45636
45637         [BZ #6959]
45638         * timezone/Makefile: Don't install timezone files, just the programs
45639         and scripts.
45640
45641 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45642
45643         * nss/databases.def: Add missing gshadow entry.
45644
45645         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45646
45647 2012-03-06  Marek Polacek  <polacek@redhat.com>
45648
45649         [BZ #13726]
45650         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45651         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45652         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45653         * stdio-common/tst-long-dbl-fphex.c: New file.
45654
45655 2012-03-06  David S. Miller  <davem@davemloft.net>
45656
45657         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45658         (set_obp_int): New function.
45659         (get_obp_int): New function.
45660         (__get_clockfreq_via_dev_openprom): Likewise.
45661         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45662         Avoid unused variable warnings on 'val' and use builtin_expect.
45663         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45664         __builtin_expect.
45665         (INLINE_CLONE_SYSCALL): Likewise.
45666
45667 2012-03-05  David S. Miller  <davem@davemloft.net>
45668
45669         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45670
45671 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45672
45673         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45674
45675         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45676         only for |x| >= 40.
45677         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45678
45679 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45680
45681         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45682         Replace gettimeofday with __vdso_gettimeofday.
45683
45684         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45685         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45686         __vdso_clock_gettime and __vdso_getcpu.
45687
45688         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45689         time with __vdso_time.
45690
45691 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45692
45693         * manual/lang.texi (size_t): Note types to which size_t may be
45694         equivalent with the GNU C Library, but do not describe when
45695         differences between them are significant.
45696
45697 2012-03-05  Andreas Jaeger  <aj@suse.de>
45698
45699         * sysdeps/i386/fpu/libm-test-ulps: Update.
45700
45701 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45702
45703         [BZ #3976]
45704         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45705         (__ieee754_pow): Save and restore rounding mode and use
45706         round-to-nearest for main computations.
45707         * math/libm-test.inc (pow_test_tonearest): New function.
45708         (pow_test_towardzero): Likewise.
45709         (pow_test_downward): Likewise.
45710         (pow_test_upward): Likewise.
45711         (main): Call the new functions.
45712         * sysdeps/i386/fpu/libm-test-ulps: Update.
45713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45714
45715         [BZ #3976]
45716         * math/libm-test.inc (cosh_test_tonearest): New function.
45717         (cosh_test_towardzero): Likewise.
45718         (cosh_test_downward): Likewise.
45719         (cosh_test_upward): Likewise.
45720         (sinh_test_tonearest): Likewise.
45721         (sinh_test_towardzero): Likewise.
45722         (sinh_test_downward): Likewise.
45723         (sinh_test_upward): Likewise.
45724         (main): Call the new functions.
45725         * sysdeps/i386/fpu/libm-test-ulps: Update.
45726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45727
45728 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45729
45730         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45731         default stack guard is set in last bytes.
45732         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45733
45734 2012-03-05  Kees Cook  <keescook@chromium.org>
45735
45736         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45737
45738         [BZ #13656]
45739         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45740         possibly allocate from heap instead of stack.
45741         * stdio-common/bug-vfprintf-nargs.c: New file.
45742         * stdio-common/Makefile (tests): Add nargs overflow test.
45743
45744 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45745
45746         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45747
45748 2012-03-03  Marek Polacek  <polacek@redhat.com>
45749
45750         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45751         * math/math_private.h: Likewise.
45752         * stdlib/tst-strtod.c: Likewise.
45753         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45754         * sysdeps/x86_64/bits/atomic.h: Likewise.
45755
45756 2012-03-02  David S. Miller  <davem@davemloft.net>
45757
45758         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45759         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45760         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45761         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45762         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45763         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45764         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45765         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45766
45767 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45768
45769         [BZ #13792]
45770         * manual/examples/README: New file, says the example source files
45771         can be used under GPL>=2.
45772         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45773         line containing just "*/".
45774         * manual/examples/add.c: Add copyright header (GPL>=2).
45775         * manual/examples/argp-ex1.c: Likewise.
45776         * manual/examples/argp-ex2.c: Likewise.
45777         * manual/examples/argp-ex3.c: Likewise.
45778         * manual/examples/argp-ex4.c: Likewise.
45779         * manual/examples/atexit.c: Likewise.
45780         * manual/examples/db.c: Likewise.
45781         * manual/examples/dir.c: Likewise.
45782         * manual/examples/dir2.c: Likewise.
45783         * manual/examples/execinfo.c: Likewise.
45784         * manual/examples/filecli.c: Likewise.
45785         * manual/examples/filesrv.c: Likewise.
45786         * manual/examples/fmtmsgexpl.c: Likewise.
45787         * manual/examples/genpass.c: Likewise.
45788         * manual/examples/inetcli.c: Likewise.
45789         * manual/examples/inetsrv.c: Likewise.
45790         * manual/examples/isockad.c: Likewise.
45791         * manual/examples/longopt.c: Likewise.
45792         * manual/examples/memopen.c: Likewise.
45793         * manual/examples/memstrm.c: Likewise.
45794         * manual/examples/mkfsock.c: Likewise.
45795         * manual/examples/mkisock.c: Likewise.
45796         * manual/examples/mygetpass.c: Likewise.
45797         * manual/examples/pipe.c: Likewise.
45798         * manual/examples/popen.c: Likewise.
45799         * manual/examples/rprintf.c: Likewise.
45800         * manual/examples/search.c: Likewise.
45801         * manual/examples/select.c: Likewise.
45802         * manual/examples/setjmp.c: Likewise.
45803         * manual/examples/sigh1.c: Likewise.
45804         * manual/examples/sigusr.c: Likewise.
45805         * manual/examples/stpcpy.c: Likewise.
45806         * manual/examples/strdupa.c: Likewise.
45807         * manual/examples/strftim.c: Likewise.
45808         * manual/examples/strncat.c: Likewise.
45809         * manual/examples/subopt.c: Likewise.
45810         * manual/examples/swapcontext.c: Likewise.
45811         * manual/examples/termios.c: Likewise.
45812         * manual/examples/testopt.c: Likewise.
45813         * manual/examples/testpass.c: Likewise.
45814         * manual/examples/timeval_subtract.c: Likewise.
45815
45816         [BZ #13792]
45817         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45818         function to ...
45819         * manual/timeval_subtract.c.texi: ... here, new file.
45820
45821 2012-03-02  David S. Miller  <davem@davemloft.net>
45822
45823         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45824
45825 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45826
45827         [BZ #3976]
45828         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45829         (__sin): Save and restore rounding mode and use round-to-nearest
45830         for all computations.
45831         (__cos): Save and restore rounding mode and use round-to-nearest
45832         for all computations.
45833         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45834         <fenv.h>.
45835         (tan): Save and restore rounding mode and use round-to-nearest for
45836         all computations.
45837         * math/libm-test.inc (cos_test_tonearest): New function.
45838         (cos_test_towardzero): Likewise.
45839         (cos_test_downward): Likewise.
45840         (cos_test_upward): Likewise.
45841         (sin_test_tonearest): Likewise.
45842         (sin_test_towardzero): Likewise.
45843         (sin_test_downward): Likewise.
45844         (sin_test_upward): Likewise.
45845         (tan_test_tonearest): Likewise.
45846         (tan_test_towardzero): Likewise.
45847         (tan_test_downward): Likewise.
45848         (tan_test_upward): Likewise.
45849         (main): Call the new functions.
45850         * sysdeps/i386/fpu/libm-test-ulps: Update.
45851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45852
45853         [BZ #10135]
45854         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45855         small n, then large n, before computing and testing k+n.
45856         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45857         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45858         Likewise.
45859         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45860         Likewise.
45861         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45862         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45863         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45864         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45865         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45866         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45867         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45868         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45869         * math/libm-test.inc (scalbn_test): Add more tests.
45870         (scalbln_test): Likewise.
45871
45872         * manual/filesys.texi (mode_t): Describe constraints on size and
45873         signedness, not exact equivalence to a particular type.
45874         (ino_t): Likewise.
45875         (ino64_t): Likewise.
45876         (dev_t): Likewise.
45877         (nlink_t): Likewise.
45878         (blkcnt_t): Likewise.
45879         (blkcnt64_t): Likewise.
45880         * manual/llio.texi (off_t): Likewise.
45881
45882         [BZ #3976]
45883         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45884         (__ieee754_exp): Save and restore rounding mode and use
45885         round-to-nearest for all computations.
45886         * math/libm-test.inc (exp_test_tonearest): New function.
45887         (exp_test_towardzero): Likewise.
45888         (exp_test_downward): Likewise.
45889         (exp_test_upward): Likewise.
45890         (main): Call the new functions.
45891         * sysdeps/i386/fpu/libm-test-ulps: Update.
45892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45893
45894 2012-03-01  Chris Demetriou  <cgd@google.com>
45895
45896         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45897         have predictable order.
45898
45899 2012-03-01  David S. Miller  <davem@davemloft.net>
45900
45901         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45902
45903         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45904         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45905         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45906         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45907
45908         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45909         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45910         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45911         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45912         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45913         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45914         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45915         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45916         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45917
45918         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45919
45920         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45921         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45922         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45923
45924         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45925         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45926         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45927         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45928         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45929         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45930         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45931         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45932         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45933         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45934         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45935         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45936         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45937         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45938         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45939         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45940         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45941         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45942         * sysdeps/sparc/elf/configure: Regenerated.
45943
45944 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45945
45946         * configure.in (AS, LD): Require binutils 2.20 or later.
45947         * configure: Regenerated.
45948         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45949         as required minimum version.
45950         * INSTALL: Regenerated.
45951
45952         [BZ #2541]
45953         [BZ #4108]
45954         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45955         before squaring exponent.
45956         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45957         bottom long double and 27 bits of top long double before squaring
45958         exponent.
45959         * math/libm-test.inc (erfc_test): Add more tests.
45960         * sysdeps/i386/fpu/libm-test-ulps: Update.
45961         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45963
45964 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45965
45966         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45967         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45968         containing bit-fields.
45969         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45970         * soft-fp/single.h (_FP_UNION_S): Likewise.
45971         * soft-fp/double.h (_FP_UNION_D): Likewise.
45972
45973 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45974
45975         [BZ #13786]
45976         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45977         not include ../strcmp.S.
45978         [USE_AS_STRNCASECMP_L]: Likewise.
45979         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45980         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45981         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45982         (__strncasecmp_l_ia32): Define as alias to
45983         __strncasecmp_l_nonascii.
45984
45985         [BZ #5794]
45986         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45987         * sysdeps/i386/fpu/libm-test-ulps: Update.
45988         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45989
45990         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45992
45993 2012-02-29  Jeff Law  <law@redhat.com>
45994
45995         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45996         out of bounds read.
45997
45998 2012-02-29  Marek Polacek  <polacek@redhat.com>
45999
46000         [BZ #13706]
46001         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
46002         * elf/Makefile: Add rules to run tst-unused-dep.out.
46003
46004 2012-02-28  David S. Miller  <davem@davemloft.net>
46005
46006         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
46007         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
46008         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
46009         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
46010         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
46011         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
46012
46013 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
46014
46015         * math/libm-test.inc (llround_test): Move one test from
46016         lround_test.  Use TEST_f_L in moved test.
46017         (lround_test): Move misplaced test to llround_test.  Add testcase
46018         from bug 2561.
46019
46020 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
46021
46022         * sysdeps/x86_64/fpu/e_expf.S: New file.
46023         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
46024
46025 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
46026
46027         [BZ #13637]
46028         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
46029         of remain_len that may cause incomplete multi-byte character and
46030         false match.
46031         * posix/bug-regex33.c: New file.
46032         * posix/Makefile (tests): Add bug-regex33.
46033
46034 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
46035
46036         * manual/macros.texi: New file.
46037         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
46038         * manual/libc.texinfo: Include macros.texi.
46039         * manual/creatute.texi: Likewise.
46040         * manual/install.texi: Likewise.
46041         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
46042         @glibcadj{} in references to the GNU C Library.
46043         * manual/charset.texi: Likewise.
46044         * manual/conf.texi: Likewise.
46045         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
46046         when not using those macros.
46047         * manual/creature.texi: Likewise.
46048         * manual/crypt.texi: Likewise.
46049         * manual/errno.texi: Likewise.
46050         * manual/filesys.texi: Likewise.
46051         * manual/header.texi: Likewise.
46052         * manual/install.texi: Likewise.
46053         * manual/intro.texi: Likewise.
46054         * manual/io.texi: Likewise.
46055         * manual/job.texi: Likewise.
46056         * manual/lang.texi: Likewise.
46057         * manual/libc.texiinfo: Likewise.
46058         * manual/llio.texi: Likewise.
46059         * manual/locale.texi: Likewise.
46060         * manual/maint.texi: Likewise.
46061         * manual/math.texi: Likewise.
46062         * manual/memory.texi: Likewise.
46063         * manual/message.texi: Likewise.
46064         * manual/nss.texi: Likewise.
46065         * manual/pattern.texi: Likewise.
46066         * manual/process.texi: Likewise.
46067         * manual/resource.texi: Likewise.
46068         * manual/search.texi: Likewise.
46069         * manual/setjmp.texi: Likewise.
46070         * manual/signal.texi: Likewise.
46071         * manual/socket.texi: Likewise.
46072         * manual/startup.texi: Likewise.
46073         * manual/stdio.texi: Likewise.
46074         * manual/string.texi: Likewise.
46075         * manual/sysinfo.texi: Likewise.
46076         * manual/syslog.texi: Likewise.
46077         * manual/terminal.texi: Likewise.
46078         * manual/time.texi: Likewise.
46079         * manual/users.texi: Likewise.
46080         * INSTALL: Regenerated.
46081         * NOTES: Regenerated.
46082         * sysdeps/gnu/errlist.c: Regenerated.
46083
46084 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
46085
46086         * include/dirent.h: Include <dirstream.h> before
46087         <dirent/dirent.h>.
46088
46089 2012-02-28  David S. Miller  <davem@davemloft.net>
46090
46091         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
46092         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
46093         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
46094         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
46095
46096 2012-02-27  David S. Miller  <davem@davemloft.net>
46097
46098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
46099         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
46100         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
46101         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
46102
46103         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
46104         frame pointer instead of stack pointer relative arg slot.
46105         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
46106         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46107         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46108
46109 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
46110
46111         [BZ #3992]
46112         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
46113
46114 2012-02-27  David S. Miller  <davem@davemloft.net>
46115
46116         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
46117         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
46118         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46119         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
46120         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46121         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46122         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
46123         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
46124
46125 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46126
46127         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
46128         later.  Allow versions 5-9.
46129         * configure: Regenerated.
46130         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
46131         required minimum version and 4.6 as recommended version.  Do not
46132         mention bugs in GCC 2.7 and 2.8.
46133         * INSTALL: Regenerated.
46134
46135 2012-02-27  David S. Miller  <davem@davemloft.net>
46136
46137         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
46138         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
46139         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
46140         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
46141         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
46142         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
46143         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
46144         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
46145
46146         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
46147         manipulate bits before adding and subtracting TWO112[sx].
46148         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
46149
46150 2012-02-27  Roland McGrath  <roland@hack.frob.com>
46151
46152         [BZ #13775]
46153         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
46154         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
46155         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
46156         being in POSIX, because they are in 1003.1-2008.
46157
46158         * rt/tst-aio.c: Include <fcntl.h>.
46159         * rt/tst-aio7.c: Likewise.
46160         * rt/tst-aio64.c: Likewise.
46161
46162         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
46163
46164 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46165
46166         * manual/install.texi (--with-headers): Describe headers as
46167         interface headers, not private headers.
46168         (Specific advice for GNU/Linux systems): Describe use of headers
46169         from "make headers_install", not private headers from older
46170         kernels.
46171         * INSTALL: Regenerated.
46172         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
46173         Change to 2.6.19.
46174         * sysdeps/unix/sysv/linux/configure: Regenerated.
46175
46176         * manual/llio.texi (fclean): Remove documentation.
46177
46178         * manual/Makefile (libc-texi-generated): New variable.  Include
46179         version.texi.
46180         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
46181         $(libc-texi-generated), not duplicated list of files.
46182         (version.texi, stamp-version): New rules.
46183         (realclean): Remove $(libc-texi-generated), not individual files
46184         from that list.  Do not remove dir-add.texinfo.
46185         * manual/libc.texinfo: Comment out uses of edition numbers and
46186         references to printed manual.  Remove last-updated dates.
46187         (EDITION): Comment out.
46188         (ISBN): Likewise.
46189         (VERSION, UPDATED): Remove.
46190         (version.texi): Include.
46191
46192 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
46193
46194         * sysdeps/posix/spawni.c: Include <signal.h>.
46195         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
46196         * sysdeps/pthread/aio_fsync.c: Likewise.
46197
46198 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
46199
46200         * conform/Makefile (tests): Run only when not cross-compiling and
46201         when fast-check is not defined.
46202
46203         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
46204         * conform/data/limits.h-data: Fixes for POSIX2008.
46205         * conform/run-conformtest.sh: Run all tests.
46206         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
46207         headers.
46208         * include/bits/dlfcn.h: Likewise.
46209         * include/langinfo.h: Likewise.
46210         * include/monetary.h: Likewise.
46211         * include/sys/poll.h: Likewise.
46212
46213         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
46214         for __USE_GNU.
46215         * posix/spawn.h: Define __need_sigset_t.
46216         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
46217         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
46218         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
46219         to get sigevent_t only.
46220         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46221         only for __USE_GNU.
46222         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46223         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46224         process_vm_writev only for __USE_GNU.
46225         * termios/termios.h: Declare tcgetsid also for POSIX2008.
46226
46227         * conform/Makefile: For now ignore errors from run-conformtest.
46228         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
46229         POSIX to avoid namespace pollution.  Don't prepend headers.
46230         * conform/data/aio.h-data: Fixes for POSIX testing.
46231         * conform/data/fcntl.h-data: Likewise.
46232         * conform/data/glob.h-data: Likewise.
46233         * conform/data/grp.h-data: Likewise.
46234         * conform/data/pthread.h-data: Likewise.
46235         * conform/data/pwd.h-data: Likewise.
46236         * conform/data/signal.h-data: Likewise.
46237         * conform/data/spawn.h-data: Likewise.
46238         * conform/data/stdio.h-data: Likewise.
46239         * conform/data/stdlib.h-data: Likewise.
46240         * conform/data/stropts.h-data: Likewise.
46241         * conform/data/sys/mman.h-data: Likewise.
46242         * conform/data/sys/stat.h-data: Likewise.
46243         * conform/data/sys/types.h-data: Likewise.
46244         * conform/data/sys/wait.h-data: Likewise.
46245         * conform/data/time.h-data: Likewise.
46246         * conform/data/unistd.h-data: Likewise.
46247         * conform/data/utime.h-data: Likewise.
46248
46249         * io/sys/stat.h: fchmod was always in POSIX.
46250         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46251         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46252         * rt/aio.h: Define __need_timespec before including <time.h>.
46253         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46254         struct.  Add forward declaration of pthread_attr_t and use it in
46255         sigevent.
46256         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46257         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46258         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46259         always remove CLK_TCK definition.
46260
46261 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46262
46263         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46264
46265 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46266
46267         * conform/run-conformtest.sh: New file.
46268         * conform/Makefile: Run run-conformtest for tests.
46269         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46270         support.
46271
46272         * conform/data/uchar.h-data: New file.
46273         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46274         * conform/data/arpa/inet.h-data: Likewise.
46275         * conform/data/assert.h-data: Likewise.
46276         * conform/data/complex.h-data: Likewise.
46277         * conform/data/cpio.h-data: Likewise.
46278         * conform/data/ctype.h-data: Likewise.
46279         * conform/data/dirent.h-data: Likewise.
46280         * conform/data/dlfcn.h-data: Likewise.
46281         * conform/data/errno.h-data: Likewise.
46282         * conform/data/fcntl.h-data: Likewise.
46283         * conform/data/float.h-data: Likewise.
46284         * conform/data/fmtmsg.h-data: Likewise.
46285         * conform/data/fnmatch.h-data: Likewise.
46286         * conform/data/ftw.h-data: Likewise.
46287         * conform/data/glob.h-data: Likewise.
46288         * conform/data/grp.h-data: Likewise.
46289         * conform/data/iconv.h-data: Likewise.
46290         * conform/data/inttypes.h-data: Likewise.
46291         * conform/data/langinfo.h-data: Likewise.
46292         * conform/data/libgen.h-data: Likewise.
46293         * conform/data/limits.h-data: Likewise.
46294         * conform/data/locale.h-data: Likewise.
46295         * conform/data/math.h-data: Likewise.
46296         * conform/data/monetary.h-data: Likewise.
46297         * conform/data/mqueue.h-data: Likewise.
46298         * conform/data/ndbm.h-data: Likewise.
46299         * conform/data/net/if.h-data: Likewise.
46300         * conform/data/netdb.h-data: Likewise.
46301         * conform/data/netinet/in.h-data: Likewise.
46302         * conform/data/nl_types.h-data: Likewise.
46303         * conform/data/poll.h-data: Likewise.
46304         * conform/data/pthread.h-data: Likewise.
46305         * conform/data/pwd.h-data: Likewise.
46306         * conform/data/regex.h-data: Likewise.
46307         * conform/data/sched.h-data: Likewise.
46308         * conform/data/search.h-data: Likewise.
46309         * conform/data/semaphore.h-data: Likewise.
46310         * conform/data/setjmp.h-data: Likewise.
46311         * conform/data/signal.h-data: Likewise.
46312         * conform/data/spawn.h-data: Likewise.
46313         * conform/data/stdarg.h-data: Likewise.
46314         * conform/data/stdio.h-data: Likewise.
46315         * conform/data/stdlib.h-data: Likewise.
46316         * conform/data/string.h-data: Likewise.
46317         * conform/data/strings.h-data: Likewise.
46318         * conform/data/stropts.h-data: Likewise.
46319         * conform/data/sys/ipc.h-data: Likewise.
46320         * conform/data/sys/mman.h-data: Likewise.
46321         * conform/data/sys/msg.h-data: Likewise.
46322         * conform/data/sys/resource.h-data: Likewise.
46323         * conform/data/sys/select.h-data: Likewise.
46324         * conform/data/sys/sem.h-data: Likewise.
46325         * conform/data/sys/shm.h-data: Likewise.
46326         * conform/data/sys/socket.h-data: Likewise.
46327         * conform/data/sys/stat.h-data: Likewise.
46328         * conform/data/sys/statvfs.h-data: Likewise.
46329         * conform/data/sys/time.h-data: Likewise.
46330         * conform/data/sys/timeb.h-data: Likewise.
46331         * conform/data/sys/times.h-data: Likewise.
46332         * conform/data/sys/types.h-data: Likewise.
46333         * conform/data/sys/uio.h-data: Likewise.
46334         * conform/data/sys/un.h-data: Likewise.
46335         * conform/data/sys/utsname.h-data: Likewise.
46336         * conform/data/sys/wait.h-data: Likewise.
46337         * conform/data/syslog.h-data: Likewise.
46338         * conform/data/tar.h-data: Likewise.
46339         * conform/data/termios.h-data: Likewise.
46340         * conform/data/utime.h-data: Likewise.
46341         * conform/data/utmpx.h-data: Likewise.
46342         * conform/data/varargs.h-data: Likewise.
46343         * conform/data/wchar.h-data: Likewise.
46344         * conform/data/wctype.h-data: Likewise.
46345         * conform/data/wordexp.h-data: Likewise.
46346
46347         * include/stropts.h: New file.
46348         * include/uchar.h: New file.
46349         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46350         * include/assert.h: Likewise.
46351         * include/ctype.h: Likewise.
46352         * include/dirent.h: Likewise.
46353         * include/dlfcn.h: Likewise.
46354         * include/fcntl.h: Likewise.
46355         * include/fnmatch.h: Likewise.
46356         * include/glob.h: Likewise.
46357         * include/grp.h: Likewise.
46358         * include/libio.h: Likewise.
46359         * include/locale.h: Likewise.
46360         * include/math.h: Likewise.
46361         * include/net/if.h: Likewise.
46362         * include/netdb.h: Likewise.
46363         * include/netinet/in.h: Likewise.
46364         * include/pthread.h: Likewise.
46365         * include/pwd.h: Likewise.
46366         * include/regex.h: Likewise.
46367         * include/sched.h: Likewise.
46368         * include/search.h: Likewise.
46369         * include/setjmp.h: Likewise.
46370         * include/signal.h: Likewise.
46371         * include/stdio.h: Likewise.
46372         * include/stdlib.h: Likewise.
46373         * include/string.h: Likewise.
46374         * include/sys/cdefs.h: Likewise.
46375         * include/sys/mman.h: Likewise.
46376         * include/sys/msg.h: Likewise.
46377         * include/sys/resource.h: Likewise.
46378         * include/sys/select.h: Likewise.
46379         * include/sys/socket.h: Likewise.
46380         * include/sys/stat.h: Likewise.
46381         * include/sys/statvfs.h: Likewise.
46382         * include/sys/time.h: Likewise.
46383         * include/sys/times.h: Likewise.
46384         * include/sys/uio.h: Likewise.
46385         * include/sys/utsname.h: Likewise.
46386         * include/sys/wait.h: Likewise.
46387         * include/termios.h: Likewise.
46388         * include/time.h: Likewise.
46389         * include/ulimit.h: Likewise.
46390         * include/unistd.h: Likewise.
46391         * include/utime.h: Likewise.
46392         * include/wchar.h: Likewise.
46393         * include/wctype.h: Likewise.
46394         * include/wordexp.h: Likewise.
46395
46396         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46397
46398         * time/time.h: TIME_UTC must be a macro.
46399         Make timespec_get available for ISO C11 only as well.
46400
46401 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46402
46403         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46404         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46405
46406 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46407
46408         * configure.in: Use -o not -a in test for unsupported multi-arch.
46409
46410 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46411
46412         * manual/texinfo.tex: Update to version 2012-01-19.16.
46413
46414 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46415
46416         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46417
46418 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46419
46420         [BZ #13738]
46421         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46422         * manual/fdl-1.3.texi: New file.
46423         * manual/fdl-1.1.texi: File removed.
46424
46425         [BZ #13738]
46426         * manual/libc.texinfo (FDL_VERSION): New @set.
46427         Use it for mention of FDL in cover text.
46428         (Documentation License): Use it in @include file name.
46429
46430 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46431             Roland McGrath  <roland@hack.frob.com>
46432
46433         [BZ #5461]
46434         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46435         (not LONG_LONG_MAX and LONG_LONG_MIN.
46436         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46437         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46438         name.
46439         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46440
46441 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46442
46443         [BZ #2547]
46444         [BZ #11365]
46445         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46446         manipulate bits before adding and subtracting TWO23[sx].
46447         * math/libm-test.inc (nearbyint_test): Add more tests.
46448
46449 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46450
46451         [BZ #2548]
46452         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46453         bits before adding and subtracting TWO23[sx].
46454         * math/libm-test.inc (rint_test): Add more tests.
46455         (rint_test_tonearest): Likewise.
46456         (rint_test_towardzero): Likewise.
46457         (rint_test_downward): Likewise.
46458         (rint_test_upward: Likewise.
46459
46460 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46461
46462         [BZ #10110]
46463         * include/stdc-predef.h: New file.  Extracted from features.h.
46464         * include/features.h: Include stdc-predef.h.
46465         * Makefile (headers): Add stdc-predef.h.
46466         * CONFORMANCE (Compiler limitations): Update.
46467
46468 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46469
46470         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46471
46472 2012-02-21  David S. Miller  <davem@davemloft.net>
46473
46474         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46475         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46476
46477 2012-02-20  David S. Miller  <davem@davemloft.net>
46478
46479         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46480         using a normal save/restore sequence, rather than allocating a
46481         dummy stack frame just to store a frame pointer and restore.
46482         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46483
46484 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46485
46486         * manual/install.texi: Fix stray word in line-wrapped comment.
46487
46488 2012-02-20  David S. Miller  <davem@davemloft.net>
46489
46490         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46491         both binutils and gcc support GOTDATA.
46492
46493         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46494         "rd %pc" in the PIC register setup sequences.
46495
46496         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46497         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46498         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46499         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46500         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46501         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46502         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46503         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46504         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46505         (SYSCALL_ERROR_HANDLER): Likewise.
46506         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46507         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46508         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46509         (SYSCALL_ERROR_HANDLER): Likewise.
46510
46511         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46512         (HAVE_GCC_GOTDATA): New.
46513         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46514         relocation support in both binutils and gcc.
46515         * sysdeps/sparc/elf/configure: Regenerate.
46516
46517         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46518         * sysdeps/sparc/sparc32/elf/configure: Delete.
46519         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46520         * sysdeps/sparc/sparc64/elf/configure: Delete.
46521         * sysdeps/sparc/elf/configure.in: New file.
46522         * sysdeps/sparc/elf/configure: Generate.
46523
46524         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46525         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46526         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46527         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46528         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46529
46530 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46531
46532         * manual/install.texi: Do not mention specific glibc version
46533         numbers.
46534         * manual/libc.texinfo (VERSION, UPDATED): Update.
46535         (@copying): Use @copyright{} and range of years.
46536
46537 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46538
46539         [BZ #13695]
46540         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46541         [crti.S not in sysdirs] (generated): Do not append.
46542         [crti.S not in sysdirs] (omit-deps): Likewise.
46543         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46544         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46545         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46546         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46547         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46548         Likewise.
46549         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46550         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46551         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46552         * csu/defs.awk: Remove file.
46553         * sysdeps/generic/initfini.c: Likewise.
46554         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46555         variable.
46556         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46557         Likewise.
46558
46559 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46560
46561         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46562         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46563         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46564         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46565         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46566         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46567         <bits/epoll.h>.
46568         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46569         (__EPOLL_PACKED): Define to empty if not defined by
46570         <bits/epoll.h>.
46571         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46572         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46573         bits/epoll.h.
46574
46575 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46576
46577         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46578         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46579         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46580         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46581         <bits/timerfd.h>.
46582         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46583         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46584         bits/timerfd.h.
46585
46586 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46587
46588         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46589         in C locale.
46590         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46591         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46592         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46594
46595 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46596
46597         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46598         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46599
46600 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46601
46602         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46603         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46604         defined.
46605         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46606         Likewise.
46607         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46608         entry for 2.16.
46609
46610 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46611
46612         * math/w_acos.c: Use non-signaling floating-point comparisons.
46613         * math/w_acosf.c: Likewise.
46614         * math/w_acosh.c: Likewise.
46615         * math/w_acoshf.c: Likewise.
46616         * math/w_acoshl.c: Likewise.
46617         * math/w_acosl.c: Likewise.
46618         * math/w_asin.c: Likewise.
46619         * math/w_asinf.c: Likewise.
46620         * math/w_asinl.c: Likewise.
46621         * math/w_atanh.c: Likewise.
46622         * math/w_atanhf.c: Likewise.
46623         * math/w_atanhl.c: Likewise.
46624         * math/w_exp2.c: Likewise.
46625         * math/w_exp2f.c: Likewise.
46626         * math/w_exp2l.c: Likewise.
46627         * math/w_j0.c: Likewise.
46628         * math/w_j0f.c: Likewise.
46629         * math/w_j0l.c: Likewise.
46630         * math/w_j1.c: Likewise.
46631         * math/w_j1f.c: Likewise.
46632         * math/w_j1l.c: Likewise.
46633         * math/w_jn.c: Likewise.
46634         * math/w_jnf.c: Likewise.
46635         * math/w_log.c: Likewise.
46636         * math/w_log10.c: Likewise.
46637         * math/w_log10f.c: Likewise.
46638         * math/w_log10l.c: Likewise.
46639         * math/w_log2.c: Likewise.
46640         * math/w_log2f.c: Likewise.
46641         * math/w_log2l.c: Likewise.
46642         * math/w_logf.c: Likewise.
46643         * math/w_logl.c: Likewise.
46644         * math/w_sqrt.c: Likewise.
46645         * math/w_sqrtf.c: Likewise.
46646         * math/w_sqrtl.c: Likewise.
46647         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46648         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46649         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46650         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46651         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46652
46653 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46654
46655         [BZ #9739]
46656         * manual/string.texi (strnlen): Use correct parameter name in
46657         equivalent expression.
46658
46659 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46660
46661         [BZ #11174]
46662         * manual/users.texi (seteuid): Consistently use neweuid for
46663         argument name.
46664
46665 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46666
46667         [BZ #13704]
46668         * manual/nss.texi (Services in the NSS configuration): Correct
46669         list of services in example configuration file.
46670
46671 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46672
46673         [BZ #11322]
46674         * manual/arith.texi: Remove statements about negative zero
46675         behaving identically to zero.
46676
46677 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46678
46679         [BZ #5993]
46680         * manual/install.texi: Do not document upgrading from libc5.
46681
46682 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46683
46684         [BZ #4596]
46685         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46686
46687 2012-02-18  David S. Miller  <davem@davemloft.net>
46688
46689         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46690         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46691         %o7 across the call.
46692         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46693         instead.
46694         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46695         SETUP_PIC_REG_LEAF.
46696         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46697         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46698         * sysdeps/sparc/crtn.S: Likewise.
46699
46700 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46701
46702         * aout/Makefile: Remove.
46703
46704 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46705
46706         [BZ #13058]
46707         * manual/examples/argp-ex1.c (main): Format definition in GNU
46708         style.
46709         * manual/examples/argp-ex2.c (main): Likewise.
46710         * manual/examples/argp-ex3.c (main): Likewise.
46711         * manual/examples/argp-ex4.c (main): Likewise.
46712         * manual/examples/longopt.c (main): Use new-style prototype
46713         definition.
46714         * manual/examples/strncat.c (main): Specify return type and use
46715         (void) for arguments.
46716         * manual/examples/subopt.c (main): Use char **argv argument.
46717
46718 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46719
46720         [BZ #5077]
46721         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46722         rounding modes.
46723
46724 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46725
46726         [BZ #6907]
46727         * manual/string.texi (strchr): Change when strchrnul is
46728         recommended.
46729
46730 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46731
46732         [BZ #174]
46733         * manual/locale.texi (setlocale): Document LOCPATH.
46734
46735 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46736
46737         [BZ #10210]
46738         * manual/process.texi (execle): Move @dots{} before last argument.
46739
46740 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46741
46742         [BZ #12047]
46743         * manual/charset.texi (Generic Charset Conversion): Fix typo
46744         (LC_TYPE -> LC_CTYPE).
46745
46746 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46747
46748         [BZ #5805]
46749         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46750         (scalbnf): Likewise.
46751         (scalbnl): Likewise.
46752         (scalbln): Likewise.
46753         (scalblnf): Likewise.
46754         (scalblnl): Likewise.
46755         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46756         (vwarnx): Likewise.
46757         (verr): Likewise.
46758         (verrx): Likewise.
46759         * manual/filesys.texi (telldir): Use braces around return type.
46760         * manual/llio.texi (mmap): Add space after comma.
46761         (mmap64): Likewise.
46762         * manual/math.texi (jn): Use @var{} on parameter names.
46763         (jnf): Likewise.
46764         (jnl): Likewise.
46765         (yn): Likewise.
46766         (ynf): Likewise.
46767         (ynl): Likewise.
46768         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46769         line.
46770         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46771         "...".
46772         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46773         (sched_get_priority_max): Likewise.
46774         * manual/signal.texi (sigvec): Add space after comma.
46775         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46776         names.
46777         (if_indextoname): Likewise.
46778         (if_freenameindex): Likewise.
46779         (sendto): Use ',' instead of '.' in prototype.
46780         * manual/startup.texi (syscall): Use @dots{} instead of literal
46781         "...".
46782         * manual/stdio.texi (__fpending): Separate initial words of
46783         paragraph from @deftypefun line.
46784         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46785         "...".
46786         (vsyslog): Use @var{} on parameter names.
46787         * manual/terminal.texi (stty): Use @var{} on parameter names.
46788         * manual/users.texi (getutmp): Use @var{} on parameter names.
46789         (getutmpx): Likewise.
46790
46791 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46792
46793         [BZ #6884]
46794         * manual/stdio.texi (fopen): Fix typos in description of
46795         ",ccs=STRING".
46796
46797 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46798
46799         [BZ #4026]
46800         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46801         get clock_id definition.
46802
46803 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46804
46805         [BZ #4822]
46806         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46807         (madvise): Cast every argument to void on its own.
46808
46809 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46810
46811         [BZ #9902]
46812         * manual/startup.texi (Exit Status): Fix typo.
46813
46814 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46815
46816         [BZ #10140]
46817         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46818         * manual/examples/argp-ex2.c: Likewise.
46819         * manual/examples/argp-ex3.c: Likewise.
46820
46821 2012-02-16  Richard Henderson  <rth@redhat.com>
46822
46823         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46824         * sysdeps/s390/s390-32/initfini.c: Remove.
46825         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46826         * sysdeps/s390/s390-64/initfini.c: Remove.
46827
46828 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46829
46830         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46831         compiler output for sysdeps/generic/initfini.c.
46832         * sysdeps/sh/elf/initfini.c: Remove file.
46833
46834 2012-02-16  David S. Miller  <davem@davemloft.net>
46835
46836         [BZ #11494]
46837         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46838
46839         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46840         * sysdeps/sparc/crti.S: New file.
46841         * sysdeps/sparc/crtn.S: New file.
46842         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46843         * sysdeps/sparc/sparc64/Makefile: Likewise.
46844
46845 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46846
46847         [BZ #3335]
46848         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46849
46850 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46851
46852         [BZ #4822]
46853         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46854
46855         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46856         (write, read, close): Likewise.
46857         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46858
46859 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46860
46861         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46862         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46863         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46864         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46865         <bits/signalfd.h>.
46866         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46867         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46868         bits/signalfd.h.
46869
46870 2012-02-14  Marek Polacek  <polacek@redhat.com>
46871
46872         * sysdeps/x86_64/crti.S: New file.
46873         * sysdeps/x86_64/crtn.S: New file.
46874         * sysdeps/x86_64/elf/initfini.c: Remove file.
46875
46876 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46877
46878         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46879         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46880         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46881         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46882         <bits/inotify.h>.
46883         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46884         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46885         bits/inotify.h.
46886
46887 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46888
46889         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46890         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46891         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46892         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46893         <bits/eventfd.h>.
46894         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46895         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46896         bits/eventfd.h.
46897
46898 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46899
46900         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46901         __feraiseexcept instead of feraiseexcept.
46902
46903         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46904         nanosleep invocations.
46905         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46906         strings, and add error checking for a nanosleep invocations.
46907
46908 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46909
46910         Replace FSF snail mail address with URLs, as per GNU coding standards.
46911         Most of the snail mail addresses were wrong anyway, and omitting
46912         them makes the source code easier to maintain.  Almost all of the
46913         changes are to license notices and to locale LC_IDENTIFICATION
46914         addresses, except for this one:
46915         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46916         not its snail mail address.
46917
46918 2012-02-09  Richard Henderson  <rth@twiddle.net>
46919
46920         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46921         of kernel-features.h.
46922
46923         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46924
46925 2012-02-08  Marek Polacek  <polacek@redhat.com>
46926
46927         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46928         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46929         * sysdeps/gnu/_G_config.h: Likewise.
46930         * sysdeps/generic/_G_config.h: Likewise.
46931
46932 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46933
46934         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46935         tests.
46936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46937
46938         * sysdeps/powerpc/powerpc32/crti.S: New file.
46939         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46940         * sysdeps/powerpc/powerpc64/crti.S: New file.
46941         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46942
46943         * Makeconfig (have-initfini): Don't set.
46944         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46945         * configure.in (nopic_initfini): Don't substitute.
46946         * config.h.in (HAVE_INITFINI): Don't #undef.
46947         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46948         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46949
46950 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46951
46952         Support crti.S and crtn.S provided directly by architectures.
46953         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46954         [crti.S in sysdirs] (omit-deps): Likewise.
46955         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46956         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46957         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46958         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46959         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46960         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46961         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46962         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46963         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46964         compiler output for sysdeps/generic/initfini.c.
46965         * sysdeps/i386/elf/Makefile: Remove file.
46966         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46967
46968 2012-02-07  Marek Polacek  <polacek@redhat.com>
46969
46970         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46971         * sysdeps/gnu/_G_config.h: Likewise.
46972         * sysdeps/mach/hurd/_G_config.h: Likewise.
46973
46974 2012-02-07  Marek Polacek  <polacek@redhat.com>
46975
46976         * math/Makefile (tests): Add tst-CMPLX2.
46977         * math/tst-CMPLX2.c: New file.
46978
46979 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46980
46981         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46982
46983         * math/libm-test.inc (jn_test): Add missing L suffix.
46984
46985 2012-02-06  Marek Polacek  <polacek@redhat.com>
46986
46987         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46988         * sysdeps/i386/fpu/e_powf.S: Likewise.
46989         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46990         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46991         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46992         * sysdeps/i386/fpu/e_pow.S: Likewise.
46993         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46994         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46995         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46996         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46997         * sysdeps/i386/fpu/e_log2.S: Likewise.
46998         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46999         * sysdeps/i386/fpu/e_scalb.S: Likewise.
47000         * sysdeps/i386/fpu/e_powl.S: Likewise.
47001         * sysdeps/i386/fpu/s_log1p.S: Likewise.
47002         * sysdeps/i386/fpu/e_log10f.S: Likewise.
47003         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
47004         * sysdeps/i386/fpu/e_logl.S: Likewise.
47005         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
47006         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
47007         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
47008         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
47009         * sysdeps/i386/fpu/e_log2f.S: Likewise.
47010         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
47011         * sysdeps/i386/fpu/e_log.S: Likewise.
47012         * sysdeps/i386/fpu/s_cexp.S: Likewise.
47013         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
47014         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
47015         * sysdeps/i386/fpu/e_logf.S: Likewise.
47016         * sysdeps/i386/fpu/e_log10l.S: Likewise.
47017         * sysdeps/i386/fpu/e_atanh.S: Likewise.
47018         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
47019         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
47020         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47021         * sysdeps/i386/fpu/e_log10.S: Likewise.
47022         * sysdeps/i386/fpu/s_frexp.S: Likewise.
47023         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
47024         * sysdeps/i386/fpu/s_asinh.S: Likewise.
47025         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
47026         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
47027         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
47028         * sysdeps/i386/asm-syntax.h: Likewise.
47029         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
47030         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47031         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
47032         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
47033         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
47034         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
47035         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
47036         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
47037         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
47038         * sysdeps/powerpc/sysdep.h: Likewise.
47039         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
47040         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
47041
47042 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
47043
47044         [BZ #411]
47045         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
47046
47047 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
47048
47049         * sysdeps/i386/sysdep.h: Include <features.h>.
47050         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
47051         version.
47052
47053 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
47054
47055         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
47056         Define.
47057         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
47058         LOAD_PIC_REG_STR.
47059
47060 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47061
47062         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
47063         (SETUP_PIC_REG): Use GET_PC_THUNK.
47064         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
47065         macro.
47066
47067 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47068
47069         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
47070         for non-PIC compilation.
47071         (SETUP_PIC_REG): Add .p2align directive.
47072         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
47073         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
47074         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
47075         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
47076         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
47077         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
47078         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
47079         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47080         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
47081         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
47082         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
47083         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
47084         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
47085         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
47086         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
47087         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
47088         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
47089         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
47090         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
47091         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
47092         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
47093         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
47094         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
47095         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
47096         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
47097         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
47098         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47099         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
47100         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
47101         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
47102         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
47103         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47104         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
47105         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
47106         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
47107         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
47108         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
47109         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
47110         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
47111         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
47112         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
47113
47114 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47115
47116         * math/tst-CMPLX.c: Include <stdio.h>.
47117
47118 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
47119
47120         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
47121         float.
47122         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47123         * sysdeps/sparc/bits/mathdef.h: Likewise.
47124
47125 2012-01-31  Marek Polacek  <polacek@redhat.com>
47126
47127         * libio/libio.h: Don't define _PARAMS.
47128         * locale/programs/config.h: Don't define PARAMS.
47129         * stdlib/strtol_l.c: Likewise.
47130         (__strtol_l): Remove PARAMS from the prototype.
47131
47132 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
47133
47134         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
47135         names.  Just use the correct names.  Remove unnecessary wrapper
47136         functions.
47137         * malloc/arena.c: Likewise.
47138         * malloc/hooks.c: Likewise.
47139
47140         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
47141         ARENA_TEST says not to.  Simplify test for creation of a new arena.
47142         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
47143
47144 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
47145
47146         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
47147         into tail calls.
47148         (update_get_addr): New function.
47149         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
47150         GET_ADDR_MODULE parameter.
47151
47152 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47153
47154         * crypt/cert.c: Remove __STDC__ conditionals.
47155         * crypt/crypt-entry.c: Likewise.
47156         * crypt/crypt_util.c: Likewise.
47157         * libio/filedoalloc.c: Likewise.
47158         * libio/fileops.c: Likewise.
47159         * libio/genops.c: Likewise.
47160         * libio/iofclose.c: Likewise.
47161         * libio/iofdopen.c: Likewise.
47162         * libio/iofopen.c: Likewise.
47163         * libio/iofopen64.c: Likewise.
47164         * libio/iogetdelim.c: Likewise.
47165         * libio/iopopen.c: Likewise.
47166         * libio/obprintf.c: Likewise.
47167         * libio/oldfileops.c: Likewise.
47168         * libio/oldiofclose.c: Likewise.
47169         * libio/oldiofdopen.c: Likewise.
47170         * libio/oldiofopen.c: Likewise.
47171         * libio/oldiopopen.c: Likewise.
47172         * libio/wfiledoalloc.c: Likewise.
47173         * libio/wgenops.c: Likewise.
47174         * locale/programs/xmalloc.c: Likewise.
47175         * misc/syslog.c: Likewise.
47176         * stdio-common/xbug.c: Likewise.
47177         * string/memchr.c: Likewise.
47178         * string/memcmp.c: Likewise.
47179         * string/memrchr.c: Likewise.
47180         * string/rawmemchr.c: Likewise.
47181         * sysdeps/posix/getcwd.c: Likewise.
47182         * time/strftime_l.c: Likewise.
47183
47184 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47185
47186         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
47187         * config.make.in (config-cflags-sse2avx): Define.
47188         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
47189         Fix typo.
47190
47191 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
47192
47193         * scripts/config.guess: Update from upstream config git repository.
47194         * scripts/config.sub: Likewise.
47195
47196 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
47197
47198         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
47199         (EM_NUM): Update.
47200         (R_TILEPRO_*, R_TILEGX_*): New macros.
47201
47202         * scripts/firstversions.awk: Fix bug in version range handling.
47203
47204         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
47205
47206         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
47207
47208         * include/sys/epoll.h: New file.
47209         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
47210         libc_hidden_def.
47211
47212 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
47213
47214         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
47215         Avoid unnecessary __WORDSIZE == 64 test.
47216         (fmaxf): Use VEX format if possible.
47217         (fmax): Likewise.
47218         (fminf): Likewise.
47219         (fmin): Likewise.
47220
47221         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47222         * math/math_private.h: Remove libc_fegetround* and
47223         libc_fesetround*.
47224         * sysdeps/i386/configure.in: Check for -msse2avx.
47225         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47226         also if SSE2AVX is defined.
47227         Remove libc_fegetround* and libc_fesetround*.
47228         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47229         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
47230         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47231         of HAS_YMM_USABLE.
47232         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47233         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47234         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47235         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47236         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47237
47238         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47239
47240 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47241
47242         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47243         size is not set.
47244         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47245
47246 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47247
47248         [BZ #13618]
47249         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47250         relocation.
47251         * Makeconfig (libm): Define.
47252         * elf/Makefile: Add rules to build and run tst-relsort1.
47253         * elf/tst-relsort1.c: New file.
47254         * elf/tst-relsort1mod1.c: New file.
47255         * elf/tst-relsort1mod2.c: New file.
47256
47257 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47258
47259         * math/s_ldexp.c: Remove __STDC__ conditionals.
47260         * math/s_ldexpf.c: Likewise.
47261         * math/s_ldexpl.c: Likewise.
47262         * math/s_nextafter.c: Likewise.
47263         * math/s_nexttowardf.c: Likewise.
47264         * math/s_significand.c: Likewise.
47265         * math/s_significandf.c: Likewise.
47266         * math/s_significandl.c: Likewise.
47267         * math/w_jnl.c: Likewise.
47268         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47269         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47270         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47271         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47272         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47273         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47274         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47275         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47276         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47277         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47278         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47279         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47280         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47281         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47282         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47283         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47284         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47285         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47286         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47287         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47288         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47289         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47290         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47291         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47292         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47293         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47294         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47295         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47296         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47297         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47298         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47299         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47300         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47301         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47302         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47303         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47304         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47305         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47306         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47307         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47308         * sysdeps/ieee754/k_standard.c: Likewise.
47309         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47310         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47311         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47312         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47313         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47314         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47315         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47316         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47317         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47318         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47319         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47320         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47321         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47322         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47323         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47324         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47325         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47326         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47327         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47328         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47329         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47330         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47331         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47332         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47333         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47334         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47335         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47336         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47337         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47338         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47339         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47340         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47341         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47342         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47343         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47344         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47345         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47346         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47347         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47348         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47349         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47350         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47351         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47352         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47353         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47354         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47355         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47356         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47357         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47358         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47359         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47360         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47361         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47362         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47363         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47364         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47365         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47366         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47367         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47368         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47369         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47370         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47371         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47372         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47373         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47374         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47375         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47376         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47377         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47378         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47379         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47380         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47381         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47382         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47383         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47384         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47385         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47386         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47387         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47388         * sysdeps/ieee754/s_matherr.c: Likewise.
47389         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47390         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47391         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47392         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47393
47394 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47395
47396         * crypt/md5.h: Remove __STDC__ conditionals.
47397         * libio/libioP.h: Likewise.
47398         * locale/programs/config.h: Likewise.
47399         * sysdeps/generic/sysdep.h: Likewise.
47400         * sysdeps/i386/asm-syntax.h: Likewise.
47401         * sysdeps/s390/asm-syntax.h: Likewise.
47402         * sysdeps/unix/sysdep.h: Likewise.
47403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47405
47406 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47407
47408         * libio/libio.h: Remove __STDC__ conditionals.
47409         * malloc/obstack.h: Likewise.
47410         * math/complex.h: Likewise.
47411         * math/math.h: Likewise.
47412         * sysdeps/generic/_G_config.h: Likewise.
47413         * sysdeps/gnu/_G_config.h: Likewise.
47414         * sysdeps/mach/hurd/_G_config.h: Likewise.
47415         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47416         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47417         * sysdeps/sparc/bits/mathdef.h: Likewise.
47418
47419 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47420
47421         [BZ #13583]
47422         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47423         Clean up HAS_* macros.
47424         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47425         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47426         possible.
47427         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47428         HAS_AVX.
47429         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47430         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47431         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47432         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47433         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47434
47435 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47436
47437         * elf/tst-unique3.cc (gets): Remove declaration.
47438         * elf/tst-unique3lib.cc (gets): Likewise.
47439         * elf/tst-unique3lib2.cc (gets): Likewise.
47440         * elf/tst-unique4.cc (gets): Likewise.
47441
47442 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47443
47444         * include/stdio.h: Add C++ protection.  Add gets declarations and
47445         definitions.
47446         * debug/tst-chk1.c: Don't declare gets here.
47447         * stdio-common/tst-gets.c: Likewise.
47448
47449 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47450
47451         * posix/glob: Remove directory.
47452
47453 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47454
47455         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47456
47457 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47458
47459         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47460         of the non-standard EPFNOSUPPORT.
47461
47462 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47463
47464         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47465         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47466         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47467
47468 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47469
47470         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47471
47472 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47473
47474         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47475         transient errors.
47476         * nscd/grpcache.c (cache_addgr): Likewise.
47477         * nscd/hstcache.c (cache_addhst): Likewise.
47478         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47479         * nscd/pwdcache.c (cache_addpw): Likewise.
47480         * nscd/servicescache.c (cache_addserv): Likewise.
47481
47482 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47483
47484         * malloc/malloc.c: Various cleanups.
47485         * malloc/hooks.c: Likewise.
47486
47487         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47488         * stdlib/bug-fmtmsg1.c: New file.
47489
47490         * stdlib/fmtmsg.c (init): Add missing unlock.
47491         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47492
47493 2012-01-12  Marek Polacek  <polacek@redhat.com>
47494
47495         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47496         and _GNU_SOURCE.
47497
47498 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47499
47500         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47501         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47502         macro to ensure uniqueness of label name.
47503         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47504         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47505
47506 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47507
47508         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47509
47510         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47511         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47512         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47513         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47514
47515 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47516
47517         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47518
47519         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47520         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47521         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47522
47523         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47524
47525         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47526         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47527         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47528         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47529
47530         * math/bits/math-finite.h: Add ldexp support.
47531
47532 2012-01-10  Marek Polacek  <polacek@redhat.com>
47533
47534         * locale/programs/localedef.h (show_archive_content): Add noreturn
47535         attribute.
47536
47537 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47538
47539         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47540
47541 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47542
47543         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47544
47545         * io/Makefile (headers): Add bits/poll2.h.
47546
47547 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47548
47549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47550         typo #include statement.
47551
47552 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47553
47554         * include/sys/cdefs.h: Define __attribute_alloc_size.
47555         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47556         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47557         * elf/pldd.c: Likewise.
47558         * iconv/iconv_charmap.c: Likewise.
47559         * iconv/iconvconfig.c: Likewise.
47560         * iconv/strtab.c: Likewise.
47561         * locale/programs/locale.c: Likewise.
47562         * locale/programs/localedef.h: Likewise.
47563         * locale/programs/simple-hash.c: Likewise.
47564         * nscd/nscd.h: Likewise.
47565         * nss/makedb.c: Likewise.
47566         * sysdeps/generic/ldconfig.h: Likewise.
47567         * locale/programs/localedef.c: Remove xmalloc prototype.
47568         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47569
47570 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47571
47572         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47573         appropriate.
47574
47575 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47576
47577         * math/Makefile (tests): Add tst-CMPLX.
47578         * math/tst-CMPLX.c: New file.
47579
47580         * math/complex.h (CMPLXL): Fix typo.
47581
47582         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47583         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47584         GLIBC_2.16.
47585         * debug/tst-chk1.c: Add poll and ppoll tests.
47586         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47587         * include/sys/poll.h: Add hidden proto for ppoll.
47588         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47589         * sysdeps/mach/hurd/ppoll.c: Likewise.
47590         * io/ppoll.c: Likewise.
47591         * debug/poll_chk.c: New file.
47592         * debug/ppoll_chk.c: New file.
47593         * include/bits/poll2.h: New file.
47594         * io/bits/poll2.h: New file.
47595
47596         [BZ #1350]
47597         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47598
47599         * configure.in: static is always set to yes.  Remove.
47600         * config.make.in: Don't set build-static.
47601         * Makeconfig: Remove use of build-static.
47602         * dlfcn/Makefile: Likewise.
47603         * elf/Makefile: Likewise.
47604         * math/Makefile: Likewise.
47605         * misc/Makefile: Likewise.
47606         * nptl/Makefile: Likewise.
47607         * sysdeps/mach/hurd/Makefile: Likewise.
47608
47609         * configure.in: PWD_P is not used anymore.
47610         * config.make.in: Remove PWD_P entry.
47611
47612         * configure.in: Remove last remnants of RANLIB.
47613         No need to check for signed size_t anymore.
47614         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47615         and IA-64.
47616         Remove __builtin_expect test because we require at least gcc 3.4.
47617         * aclocal.m4: Likewise.
47618
47619         * wcsmbs/mbrtoc16.c: Implement using towc function.
47620         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47621         * wcsmbs/wcsmbsload.c: Likewise.
47622         * iconv/gconv_simple.c: Likewise.
47623         * iconv/gconv_int.h: Likewise.
47624         * iconv/gconv_builtin.h: Likewise.
47625         * iconv/iconv_prog.c: Remove CHAR16 handling.
47626
47627         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47628
47629         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47630
47631         * configure.in: Remove --with-elf and --enable-bounded options.
47632         Dont set base_machine for ia64.  More non-ELF conditions removed.
47633         Remove testing and setting of leading underscore information.
47634         * config.make.in (build-bounded): Set to no.
47635         * config.h.in: Remove NO_UNDERSCORES entry.
47636         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47637         them.
47638         * csu/start.c: Remove !NO_UNDERSCORE code.
47639         * locale/localeinfo.h: Likewise.
47640         * sysdeps/generic/machine-gmon.h: Likewise.
47641         * sysdeps/generic/sysdep.h: Likewise.
47642         * sysdeps/i386/sysdep.h: Likewise.
47643         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47644         * sysdeps/mach/sysdep.h: Likewise.
47645         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47646         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47647         * sysdeps/sh/sysdep.h: Likewise.
47648         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47649         * sysdeps/unix/i386/sysdep.S: Likewise.
47650         * sysdeps/unix/sparc/start.c: Likewise.
47651         * sysdeps/unix/sparc/sysdep.S: Likewise.
47652         * sysdeps/unix/sparc/sysdep.h: Likewise.
47653         * sysdeps/unix/start.c: Likewise.
47654         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47655         * sysdeps/x86_64/sysdep.h: Likewise.
47656
47657 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47658
47659         [BZ #13553]
47660         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47661         for non-gcc.
47662         * argp/argp-fmtstream.h: Use const instead __const.
47663         * argp/argp.h: Likewise.
47664         * assert/assert.h: Likewise.
47665         * bits/fenv.h: Likewise.
47666         * bits/sched.h: Likewise.
47667         * bits/sigset.h: Likewise.
47668         * bits/sigthread.h: Likewise.
47669         * catgets/nl_types.h: Likewise.
47670         * conform/data/pthread.h-data: Likewise.
47671         * crypt/crypt-private.h: Likewise.
47672         * crypt/crypt.h: Likewise.
47673         * crypt/crypt_util.c: Likewise.
47674         * ctype/ctype.h: Likewise.
47675         * debug/execinfo.h: Likewise.
47676         * debug/mbsnrtowcs_chk.c: Likewise.
47677         * debug/mbsrtowcs_chk.c: Likewise.
47678         * debug/wcsnrtombs_chk.c: Likewise.
47679         * debug/wcsrtombs_chk.c: Likewise.
47680         * debug/wcstombs_chk.c: Likewise.
47681         * dirent/dirent.h: Likewise.
47682         * dlfcn/dlfcn.h: Likewise.
47683         * elf/neededtest4.c: Likewise.
47684         * grp/grp.h: Likewise.
47685         * gshadow/gshadow.h: Likewise.
47686         * iconv/gconv.h: Likewise.
47687         * iconv/gconv_int.h: Likewise.
47688         * iconv/gconv_simple.c: Likewise.
47689         * iconv/iconv.h: Likewise.
47690         * iconv/loop.c: Likewise.
47691         * iconv/skeleton.c: Likewise.
47692         * include/aio.h: Likewise.
47693         * include/aliases.h: Likewise.
47694         * include/argz.h: Likewise.
47695         * include/arpa/inet.h: Likewise.
47696         * include/assert.h: Likewise.
47697         * include/dirent.h: Likewise.
47698         * include/dlfcn.h: Likewise.
47699         * include/execinfo.h: Likewise.
47700         * include/fcntl.h: Likewise.
47701         * include/fenv.h: Likewise.
47702         * include/glob.h: Likewise.
47703         * include/grp.h: Likewise.
47704         * include/libintl.h: Likewise.
47705         * include/mntent.h: Likewise.
47706         * include/netdb.h: Likewise.
47707         * include/pwd.h: Likewise.
47708         * include/rpc/netdb.h: Likewise.
47709         * include/sched.h: Likewise.
47710         * include/search.h: Likewise.
47711         * include/shadow.h: Likewise.
47712         * include/signal.h: Likewise.
47713         * include/stdio.h: Likewise.
47714         * include/stdlib.h: Likewise.
47715         * include/string.h: Likewise.
47716         * include/sys/socket.h: Likewise.
47717         * include/sys/stat.h: Likewise.
47718         * include/sys/statfs.h: Likewise.
47719         * include/sys/statvfs.h: Likewise.
47720         * include/sys/syslog.h: Likewise.
47721         * include/sys/time.h: Likewise.
47722         * include/sys/uio.h: Likewise.
47723         * include/time.h: Likewise.
47724         * include/unistd.h: Likewise.
47725         * include/utmp.h: Likewise.
47726         * include/wchar.h: Likewise.
47727         * include/wctype.h: Likewise.
47728         * inet/aliases.h: Likewise.
47729         * inet/arpa/inet.h: Likewise.
47730         * inet/netinet/ether.h: Likewise.
47731         * inet/netinet/in.h: Likewise.
47732         * intl/libintl.h: Likewise.
47733         * io/bits/fcntl2.h: Likewise.
47734         * io/fcntl.h: Likewise.
47735         * io/ftw.h: Likewise.
47736         * io/sys/poll.h: Likewise.
47737         * io/sys/stat.h: Likewise.
47738         * io/sys/statfs.h: Likewise.
47739         * io/sys/statvfs.h: Likewise.
47740         * io/utime.h: Likewise.
47741         * libio/bits/stdio.h: Likewise.
47742         * libio/bits/stdio2.h: Likewise.
47743         * libio/libio.h: Likewise.
47744         * libio/libioP.h: Likewise.
47745         * libio/stdio.h: Likewise.
47746         * locale/lc-ctype.c: Likewise.
47747         * locale/locale.h: Likewise.
47748         * login/utmp.h: Likewise.
47749         * malloc/arena.c: Likewise.
47750         * malloc/malloc.c: Likewise.
47751         * malloc/malloc.h: Likewise.
47752         * malloc/mcheck.c: Likewise.
47753         * malloc/mtrace.c: Likewise.
47754         * math/bits/mathcalls.h: Likewise.
47755         * math/fenv.h: Likewise.
47756         * math/math_private.h: Likewise.
47757         * misc/bits/error.h: Likewise.
47758         * misc/bits/syslog.h: Likewise.
47759         * misc/err.h: Likewise.
47760         * misc/error.h: Likewise.
47761         * misc/fstab.h: Likewise.
47762         * misc/mntent.h: Likewise.
47763         * misc/regexp.h: Likewise.
47764         * misc/search.h: Likewise.
47765         * misc/sgtty.h: Likewise.
47766         * misc/sys/mman.h: Likewise.
47767         * misc/sys/syslog.h: Likewise.
47768         * misc/sys/uio.h: Likewise.
47769         * misc/sys/xattr.h: Likewise.
47770         * misc/ttyent.h: Likewise.
47771         * nis/rpcsvc/ypclnt.h: Likewise.
47772         * nss/nss.h: Likewise.
47773         * posix/bits/unistd.h: Likewise.
47774         * posix/fnmatch.h: Likewise.
47775         * posix/glob.h: Likewise.
47776         * posix/sched.h: Likewise.
47777         * posix/spawn.h: Likewise.
47778         * posix/sys/wait.h: Likewise.
47779         * posix/unistd.h: Likewise.
47780         * posix/wordexp.h: Likewise.
47781         * pwd/pwd.h: Likewise.
47782         * resolv/netdb.h: Likewise.
47783         * resource/sys/resource.h: Likewise.
47784         * rt/aio.h: Likewise.
47785         * rt/bits/mqueue2.h: Likewise.
47786         * rt/mqueue.h: Likewise.
47787         * shadow/shadow.h: Likewise.
47788         * signal/signal.h: Likewise.
47789         * socket/send.c: Likewise.
47790         * socket/sendto.c: Likewise.
47791         * socket/sys/socket.h: Likewise.
47792         * stdio-common/printf.h: Likewise.
47793         * stdlib/bits/stdlib.h: Likewise.
47794         * stdlib/fmtmsg.h: Likewise.
47795         * stdlib/monetary.h: Likewise.
47796         * stdlib/stdlib.h: Likewise.
47797         * stdlib/ucontext.h: Likewise.
47798         * streams/stropts.h: Likewise.
47799         * string/argz.h: Likewise.
47800         * string/bits/string2.h: Likewise.
47801         * string/string.h: Likewise.
47802         * string/strings.h: Likewise.
47803         * sunrpc/rpc/auth.h: Likewise.
47804         * sunrpc/rpc/auth_des.h: Likewise.
47805         * sunrpc/rpc/clnt.h: Likewise.
47806         * sunrpc/rpc/netdb.h: Likewise.
47807         * sunrpc/rpc/pmap_clnt.h: Likewise.
47808         * sunrpc/rpc/xdr.h: Likewise.
47809         * sysdeps/generic/inttypes.h: Likewise.
47810         * sysdeps/generic/net/if.h: Likewise.
47811         * sysdeps/generic/sys/swap.h: Likewise.
47812         * sysdeps/gnu/net/if.h: Likewise.
47813         * sysdeps/gnu/utmpx.h: Likewise.
47814         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47815         * sysdeps/i386/i486/bits/string.h: Likewise.
47816         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47817         * sysdeps/s390/bits/string.h: Likewise.
47818         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47819         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47820         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47821         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47822         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47823         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47824         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47825         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47826         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47827         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47828         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47829         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47830         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47831         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47832         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47833         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47834         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47835         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47836         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47837         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47838         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47839         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47840         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47841         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47842         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47843         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47844         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47845         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47846         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47847         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47848         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47849         * sysvipc/sys/ipc.h: Likewise.
47850         * sysvipc/sys/msg.h: Likewise.
47851         * sysvipc/sys/sem.h: Likewise.
47852         * sysvipc/sys/shm.h: Likewise.
47853         * termios/termios.h: Likewise.
47854         * time/sys/time.h: Likewise.
47855         * time/time.h: Likewise.
47856         * wcsmbs/bits/wchar2.h: Likewise.
47857         * wcsmbs/uchar.h: Likewise.
47858         * wcsmbs/wchar.h: Likewise.
47859         * wctype/wctype.h: Likewise.
47860
47861         [BZ #13551]
47862         * Makeconfig: Remove all but ELF support including AIX support.
47863         * Makerules: Likewise.
47864         * config.h.in: Likewise.
47865         * config.make.in: Likewise.
47866         * configure: Likewise.
47867         * configure.in: Likewise.
47868         * csu/Makefile: Likewise.
47869         * csu/version.c: Likewise.
47870         * debug/Makefile: Likewise.
47871         * dlfcn/Makefile: Likewise.
47872         * elf/Makefile: Likewise.
47873         * extra-lib.mk: Likewise.
47874         * iconv/Makefile: Likewise.
47875         * include/libc-symbols.h: Likewise.
47876         * include/shlib-compat.h: Likewise.
47877         * resolv/Makefile: Likewise.
47878         * resolv/res_libc.c: Likewise.
47879         * rt/Makefile: Likewise.
47880         * sysdeps/i386/asm-syntax.h: Likewise.
47881         * sysdeps/i386/sysdep.h: Likewise.
47882         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47883         * sysdeps/mach/sysdep.h: Likewise.
47884         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47885         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47886         * sysdeps/s390/asm-syntax.h: Likewise.
47887         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47888         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47889         * sysdeps/sh/sysdep.h: Likewise.
47890         * sysdeps/unix/sparc/sysdep.h: Likewise.
47891         * sysdeps/wordsize-32/divdi3.c: Likewise.
47892         * sysdeps/x86_64/sysdep.h: Likewise.
47893
47894         * argp/Versions: Remove _argp_unlock_xxx.
47895
47896         [BZ #13559]
47897         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47898         * abilist/libBrokenLocale.abilist: Likewise.
47899         * abilist/libanl.abilist: Likewise.
47900         * abilist/libc.abilist: Likewise.
47901         * abilist/libcrypt.abilist: Likewise.
47902         * abilist/libdl.abilist: Likewise.
47903         * abilist/libm.abilist: Likewise.
47904         * abilist/libnsl.abilist: Likewise.
47905         * abilist/libpthread.abilist: Likewise.
47906         * abilist/libresolv.abilist: Likewise.
47907         * abilist/librt.abilist: Likewise.
47908         * abilist/libthread_db.abilist: Likewise.
47909         * abilist/libutil.abilist: Likewise.
47910         * abilist/libnss_db.abilist: New file.
47911
47912         * scripts/abilist.awk: Add support for indirect functions.
47913
47914         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47915
47916         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47917
47918         * shlib-versions: Remove entries for ports architectures.
47919
47920         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47921         files in ports.
47922         * elf/stackguard-macros.h: Remove support for IA-64.
47923         * elf/tst-auditmod1.c: Likewise.
47924         * sysdeps/generic/ldsodefs.h: Likewise.
47925
47926         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47927         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47928         configure files.
47929
47930         [BZ #13552]
47931         * configure.in: Remove --enable-omitfp support.
47932         * FAQ.in: Adjust.
47933         * config.make.in: Likewise.
47934         * Makeconfig: Likewise.
47935         * manual/install.texi: Likewise.
47936
47937         In case anyone cares, the IA-64 architecture could move to ports.
47938         * sysdeps/ia64/*: Removed.
47939         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47940         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47941
47942         [BZ #13555]
47943         * configure.in: Remove entries for unsupported architectures.
47944
47945         [BZ #13533]
47946         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47947         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47948         routines.
47949         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47950         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47951         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47952         fall back to using wcrtomb.
47953         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47954         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47955         renaming.
47956         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47957         * wcsmbs/tst-c16c32-1.c: New file.
47958
47959         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47960         local variable.
47961
47962         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47963
47964         * elf/tst-unique3.cc: Add explicit declaration of gets.
47965         * elf/tst-unique3lib.cc: Likewise.
47966         * elf/tst-unique3lib2.cc: Likewise.
47967         * elf/tst-unique4.cc: Likewise.
47968
47969         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47970
47971 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47972
47973         [BZ #13566]
47974         * assert/assert.h (static_assert): Don't define for C++.
47975         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47976         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47977
47978 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47979
47980         * iconv/loop.c (single loop): Fix assertion in storing of
47981         remaining bytes.
47982
47983         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47984
47985 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47986
47987         * posix/getconf.c: Update copyright year.
47988         * nss/getent.c: Likewise.
47989         * nss/makedb.c: Likewise.
47990         * iconv/iconvconfig.c: Likewise.
47991         * iconv/iconv_prog.c: Likewise.
47992         * elf/ldconfig.c: Likewise.
47993         * elf/pldd.c: Likewise.
47994         * elf/sotruss.ksh: Likewise.
47995         * catgets/gencat.c: Likewise.
47996         * csu/version.c: Likewise.
47997         * elf/ldd.bash.in: Likewise.
47998         * elf/sprof.c (print_version): Likewise.
47999         * locale/programs/locale.c: Likewise.
48000         * locale/programs/localedef.c: Likewise.
48001         * login/programs/pt_chown.c: Likewise.
48002         * nscd/nscd.c (print_version): Likewise.
48003         * debug/xtrace.sh: Likewise.
48004         * malloc/memusage.sh: Likewise.
48005         * malloc/mtrace.pl: Likewise.
48006         * debug/catchsegv.sh: Likewise.
48007
48008 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
48009
48010         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
48011         pure attribute.
48012
48013 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
48014
48015         [BZ #13533]
48016         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
48017         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
48018         transformations.
48019         * iconv/gconv_int.h: Likewise.
48020         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
48021         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
48022         from libc for GLIBC_2.16.
48023         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
48024         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
48025         * wcsmbs/uchar.h: Really define mbstate_t.
48026         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
48027         * wcsmbs/c16rtomb.c: New file.
48028         * wcsmbs/mbrtoc16.c: New file.
48029         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
48030         for C/POSIX locale.
48031         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
48032         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
48033
48034         * wcsmbs/wchar.h: Add missing __restrict.
48035
48036 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
48037
48038         [BZ #13532]
48039         * time/Makefile (routines): Add timespec_get.
48040         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
48041         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
48042         timespec for ISO C11.
48043         * time/timespec_get.c: New file.
48044         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
48045         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
48046
48047         [BZ #13531]
48048         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
48049         * stdlib/stdlib.h: Declare aligned_alloc.
48050         * Versions.def: Add GLIBC_2.16 for libc.
48051         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
48052
48053         [BZ 13527]
48054         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
48055         ISO C11.
48056
48057         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
48058         code.
48059
48060         [BZ #13528]
48061         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
48062
48063         [BZ #13529]
48064         * assert/assert.h (static_assert): Define.
48065
48066         * version.h: Update for 2.16 development version.
48067
48068         [BZ #13526]
48069         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
48070         _ISOC11_SOURCE.
48071
48072         * version.h (RELEASE): Bump for 2.15 release.
48073         * include/features.h (__GLIBC_MINOR__): Bump to 15.
48074
48075         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
48076         Patch by Marek Polacek <mpolacek@redhat.com>.
48077
48078         * bits/byteswap.h: Protect long long constants with __extension__.
48079         * sysdeps/i386/bits/byteswap.h: Likewise.
48080         * sysdeps/ia64/bits/byteswap.h: Likewise.
48081         * sysdeps/s390/bits/byteswap.h: Likewise.
48082         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48083
48084 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48085
48086         [BZ #13540]
48087         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
48088         destination buffer.
48089         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
48090
48091 2011-12-23  Marek Polacek  <polacek@redhat.com>
48092
48093         * elf/dl-addr.c (determine_info): Add inline keyword.
48094         * elf/tst-auditmod4b.c (check_avx): Likewise.
48095         * elf/tst-auditmod6b.c (check_avx): Likewise.
48096         * elf/tst-auditmod6c.c (check_avx): Likewise.
48097         * elf/tst-auditmod7b.c (check_avx): Likewise.
48098
48099 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
48100
48101         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
48102         !__SSE_MATH__.
48103
48104 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48105
48106         [BZ #13540]
48107         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
48108         processing for last bytes.
48109
48110 2011-08-06  Bruno Haible  <bruno@clisp.org>
48111
48112         [BZ #13061]
48113         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
48114         U+0385, not to U+1FEE.
48115
48116         [BZ #13062]
48117         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
48118         entry for U+00A5 U+0301.
48119
48120 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48121
48122         [BZ #13166]
48123         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
48124         buffer for the output is too small.
48125
48126         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
48127         optimization.
48128
48129         [BZ #13185]
48130         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
48131         SSE flags if possible.
48132
48133 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48134
48135         [BZ #13540]
48136         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
48137         processing for last bytes.
48138
48139 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
48140
48141         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
48142         (syscall-list-default-options, syscall-list-default-condition)
48143         (syscall-list-includes): Define.
48144         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
48145         list of ABIs and options and #if conditions for each ABI.  Do not
48146         handle common syscalls between ABIs specially.
48147         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
48148         Remove.
48149         (syscall-list-variants, syscall-list-32bit-options)
48150         (syscall-list-32bit-condition, syscall-list-64bit-options)
48151         (syscall-list-64bit-condition): Define.
48152         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
48153         (syscall-list-variants, syscall-list-32bit-options)
48154         (syscall-list-32bit-condition, syscall-list-64bit-options)
48155         (syscall-list-64bit-condition): Define.
48156         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
48157         Remove.
48158         (syscall-list-variants, syscall-list-32bit-options)
48159         (syscall-list-32bit-condition, syscall-list-64bit-options)
48160         (syscall-list-64bit-condition): Define.
48161         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
48162         Remove.
48163         (syscall-list-variants, syscall-list-32bit-options)
48164         (syscall-list-32bit-condition, syscall-list-64bit-options)
48165         (syscall-list-64bit-condition): Define.
48166
48167 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48168
48169         * locale/iso-639.def: Add brx entry.
48170
48171         [BZ #13328]
48172         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
48173         Proposed by Mariusz_Cukr <marcukr@op.pl>.
48174
48175         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
48176         __feraiseexcept_renamed.
48177
48178 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48179
48180         [BZ #13538]
48181         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
48182         EPOLLET with unsigned values.
48183         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48184         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
48185
48186         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
48187         to large cancellation.
48188         * math/s_cacoshf.c: Likewise.
48189         * math/s_cacoshl.c: Likewise.
48190
48191 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
48192
48193         [BZ #13305]
48194         [BZ #12786]
48195         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
48196         * math/s_cacoshf.c: Likewise.
48197         * math/s_cacoshl.c: Likewise.
48198
48199 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48200
48201         [BZ #13439]
48202         * iconv/gconv.h: Define __GCONV_SWAP.
48203         * iconvdata/unicode.c: The swap bit must be stored in __flags.
48204         * iconvdata/utf-16.c: Likewise.
48205         * iconvdata/utf-32.c: Likewise.
48206
48207 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
48208
48209         [BZ #13524]
48210         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
48211         numerator after shifting it by one limb.
48212
48213 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
48214
48215         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
48216         under [__USE_EXTERN_INLINES].
48217
48218 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48219
48220         [BZ #13446]
48221         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48222
48223 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48224
48225         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48226         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48227         optimized code.
48228         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48229         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48230         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48231         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48232         for strncasecmp/strncasecmp_l compilation.
48233         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48234         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48235
48236 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
48237
48238         [BZ #13484]
48239         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48240         of __asm__.
48241
48242 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48243
48244         [BZ #13506]
48245         * time/tzfile.c (__tzfile_read): Check values from file header.
48246
48247 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48248
48249         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48250         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48251         * powerpc/powerpc32/dl-start.S: Likewise.
48252         * powerpc/powerpc32/elf/start.S: Likewise.
48253         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48254         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48255         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48256         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48257         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48258         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48259         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48260         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48261         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48262         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48263         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48264         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48265         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48266         * powerpc/powerpc32/memset.S: Likewise.
48267         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48268         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48269         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48270         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48271         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48272         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48273         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48274         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48275         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48276         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48277         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48278         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48279         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48280
48281 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48282
48283         * math/libm-test.inc: Added more nearbyint tests.
48284         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48285         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48286         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48287         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48288
48289 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48290
48291         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48292         FD_CLOEXEC.
48293
48294 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48295
48296         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48297         Add wcscpy-ssse3 wcscpy-c.
48298         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48299         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48300         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48301         * sysdeps/x86_64/wcschr.S: New file.
48302         * sysdeps/x86_64/wcsrchr.S: New file.
48303         * string/test-strcmp.c: Remove checking of wcscmp function for
48304         wrong alignments.
48305         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48306         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48307         wcsrchr-sse2 wcsrchr-c.
48308         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48309         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48310         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48311         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48312         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48313         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48314         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48315         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48316         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48317         * wcsmbc/wcschr.c (WCSCHR): New macro.
48318
48319 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48320
48321         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48322         * wcsmbs/test-wcsrchr.c: New file.
48323         * string/test-strrchr.c: Add wcsrchr support.
48324         (WIDE): New macro.
48325         * wcsmbs/test-wcscpy.c: New file.
48326         * string/test-strcpy.c: Add wcscpy support.
48327         (WIDE): New macro.
48328
48329 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48330
48331         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48332         the inner loop.
48333
48334 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48335
48336         [BZ #13472]
48337         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48338
48339 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48340
48341         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48342         Minor optimizations.
48343
48344         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48345         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48346         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48347
48348 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48349
48350         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48351         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48352         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48353         for gcc to avoid warnings.
48354         * inet/Makefile (tests): Add tst-checks.
48355         * inet/tst-checks.c: New file.
48356
48357         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48358         warning.
48359
48360         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48361         __wmemcmp_sse2.
48362
48363         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48364         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48365
48366         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48367
48368 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48369
48370         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48371         problem.
48372
48373         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48374
48375 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48376
48377         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48378         conditional on GCC version.
48379         (__arch_compare_and_exchange_val_8_acq)
48380         (__arch_compare_and_exchange_val_16_acq)
48381         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48382         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48383         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48384
48385 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48386
48387         * sysdeps/sh/backtrace.c: New file.
48388
48389 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48390
48391         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48392         parenthesis.
48393
48394 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48395
48396         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48397         falling back to utime.
48398
48399 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48400
48401         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48402         expectations for float.
48403
48404 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48405
48406         * locale/weight.h (findidx): Add parameter len.
48407         * locale/weightwc.h (findidx): Likewise.
48408         * posix/fnmatch_loop.c (FCT): Adjust caller.
48409         * posix/regcomp.c (build_equiv_class): Likewise.
48410         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48411         * posix/regexec.c (check_node_accept_bytes): Likewise.
48412         * string/strcoll_l.c (STRCOLL): Likewise.
48413         * string/strxfrm_l.c (STRXFRM): Likewise.
48414
48415 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48416
48417         * Makefile.in: Remove CVSOPT handling.
48418         * configure.in: Remove use of AC_REVISION.
48419         * iconvdata/Makefile (distribute): No need to filter out CVS.
48420         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48421         handling.
48422
48423 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48424
48425         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48426         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48427         [USE_AS_STRNCASECMP_L]: Likewise.
48428         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48429         NO_TLS_DIRECT_SEG_REFS.
48430         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48431         Fix argument offsets for non-PIC.
48432         [USE_AS_STRNCASECMP_L]: Likewise.
48433         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48434         NO_TLS_DIRECT_SEG_REFS.
48435
48436 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48437
48438         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48439         O_CLOEXEC.
48440         * locale/loadlocale.c (_nl_load_locale): Likewise.
48441
48442 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48443
48444         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48445         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48446         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48447         (SYSCALL_GETTIME): Set errno on error.
48448
48449         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48450         count references to noai6ai_cached.
48451
48452 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48453
48454         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48455
48456         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48457         FD_CLOEXEC for /proc/self/maps.
48458
48459         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48460         FD_CLOEXEC for /proc/meminfo.
48461
48462         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48463         gai.conf.
48464
48465         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48466         FD_CLOEXEC for given file.
48467
48468         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48469
48470         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48471         FD_CLOEXEC for /etc/hosts.
48472         (_gethtent): Likewise.
48473
48474         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48475
48476         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48477         cancellation and set FD_CLOEXEC for /etc/netgroup.
48478
48479         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48480         reading /etc/publickey.
48481
48482         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48483         allow cancellation when reading /etc/group.
48484
48485         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48486         cancellation.
48487         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48488
48489         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48490         when using data file.
48491
48492         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48493
48494         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48495         (write_nis_obj): Use "c" and "e" in fopen.
48496
48497         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48498
48499         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48500
48501         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48502
48503         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48504
48505         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48506         locale.alias.
48507
48508         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48509
48510         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48511
48512         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48513
48514         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48515         file parsing and set FD_CLOEXEC.
48516
48517 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48518
48519         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48520
48521 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48522
48523         * malloc/arena.c (arena_get2): Don't call reused_arena when
48524         _int_new_arena failed.
48525
48526 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48527
48528         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48529         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48530         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48531         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48532         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48533         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48534         to compile strcasecmp and strncasecmp.
48535         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48536         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48537
48538         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48539
48540 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48541
48542         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48543         locale-defines.sym to gen-as-const-headers.
48544         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48545         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48546         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48547         to compile strcasecmp and strncasecmp.
48548         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48549         strcasecmp_l and strncasecmp_l.
48550         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48551         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48552         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48553         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48554         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48555         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48556         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48557         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48558         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48559         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48560         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48561
48562 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48563
48564         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48565         result of SYSDEP_GETTIME_CPU to retval.
48566         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48567         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48568
48569         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48570         variable.
48571
48572         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48573         mantissa words.
48574         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48575
48576         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48577         from unused variable.
48578
48579         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48580         DWARF definitions.
48581         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48582         for assembling.
48583
48584         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48585         over namespaces.
48586
48587         * sunrpc/rpc_prot.c (rejected): Fix case value.
48588
48589         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48590         unsigned long long int to avoid warnings in shift.
48591
48592         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48593         of use of trans.
48594         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48595         variable tmp.
48596
48597         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48598         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48599         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48600
48601         * nis/nis_table.c (nis_list): Use variable of correct type for
48602         result of __follow_path call.
48603
48604 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48605
48606         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48607         of math functions ceil, trunc, floor, round, and sqrt, when
48608         avaliable on the platform.
48609         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48610         name clash.
48611         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48612         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48613         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48614
48615 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48616
48617         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48618         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48619
48620 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48621
48622         * include/unistd.h: Fix __readlink return type.
48623         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48624
48625 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48626
48627         * stdlib/ucontext.h: Undo last change for makecontext.
48628
48629 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48630
48631         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48632
48633         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48634         * setjmp/setjmp.h: Mark functions as non-leaf.
48635         * setjmp/bits/setjmp2.h: Likewise.
48636         * stdlib/ucontext.h: Likewise.
48637
48638 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48639
48640         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48641         (reused_arena): Don't check arena limit.
48642         (arena_get2): Atomically check arena limit.
48643
48644 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48645
48646         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48647         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48648
48649         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48650         instructions.
48651
48652 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48653
48654         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48655         handler when locking.
48656
48657         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48658         Fix size of allocated buffer.
48659
48660 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48661
48662         [BZ #10103]
48663         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48664         declarations for long double functions.
48665         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48666
48667         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48668
48669 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48670
48671         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48672         installed.
48673
48674         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48675         is disabled.
48676
48677 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48678
48679         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48680
48681 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48682
48683         * include/alloca.h (stackinfo_alloca_round): Define.
48684         (extend_alloca): Use it.
48685         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48686         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48687         here.
48688
48689         * scripts/check-local-headers.sh: Ignore libaudit.h.
48690
48691         * nscd/Makefile (extra-objs): Make recursively expanded.
48692
48693 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48694
48695         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48696         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48697
48698         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48699         * posix/tst-rfc3484-2.c: Likewise.
48700         * posix/tst-rfc3484-3.c: Likewise.
48701
48702         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48703         process_vm_writev.
48704         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48705         process_vm_writev.
48706         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48707         process_vm_writev from libc using GLIBC_2.15 version.
48708
48709         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48710
48711 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48712
48713         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48714         stack usage.
48715
48716 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48717
48718         [BZ #13367]
48719         * nss/getent.c (initgroups_keys): Show error message in case no group
48720         names are given.
48721
48722         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48723         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48724         __bump_nl_timestamp.
48725         * nscd/connections (nscd_init): When host database is served open
48726         netlink socket and request notification about configuration changes.
48727         (main_loop_poll): Track netlink file descriptor and bump timestamp
48728         in case data becomes available.
48729         (main_loop_epoll): Likewise.
48730         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48731         (database_pers_head): Add extra_data fileds.
48732         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48733         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48734         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48735         Adjust caller.
48736         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48737         in6ai data, call __free_in6ai.
48738         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48739         Add -DHAVE_NETLINK.
48740         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48741         interface information.  Reuse previous data if netlink timestamp
48742         is not changed.
48743         (__bump_nl_timestamp): New function.
48744         (__free_in6ai): New function.
48745
48746 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48747
48748         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48749         close_not_cancel_no_status here.
48750         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48751
48752 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48753
48754         [BZ #13276]
48755         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48756         return value.
48757
48758         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48759         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48760         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48761
48762 2011-07-03  Andreas Jaeger  <aj@suse.de>
48763
48764         [BZ #10709]
48765         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48766         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48767         * math/libm-test.inc (sin_test): Add test case.
48768
48769 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48770
48771         [BZ #13337]
48772         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48773         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48774
48775         * elf/chroot_canon.c (chroot_canon): Cleanups.
48776
48777         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48778
48779         [BZ #13335]
48780         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48781         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48782
48783         * string/test-strchr.c: Make usable for strchrnul testing.
48784         * string/test-strchrnul.c: New file.
48785         * string/Makefile (strop-tests): Add strchrnul.
48786
48787         * po/it.po: Update from translation team.
48788         * po/es.po: Likewise.
48789
48790 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48791
48792         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48793         the three constants needed as parameters.  Drop the others.
48794         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48795         __m128i_strloadu_tolower.
48796         Create and initialize variable zero and use it in all the places
48797         where _mm_setzero_si128 was used.
48798
48799         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48800         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48801         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48802         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48803         anymore.
48804         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48805         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48806         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48807         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48808         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48809         __mpranred, __mptan.
48810         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48811         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48812         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48813         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48814         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48815         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48816         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48817         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48818         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48819
48820 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48821
48822         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48823         redefine if SHARED.
48824         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48825
48826         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48827         wide char related routines to wcsmbs subdir.
48828
48829 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48830
48831         [BZ #13344]
48832         * misc/sys/cdefs.h (__THROWNL): Define.
48833         * posix/unistd.h: Use __THREADNL instead of __THREAD
48834         for memory synchronization functions.
48835
48836 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48837
48838         [BZ #13349]
48839         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48840         doesn't exist.
48841         * manual/stdio.texi (Obstack Streams): Node removed.
48842
48843 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48844
48845         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48846         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48847         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48848
48849         * math/math_private.h (math_force_eval): Allow non-addressable
48850         arguments.
48851         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48852
48853 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48854
48855         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48856         file is not needed.
48857
48858         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48859         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48860         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48861         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48862         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48863         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48864         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48865         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48866         Add AVX variants.
48867         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48868         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48869         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48870         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48871         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48872         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48873         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48874         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48875         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48876         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48877         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48878         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48879         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48880         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48881         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48882         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48883         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48884         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48885         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48886
48887         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48888         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48889
48890         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48891         place.  Use VEX encoding when compiling for AVX.
48892
48893 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48894
48895         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48896         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48897
48898         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48899
48900 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48901
48902         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48903         useless if() expression.
48904         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48905         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48906         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48907         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48908         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48909         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48910         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48911         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48912         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48913         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48914         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48915         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48916         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48917         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48918         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48919         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48920         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48921         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48922         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48923
48924         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48925
48926 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48927
48928         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48929         condition.
48930         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48931
48932 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48933
48934         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48935         .text section.  Avoid duplicate constants.
48936         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48937         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48938         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48939         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48940         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48941         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48942         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48943         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48944         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48945         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48946         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48947         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48948         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48949         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48950         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48951         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48952         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48953         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48954         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48955         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48956         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48957         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48958         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48959         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48960         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48961         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48962         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48963         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48964         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48965         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48966         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48967         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48968         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48969         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48970         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48971         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48972         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48973         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48974         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48975         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48976         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48977         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48978         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48979         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48980         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48981
48982 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48983
48984         * sysdeps/x86_64/dla.h: Move to ...
48985         * sysdeps/x86_64/fpu/dla.h: ...here.
48986         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48987         situations.  Use __builtin_fma only for gcc 4.6 and up.
48988
48989         * config.make.in: Add have-mfma4 entry.
48990         * configure.in: Substitute libc_cv_cc_fma4.
48991         * math/Makefile (dbl-only-routines): Add sincostab.
48992         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48993         Use __sincostab not sincos.
48994         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48995         name is a macro.
48996         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48997         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48998         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48999         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
49000         using __copysign.
49001         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
49002         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
49003         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
49004         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
49005         and __inv.
49006         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
49007         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
49008         __copysign.
49009         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
49010         define aliases when function name is a macro.
49011         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
49012         sysdeps/ieee754/dbl-64/sincos.tbl.
49013         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
49014         fma4-enabled routines.
49015         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
49016         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
49017         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
49018         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
49019         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
49020         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
49021         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
49022         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
49023         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
49024         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
49025         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
49026         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
49027         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
49028         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
49029         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
49030         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
49031         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
49032         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
49033         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
49034         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
49035         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
49036         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
49037         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
49038         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
49039         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
49040         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
49041         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
49042         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
49043         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
49044         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
49045
49046         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
49047         rename.
49048         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49049         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49050         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49051         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49052         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49053         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49054         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49055         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49056
49057 2011-10-24  Andreas Schwab  <schwab@redhat.com>
49058
49059         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
49060
49061 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49062
49063         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
49064
49065         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
49066         prediction.
49067         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
49068
49069         * string/strnlen.c: Don't define STRNLEN, reverse logic.
49070         Remove unused variable magic_bits.
49071         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
49072
49073         * string/strnlen.c: Define and use STRNLEN macro.
49074         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
49075         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
49076         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
49077         * wcsmbs/wcslen.c: Define and use WCSLEN.
49078         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
49079         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
49080         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
49081         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
49082         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
49083         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
49084         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49085
49086 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49087
49088         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49089         strnlen-sse2-no-bsf.
49090         Rename strlen-no-bsf to strlen-sse2-no-bsf.
49091         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
49092         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
49093         Add strnlen support.
49094         (USE_AS_STRNLEN): New macro.
49095         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
49096         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
49097         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
49098         * sysdeps/x86_64/wcslen.S: New file.
49099
49100 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
49101
49102         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
49103         XMM-moves are used for copying on small sizes.
49104
49105 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49106
49107         * wcsmbs/Makefile (strop-tests): Add wcschr.
49108         * wcsmbs/test-wcschr.c: New file.
49109         * string/test-strchr.c: Update.
49110         Add wcschr support.
49111         (WIDE): New macro.
49112
49113 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49114
49115         * wcsmbs/Makefile (strop-tests): Add wcslen.
49116         * wcsmbs/test-wcslen.c: New file.
49117         * string/test-strlen.c: Update.
49118         Add wcslen support.
49119         (WIDE): New macro.
49120
49121 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49122
49123         * po/it.po: Update from translation team.
49124
49125 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49126
49127         * sysdeps/x86_64/wcscmp.S: Update.
49128         Fix wrong comparison semantics.
49129         wcscmp shall use signed comparison not unsigned.
49130         Don't use substraction to avoid overflow bug.
49131         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
49132         * wcsmbc/wcscmp.c: Likewise.
49133         * string/test-strcmp.c: Likewise.
49134         Add new tests to check cases with negative values.
49135
49136 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49137
49138         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
49139         * sysdeps/x86_64/dla.h: ...here.  New file.
49140         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
49141         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49142         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49143         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49144         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49145         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49146         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49147         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49148         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49149
49150 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
49151
49152         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
49153         __ynl_finite aliases.
49154
49155 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49156
49157         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49158
49159         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
49160         define DLA_FMA.
49161         [DLA_FMA] (EMULV): Use DLA_FMA.
49162         [DLA_FMA] (MUL12): Use EMULV.
49163         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
49164         that are not needed.
49165         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49166         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49167         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49168         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49169         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49170         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49171         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49172
49173 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
49174
49175         * math/s_nan.c: Undef __nan.
49176         * math/s_nanf.c: Undef __nanf.
49177         * math/s_nanl.c: Undef __nanl.
49178         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
49179         "math_private.h".
49180
49181 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49182
49183         * math/s_catan.c: Add branch predictions.
49184         * math/s_catanf.c: Likewise.
49185         * math/s_catanh.c: Likewise.
49186         * math/s_catanhf.c: Likewise.
49187         * math/s_catanhl.c: Likewise.
49188         * math/s_catanl.c: Likewise.
49189         * math/s_cexp.c: Likewise.
49190         * math/s_cexpf.c: Likewise.
49191         * math/s_cexpl.c: Likewise.
49192         * math/s_clog.c: Likewise.
49193         * math/s_clog10.c: Likewise.
49194         * math/s_clog10f.c: Likewise.
49195         * math/s_clog10l.c: Likewise.
49196         * math/s_clogf.c: Likewise.
49197         * math/s_clogl.c: Likewise.
49198         * math/s_csqrt.c: Likewise.
49199         * math/s_csqrtf.c: Likewise.
49200         * math/s_csqrtl.c: Likewise.
49201         * math/s_ctanf.c: Likewise.
49202         * math/s_ctanh.c: Likewise.
49203         * math/s_ctanhf.c: Likewise.
49204         * math/s_ctanhl.c: Likewise.
49205         * math/s_ctanl.c: Likewise.
49206
49207         * math/math_private.h: Define __nan, __nanf, __nanl.
49208         * math/s_cacosh.c: Include <math_private.h>.
49209         * math/s_cacoshl.c: Likewise.
49210         * math/s_casinh.c: Likewise.
49211         * math/s_casinhf.c: Likewise.
49212         * math/s_casinhl.c: Likewise.
49213         * math/s_ccos.c: Rely entire on ccosh.
49214         * math/s_ccosf.c: Rely entire on ccoshf.
49215         * math/s_ccosl.c: Rely entirely on ccoshl.
49216         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
49217         Remove tests for FE_INVALID.
49218         * math/s_ccoshf.c: Likewise.
49219         * math/s_ccoshl.c: Likewise.
49220         * math/s_csin.c: Likewise.
49221         * math/s_csinf.c: Likewise.
49222         * math/s_csinh.c Likewise.
49223         * math/s_csinhf.c: Likewise.
49224         * math/s_csinhl.c: Likewise.
49225         * math/s_csinl.c: Likewise.
49226         * math/s_ctan.c: Likewise.
49227         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49228         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49229         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49230
49231 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
49232
49233         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49234         compilation problems.
49235
49236         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49237         __builtin_expect.
49238
49239 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
49240
49241         * sysdeps/i386/configure.in: Test for -mfma4 option.
49242         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49243         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49244         COMMON_CPUID_INDEX_80000001.
49245         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49246         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49247         use it if FMA3 is not supported.
49248         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49249
49250         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49251         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49252
49253 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49254
49255         [BZ #12892]
49256         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49257         it would create a cycle with a link time dependency.
49258
49259 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49260
49261         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49262         instruction.
49263         * string/Makefile (strop-tests): Add rawmemchr.
49264         * string/test-rawmemchr.c: New file.
49265
49266         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49267         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49268         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49269         when compiling str{,n}casecmp and when AVX is available.  Hook up
49270         new optimized code in initializers.
49271
49272 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49273
49274         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49275         __feraiseexcept instead of feraiseexcept.
49276
49277 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49278
49279         * math/math_private.h: Define defaults for libc_fetestexcept and
49280         libc_feupdateenv.
49281         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49282         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49283         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49284         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49285         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49286         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49287         libc_fetestexcept and libc_feupdateenv.
49288
49289         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49290         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49291         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49292         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49293         libc_feholdexcept_setround.
49294
49295         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49296         Add s_nearbyint-c and s_nearbyintf-c.
49297         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49298         nearbyintf inlines.
49299         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49300         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49301         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49302         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49303
49304         * math/math_private.h: Define defaults for libc_fegetround,
49305         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49306         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49307         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49308         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49309         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49310         standard functions.
49311         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49312         Remove comments and hacks for old compiler versions.
49313         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49314         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49315         libc_feholdexceptl.
49316
49317 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49318
49319         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49320         (__feraiseexcept_renamed): Add __NTH.
49321         (feraiseexcept): Add __NTH.  Rename local variables to fix
49322         namespace violations.
49323
49324 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49325
49326         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49327
49328         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49329
49330         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49331         recently added interfaces.
49332         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49333
49334         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49335         about macro parameter expansion.
49336
49337         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49338         __NO_MATH_INLINES is defined.  Cleanups.
49339
49340         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49341         and __floorf is target has SSE4.1.
49342         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49343         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49344         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49345         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49346
49347         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49348         name.
49349         (floorf): Likewise.
49350
49351         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49352
49353 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49354
49355         * misc/sys/cdefs.h: Fix last change.
49356
49357         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49358         database lookup.
49359
49360 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49361
49362         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49363
49364         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49365         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49366         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49367         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49368         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49369         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49370         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49371         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49372         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49373         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49374         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49375         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49376         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49377         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49378         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49379         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49380         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49381         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49382         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49383         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49384         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49385         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49386
49387         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49388         ceil, ceilf, floor, floorf.
49389
49390         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49391         Perform IRELATIVE relocations last.
49392
49393         * elf/do-rel.h: Add another parameter nrelative, replacing the
49394         local variable with the same name.  Change name of the function
49395         to end in Rel or Rela (uppercase).
49396         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49397         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49398         elf_dynamic_do_##reloc function.
49399
49400 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49401
49402         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49403         is sufficient, at least on modern CPUs.
49404
49405         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49406
49407         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49408         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49409
49410         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49411         __expl_finite.
49412         * math/bits/math-finite.h: Add entries for exp.
49413         * math/e_expl.c: Add __*_finite alias.
49414         * sysdeps/i386/fpu/e_exp.S: Likewise.
49415         * sysdeps/i386/fpu/e_expf.S: Likewise.
49416         * sysdeps/i386/fpu/e_expl.c: Likewise.
49417         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49418         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49419         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49420         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49421         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49422         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49423         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49424
49425         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49426         is sufficient, at least on modern CPUs.
49427
49428         * ctype/ctype-info.c (__ctype_init): Define.
49429         * include/ctype.h (__ctype_init): Declare.
49430         (__ctype_b_loc): The variable is always initialized.
49431         (__ctype_toupper_loc): Likewise.
49432         (__ctype_tolower_loc): Likewise.
49433         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49434         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49435
49436 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49437
49438         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49439
49440         * configure.in: Also look in $cxxmachine/include for C++ system
49441         headers.
49442
49443 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49444
49445         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49446         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49447         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49448         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49449         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49450         (USE_AS_WMEMCMP): New macro.
49451         Fixing indents.
49452         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49453         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49454         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49455         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49456         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49457         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49458         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49459         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49460         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49461         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49462         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49463         (USE_AS_WMEMCMP): New macro.
49464         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49465         * sysdeps/string/test-memcmp.c: Update.
49466         Fix simple_wmemcmp.
49467         Add new tests.
49468         * wcsmbs/wmemcmp.c: Update.
49469         (WMEMCMP): New macro.
49470         Fix overflow bug.
49471
49472 2011-10-12  Andreas Jaeger  <aj@suse.de>
49473
49474         [BZ #13268]
49475         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49476
49477 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49478
49479         * libio/iofwide.c (do_length): Avoid warning.
49480
49481         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49482
49483 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49484
49485         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49486
49487         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49488         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49489         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49490         * sysdeps/i386/i686/fpu/e_log.S: New file.
49491         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49492         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49493
49494         * ctype/ctype.h: Add support for inlined isXXX functions when
49495         compiling C++ code.
49496
49497 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49498
49499         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49500
49501         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49502
49503 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49504
49505         [BZ #13291]
49506         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49507
49508 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49509
49510         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49511         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49512         feraiseexcept.
49513
49514         * sysdeps/x86_64/memrchr.S: Check for zero size.
49515
49516         * string/stratcliff.c: Add memrchr tests.
49517
49518 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49519
49520         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49521         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49522         rawmemchr-sse2 rawmemchr-sse2-bsf.
49523         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49524         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49525         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49526         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49527         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49528         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49529         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49530         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49531         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49532         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49533         * string/memrchr.c (MEMRCHR): New macro.
49534
49535 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49536
49537         Add integration with gcc's -ffinite-math-only and optimize wrapper
49538         functions in libm.
49539         * Versions.def: Define GLIBC_2.15 version for libm.
49540         * math/Makefile (headers): Add bits/math-finite.h.
49541         * math/bits/math-finite.h: New file.
49542         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49543         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49544         * math/e_acoshl.c: Add __*_finite alias.
49545         * math/e_acosl.c: Likewise.
49546         * math/e_asinl.c: Likewise.
49547         * math/e_atan2l.c: Likewise.
49548         * math/e_atanhl.c: Likewise.
49549         * math/e_coshl.c: Likewise.
49550         * math/e_exp10.c: Likewise.
49551         * math/e_exp10f.c: Likewise.
49552         * math/e_exp10l.c: Likewise.
49553         * math/e_exp2l.c: Likewise.
49554         * math/e_fmodl.c: Likewise.
49555         * math/e_gammal_r.c: Likewise.
49556         * math/e_hypotl.c: Likewise.
49557         * math/e_j0l.c: Likewise.
49558         * math/e_j1l.c: Likewise.
49559         * math/e_jnl.c: Likewise.
49560         * math/e_lgammal_r.c: Likewise.
49561         * math/e_log10l.c: Likewise.
49562         * math/e_log2l.c: Likewise.
49563         * math/e_logl.c: Likewise.
49564         * math/e_powl.c: Likewise.
49565         * math/e_sinhl.c: Likewise.
49566         * math/e_sqrtl.c: Likewise.
49567         * math/e_scalb.c: Completely rewritten and optimized.
49568         * math/e_scalbf.c: Likewise.
49569         * math/e_scalbl.c: Likewise.
49570         * math/w_acos.c: Likewise.
49571         * math/w_acosf.c: Likewise.
49572         * math/w_acosl.c: Likewise.
49573         * math/w_acosh.c: Likewise.
49574         * math/w_acoshf.c: Likewise.
49575         * math/w_acoshl.c: Likewise.
49576         * math/w_asin.c: Likewise.
49577         * math/w_asinf.c: Likewise.
49578         * math/w_asinl.c: Likewise.
49579         * math/w_atan2.c: Likewise.
49580         * math/w_atan2f.c: Likewise.
49581         * math/w_atan2l.c: Likewise.
49582         * math/w_atanh.c: Likewise.
49583         * math/w_atanhf.c: Likewise.
49584         * math/w_atanhl.c: Likewise.
49585         * math/w_exp10.c: Likewise.
49586         * math/w_exp10f.c: Likewise.
49587         * math/w_exp10l.c: Likewise.
49588         * math/w_fmod.c: Likewise.
49589         * math/w_fmodf.c: Likewise.
49590         * math/w_fmodl.c: Likewise.
49591         * math/w_j0.c: Likewise.
49592         * math/w_j0f.c: Likewise.
49593         * math/w_j0l.c: Likewise.
49594         * math/w_j1.c: Likewise.
49595         * math/w_j1f.c: Likewise.
49596         * math/w_j1l.c: Likewise.
49597         * math/w_jn.c: Likewise.
49598         * math/w_jnf.c: Likewise.
49599         * math/w_log.c: Likewise.
49600         * math/w_logf.c: Likewise.
49601         * math/w_logl.c: Likewise.
49602         * math/w_log10.c: Likewise.
49603         * math/w_log10f.c: Likewise.
49604         * math/w_log10l.c: Likewise.
49605         * math/w_log2.c: Likewise.
49606         * math/w_log2f.c: Likewise.
49607         * math/w_log2l.c: Likewise.
49608         * math/w_pow.c: Likewise.
49609         * math/w_powf.c: Likewise.
49610         * math/w_powl.c: Likewise.
49611         * math/w_remainder.c: Likewise.
49612         * math/w_remainderf.c: Likewise.
49613         * math/w_remainderl.c: Likewise.
49614         * math/w_scalb.c: Likewise.
49615         * math/w_scalbf.c: Likewise.
49616         * math/w_scalbl.c: Likewise.
49617         * math/w_sqrt.c: Likewise.
49618         * math/w_sqrtf.c: Likewise.
49619         * math/w_sqrtl.c: Likewise.
49620         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49621         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49622         used.
49623         * math/math_private.h: Declare __kernel_standard_f.
49624         * math/w_cosh.c: Remove cruft and optimize a bit.
49625         * math/w_coshf.c: Likewise.
49626         * math/w_coshl.c: Likewise.
49627         * math/w_exp2.c: Likewise.
49628         * math/w_exp2f.c: Likewise.
49629         * math/w_exp2l.c: Likewise.
49630         * math/w_hypot.c: Likewise.
49631         * math/w_hypotf.c: Likewise.
49632         * math/w_hypotl.c: Likewise.
49633         * math/w_lgamma.c: Likewise.
49634         * math/w_lgamma_r.c: Likewise.
49635         * math/w_lgammaf.c: Likewise.
49636         * math/w_lgammaf_r.c: Likewise.
49637         * math/w_lgammal.c: Likewise.
49638         * math/w_lgammal_r.c: Likewise.
49639         * math/w_sinh.c: Likewise.
49640         * math/w_sinhf.c: Likewise.
49641         * math/w_sinhl.c: Likewise.
49642         * math/w_tgamma.c: Likewise.
49643         * math/w_tgammaf.c: Likewise.
49644         * math/w_tgammal.c: Likewise.
49645         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49646         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49647         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49648         Minor optimizations.  Pretty printing.  Remove cruft.
49649         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49650         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49651         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49652         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49653         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49654         * sysdeps/i386/fpu/e_asin.S: Likewise.
49655         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49656         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49657         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49658         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49659         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49660         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49661         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49662         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49663         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49664         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49665         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49666         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49667         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49668         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49669         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49670         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49671         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49672         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49673         * sysdeps/i386/fpu/e_log.S: Likewise.
49674         * sysdeps/i386/fpu/e_log10.S: Likewise.
49675         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49676         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49677         * sysdeps/i386/fpu/e_log2.S: Likewise.
49678         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49679         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49680         * sysdeps/i386/fpu/e_logf.S: Likewise.
49681         * sysdeps/i386/fpu/e_logl.S: Likewise.
49682         * sysdeps/i386/fpu/e_pow.S: Likewise.
49683         * sysdeps/i386/fpu/e_powf.S: Likewise.
49684         * sysdeps/i386/fpu/e_powl.S: Likewise.
49685         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49686         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49687         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49688         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49689         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49690         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49691         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49692         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49693         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49694         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49695         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49696         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49697         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49698         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49699         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49700         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49701         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49702         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49703         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49704         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49705         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49706         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49707         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49708         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49709         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49710         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49711         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49712         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49713         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49714         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49715         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49716         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49717         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49718         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49719         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49720         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49721         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49722         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49723         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49724         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49725         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49726         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49727         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49728         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49729         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49730         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49731         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49732         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49733         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49734         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49735         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49736         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49737         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49738         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49739         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49740         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49741         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49742         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49743         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49744         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49745         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49746         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49747         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49748         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49749         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49750         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49751         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49752         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49753         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49754         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49755         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49756         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49757         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49758         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49759         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49760         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49761         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49762         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49763         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49764         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49765         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49766         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49767         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49768         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49769         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49770         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49771         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49772         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49773         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49774         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49775         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49776         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49777         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49778         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49779         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49780         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49781         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49782         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49783         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49784         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49785         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49786         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49787         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49788         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49789         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49790         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49791         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49792         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49793         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49794         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49795         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49796         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49797         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49798         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49799         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49800         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49801         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49802         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49803         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49804         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49805         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49806         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49807         (__isnanf): Likewise.
49808         (__isinf_ns): Likewise.
49809         (__isinf_nsf): Likewise.
49810         (__finite): Likewise.
49811         (__finitef): Likewise.
49812         (__ieee754_sqrt): Define as macro.
49813         (__ieee754_sqrtf): Define as macro.
49814         (__ieee754_sqrtl): Define as macro.
49815         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49816         inlined copy.
49817         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49818         __FINITE_MATH_ONLY__ consistent.
49819         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49820
49821 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49822
49823         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49824         of rawmemchr.
49825
49826         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49827
49828 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49829
49830         * po/ja.po: Update from translation team.
49831
49832 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49833
49834         * locale/programs/locarchive.c (prepare_address_space): New function.
49835         (create_archive, enlarge_archive, open_archive): Use it.
49836
49837         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49838         inside [SHARED], where it is used.
49839
49840         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49841
49842         * nss/getent.c (netgroup_keys): Remove unused variable.
49843         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49844
49845 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49846
49847         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49848         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49849         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49850         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49851         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49852         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49853         * math/Makefile (libm-calls): Add s_isinf_ns.
49854         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49855         * math/multc3.c: Likewise.
49856         * math/s_casin.c: Likewise.
49857         * math/s_casinf.c: Likewise.
49858         * math/s_casinl.c: Likewise.
49859         * math/s_ccos.c: Likewise.
49860         * math/s_ccosf.c: Likewise.
49861         * math/s_ccosl.c: Likewise.
49862         * math/s_ctan.c: Likewise.
49863         * math/s_ctanf.c: Likewise.
49864         * math/s_ctanh.c: Likewise.
49865         * math/s_ctanhf.c: Likewise.
49866         * math/s_ctanhl.c: Likewise.
49867         * math/s_ctanl.c: Likewise.
49868         * math/w_fmod.c: Likewise.
49869         * math/w_fmodf.c: Likewise.
49870         * math/w_fmodl.c: Likewise.
49871         * math/w_remainder.c: Likewise.
49872         * math/w_remainderf.c: Likewise.
49873         * math/w_remainderl.c: Likewise.
49874         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49875         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49876         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49877         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49878         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49879         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49880         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49881         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49882
49883         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49884         of the number.
49885         * stdio-common/printf_fphex.c: Likewise.
49886         * stdio-common/printf_size.c: Likewise.
49887
49888         * math/e_exp10.c: Include math_private.h using <...> not "...".
49889         * math/e_exp10f.c: Likewise.
49890         * math/e_exp10l.c: Likewise.
49891         * math/e_exp2l.c: Likewise.
49892         * math/e_j0l.c: Likewise.
49893         * math/e_j1l.c: Likewise.
49894         * math/e_jnl.c: Likewise.
49895         * math/e_lgammal_r.c: Likewise.
49896         * math/e_rem_pio2l.c: Likewise.
49897         * math/e_scalb.c: Likewise.
49898         * math/e_scalbf.c: Likewise.
49899         * math/e_scalbl.c: Likewise.
49900         * math/k_cosl.c: Likewise.
49901         * math/k_sinl.c: Likewise.
49902         * math/k_tanl.c: Likewise.
49903         * math/s_cacoshf.c: Likewise.
49904         * math/s_catan.c: Likewise.
49905         * math/s_catanf.c: Likewise.
49906         * math/s_catanh.c: Likewise.
49907         * math/s_catanhf.c: Likewise.
49908         * math/s_catanhl.c: Likewise.
49909         * math/s_catanl.c: Likewise.
49910         * math/s_ccosh.c: Likewise.
49911         * math/s_ccoshf.c: Likewise.
49912         * math/s_ccoshl.c: Likewise.
49913         * math/s_cexp.c: Likewise.
49914         * math/s_cexpf.c: Likewise.
49915         * math/s_cexpl.c: Likewise.
49916         * math/s_clog.c: Likewise.
49917         * math/s_clog10.c: Likewise.
49918         * math/s_clog10f.c: Likewise.
49919         * math/s_clog10l.c: Likewise.
49920         * math/s_clogf.c: Likewise.
49921         * math/s_clogl.c: Likewise.
49922         * math/s_csin.c: Likewise.
49923         * math/s_csinf.c: Likewise.
49924         * math/s_csinh.c: Likewise.
49925         * math/s_csinhf.c: Likewise.
49926         * math/s_csinhl.c: Likewise.
49927         * math/s_csinl.c: Likewise.
49928         * math/s_csqrt.c: Likewise.
49929         * math/s_csqrtf.c: Likewise.
49930         * math/s_csqrtl.c: Likewise.
49931         * math/s_ctan.c: Likewise.
49932         * math/s_ctanf.c: Likewise.
49933         * math/s_ctanh.c: Likewise.
49934         * math/s_ctanhf.c: Likewise.
49935         * math/s_ctanhl.c: Likewise.
49936         * math/s_ctanl.c: Likewise.
49937         * math/s_ldexp.c: Likewise.
49938         * math/s_ldexpf.c: Likewise.
49939         * math/s_ldexpl.c: Likewise.
49940         * math/s_significand.c: Likewise.
49941         * math/s_significandf.c: Likewise.
49942         * math/s_significandl.c: Likewise.
49943         * math/w_acos.c: Likewise.
49944         * math/w_acosf.c: Likewise.
49945         * math/w_acosh.c: Likewise.
49946         * math/w_acoshf.c: Likewise.
49947         * math/w_acoshl.c: Likewise.
49948         * math/w_acosl.c: Likewise.
49949         * math/w_asin.c: Likewise.
49950         * math/w_asinf.c: Likewise.
49951         * math/w_asinl.c: Likewise.
49952         * math/w_atan2.c: Likewise.
49953         * math/w_atan2f.c: Likewise.
49954         * math/w_atan2l.c: Likewise.
49955         * math/w_atanh.c: Likewise.
49956         * math/w_atanhf.c: Likewise.
49957         * math/w_atanhl.c: Likewise.
49958         * math/w_cosh.c: Likewise.
49959         * math/w_coshf.c: Likewise.
49960         * math/w_coshl.c: Likewise.
49961         * math/w_dremf.c: Likewise.
49962         * math/w_exp10.c: Likewise.
49963         * math/w_exp10f.c: Likewise.
49964         * math/w_exp10l.c: Likewise.
49965         * math/w_exp2.c: Likewise.
49966         * math/w_exp2f.c: Likewise.
49967         * math/w_fmod.c: Likewise.
49968         * math/w_fmodf.c: Likewise.
49969         * math/w_fmodl.c: Likewise.
49970         * math/w_hypot.c: Likewise.
49971         * math/w_hypotf.c: Likewise.
49972         * math/w_hypotl.c: Likewise.
49973         * math/w_j0.c: Likewise.
49974         * math/w_j0f.c: Likewise.
49975         * math/w_j0l.c: Likewise.
49976         * math/w_j1.c: Likewise.
49977         * math/w_j1f.c: Likewise.
49978         * math/w_j1l.c: Likewise.
49979         * math/w_jn.c: Likewise.
49980         * math/w_jnf.c: Likewise.
49981         * math/w_jnl.c: Likewise.
49982         * math/w_lgamma.c: Likewise.
49983         * math/w_lgamma_r.c: Likewise.
49984         * math/w_lgammaf.c: Likewise.
49985         * math/w_lgammaf_r.c: Likewise.
49986         * math/w_lgammal.c: Likewise.
49987         * math/w_lgammal_r.c: Likewise.
49988         * math/w_log.c: Likewise.
49989         * math/w_log10.c: Likewise.
49990         * math/w_log10f.c: Likewise.
49991         * math/w_log10l.c: Likewise.
49992         * math/w_log2.c: Likewise.
49993         * math/w_log2f.c: Likewise.
49994         * math/w_log2l.c: Likewise.
49995         * math/w_logf.c: Likewise.
49996         * math/w_logl.c: Likewise.
49997         * math/w_pow.c: Likewise.
49998         * math/w_powf.c: Likewise.
49999         * math/w_powl.c: Likewise.
50000         * math/w_remainder.c: Likewise.
50001         * math/w_remainderf.c: Likewise.
50002         * math/w_remainderl.c: Likewise.
50003         * math/w_scalb.c: Likewise.
50004         * math/w_scalbf.c: Likewise.
50005         * math/w_scalbl.c: Likewise.
50006         * math/w_sinh.c: Likewise.
50007         * math/w_sinhf.c: Likewise.
50008         * math/w_sinhl.c: Likewise.
50009         * math/w_sqrt.c: Likewise.
50010         * math/w_sqrtf.c: Likewise.
50011         * math/w_sqrtl.c: Likewise.
50012         * math/w_tgamma.c: Likewise.
50013         * math/w_tgammaf.c: Likewise.
50014         * math/w_tgammal.c: Likewise.
50015
50016         * po/ja.po: Update from translation team.
50017
50018 2011-09-29  Andreas Jaeger  <aj@suse.de>
50019
50020         [BZ #13179]
50021         * sunrpc/netname.c (netname2host): Fix logic.
50022
50023         [BZ #6779]
50024         [BZ #6783]
50025         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
50026         correctly.
50027         * math/w_remainder.c (__remainder): Likewise.
50028         * math/w_remainderf.c (__remainderf): Likewise.
50029         * math/libm-test.inc (remainder_test): Add test cases.
50030
50031 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50032
50033         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
50034         sdiv_qrnnd.
50035
50036 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
50037
50038         * string/test-memcmp.c: Avoid unncessary #defines.
50039         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50040
50041 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50042
50043         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
50044         Use new sse2 version for core i3 - i7 as it's faster
50045         than sse42 version.
50046         (bit_Prefer_PMINUB_for_stringop): New.
50047         * sysdeps/x86_64/rawmemchr.S: Update.
50048         Replace with faster SSE2 version.
50049         * sysdeps/x86_64/memrchr.S: New file.
50050         * sysdeps/x86_64/memchr.S: Update.
50051         Replace with faster SSE2 version.
50052
50053 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
50054
50055         * elf/dl-load.c (lose): Add cast to avoid warning.
50056
50057 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
50058
50059         * po/ca.po: Update from translation team.
50060
50061         * inet/getnetgrent_r.c: Hook up nscd.
50062         * nscd/Makefile (routines): Add nscd_netgroup.
50063         (nscd-modules): Add netgroupcache.
50064         (CFLAGS-netgroupcache.c): Define.
50065         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
50066         (cache_search): Add const to second parameter.
50067         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
50068         INNETGR.
50069         (dbs): Add netgrdb entry.
50070         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
50071         (verify_persistent_db): Handle netgrdb.
50072         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
50073         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
50074         GETFDNETGR.
50075         (netgroup_response_header): Define.
50076         (innetgroup_response_header): Define.
50077         (datahead): Add netgroup_response_header and innetgroup_response_header
50078         elements.
50079         * nscd/nscd.conf: Add entries for netgroup cache.
50080         * nscd/nscd.h (dbtype): Add netgrdb.
50081         (_PATH_NSCD_NETGROUP_DB): Define.
50082         (netgroup_iov_disabled): Declare.
50083         (xmalloc, xcalloc, xrealloc): Move declarations here.
50084         (cache_search): Adjust prototype.
50085         Add netgroup-related prototypes.
50086         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
50087         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
50088         (__nscd_innetgr): Declare.
50089         * nscd/selinux.c (perms): Use access_vector_t as element type and
50090         add netgroup-related initializers.
50091         * nscd/netgroupcache.c: New file.
50092         * nscd/nscd_netgroup.c: New file.
50093         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
50094         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
50095         For four parameters use innetgr.
50096         * nss/nss_files/files-init.c: Add definition and callback for netgr.
50097         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
50098         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
50099         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
50100
50101         * nscd/connections.c (register_traced_file): Don't register file
50102         for disabled databases.
50103
50104 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
50105
50106         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
50107
50108         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
50109         from tree and freeing node.
50110
50111 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
50112
50113         * nss/nsswitch.c (__nss_database_lookup): Handle
50114         nss_parse_service_list out of memory case.
50115
50116 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
50117
50118         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
50119         out of memory case.
50120
50121 2011-10-04  Andreas Schwab  <schwab@redhat.com>
50122
50123         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
50124         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
50125         pass it down.
50126         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
50127         elf_machine_rela, elf_machine_lazy_rel.
50128         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
50129         (ELF_DYNAMIC_DO_REL): Likewise.
50130         (ELF_DYNAMIC_DO_RELA): Likewise.
50131         (ELF_DYNAMIC_RELOCATE): Likewise.
50132         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
50133         to ELF_DYNAMIC_DO_REL.
50134         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
50135         (dl_main): In trace mode always set __RTLD_NOIFUNC.
50136         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
50137         elf_machine_rela.
50138         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
50139         skip_ifunc, don't call ifunc function if non-zero.
50140         (elf_machine_rela): Likewise.
50141         (elf_machine_lazy_rel): Likewise.
50142         (elf_machine_lazy_rela): Likewise.
50143         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
50144         (elf_machine_lazy_rel): Likewise.
50145         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
50146         Likewise.
50147         (elf_machine_lazy_rel): Likewise.
50148         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50149         Likewise.
50150         (elf_machine_lazy_rel): Likewise.
50151         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
50152         (elf_machine_lazy_rel): Likewise.
50153         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
50154         (elf_machine_lazy_rel): Likewise.
50155         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
50156         (elf_machine_lazy_rel): Likewise.
50157         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
50158         (elf_machine_lazy_rel): Likewise.
50159         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
50160         (elf_machine_lazy_rel): Likewise.
50161         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
50162         (elf_machine_lazy_rel): Likewise.
50163
50164 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
50165
50166         * nss/nss_files/files-init.c (_nss_files_init): Use static
50167         initialization for all the *_traced_file variables.
50168
50169 2011-09-28  Andreas Schwab  <schwab@redhat.com>
50170
50171         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50172
50173 2011-09-27  Roland McGrath  <roland@hack.frob.com>
50174
50175         [BZ #13226]
50176         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
50177
50178 2011-09-27  Andreas Schwab  <schwab@redhat.com>
50179
50180         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50181         Reread the line before reparsing it.
50182
50183 2011-09-26  Andreas Schwab  <schwab@redhat.com>
50184
50185         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
50186
50187 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
50188             Maxim Kuvyrkov  <maxim@codesourcery.com>
50189             Joseph Myers  <joseph@codesourcery.com>
50190
50191         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
50192         if needed for __stack_chk_guard.
50193
50194 2011-09-19  Roland McGrath  <roland@hack.frob.com>
50195
50196         * sysdeps/posix/spawni.c (script_execute): Always define it.
50197         It will be optimized away if unused.
50198         (maybe_script_execute): New function.
50199         (__spawni): Call it.
50200
50201         * Makerules: Don't include tls.make.
50202         (config-tls): Always set to thread.
50203         * tls.make.c: File removed.
50204
50205 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
50206
50207         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
50208         * config.make.in (CPPFLAGS-config): New substituted variable.
50209
50210 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50211
50212         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
50213
50214         [BZ #13192]
50215         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
50216         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
50217
50218 2011-09-15  Roland McGrath  <roland@hack.frob.com>
50219
50220         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50221         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50222         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50223         (CALL_FAIL): Likewise.
50224         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50225         (CALL_FAIL): Macro removed.
50226         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50227
50228 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50229
50230         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50231         for __FINITE_MATH_ONLY__ == 1.
50232
50233 2011-09-15  Andreas Schwab  <schwab@redhat.com>
50234
50235         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50236         __ieee754_sqrt instead of sqrt.
50237         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50238         __ieee754_sqrtf instead of sqrtf.
50239         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50240         __floorf instead of floorf.
50241         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50242         __floorf, __truncf instead of floorf, truncf.
50243
50244 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
50245
50246         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50247
50248         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50249         __extern_always_inline.
50250         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50251         32-bit.
50252
50253 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50254
50255         * elf/rtld.c (dl_main): Also relocate in dependency order when
50256         doing symbol dependency testing.
50257
50258 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50259
50260         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50261         Always define `refsym'.
50262
50263 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50264
50265         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50266         (__FD_ELT): Renamed from __FDELT.
50267         * misc/bits/select2.h (__FD_ELT): Likewise.
50268         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50269         __FD_MASK instead of __FDELT, __FDMASK.
50270         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50271         Likewise.
50272         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50273         Likewise.
50274
50275         * elf/Makefile (gen-ldd): Fix pattern.
50276
50277         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50278         (init_tls): Likewise.
50279
50280 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50281
50282         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50283
50284 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50285
50286         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50287         `struct cmsghdr *' instead of `void *'.
50288         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50289         Likewise.
50290
50291 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50292
50293         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50294         if non-absolute.
50295         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50296         ldd_rewrite_script.
50297
50298 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50299
50300         * configure.in: Remove --with-tls option.
50301         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50302         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50303         out in case it is missing.
50304         * sysdeps/ia64/elf/configure.in: Likewise.
50305         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50306         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50307         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50308         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50309         * sysdeps/sh/elf/configure.in: Likewise.
50310         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50311         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50312         * sysdeps/x86_64/elf/configure.in: Likewise.
50313         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50314         * sysdeps/mach/hurd/tls.h: Likewise.
50315
50316         [BZ #13067]
50317         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50318
50319         [BZ #13090]
50320         * configure.in: Fix use of AC_INIT.
50321
50322         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50323
50324 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50325
50326         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50327         __set_errno.
50328         * malloc/hooks.c: Likewise.
50329
50330         [BZ #11929]
50331         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50332         variables statically.
50333         (narenas): Initialize.
50334         (list_lock): Initialize.
50335         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50336         initializtion of main_arena and list_lock.  Small cleanups.
50337         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50338         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50339         Add initializers to main_arena and mp_.
50340         (malloc_state): Remove pagesize member.  Change all users to use
50341         GLRO(dl_pagesize).
50342
50343         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50344         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50345         is always initialized.
50346
50347         * malloc/malloc.c: Removed unused configurations and dead code.
50348         * malloc/arena.c: Likewise.
50349         * malloc/hooks.c: Likewise.
50350         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50351
50352         * include/tls.h: Removed.  USE___THREAD must always be defined.
50353         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50354         * elf/dl-libc.c: Likewise.
50355         * elf/dl-tsd.c: Likewise.
50356         * include/errno.h: Likewise.
50357         * include/netdb.h: Likewise.
50358         * include/resolv.h: Likewise.
50359         * inet/herrno-loc.c: Likewise.
50360         * inet/herrno.c: Likewise.
50361         * malloc/arena.c: Likewise.
50362         * malloc/hooks.c: Likewise.
50363         * malloc/malloc.c: Likewise.
50364         * resolv/res-state.c: Likewise.
50365         * resolv/res_libc.c: Likewise.
50366         * sysdeps/i386/dl-machine.h: Likewise.
50367         * sysdeps/ia64/dl-machine.h: Likewise.
50368         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50369         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50370         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50371         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50372         * sysdeps/sh/dl-machine.h: Likewise.
50373         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50374         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50375         * sysdeps/unix/i386/sysdep.S: Likewise.
50376         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50377         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50378         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50379         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50380         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50381         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50382         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50383         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50384         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50385         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50386         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50387         * sysdeps/x86_64/dl-machine.h: Likewise.
50388         * tls.make.c: Likewise.
50389
50390         * configure.in: Remove --with-__thread option.  Make tests for
50391         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50392         tls_model attribute fail if no support is available.  Remove
50393         USE_IN_LIBIO.
50394         * Makeconfig: Adjust for dropped configure option.  All features are
50395         now mandatory.
50396         * Makerules: Likewise.
50397         * Versions.def: Likewise.
50398         * argp/argp-fmtstream.c: Likewise.
50399         * argp/argp-fmtstream.h: Likewise.
50400         * argp/argp-help.c: Likewise.
50401         * assert/assert.c: Likewise.
50402         * config.h.in: Likewise.
50403         * config.make.in: Likewise.
50404         * configure: Likewise.
50405         * configure.in: Likewise.
50406         * csu/Versions: Likewise.
50407         * csu/init.c: Likewise.
50408         * elf/tst-audit2.c: Likewise.
50409         * elf/tst-tls10.c: Likewise.
50410         * elf/tst-tls10.h: Likewise.
50411         * elf/tst-tls11.c: Likewise.
50412         * elf/tst-tls12.c: Likewise.
50413         * elf/tst-tls14.c: Likewise.
50414         * elf/tst-tlsmod11.c: Likewise.
50415         * elf/tst-tlsmod12.c: Likewise.
50416         * elf/tst-tlsmod13.c: Likewise.
50417         * elf/tst-tlsmod13a.c: Likewise.
50418         * elf/tst-tlsmod14a.c: Likewise.
50419         * elf/tst-tlsmod15b.c: Likewise.
50420         * elf/tst-tlsmod16a.c: Likewise.
50421         * elf/tst-tlsmod16b.c: Likewise.
50422         * elf/tst-tlsmod7.c: Likewise.
50423         * elf/tst-tlsmod8.c: Likewise.
50424         * elf/tst-tlsmod9.c: Likewise.
50425         * gmon/gmon.c: Likewise.
50426         * grp/fgetgrent_r.c: Likewise.
50427         * grp/putgrent.c: Likewise.
50428         * hurd/fopenport.c: Likewise.
50429         * include/libc-symbols.h: Likewise.
50430         * include/tls.h: Likewise.
50431         * intl/gettextP.h: Likewise.
50432         * intl/loadinfo.h: Likewise.
50433         * locale/global-locale.c: Likewise.
50434         * locale/localeinfo.h: Likewise.
50435         * mach/devstream.c: Likewise.
50436         * malloc/arena.c: Likewise.
50437         * malloc/set-freeres.c: Likewise.
50438         * misc/err.c: Likewise.
50439         * misc/getttyent.c: Likewise.
50440         * misc/mntent_r.c: Likewise.
50441         * posix/getopt.c: Likewise.
50442         * posix/wordexp.c: Likewise.
50443         * pwd/fgetpwent_r.c: Likewise.
50444         * resolv/Versions: Likewise.
50445         * resolv/res_hconf.c: Likewise.
50446         * shadow/fgetspent_r.c: Likewise.
50447         * shadow/putspent.c: Likewise.
50448         * stdio-common/printf_fphex.c: Likewise.
50449         * stdio-common/tmpfile.c: Likewise.
50450         * stdlib/abort.c: Likewise.
50451         * stdlib/fmtmsg.c: Likewise.
50452         * sunrpc/auth_unix.c: Likewise.
50453         * sunrpc/clnt_perr.c: Likewise.
50454         * sunrpc/clnt_tcp.c: Likewise.
50455         * sunrpc/clnt_udp.c: Likewise.
50456         * sunrpc/clnt_unix.c: Likewise.
50457         * sunrpc/openchild.c: Likewise.
50458         * sunrpc/svc_simple.c: Likewise.
50459         * sunrpc/svc_tcp.c: Likewise.
50460         * sunrpc/svc_udp.c: Likewise.
50461         * sunrpc/svc_unix.c: Likewise.
50462         * sunrpc/xdr.c: Likewise.
50463         * sunrpc/xdr_array.c: Likewise.
50464         * sunrpc/xdr_rec.c: Likewise.
50465         * sunrpc/xdr_ref.c: Likewise.
50466         * sunrpc/xdr_stdio.c: Likewise.
50467
50468 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50469
50470         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50471
50472 2011-07-03  Andreas Jaeger  <aj@suse.de>
50473
50474         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50475         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50476         regenerate with gen-libm-tests.pl.
50477
50478 2010-05-12  Petr Baudis  <pasky@suse.cz>
50479
50480         [BZ #11589]
50481         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50482         around j0() zero points by switching to j1().
50483         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50484         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50485         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50486         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50487
50488 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50489
50490         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50491         instead of 0.
50492         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50493         instead of 0.
50494         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50495         Patch in part by Pavel Roskin <proski@gnu.org>.
50496
50497         [BZ #13138]
50498         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50499         realloc.
50500         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50501         Free memory block if necessary.
50502
50503         [BZ #12847]
50504         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50505         be NULL.  Don't lock in this case.
50506
50507 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50508
50509         * elf/elf.h (ELFOSABI_GNU): New macro.
50510         (ELFOSABI_LINUX): Define to that.
50511
50512 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50513
50514         * string/strncat.c (strncat): Undef the symbol in case it has been
50515         defined in bits/string.h.
50516
50517 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50518
50519         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50520
50521         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50522         link map.
50523
50524 2011-08-17  Andreas Jaeger  <aj@suse.de>
50525
50526         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50527
50528 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50529             Ian Lance Taylor  <iant@google.com>
50530
50531         * math/libm-test.inc (lround_test): New testcase.
50532         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50533
50534 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50535
50536         * Makefile: Remove support for automatic cvs check-ins.
50537         * Makerules: Likewise.
50538         * config.make.in: Likewise.
50539         * configure.in: Likewise.
50540         * intl/Makefile: Likewise.
50541         * locale/Makefile: Likewise.
50542         * po/Makefile: Likewise.
50543         * posix/Makefile: Likewise.
50544         * sysdeps/gnu/Makefile: Likewise.
50545         * sysdeps/mach/hurd/Makefile: Likewise.
50546         * sysdeps/sparc/sparc32/Makefile: Likewise.
50547
50548         [BZ #13118]
50549         * posix/Makefile (bug-regex32-ENV): Define.
50550         Patch by John Stanley <jpsinthemix@verizon.net>.
50551
50552         * misc/Makefile (headers): Add bits/select2.h.
50553         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50554         * misc/bits/select2.h: New file.
50555         * include/bits/select2.h: New file.
50556         * debug/Makefile (routines): Add fdelt_chk.
50557         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50558         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50559         FD_ISSET.
50560         * debug/fdelt_chk.c: New file.
50561
50562         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50563         * wcsmbs/test-wmemcmp.c: Likewise.
50564         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50565         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50566
50567 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50568
50569         * string/Makefile (strop-tests): Add memcmp.
50570         * string/test-wmemcmp.c: New file.
50571         * string/test-memcmp.c: Add wmemcmp support.
50572
50573 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50574
50575         [BZ #13153]
50576         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50577         2011-07-19 change.
50578
50579         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50580         garbage value in a __mach_port_mod_refs call in the cases of the
50581         task-self and thread-self ports.
50582
50583 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50584
50585         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50586
50587 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50588
50589         * elf/dl-load.c (lose): Check for non-null L.
50590
50591 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50592
50593         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50594
50595         * elf/dl-libc.c (dlerror_run): Pass back error code from
50596         dl_catch_error.
50597
50598         [BZ #13123]
50599         * elf/dl-load.c (lose): Free l_origin if it is valid.
50600
50601         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50602         names.
50603         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50604         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50605         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50606         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50607         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50608         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50609
50610 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50611
50612         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50613         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50614         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50615         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50616         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50617         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50618         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50619         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50620         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50621         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50622
50623 2011-08-15  Alan Modra  <amodra@gmail.com>
50624
50625         [BZ #13092]
50626         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50627         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50628         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50629         ppc_mcount to static-only-routines.
50630         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50631         __mcount_internal.
50632         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50633         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50634
50635 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50636
50637         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50638         for finite and infinity parameters.
50639
50640 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50641
50642         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50643         and add nop instructions for throughput optimization.
50644         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50645
50646 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50647
50648         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50649         aligned copy for power7 with vector-scalar instructions.
50650         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50651
50652 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50653
50654         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50655         AVX check.
50656
50657 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50658
50659         [BZ #13144]
50660         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50661         last change.
50662
50663 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50664
50665         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50666         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50667         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50668         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50669         clock_gettime.
50670
50671 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50672
50673         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50674         Forgot to demangle the pointer.
50675
50676         * sysdeps/i386/sysdep.h: Define atom_text_section.
50677         * sysdeps/x86_64/sysdep.h: Likewise.
50678         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50679         section with atom_text_section.
50680         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50681         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50682         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50683         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50684         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50685
50686         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50687         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50688         already be defined.  Change to take two parameters and don't assign
50689         result to variable.  Adjust all users.
50690         Define INTERNAL_GETTIME if not already defined.
50691         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50692         call.
50693         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50694         HAVE_CLOCK_GETTIME_VSYSCALL.
50695         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50696
50697         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50698         gettimeofday vsyscall, just use time.
50699
50700 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50701
50702         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50703         <errno.h>.
50704
50705 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50706
50707         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50708         syscall on x86-64.
50709         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50710         syscall.
50711         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50712         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50713         syscall if possible.
50714
50715 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50716
50717         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50718         e_ident.  Don't pass to find_mapsXX.
50719         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50720
50721 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50722
50723         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50724         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50725         * sysdeps/x86_64/multiarch/strchr.S: Update.
50726         Check bit_slow_BSF bit.
50727         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50728         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50729         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50730
50731 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50732
50733         [BZ #13134]
50734         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50735         before glibc 2.15.
50736         (tryshell): Define.
50737         (__spawni): Change last parameter to be flag.  Test
50738         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50739         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50740         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50741         * posix/spawni.c: Likewise.
50742         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50743         * posix/spawnp.c: Likewise.  Change normal version to use
50744         SPAWN_XFLAGS_USE_PATH.
50745         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50746         SPAWN_XFLAGS_TRY_SHELL.
50747
50748         [BZ #13150]
50749         * posix/glob.h: Remove gcc 1.x support.
50750
50751         [BZ #13068]
50752         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50753
50754 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50755
50756         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50757         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50758         strrchr-sse2-bsf
50759         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50760         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50761         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50762         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50763         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50764         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50765
50766 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50767
50768         * sysdeps/x86_64/wcscmp.S: New file.
50769
50770         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50771         wcscmp-c wcscmp-sse2
50772         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50773         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50774         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50775         * wcsmbs/wcscmp.c: Allow renaming.
50776
50777 2011-09-05  David S. Miller  <davem@davemloft.net>
50778
50779         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50780         stack slot, rather than the struct return pointer slot.
50781         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50782         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50783         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50784         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50785
50786 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50787
50788         * po/ja.po: Update from translation team.
50789
50790         [BZ #13144]
50791         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50792         kernel in 64-bit binaries.
50793
50794 2011-09-01  David S. Miller  <davem@davemloft.net>
50795
50796         * elf/elf.h (HWCAP_SPARC_*): Move to..
50797         * sysdeps/sparc/sysdep.h: this new file and add new values.
50798         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50799         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50800         _DL_HWCAP_COUNT to 24.
50801         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50802         entries.
50803         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50804         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50805         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50806         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50807         instead of magic constants.
50808         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50809
50810 2011-08-31  David S. Miller  <davem@davemloft.net>
50811
50812         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50813         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50814         Reimplement to do errno handling inline.
50815         (SYSCALL_ERROR_HANDLER): New macro.
50816         (__SYSCALL_STRING): Do not do errno handling in asm.
50817         (__CLONE_SYSCALL_STRING): Delete.
50818         (__INTERNAL_SYSCALL_STRING): Delete.
50819         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50820         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50821         (PSEUDO): Reimplement to do errno handling inline.
50822         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50823         (SYSCALL_ERROR_HANDLER): New macro.
50824         (__SYSCALL_STRING): Do not do errno handling in asm.
50825         (__CLONE_SYSCALL_STRING): Delete.
50826         (__INTERNAL_SYSCALL_STRING): Delete.
50827         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50828         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50829         i386.
50830         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50831         (inline_syscall*): Add 'err' argument.
50832         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50833         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50834         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50835         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50836
50837         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50838         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50839
50840 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50841
50842         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50843
50844 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50845
50846         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50847         directive.
50848
50849 2011-08-24  David S. Miller  <davem@davemloft.net>
50850
50851         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50852
50853 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50854
50855         * elf/Makefile: Add rules to build and run unload8 test.
50856         * elf/unload8.c: New file.
50857         * elf/unload8mod1.c: New file.
50858         * elf/unload8mod1x.c: New file.
50859         * elf/unload8mod2.c: New file.
50860         * elf/unload8mod3.c: New file.
50861
50862         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50863         it wasn't used.
50864
50865 2011-08-23  David S. Miller  <davem@davemloft.net>
50866
50867         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50868         subtract stack bias.
50869         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50870         %sp not %fp in calculations.
50871         (_JMPBUF_UNWINDS_ADJ): Likewise.
50872
50873         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50874         (aio_suspend): Call it to force an exception region around the
50875         AIO_MISC_WAIT() invocation.
50876
50877 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50878
50879         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50880         backslash.
50881
50882 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50883
50884         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50885         protection macro.
50886         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50887         and <dl-machine.h>.
50888         (Elf64_FuncDesc): Remove.
50889
50890 2011-08-22  David S. Miller  <davem@davemloft.net>
50891
50892         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50893         sigaltstack check, add missing cfi directives.
50894         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50895         missing cfi directives, and sigaltstack handling.
50896
50897 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50898
50899         [BZ #11724]
50900         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50901         object is seen twice.
50902         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50903
50904         * elf/Makefile (distribute): Add tst-initorder2.c.
50905         (tests): Add tst-initorder2.
50906         (modules-names): Add tst-initorder2a tst-initorder2b
50907         tst-initorder2c tst-initorder2d.  Add rules to build them.
50908         ($(objpfx)tst-initorder2.out): New rule.
50909         * elf/tst-initorder2.c: New file.
50910         * elf/tst-initorder2.exp: New file.
50911
50912 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50913
50914         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50915
50916         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50917         dependencies back to end of function.
50918
50919         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50920         $(elfobjdir)/ld.so.
50921
50922 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50923
50924         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50925         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50926         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50927         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50928         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50929         of __vdso_gettimeofday.
50930         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50931         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50932         attribute_hidden.
50933         (_libc_vdso_platform_setup): Remove initialization of
50934         __vdso_gettimeofday and __vdso_time.
50935
50936 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50937
50938         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50939         and fgetc_unlocked.
50940         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50941         getc_unlocked.
50942
50943         * elf/dl-open.c (add_to_global): Report additions to the global scope
50944         for LD_DEBUG=scopes.
50945         (dl_open_worker): Also print scope of newly loaded dependencies.
50946         (_dl_show_scope): Indicate if there is no scope.
50947
50948         [BZ #13114]
50949         * stdio-common/Makefile (tests): Add bug24.
50950         * stdio-common/bug24.c: New file.
50951
50952 2011-08-19  Andreas Jaeger  <aj@suse.de>
50953
50954         [BZ #13114]
50955         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50956         non-existant file when using close-on-exec mode.
50957
50958 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50959
50960         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50961         the very first instruction.
50962
50963         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50964         the CFI state in the end.
50965         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50966         inclusion of dl-trampoline.h.
50967         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50968
50969 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50970
50971         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50972         expectations for long double.
50973
50974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50975         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50976
50977 2011-08-14  David S. Miller  <davem@davemloft.net>
50978
50979         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50980         artificual limit depends upon the system page size.
50981
50982 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50983
50984         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50985         * resolv/Makefile: Define CFLAGS-libresolv.
50986
50987 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50988
50989         * nss/makedb.c (compute_tables): Make variables used in nested
50990         function static.
50991
50992 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50993
50994         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50995         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50996         if buffer was too small.
50997
50998         * elf/pldd.c (main): Attach to all threads in the process.
50999         Rewrite /proc handling to use *at functions.
51000
51001 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
51002
51003         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
51004         specifies first scope to show.
51005         (dl_open_worker): Update callers.  Move printing scope of new
51006         object to before the relocation.
51007         * elf/rtld.c (dl_main): Update _dl_show_scope call.
51008         * sysdeps/generic/ldsodefs.h: Update declaration.
51009
51010         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
51011         string for the scope number.
51012
51013 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
51014
51015         * nscd/servicescache.c (cache_addserv): Make sure written is always
51016         initialized.
51017
51018 2011-08-14  Roland McGrath  <roland@hack.frob.com>
51019
51020         * sysdeps/i386/i486/bits/atomic.h
51021         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
51022         statement expression, so as to suppress "set but not used" warning.
51023         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
51024
51025         * string/strncat.c (STRNCAT): Use prototype definition.
51026
51027         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
51028         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
51029         -Iprograms here.
51030         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
51031         (localedef-modules): Add localedef.
51032         (locale-modules): Add locale.
51033
51034         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
51035         * elf/rtld.c (dl_main): Invert order of assignment in last change,
51036         to avoid a warning.
51037
51038 2011-08-14  David S. Miller  <davem@davemloft.net>
51039
51040         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
51041         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
51042
51043 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
51044
51045         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
51046         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
51047         * elf/rtld.c (dl_main): Set l_name of vDSO.
51048         Call _dl_show_scope when DL_DEBUG_SCOPES.
51049         (process_dl_debug): Recognize scopes flag and also set it for all.
51050         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
51051         Declare _dl_show_scope.
51052
51053         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
51054         (do_dlopen): Pass caller_dlopen to dl_open.
51055         (__libc_dlopen_mode): Initialize caller_dlopen.
51056
51057         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
51058         of libc.  Make tolower call locale-independent.  Optimize a bit by
51059         using isdigit instead of isalnum.
51060         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
51061
51062 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
51063
51064         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
51065         was a dependency or dynamically loaded.
51066
51067 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
51068
51069         * intl/l10nflist.c: Allow architecture-specific pop function.
51070         * sysdeps/x86_64/l10nflist.c: New file.
51071
51072         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
51073         classification.
51074
51075 2011-08-10  Andreas Schwab  <schwab@redhat.com>
51076
51077         * include/dirent.h: Add libc_hidden_proto for scandirat and
51078         scandirat64.  Don't declare __scandirat64.
51079         * dirent/scandirat.c: Add libc_hidden_def.
51080         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
51081         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
51082
51083 2011-08-10  David S. Miller  <davem@davemloft.net>
51084
51085         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
51086         enum.
51087         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51088         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51089         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51090
51091 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
51092
51093         * Versions.def [libc]: Add GLIBC_2.15.
51094         * dirent/Makefile (routines): Add scandirat and scandirat64.
51095         * dirent/Versions [libc]: Export scandirat and scandirat64 for
51096         GLIBC_2.15.
51097         * dirent/dirent.h: Declare scandirat and scandirat64.
51098         * dirent/scandirat.c: New file.
51099         * dirent/scandirat64.c: New file.
51100         * sysdeps/wordsize-64/scandirat.c: New file.
51101         * sysdeps/wordsize-64/scandirat64.c: New file.
51102         * dirent/opendir.c: Define opendirat.
51103         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
51104         using scandirat.
51105         * dirent/scandir64.c: Adjust for scandir.c change.
51106         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
51107         __scandirat64, and __scandir_cancel_handler.
51108         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
51109         additional parameter and use openat instead of open (outside of ld.so).
51110         Add new __opendir as wrapper around __opendirat.
51111         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
51112         here without requiring old scandirat implementation.
51113
51114 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
51115
51116         * dirent/scandir.c (cancel_handler): Renamed to
51117         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
51118         defined.  Adjust users.
51119         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
51120         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
51121
51122 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
51123
51124         * string/test-string.h (IMPL): Use __STRING to expand name and then
51125         stringify it.
51126
51127         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
51128         of cleanups.
51129
51130 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51131
51132         * string/Makefile: Update.
51133         (strop-tests): Append strncat.
51134         * string/test-wcscmp.c: New file.
51135         New comprehensive test for wcscmp.
51136         * string/test-strcmp.c: Update.
51137         (WIDE): New define.
51138
51139 2011-07-22  Andreas Schwab  <schwab@redhat.com>
51140
51141         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
51142         line.
51143
51144 2011-07-26  Andreas Schwab  <schwab@redhat.com>
51145
51146         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
51147         encoding to ACE if AI_IDN.
51148
51149 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
51150
51151         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
51152         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
51153
51154 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51155
51156         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
51157         Fix overflow bug in strncat.
51158         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
51159
51160         * string/test-strncat.c: Update.
51161         Add new tests for checking overflow bugs.
51162
51163 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51164
51165         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51166         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
51167         * sysdeps/i386/i686/multiarch/strcat.S: New file.
51168         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
51169         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
51170         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
51171         * sysdeps/i386/i686/multiarch/strncat.S: New file.
51172         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
51173         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
51174
51175         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
51176         (USE_AS_STRCAT): Define.
51177         Add strcat and strncat support.
51178         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51179
51180 2011-07-25  Andreas Schwab  <schwab@redhat.com>
51181
51182         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
51183         __n bigger than INT_MAX+1.
51184         (__strncmp_g): Likewise.
51185
51186 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
51187
51188         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
51189         * libio/stido.h: Likewise.
51190
51191         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
51192         (AF_NFC): Define.
51193         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
51194         (AF_NFC): Define.
51195
51196         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
51197         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51198         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51199         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
51200         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51201
51202         [BZ #13021]
51203         * scripts/test-installation.pl: Don't expect libnss_test1 to be
51204         installed.
51205
51206         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
51207         typo.
51208         (_dl_x86_64_save_sse): Likewise.
51209
51210 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
51211
51212         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
51213         OSXSAVE.
51214         (_dl_x86_64_save_sse): Likewise.
51215
51216         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
51217
51218         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
51219
51220 2011-07-21  Andreas Schwab  <schwab@redhat.com>
51221
51222         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51223         change.
51224         (_dl_x86_64_save_sse): Use correct AVX check.
51225
51226 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51227
51228         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51229         bug in strncpy/strncat.
51230         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51231
51232 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
51233
51234         * string/tester.c (test_strcat): Add tests for different alignments
51235         of source and destination.
51236         (test_strncat): Likewise.
51237
51238 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51239
51240         [BZ #12852]
51241         * posix/glob.c (glob): Check passed in values before using them in
51242         expressions to avoid some overflows.
51243         (glob_in_dir): Likewise.
51244
51245         [BZ #13007]
51246         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51247         check for AVX enablement so that we don't crash with old kernels and
51248         new hardware.
51249         * elf/tst-audit4.c: Add same checks here.
51250         * elf/tst-audit6.c: Likewise.
51251
51252         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51253
51254 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51255
51256         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51257
51258 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51259
51260         * po/cs.po: Update from translation team.
51261         * po/bg.po: Likewise.
51262
51263 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51264
51265         * misc/sys/cdefs.h: Add support for const attribute.
51266         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51267         to gnu_dev_{major,minor,makedev} functions.
51268
51269 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51270
51271         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51272
51273 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51274
51275         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51276         strlen results.
51277
51278 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51279
51280         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51281         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51282         register in order to avoid conflicts with the soft frame pointer
51283         being held in r11 when necessary.
51284         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51285         (INTERNAL_VSYSCALL_NCS): Likewise.
51286
51287 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51288
51289         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51290         * elf/dl-fini.c (_dl_fini): Adjust caller.
51291         * elf/dl-close.c (_dl_close_worker): Likewise.
51292         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51293
51294 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51295
51296         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51297         "aux_cache->nlibs < 0".
51298
51299         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51300         in the reload-count case.
51301
51302 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51303
51304         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51305         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51306         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51307         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51308         * sysdeps/x86_64/multiarch/strcat.S: New file.
51309         * sysdeps/x86_64/multiarch/strncat.S: New file.
51310         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51311         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51312         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51313         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51314         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51315         (USE_AS_STRCAT): Define.
51316         Add strcat and strncat support.
51317         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51318         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51319         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51320         * string/strncat.c: Update.
51321         (USE_AS_STRNCAT): Define.
51322         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51323         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51324         and i7.
51325         * sysdeps/x86_64/multiarch/init-arch.h
51326         (bit_Prefer_PMINUB_for_stringop): New.
51327         (index_Prefer_PMINUB_for_stringop): Likewise.
51328         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51329         bit_Prefer_PMINUB_for_stringop.
51330
51331 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51332
51333         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51334         buffer64.
51335         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51336         of casting of buffer.
51337         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51338         buffer32 and buffer64.
51339         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51340         writes instead of casting of buffer.
51341         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51342         buffer32.
51343         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51344         casting of buffer.
51345
51346 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51347
51348         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51349
51350 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51351
51352         * nscd/nscd.c (termination_handler): Don't do anything for a database
51353         if it has not yet been initialized.
51354
51355 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51356
51357         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51358
51359 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51360
51361         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51362
51363 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51364
51365         * po/nl.po: Update from translation team.
51366         * po/sv.po: Likewise.
51367
51368 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51369
51370         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51371         now disallowed by GCC.
51372
51373         * configure.in (use-default-link): Default to yes if a test -shared
51374         link meets our qualifications.
51375         * configure: Regenerated.
51376
51377         * config.make.in (output-format): New variable.
51378         * configure.in: Check for ld --print-output-format support.
51379         * configure: Regenerated.
51380         * Makerules ($(common-objpfx)format.lds)
51381         [$(output-format) != unknown]: Just use $(output-format),
51382         instead of the linker-script munging.
51383
51384 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51385
51386         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51387         of $(common-objpfx)shlib.lds.
51388         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51389
51390         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51391         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51392
51393         * configure.in (-z relro check): Adjust test code to add a large
51394         writable data section after it.
51395         * configure: Regenerated.
51396
51397 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51398
51399         * configure.in (-z relro check): Fix test code to make the variable
51400         truly const.
51401         * configure: Regenerated.
51402
51403 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51404
51405         * nscd/nscd.h (struct traced_file): Define.
51406         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51407         elements.  Add traced_files.
51408         (inotify_fd): Declare.
51409         (register_traced_file): Declare.
51410         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51411         (inotify_fd): Export.
51412         (resolv_conf_descr): Remove.
51413         (nscd_init): Move inotify descriptor creation to main.
51414         Don't register files for notification here.
51415         (register_traced_file): New function.
51416         (invalidate_cache): Don't use reset_res to determine whether to call
51417         res_init, go through the list of registered files.
51418         (main_loop_poll): The inotify descriptors are now stored in the
51419         structures for the traced files.
51420         (main_loop_epoll): Likewise
51421         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51422         to __nss_disable_nscd.
51423         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51424         for a database anymore.  Check the records for all the registered
51425         files instead.
51426         * nss/Makefile (libnss_files-routines): Add files-init.
51427         (libnss_db-routines): Add db-init.
51428         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51429         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51430         * nss/nss_db/db-init.c: New file.
51431         * nss/nss_files/files-init.c: New file.
51432         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51433         __nss_lookup_function.
51434         (__nss_lookup_function): Call nss_load_library.
51435         (nss_load_all_libraries): New function.
51436         (__nss_disable_nscd): Take parameter with callback function for files
51437         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51438         used for the cached services.
51439         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51440         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51441         options for features to all the files in nscd.
51442
51443         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51444
51445 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51446
51447         * csu/elf-init.c (__libc_csu_init): Comment typo.
51448
51449 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51450
51451         * po/pl.po: Update from translation team.
51452         * po/ja.po: Likewise.
51453         * po/ru.po: Likewise.
51454         * po/ko.po: Likewise.
51455         * po/fr.po: Likewise.
51456
51457 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51458
51459         * configure.in (.ctors/.dtors header and trailer check):
51460         Use an empirical test on a built program.
51461         * configure: Regenerated.
51462
51463         * configure.in (-z relro check): Use an empirical test on a built DSO.
51464         Detect, but do not require, on ia64.
51465         * configure: Regenerated.
51466
51467         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51468         Update tests that use readelf to use $READELF instead.
51469         * configure: Regenerated.
51470
51471 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51472
51473         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51474         if the result is not used.
51475
51476 2011-07-05  Andreas Jaeger  <aj@suse.de>
51477
51478         [BZ#9696]
51479         * stdlib/tst-strtod.c: Add testcase.
51480
51481 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51482
51483         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51484         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51485         The latter has a higher limit.  Take additional parameter to pass to
51486         the new function.
51487         (__pathconf): Pass file to __statfs_link_max.
51488         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51489         __statfs_link_max.
51490         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51491         __statfs_link_max.
51492
51493         [BZ #12868]
51494         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51495         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51496         Handle Lustre.
51497         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51498         (__statfs_filesize_max): Likewise.
51499         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51500
51501 2011-07-05  Andreas Jaeger  <aj@suse.de>
51502
51503         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51504
51505 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51506
51507         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51508         `status' variable.
51509         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51510         Likewise.
51511
51512 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51513
51514         * Makefile (strop-tests): Add strncat.
51515         * string/test-strncat.c: New file.
51516
51517 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51518
51519         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51520
51521 2011-06-21  Andreas Jaeger  <aj@suse.de>
51522
51523         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51524         Copy rule from iconvdata/Makefile.
51525
51526 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51527
51528         [BZ #12922]
51529         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51530         but no long options are defined, just return 'W'.
51531
51532 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51533
51534         [BZ #9696]
51535         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51536
51537 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51538
51539         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51540         netgroups to read.
51541         (innetgr): Likewise.
51542
51543 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51544
51545         * config.make.in (install_root): Default to $(DESTDIR).
51546
51547 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51548
51549         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51550
51551 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51552
51553         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51554
51555         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51556         containing directory rather than embedding absolute directory names.
51557
51558         * scripts/check-local-headers.sh: Rewritten using awk.
51559         Match by word, not by line.  Print error messages for matches.
51560         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51561
51562         * Makerules [shlib-lds-flags empty]:
51563         ($(common-objpfx)libc_pic.opts): New target.
51564         ($(common-objpfx)libc_pic.os.clean): New target.
51565         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51566
51567         * config.make.in (OBJCOPY): New variable.
51568         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51569         * configure: Regenerated.
51570
51571         * config.make.in (use-default-link): New variable.
51572         * configure.in (use_default_link): Grok --with-default-link to set it.
51573         * configure: Regenerated.
51574         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51575         (shlib-lds, shlib-lds-flags): Define to empty.
51576
51577         * Makerules (shlib-lds): New variable.
51578         (shlib-lds-flags): New variable.
51579         (build-shlib, build-moduile, build-module-asneeded): Use it.
51580         ($(common-objpfx)libc.so): Use $(shlib-lds).
51581         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51582         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51583
51584         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51585         DT_FLAGS/DT_FLAGS_1 with zero flags.
51586
51587         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51588         linker script munging.
51589
51590 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51591
51592         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51593         as 128-bit value.
51594         * crypt/sha512.c (sha512_process_block): Perform total addition using
51595         128-bit if possible.
51596         (__sha512_finish_ctx): Likewise.
51597         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51598         as 64-bit value.
51599         * crypt/sha256.c (SWAP64): Define.
51600         (sha256_process_block): Perform total addition using 64-bit if
51601         possible.
51602         (__sha256_finish_ctx): Likewise.
51603
51604 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51605
51606         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51607         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51608         * nscd/hstcache.c (cache_addhst): Likewise.
51609         * nscd/grpcache.c (cache_addgr): Likewise.
51610         * nscd/aicache.c (addhstaiX): Likewise
51611         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51612
51613 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51614
51615         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51616         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51617         * nscd/hstcache.c (cache_addhst): Likewise.
51618         * nscd/grpcache.c (cache_addgr): Likewise.
51619         * nscd/aicache.c (addhstaiX): Likewise
51620
51621 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51622
51623         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51624         domain only when needed.
51625
51626 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51627
51628         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51629         is always restored.
51630
51631 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51632
51633         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51634         are re-adding the entry.
51635         * nscd/servicescache.c (cache_addserv): Likewise.
51636
51637 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51638
51639         * sysdeps/generic/dl-irel.h: fix protection against multiple
51640         inclusions.
51641         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51642
51643 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51644
51645         [BZ #12935]
51646         * malloc/memusage.sh: Fix quoting in message.
51647         * debug/xtrace.sh: Likewise.
51648
51649         * configure.in: Remove support for --experimental-malloc option, make
51650         it the default.
51651         * config.make.in: Likewise.
51652         * malloc/Makefile: Likewise.
51653
51654 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51655
51656         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51657         two-byte characters.
51658
51659 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51660
51661         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51662         AC_CACHE_CHECK invocation.
51663         * configure: Regenerated.
51664
51665         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51666
51667 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51668
51669         [BZ #12350]
51670         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51671         bit from old_res_options.
51672
51673         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51674
51675         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51676         value type for setfct.
51677
51678 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51679
51680         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51681         __gettimeofday instead of gettimeofday.
51682
51683 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51684
51685         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51686
51687 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51688
51689         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51690
51691         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51692         info.
51693
51694 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51695
51696         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51697         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51698         strcpy-sse2-unaligned strncpy-sse2-unaligned
51699         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51700         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51701         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51702         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51703         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51704         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51705         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51706         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51707         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51708         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51709         (STRCPY): Support SSE2 and SSSE3 versions.
51710
51711 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51712
51713         [BZ #12874]
51714         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51715         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51716         kernels which artificially limit size of requests.
51717
51718 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51719
51720         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51721         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51722         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51723         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51724         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51725         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51726         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51727         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51728         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51729         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51730         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51731         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51732         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51733         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51734         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51735         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51736         Enable unaligned load optimization for Intel Core i3, i5 and i7
51737         processors.
51738         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51739         Define.
51740         (index_Fast_Unaligned_Load): Define.
51741         (HAS_FAST_UNALIGNED_LOAD): Define.
51742
51743 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51744
51745         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51746
51747 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51748
51749         [BZ #12907]
51750         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51751         until it is clear that the information is realy needed.
51752         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51753
51754 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51755
51756         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51757
51758 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51759
51760         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51761         /sys/devices/system/cpu/online if it is usable.
51762
51763         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51764         reading the information from the /proc filesystem to once a second.
51765
51766 2011-06-21  Andreas Jaeger  <aj@suse.de>
51767
51768         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51769         NULL after inclusion of kernel headers.
51770
51771 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51772
51773         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51774         calls to internal_setent.
51775
51776         [BZ #12885]
51777         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51778         addresses using gethostbyname4_r ignore IPv4 addresses.
51779
51780         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51781         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51782
51783         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51784
51785 2011-06-20  David S. Miller  <davem@davemloft.net>
51786
51787         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51788         inclusions.
51789         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51790
51791         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51792         (elf_irel): Use it.
51793         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51794         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51795         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51796         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51797         * sysdeps/x86_64/dl-irel.h: Likewise.
51798
51799         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51800         * elf/dl-sym.c: Likewise.
51801
51802 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51803
51804         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51805         need to dereference resplen2.
51806
51807 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51808
51809         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51810
51811 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51812
51813         * Makeconfig: Define vardbdir and inst_vardbdir.
51814         * nss/Makefile: Add rules to install db-Makefile.
51815
51816         * nss/nss_db/db-XXX.c: Cleanup.
51817
51818         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51819         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51820         GLIBC_PRIVATE.
51821         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51822         * nss/makedb.c: Implement -g option to specify that value strings
51823         are generated and should not be added to table iterated over for
51824         get*ent calls.
51825         * nss/nss_db/db-initgroups.c: New file.
51826
51827         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51828         interface.
51829
51830         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51831         (internal_getgrouplist): Adjust to name change.
51832         Update use_initgroups_entry if this is not the first call.
51833         * nss/databases.def: Add initgroups entry.
51834
51835         * nss/makedb.c (compute_tables): Check result of multiple hash table
51836         sizes to minimize maximum chain length.
51837
51838 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51839
51840         * Versions.def: Add entry for libnss_db.
51841         * shlib-versions: Likewise.
51842         * nss/Makefile: Add rules to build libnss_db.
51843         * nss/Versions: Add libnss_db information.  Organize libnss_files
51844         entries better.
51845         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51846         makedb progra.  Some minor improvements to generate smaller files.
51847         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51848         here from...
51849         * nss/makedb.c: ...here.
51850         Improve database format to be smaller and require less memory at
51851         runtime.
51852         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51853         db anymore.
51854         * nss/nss_db/db-netgrp.c: Likewise.
51855         * nss/nss_db/db-open.c: Likewise.
51856         * nss/nss_files/flies-XXX.x: Adjust comments.
51857         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51858         * nss/nss_files/files-grp.c: Likewise.
51859         * nss/nss_files/files-hosts.c: Likewise.
51860         * nss/nss_files/files-network.c: Likewise.
51861         * nss/nss_files/files-proto.c: Likewise.
51862         * nss/nss_files/files-pwd.c: Likewise.
51863         * nss/nss_files/files-rpc.c: Likewise.
51864         * nss/nss_files/files-service.c: Likewise.
51865         * nss/nss_files/files-sgrp.c: Likewise.
51866         * nss/nss_files/files-spwd.c: Likewise.
51867         * nss/nss_db/db-alias.c: Removed.
51868         * nss/nss_db/dummy-db.h: Removed.
51869
51870 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51871
51872         * nss/makedb.c: Rewritten to not use database library.
51873         * nss/Makefile: Update to build new makedb program.
51874
51875 2011-06-14  Andreas Jaeger  <aj@suse.de>
51876
51877         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51878         memset declaration.
51879
51880 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51881
51882         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51883         tmpbuf.
51884
51885 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51886
51887         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51888         * elf/Makefile ($(objpfx)ld.so): Likewise.
51889
51890         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51891         Don't list ld.so twice in dependencies.
51892
51893         * posix/bug-regex31.c: Include <stdlib.h>.
51894
51895         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51896
51897         * nis/nss_compat/compat-spwd.c
51898         (getspent_next_nss_netgr): Remove unused variable.
51899         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51900
51901         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51902         nonmembers" output to use the right array.
51903
51904         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51905
51906         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51907
51908         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51909         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51910         * catgets/gencat.c (read_input_file): Likewise.
51911         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51912
51913         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51914         variable definition inside #if's controlling its use.
51915
51916         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51917
51918         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51919
51920         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51921
51922         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51923         unreachable code.
51924
51925         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51926
51927         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51928         * configure: Regenerated.
51929
51930         * Makerules: Revert last change.
51931         * elf/Makefile: Likewise.
51932
51933 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51934
51935         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51936         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51937         (reloc-link): Likewise.
51938
51939 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51940
51941         * elf/Makefile: Add rules to build pldd.
51942         * elf/pldd.c: New file.
51943         * elf/pldd-xx.c: New file.
51944
51945 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51946
51947         * version.h: Update for 2.15 development version.
51948
51949 2011-06-07  David S. Miller  <davem@davemloft.net>
51950
51951         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51952         ifuncs.
51953         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51954         elf_machine_lazy_rel): Likewise.
51955         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51956         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51957         elf_machine_lazy_rel): Likewise.
51958         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51959         dl_hwcap via passed in argument.
51960         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51961         Likewise.
51962
51963 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51964
51965         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51966
51967 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51968
51969         [BZ #12849]
51970         * manual/fdl-1.1.texi: New file, verbatim from:
51971         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51972         * manual/lgpl-2.1.texi: New file, verbatim from:
51973         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51974         * manual/Makefile (licenses): New variable, list those new file names.
51975         (texis): Use it.
51976         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51977
51978         * manual/fdl.texi: File removed.
51979         * manual/lesser.texi: File removed.
51980         * manual/libc.texinfo (Copying, Documentation License):
51981         Use new @include file names, put @appendix directive before @include.
51982
51983 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51984
51985         [BZ #12841]
51986         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51987         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51988         (mq_open): Add __NTH.
51989
51990 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51991
51992         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51993         Assume Intel Core i3/i5/i7 processor if AVX is available.
51994
51995 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51996
51997         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51998         typo.
51999
52000 2011-05-31  Andreas Schwab  <schwab@redhat.com>
52001
52002         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
52003         memory.  Use alloca_account.  Fix memory leak when retrying.
52004
52005 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
52006
52007         * version.h (RELEASE): Bump for 2.14 release.
52008         * include/features.h (__GLIBC_MINOR__): Bump to 14.
52009
52010         * config.make.in (RANLIB): Remove entry.
52011
52012 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
52013
52014         * po/Makefile (po-sed-cmd): Add ksh to extensions.
52015         (libc.pot): Work around missing support for .ksh extension in xgettext.
52016
52017         [BZ #12684]
52018         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
52019         if both request failed.
52020         (send_dg): In case of server errors clear resplen or *resplen2.
52021
52022         [BZ #12454]
52023         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
52024         when there are multiple maps.
52025         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
52026         (_dl_fini): Remove test here.
52027
52028         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
52029
52030 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
52031
52032         [BZ #12350]
52033         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
52034         bit from old_res_options.
52035         (gaih_inet): Likewise.
52036
52037         [BZ #11099]
52038         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
52039         as signed.
52040
52041         * resolv/res_init.c (res_setoptions): Make the code more compact.
52042
52043         [BZ #11558]
52044         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
52045         set RES_USEVC.
52046
52047         [BZ #11634]
52048         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
52049
52050         * malloc/malloc.h: Mark malloc hook variables as deprecated.
52051
52052         [BZ #11781]
52053         * malloc/malloc.h: Declare malloc hook variables as volatile.
52054
52055         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
52056         in last patch.
52057
52058         [BZ #11799]
52059         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
52060         raise in the comment.
52061         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
52062         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
52063         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
52064
52065 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
52066
52067         [BZ #12811]
52068         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
52069         grow the buffers more if it already has to be sufficient.
52070         (build_wcs_upper_buffer): Likewise.
52071         * posix/regexec.c (check_matching): Likewise.
52072         (clean_state_log_if_needed): Likewise.
52073         (extend_buffers): Don't enlarge buffers beyond size of the input
52074         buffer.
52075         Patches mostly by Emil Wojak <emil@wojak.eu>.
52076         * posix/bug-regex32.c: New file.
52077         * posix/Makefile (tests): Add bug-regex32.
52078
52079         * locale/findlocale.c (_nl_find_locale): Return right away if
52080         _nl_explode_name failed.
52081         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
52082
52083         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
52084
52085         * debug/xtrace.sh: Unify messages.
52086         * malloc/memusage.sh: Likewise.
52087
52088         [BZ #12813]
52089         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
52090         time symbol from vDSO.  Substitute with vsyscall if not available.
52091         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
52092         __vdso_time.
52093
52094         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
52095         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
52096         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
52097         Add sendmmsg and internal_sendmmsg.
52098         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
52099         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
52100         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
52101
52102         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
52103         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
52104         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
52105
52106 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
52107
52108         [BZ #12813]
52109         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
52110         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
52111         available.
52112         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
52113         __vdso_getcpu.
52114
52115         [BZ #12814]
52116         * iconvdata/Makefile (tests): Add bug-iconv9.
52117         * iconvdata/bug-iconv9.c: New file.
52118
52119 2011-05-27  Andreas Schwab  <schwab@redhat.com>
52120
52121         [BZ #12814]
52122         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
52123
52124 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
52125
52126         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52127         (struct user_regs_struct): Change intcs field back to cs.
52128
52129 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
52130
52131         * po/ja.po: Update from translation team.
52132
52133 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
52134
52135         [BZ #12795]
52136         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
52137         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
52138
52139 2011-05-20  Andreas Schwab  <schwab@redhat.com>
52140
52141         * stdlib/longlong.h: Update from GCC.
52142
52143 2011-05-23  Andreas Schwab  <schwab@redhat.com>
52144
52145         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
52146         parameter name.
52147         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
52148         Add parameter name.
52149         (__sysconf): Pass it down.
52150
52151 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
52152
52153         [BZ #12671]
52154         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
52155         some situations.
52156         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
52157         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
52158         add in in __libc_use_alloca calls.  Adjust callers.
52159         (glob): Use malloc in some situations.
52160
52161         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
52162         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
52163         pltexit.
52164
52165 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
52166
52167         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
52168         and CLOCK_BOOTTIME_ALARM.
52169
52170         [BZ #12782]
52171         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
52172         is returned.
52173
52174         * string/_strerror.c (__strerror_r): Print negative errors as signed
52175         numbers.
52176
52177         [BZ #12777]
52178         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
52179         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
52180         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
52181
52182         * configure.in: Fix typo in redirection and correct removal of test
52183         files in two cases.
52184
52185         [BZ #12788]
52186         * locale/setlocale.c (new_composite_name): Fix test to check for
52187         identical name of all categories.
52188
52189         [BZ #12792]
52190         * libio/filedoalloc.c (local_isatty): New function.
52191         (_IO_file_doallocate): Use local_isatty.
52192         * stdio-common/perror.c (perror): In case a new stream is used
52193         forward the stream error.
52194         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
52195         error flag.
52196
52197 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
52198
52199         [BZ #11869]
52200         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
52201         alloca.
52202         * include/alloca.h (extend_alloca_account): Define.
52203
52204         [BZ #11857]
52205         * posix/regex.h: Fix comments with documentation of user-accessible
52206         fields after compilation and describe correct free'ing of pattern
52207         after re_compile_pattern.
52208         Patch by Reuben Thomas <rrt@sc3d.org>.
52209
52210 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
52211
52212         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
52213         and -mno-altivec to prevent the compiler from using Altivec and/or
52214         VSX instructions when the corresponding registers are not available.
52215
52216 2011-05-19  Andreas Schwab  <schwab@redhat.com>
52217
52218         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
52219
52220 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
52221
52222         * libio/freopen.c (freopen): Use __dup2, not dup2.
52223         * libio/freopen64.c (freopen64): Likewise.
52224
52225 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
52226
52227         [BZ #12775]
52228         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52229         * math/Makefile (tests): Add test-powl.
52230         (CFLAGS-test-powl.c): Define.
52231         * math/test-powl.c: New file.
52232
52233 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
52234
52235         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52236
52237 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
52238
52239         [BZ #11837]
52240         * iconvdata/gb18030.c: Update to GB18020-2005.
52241
52242 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
52243
52244         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52245         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52246         Patch by Aharon Robbins <arnold@skeeve.com>.
52247
52248         [BZ #11892]
52249         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52250         on the stack.
52251
52252         [BZ #11895]
52253         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52254         through underflows.
52255
52256         [BZ #12766]
52257         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52258         point to strings before performing equality test for error_one_per_line
52259         mode.
52260
52261         [BZ #11697]
52262         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52263
52264         [BZ #11820]
52265         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52266         (struct user_fpregs_struct): Avoid __uint*_t types.
52267
52268         [BZ #6420]
52269         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52270         symbol info.  Use it instead of calling _dl_addr locally.
52271         (lock_and_info): New function.
52272         (tr_freehook): Call lock_and_info and pass symbol info as additional
52273         parameter to tr_where.
52274         (tr_mallochook): Likewise.
52275         (tr_reallochook): Likewise.
52276         (tr_memalignhook): Likewise.
52277
52278         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52279         used and couldn't be at all thread-safe.
52280
52281 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52282
52283         * libio/freopen.c (freopen): Don't close old file descriptor
52284         before the new one is opened.  Instead dup the new file descriptor
52285         to the old one after the new stream is created.
52286         * libio/freopen64.c (freopen64): Likewise.
52287         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52288         * libio/fileops.c (_IO_new_file_close_it): Handle new
52289         _IO_FLAGS2_NOCLOSE flag.
52290         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52291         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52292         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52293         _IO_FLAGS2_NOCLOSE flag.
52294         * include/unistd.h: Add hidden_proto for dup3.
52295         Define __have_dup3.
52296         * io/dup3.c: Define hidden symbol.
52297         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52298
52299         [BZ #7101]
52300         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52301         when an incomplete long option is used.
52302         * posix/tst-getopt_long1.c: New file.
52303         * posix/Makefile (tests): Add tst-getopt_long1.
52304
52305         [BZ #10138]
52306         * scripts/config.guess: Update from autoconf-2.68.
52307         * scripts/config.sub: Likewise.
52308
52309         [BZ #10157]
52310         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52311         tests into ...
52312         (has_cpuclock): ...this.  New function.
52313         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52314         macro here based on has_cpuclock code.
52315
52316         [BZ #10149]
52317         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52318         First byte (not low byte) is now always NUL.
52319         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52320
52321         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52322         Use non-cancelable interfaces.
52323
52324         [BZ #9809]
52325         * locale/iso-639.def: Add entry for Sorani.
52326
52327         [BZ #11901]
52328         * include/stdlib.h: Move include protection to the right place.
52329         Define abort_msg_s.  Declare __abort_msg with it.
52330         * stdlib/abort.c (__abort_msg): Adjust type.
52331         * assert/assert.c (__assert_fail_base): New function.  Majority
52332         of code from __assert_fail.  Allocate memory for __abort_msg with
52333         mmap.
52334         (__assert_fail): Now call __assert_fail_base.
52335         * assert/assert-perr.c: Remove bulk of implementation.  Use
52336         __assert_fail_base.
52337         * include/assert.hL Declare __assert_fail_base.
52338         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52339         mmap.
52340         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52341
52342 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52343
52344         [BZ #11952]
52345         [BZ #12453]
52346         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52347         until all modules are registered in the DTV.
52348         * elf/Makefile: Add rules to build and run tst-tls19.
52349         * elf/tst-tls19.c: New file.
52350         * elf/tst-tls19mod1.c: New file.
52351         * elf/tst-tls19mod2.c: New file.
52352         * elf/tst-tls19mod3.c: New file.
52353         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52354
52355         [BZ #12083]
52356         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52357         correctly.
52358
52359         [BZ #12601]
52360         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52361         two-byte sequence errors.
52362         * iconvdata/Makefile (tests): Add bug-iconv8.
52363         * iconvdata/bug-iconv8.c: New file.
52364
52365         [BZ #12626]
52366         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52367         buf2 definition.
52368
52369         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52370
52371         [BZ #12432]
52372         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52373         (dummy_getcfa): New function.
52374         (init): Get _Unwind_GetCFA address, use dummy if not found.
52375         (backtrace_helper): In recursion check, also check whether CFA changes.
52376         (__backtrace): Completely initialize arg.
52377
52378         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52379         storing incomplete byte sequence in state object.  Avoid testing for
52380         guaranteed too small input if we know there is enough data available.
52381
52382 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52383
52384         * Makeconfig (+link-pie): Indent.
52385         * Rules (binaries-pie): Define if $(have-fpie) and
52386         $(build-shared).
52387         (binaries-shared): Also filter out $(binaries-pie).
52388         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52389         * nscd/Makefile (others-pie): Add nscd.
52390         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52391         ($(objpfx)nscd): Remove command override.
52392         * login/Makefile (others-pie): Add pt_chown.
52393         ($(objpfx)pt_chown): Remove command override.
52394         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52395         remove command overrides.
52396
52397 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52398
52399         * libio/tst_putwc.c: Fix error messages.
52400
52401         [BZ #12724]
52402         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52403         currently writing and seek to current position when not.
52404         * libio/Makefile (tests): Add bug-fclose1.
52405         * libio/bug-fclose1.c: New file.
52406
52407 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52408
52409         [BZ #12511]
52410         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52411         don't set DF_1_NODELETE here.
52412         (do_lookup_x): When entering new entry test for copy relocation
52413         and if necessary set DF_1_NODELETE flag.
52414         * elf/tst-unique4.cc: New file.
52415         * elf/tst-unique4.h: New file.
52416         * elf/tst-unique4lib.cc: New file.
52417         * elf/Makefile: Add rules to build and run tst-unique4.
52418         Patch by Piotr Bury <pbury@goahead.com>.
52419
52420 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52421
52422         [BZ #12052]
52423         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52424
52425         [BZ #12625]
52426         * misc/mntent_r.c (addmntent): Flush the stream after the output
52427
52428         [BZ #12393]
52429         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52430         (is_trusted_path_normalize): Skip initial colon.  Append slash
52431         to empty buffer.  Duplicate is_trusted_path code but allow
52432         constructed patch to be prefix.
52433         (is_dst): Allow $ORIGIN followed by /.
52434         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52435         Correct testing of result of is_trusted_path_normalize
52436         (decompose_rpath): Fix warning.
52437
52438 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52439
52440         [BZ #11257]
52441         * grp/initgroups.c (internal_getgrouplist): When we found the service
52442         list through the initgroups entry in nsswitch.conf do not always
52443         continue on a successful lookup.  Don't always use the
52444         __nss_group_database value if it is set.
52445         * nss/nsswitch.conf (initgroups): Change action for successful db
52446         lookup to continue for compatibility.
52447
52448 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52449
52450         [BZ #11532]
52451         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52452         and CP774 modules.
52453         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52454         and CP774 modules.
52455         * iconvdata/tst-tables.sh: Likewise.
52456         * iconvdata/cp770.c: New file.
52457         * iconvdata/cp771.c: New file.
52458         * iconvdata/cp772.c: New file.
52459         * iconvdata/cp773.c: New file.
52460         * iconvdata/cp774.c: New file.
52461         * iconvdata/testdata/CP770: New file.
52462         * iconvdata/testdata/CP770..UTF8: New file.
52463         * iconvdata/testdata/CP771: New file.
52464         * iconvdata/testdata/CP771..UTF8: New file.
52465         * iconvdata/testdata/CP772: New file.
52466         * iconvdata/testdata/CP772..UTF8: New file.
52467         * iconvdata/testdata/CP773: New file.
52468         * iconvdata/testdata/CP773..UTF8: New file.
52469         * iconvdata/testdata/CP774: New file.
52470         * iconvdata/testdata/CP774..UTF8: New file.
52471
52472         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52473         END CHARMAP line.
52474         * iconvdata/gen-8bit-gap.sh: Likewise.
52475         * iconvdata/gen-8bit.sh: Likewise.
52476
52477         * locale/iso-639.def: Add ary entry.
52478
52479         [BZ #11258]
52480         * locale/C-translit.h.in: Add U20A1 transliteration.
52481
52482         [BZ #12178]
52483         * locale/iso-639.def: Add wae entry.
52484         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52485
52486         [BZ #12545]
52487         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52488         for n.
52489
52490         [BZ #12711]
52491         * locale/C-translit.h.in: Add entry for U20B9.
52492         Patch by pravin.d.s@gmail.com.
52493
52494 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52495
52496         [BZ #12713]
52497         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52498         ENAMETOOLONG use generic getcwd.
52499         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52500         in rtld.  Use *stat64.
52501         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52502         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52503         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52504         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52505         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52506         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52507         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52508         __fstatat64 macros.
52509         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52510         * dirent/rewinddir.c: Add libc_hidden_def.
52511         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52512         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52513
52514         * include/dirent.h (__alloc_dir): Add flags parameter.
52515         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52516         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52517         __alloc_dir.
52518         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52519         from fdopendir if O_CLOEXEC is already set.
52520
52521 2011-03-15  Alan Modra  <amodra@gmail.com>
52522
52523         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52524         l_tls_firstbyte_offset non-zero.  Save padding offset in
52525         l_tls_firstbyte_offset for later use.
52526         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52527         freeing static tls block.
52528
52529 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52530
52531         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52532         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52533         being defined by the kernel headers.
52534
52535 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52536
52537         [BZ #12734]
52538         * resolv/resolv.h: Define RES_NOTLDQUERY.
52539         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52540         no-tld-query and set RES_NOTLDQUERY.
52541         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52542         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52543         modern BIND to search name as TLD unless forbidden.
52544
52545 2011-05-07  Petr Baudis  <pasky@suse.cz>
52546             Ulrich Drepper  <drepper@gmail.com>
52547
52548         [BZ #12393]
52549         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52550         (is_trusted_path): ...to here.
52551         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52552         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52553         using is_trusted_path_normalize() in setuid scripts.
52554
52555 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52556
52557         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52558         __BEGIN/__END_DECLS.
52559
52560 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52561
52562         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52563         NSS_STATUS_NOTFOUND if no record was found.
52564
52565 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52566
52567         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52568         (headers-not-in-tirpc): Remove rpc/netdb.h
52569         * resolv/netdb.h: Revert last change.
52570
52571 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52572
52573         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52574         circular dependency between libgcc.a and libc.a.
52575
52576 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52577
52578         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52579         * nis/Makefile: Don't install rpcsvc/*.
52580         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52581         instead of <rpc/types.h>.
52582         (MAXHOSTNAMELEN): Define.
52583
52584 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52585
52586         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52587
52588 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52589
52590         [BZ #12714]
52591         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52592         gethostbyname4_r when IPv6 results are possible.
52593
52594 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52595
52596         [BZ #12723]
52597         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52598         _PC_PIPE_BUF handling.
52599
52600 2011-04-30  Bruno Haible  <bruno@clisp.org>
52601
52602         [BZ #12717]
52603         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52604         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52605         to 'int'.
52606         * inet/getnameinfo.c (getnameinfo): Likewise.
52607
52608 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52609
52610         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52611         to groups setting in database lookup.
52612         * nss/nsswitch.conf: Add initgroups entry.
52613
52614 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52615
52616         [BZ #12685]
52617         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52618         mode string.
52619         Patch by Eric Blake <eblake@redhat.com>.
52620
52621 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52622
52623         * sunrpc/Makefile (need-export-routines): Add svc_run.
52624         (routines): Remove svc_run.
52625         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52626         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52627         * sunrpc/svc_run.c (svc_run): Likewise.
52628         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52629
52630 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52631
52632         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52633         problem in reallocation in last patch.
52634
52635 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52636
52637         * sunrpc/Makefile: Move inclusion of Rules.
52638
52639 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52640
52641         * nss/nss_files/files-initgroups.c: New file.
52642         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52643         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52644         _nss_files_initgroups_dyn.
52645
52646 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52647
52648         * elf/elf.h (R_ARM_IRELATIVE): Define.
52649
52650 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52651
52652         * po/ru.po: Update from translation team.
52653
52654 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52655
52656         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52657         dependencies.
52658
52659 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52660
52661         [BZ #12653]
52662         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52663         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52664         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52665         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52666         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52667
52668 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52669
52670         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52671         differing bytes.
52672         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52673         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52674         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52675
52676 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52677
52678         [BZ #12420]
52679         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52680         storing it.
52681         * stdlib/bug-getcontext.c: New file.
52682         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52683
52684 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52685
52686         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52687         instructions into .machine "z9-109".
52688         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52689         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52690
52691 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52692
52693         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52694         between environment variables and auxiliary vector.
52695
52696 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52697
52698         * Makefile: Add rules to build linkobj/libc.so.
52699         * include/libc-symbols.h: Define libc_hidden_nolink.
52700         * include/rpc/auth.h: Mark functions which are to be hidden.
52701         * include/rpc/auth_des.h: Likewise.
52702         * include/rpc/auth_unix.h: Likewise.
52703         * include/rpc/clnt.h: Likewise.
52704         * include/rpc/des_crypt.h: Likewise.
52705         * include/rpc/key_prot.h: Likewise.
52706         * include/rpc/pmap_clnt.h: Likewise.
52707         * include/rpc/pmap_prot.h: Likewise.
52708         * include/rpc/pmap_rmt.h: Likewise.
52709         * include/rpc/rpc_msg.h: Likewise.
52710         * include/rpc/svc.h: Likewise.
52711         * include/rpc/svc_auth.h: Likewise.
52712         * include/rpc/xdr.h: Likewise.
52713         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52714         * nss/Makefile: Likewise.
52715         * sunrpc/Makefile: Don't install headers.  Build library with normal
52716         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52717         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52718         for the compat linking library.  Remove use of INTDEF/INTUSE.
52719         * sunrpc/auth_none.c: Likewise.
52720         * sunrpc/auth_unix.c: Likewise.
52721         * sunrpc/authdes_prot.c: Likewise.
52722         * sunrpc/authuxprot.c: Likewise.
52723         * sunrpc/clnt_gen.c: Likewise.
52724         * sunrpc/clnt_perr.c: Likewise.
52725         * sunrpc/clnt_raw.c: Likewise.
52726         * sunrpc/clnt_simp.c: Likewise.
52727         * sunrpc/clnt_tcp.c: Likewise.
52728         * sunrpc/clnt_udp.c: Likewise.
52729         * sunrpc/clnt_unix.c: Likewise.
52730         * sunrpc/des_crypt.c: Likewise.
52731         * sunrpc/des_soft.c: Likewise.
52732         * sunrpc/get_myaddr.c: Likewise.
52733         * sunrpc/key_call.c: Likewise.
52734         * sunrpc/key_prot.c: Likewise.
52735         * sunrpc/netname.c: Likewise.
52736         * sunrpc/pm_getmaps.c: Likewise.
52737         * sunrpc/pm_getport.c: Likewise.
52738         * sunrpc/pmap_clnt.c: Likewise.
52739         * sunrpc/pmap_prot.c: Likewise.
52740         * sunrpc/pmap_prot2.c: Likewise.
52741         * sunrpc/pmap_rmt.c: Likewise.
52742         * sunrpc/publickey.c: Likewise.
52743         * sunrpc/rpc_cmsg.c: Likewise.
52744         * sunrpc/rpc_common.c: Likewise.
52745         * sunrpc/rpc_dtable.c: Likewise.
52746         * sunrpc/rpc_prot.c: Likewise.
52747         * sunrpc/rpc_thread.c: Likewise.
52748         * sunrpc/rtime.c: Likewise.
52749         * sunrpc/svc.c: Likewise.
52750         * sunrpc/svc_auth.c: Likewise.
52751         * sunrpc/svc_authux.c: Likewise.
52752         * sunrpc/svc_raw.c: Likewise.
52753         * sunrpc/svc_run.c: Likewise.
52754         * sunrpc/svc_simple.c: Likewise.
52755         * sunrpc/svc_tcp.c: Likewise.
52756         * sunrpc/svc_udp.c: Likewise.
52757         * sunrpc/svc_unix.c: Likewise.
52758         * sunrpc/svcauth_des.c: Likewise.
52759         * sunrpc/xcrypt.c: Likewise.
52760         * sunrpc/xdr.c: Likewise.
52761         * sunrpc/xdr_array.c: Likewise.
52762         * sunrpc/xdr_float.c: Likewise.
52763         * sunrpc/xdr_intXX_t.c: Likewise.
52764         * sunrpc/xdr_mem.c: Likewise.
52765         * sunrpc/xdr_rec.c: Likewise.
52766         * sunrpc/xdr_ref.c: Likewise.
52767         * sunrpc/xdr_sizeof.c: Likewise.
52768         * sunrpc/xdr_stdio.c: Likewise.
52769
52770 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52771
52772         [BZ #12650]
52773         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52774         * sysdeps/ia64/dl-tls.h: Likewise.
52775         * sysdeps/powerpc/dl-tls.h: Likewise.
52776         * sysdeps/s390/dl-tls.h: Likewise.
52777         * sysdeps/sh/dl-tls.h: Likewise.
52778         * sysdeps/sparc/dl-tls.h: Likewise.
52779         * sysdeps/x86_64/dl-tls.h: Likewise.
52780         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52781
52782 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52783
52784         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52785         rpath element also skip the following colon.
52786         (expand_dynamic_string_token): Add is_path parameter and pass
52787         down to DL_DST_REQUIRED and _dl_dst_substitute.
52788         (decompose_rpath): Call expand_dynamic_string_token with
52789         non-zero is_path.  Ignore empty rpaths.
52790         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52791         with zero is_path.
52792
52793 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52794
52795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52796         Make cancelable.
52797
52798 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52799
52800         [BZ #12655]
52801         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52802         Patch by Filipe David Manana <fdmanana@apache.org>.
52803
52804 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52805
52806         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52807         Maintain aligned stack.
52808         (CHECK_RSP): Remove unused macro.
52809
52810 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52811
52812         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52813         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52814
52815 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52816
52817         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52818
52819         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52820
52821 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52822
52823         [BZ #12518]
52824         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52825         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52826         * sysdeps/x86_64/memmove.c: New file.
52827         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52828         (memcpy): Renamed to ...
52829         (__new_memcpy): This.
52830         (memcpy): Provide GLIBC_2_14 memcpy.
52831         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52832         (memcpy): Provide GLIBC_2_2_5 memcpy.
52833
52834 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52835
52836         [BZ #12631]
52837         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52838
52839 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52840
52841         * misc/syncfs.c: New file.
52842         * misc/Makefile (routines): Add syncfs.
52843         * posix/unistd.h: Declare syncfs.
52844         * sysdeps/unix/syscalls.list: Add syncfs.
52845
52846 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52847
52848         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52849         open_by_handle_at.
52850         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52851         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52852         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52853         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52854         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52855         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52856         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52857
52858 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52859
52860         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52861         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52862         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52863         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52864         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52865         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52866         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52867
52868         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52869         sync_file_range.c with -fexceptions.
52870         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52871         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52872         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52873         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52874         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52875         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52876         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52877         sync_file_range as cancellation point
52878         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52879         now a wrapper around __call_sync_file_range with cancellation handling.
52880         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52881         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52882         function name to __call_sync_file_range.
52883         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52884         Add call_sync_file_range.
52885
52886 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52887
52888         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52889         bits/timex.h.
52890
52891 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52892
52893         * iconv/iconv.h: Fix typo in comment.
52894         * io/fcntl.h: Likewise.
52895         * libio/stdio.h: Likewise.
52896         * posix/spawn.h: Likewise.
52897         * posix/unistd.h: Likewise.
52898         * stdlib/stdlib.h: Likewise.
52899         * time/time.h: Likewise.
52900         * wcsmbs/wchar.h: Likewise.
52901
52902         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52903         open_by_handle): Add.
52904         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52905         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52906         Augment a few comments.
52907         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52908         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52909         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52910         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52911         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52912         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52913         open_by_handle.
52914
52915         * io/fcntl.h (AT_EMPTY_PATH): Define.
52916
52917 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52918
52919         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52920         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52921         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52922         to...
52923         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52924         * Versions.def: Add GLIBC_2.14.
52925         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52926         Export.
52927
52928 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52929
52930         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52931         round counter.
52932         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52933
52934 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52935
52936         [BZ #12597]
52937         * string/test-strncmp.c (do_page_test): New function.
52938         (check2): Likewise.
52939         (test_main): Call check2.
52940         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52941
52942 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52943
52944         [BZ #12587]
52945         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52946         Handle cache information in CPU leaf 4.
52947         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52948
52949 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52950
52951         [BZ #12583]
52952         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52953         character representation.
52954         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52955
52956 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52957
52958         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52959         END(__isnan) to END(__isnanf) to match function entry point/label
52960         EALIGN(__isnanf,...).
52961
52962 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52963
52964         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52965
52966 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52967
52968         [BZ #12510]
52969         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52970         copy from the symbol referenced in the relocation to initialize the
52971         used variable.
52972         Patch by Piotr Bury <pbury@goahead.com>.
52973         * elf/Makefile: Add rules to build and tst-unique3.
52974         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52975         * elf/tst-unique3.cc: New file.
52976         * elf/tst-unique3.h: New file.
52977         * elf/tst-unique3lib.cc: New file.
52978         * elf/tst-unique3lib2.cc: New file.
52979
52980         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52981
52982 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52983
52984         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52985         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52986         to _start.
52987
52988 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52989
52990         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52991         to-be-loaded object along a path to loader is ld.so.
52992
52993 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52994             Ulrich Drepper  <drepper@gmail.com>
52995
52996         * sysdeps/x86_64/memset.S: After aligning destination, code
52997         branches to different locations depending on the value of
52998         misalignment, when multiarch is enabled. Fix this.
52999
53000 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
53001
53002         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
53003         Set _x86_64_preferred_memory_instruction for AMD processsors.
53004         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53005         Set bit_Prefer_SSE_for_memop for AMD processors.
53006
53007 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
53008
53009         * libio/fmemopen.c (fmemopen): Optimize a bit.
53010
53011 2011-03-03  Andreas Schwab  <schwab@redhat.com>
53012
53013         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
53014
53015 2011-03-03  Roland McGrath  <roland@redhat.com>
53016
53017         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
53018
53019 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
53020
53021         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
53022         __bzero_ultra1 instead of __memset_ultra1.
53023
53024 2011-02-23  Andreas Schwab  <schwab@redhat.com>
53025             Ulrich Drepper  <drepper@gmail.com>
53026
53027         [BZ #12509]
53028         * include/link.h (struct link_map): Add l_orig_initfini.
53029         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
53030         returning unsuccessfully.
53031         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
53032         close of a file loaded at startup, restore the original l_initfini
53033         list.
53034         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
53035         list, store the pointer.
53036         * elf/Makefile ($(objpfx)noload-mem): New rule.
53037         (noload-ENV): Define.
53038         (tests): Add $(objpfx)noload-mem.
53039         * elf/noload.c: Include <memcheck.h>.
53040         (main): Call mtrace.  Close all opened handles.
53041
53042 2011-02-17  Andreas Schwab  <schwab@redhat.com>
53043
53044         [BZ #12454]
53045         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
53046         dependencies are missing.
53047
53048 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53049
53050         Fix __if_freereq crash: Unlike the generic version which uses free,
53051         Hurd needs munmap.
53052         * sysdeps/mach/hurd/ifreq.h: New file.
53053
53054 2011-01-27  Petr Baudis  <pasky@suse.cz>
53055             Ulrich Drepper  <drepper@gmail.com>
53056
53057         [BZ 12445]#
53058         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
53059         to extend_alloca().
53060         * stdio-common/bug23.c: New file.
53061         * stdio-common/Makefile (tests): Add bug23.
53062
53063 2010-09-28  Andreas Schwab  <schwab@redhat.com>
53064             Ulrich Drepper  <drepper@gmail.com>
53065
53066         [BZ #12489]
53067         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
53068         before performing relro protection.  At old place add assertion
53069         to make sure nothing changed.
53070
53071 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
53072             Glauber de Oliveira Costa  <glommer@gmail.com>
53073
53074         * elf/elf.h: Add new ARM TLS relocs.
53075
53076 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
53077
53078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
53079         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
53080         cast from r3.
53081         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
53082         'tests' variable.
53083         * sysdeps/wordsize-64/tst-writev.c: New file.
53084
53085 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
53086
53087         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
53088         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
53089         insns in _dl_start to prevent a TOC reference before relocs are
53090         resolved.
53091
53092 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
53093
53094         [BZ #12469]
53095         * Makeconfig: Remove RANLIB definition.
53096         * Makerules: Don't use RANLIB.
53097         * aclocal.m4: Remove ranlib test.
53098         * configure.in: No need to check for ranlib.
53099         * elf/rtld-Rules: Don't use RANLIB.
53100
53101 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53102
53103         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
53104         protection macro.
53105         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
53106         inclusion protection macro.
53107
53108         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
53109         SIGRTMIN and SIGRTMAX and print information in that case only when
53110         SIGRTMIN is defined.
53111
53112 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
53113
53114         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
53115         arginfo fn returning -1.
53116
53117         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
53118         and thousands string is zero terminated.
53119
53120 2011-02-03  Andreas Schwab  <schwab@redhat.com>
53121
53122         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
53123         sysdeps/unix/sysv/linux/bits/socket.h.
53124
53125 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53126
53127         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
53128         (__CPU_COUNT): Remove old macros.
53129         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
53130         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
53131         (__CPU_ALLOC, __CPU_FREE): Add macros.
53132         (__sched_cpualloc, __sched_cpufree): Add declarations.
53133
53134 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
53135
53136         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
53137         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
53138         * nscd/aicache.c (addhstaiX): Return timeout of added value.
53139         (readdhstai): Return value of addhstaiX call.
53140         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
53141         (addgrbyX): Return value returned by cache_addgr.
53142         (readdgrbyname): Return value returned by addgrbyX.
53143         (readdgrbygid): Likewise.
53144         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
53145         (addpwbyX): Return value returned by cache_addpw.
53146         (readdpwbyname): Return value returned by addhstbyX.
53147         (readdpwbyuid): Likewise.
53148         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
53149         (addservbyX): Return value returned by cache_addserv.
53150         (readdservbyname): Return value returned by addservbyX:
53151         (readdservbyport): Likewise.
53152         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
53153         (addhstbyX): Return value returned by cache_addhst.
53154         (readdhstbyname): Return value returned by addhstbyX.
53155         (readdhstbyaddr): Likewise.
53156         (readdhstbynamev6): Likewise.
53157         (readdhstbyaddrv6): Likewise.
53158         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
53159         (readdinitgroups): Return value returned by addinitgroupsX.
53160         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
53161         (prune_cache): Keep track of timeout value of re-added entries.
53162         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
53163         * nscd/nscd.h: Adjust prototypes of readd* functions.
53164
53165 2011-02-04  Roland McGrath  <roland@redhat.com>
53166
53167         * nis/nis_server.c (nis_servstate): Use the right name for 0.
53168         (nis_stats): Likewise.
53169         * nis/nis_modify.c (nis_modify): Likewise.
53170         * nis/nis_remove.c (nis_remove): Likewise.
53171         * nis/nis_add.c (nis_add): Likewise.
53172
53173         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
53174
53175         * posix/fnmatch_loop.c: Add some consts.
53176
53177         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
53178
53179 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
53180
53181         [BZ #12460]
53182         * config.make.in (config-cflags-novzeroupper): Define.
53183         * configure.in: Substitute libc_cv_cc_novzeroupper.
53184         * elf/Makefile (AVX-CFLAGS): Define.
53185         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
53186         (CFLAGS-tst-auditmod4a.c): Likewise.
53187         (CFLAGS-tst-auditmod4b.c): Likewise.
53188         (CFLAGS-tst-auditmod6b.c): Likewise.
53189         (CFLAGS-tst-auditmod6c.c): Likewise.
53190         (CFLAGS-tst-auditmod7b.c): Likewise.
53191         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
53192
53193 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
53194
53195         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
53196         function to the callback.
53197         Patch partly by Jiri Olsa <jolsa@redhat.com>.
53198
53199 2011-02-02  Andreas Schwab  <schwab@redhat.com>
53200
53201         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
53202         of errno.
53203
53204 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
53205
53206         [BZ #11724]
53207         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
53208         of constructors.
53209         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
53210         of destructors.
53211         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
53212
53213         [BZ #11724]
53214         * elf/Makefile: Add rules to build and run new test.
53215         * elf/tst-initorder.c: New file.
53216         * elf/tst-initorder.exp: New file.
53217         * elf/tst-initordera1.c: New file.
53218         * elf/tst-initordera2.c: New file.
53219         * elf/tst-initordera3.c: New file.
53220         * elf/tst-initordera4.c: New file.
53221         * elf/tst-initorderb1.c: New file.
53222         * elf/tst-initorderb2.c: New file.
53223         * elf/tst-order-a1.c: New file.
53224         * elf/tst-order-a2.c: New file.
53225         * elf/tst-order-a3.c: New file.
53226         * elf/tst-order-a4.c: New file.
53227         * elf/tst-order-b1.c: New file.
53228         * elf/tst-order-b2.c: New file.
53229         * elf/tst-order-main.c: New file.
53230         New test case by George Gensure <werkt0@gmail.com>.
53231
53232 2010-10-01  Andreas Schwab  <schwab@redhat.com>
53233
53234         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53235         decoding ACE if AI_CANONIDN.
53236
53237 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
53238
53239         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53240
53241 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
53242
53243         * version.h (RELEASE): Bump for 2.13 release.
53244         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53245
53246         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53247
53248         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53249         MADV_NOHUGEPAGE.
53250         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53251         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53252         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53253         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53254         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53255         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53256
53257         * posix/getconf.c: Update copyright year.
53258         * catgets/gencat.c: Likewise.
53259         * csu/version.c: Likewise.
53260         * debug/catchsegv.sh: Likewise.
53261         * debug/xtrace.sh: Likewise.
53262         * elf/ldconfig.c: Likewise.
53263         * elf/ldd.bash.in: Likewise.
53264         * elf/sprof.c (print_version): Likewise.
53265         * iconv/iconv_prog.c: Likewise.
53266         * iconv/iconvconfig.c: Likewise.
53267         * locale/programs/locale.c: Likewise.
53268         * locale/programs/localedef.c: Likewise.
53269         * malloc/memusage.sh: Likewise.
53270         * malloc/mtrace.pl: Likewise.
53271         * nscd/nscd.c (print_version): Likewise.
53272         * nss/getent.c: Likewise.
53273
53274         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53275         PF_CAIF, and PF_ALG.
53276         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53277
53278 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53279
53280         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53281         (modules-names): Use them.
53282         (ifunc-test-modules, ifunc-pie-tests): Define.
53283         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53284         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53285         (test-extras): Likewise.
53286         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53287         $(compile-command.c).
53288         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53289         (all-built-dso): Define.
53290         (check-textrel.out, check-execstack.out): Depend on it.
53291
53292         * configure.in: Don't override --enable-multi-arch.
53293
53294 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53295
53296         [BZ #6812]
53297         * nscd/hstcache.c (tryagain): Define.
53298         (cache_addhst): Return tryagain not notfound for temporary errors.
53299         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53300         failed.
53301
53302 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53303
53304         [BZ #10563]
53305         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53306         to make the syscall.
53307         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53308
53309         [BZ #12378]
53310         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53311         and fall back to matching as normal character if the string ends before
53312         the matching ']' is found.  This is what POSIX requires.
53313         * posix/testfnm.c: Adjust test result.
53314         * posix/globtest.sh: Adjust test result.  Add new test.
53315         * posix/tst-fnmatch.input: Likewise.
53316         * posix/tst-fnmatch2.c: Add new test.
53317
53318 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53319
53320         * elf/Makefile (check-execstack): Revert last change.  Depend on
53321         check-execstack.h.
53322         (check-execstack.h): New target.
53323         (generated): Add check-execstack.h.
53324         * elf/check-execstack.c: Include "check-execstack.h".
53325         (main): Revert last change.
53326         (handle_file): Return zero if GNU_STACK is absent and
53327         DEFAULT_STACK_PERMS doesn't include PF_X.
53328
53329 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53330
53331         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53332         in child fails because the descriptor is already closed.
53333         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53334         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53335         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53336
53337         [BZ #12397]
53338         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53339         syscall.
53340
53341         [BZ #10484]
53342         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53343         temporary buffer used to handle multi lookups locally.
53344         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53345
53346 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53347
53348         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53349         loader is ld.so.
53350
53351 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53352
53353         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53354         alignment for SSE2.
53355
53356 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53357
53358         [BZ #12394]
53359         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53360         characters.  When rounding increased number of integer digits recompute
53361         number of groups.
53362         * stdio-common/tst-grouping.c: New file.
53363         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53364
53365 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53366
53367         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53368         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53369
53370         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53371         void.
53372         * bits/select.h: Likewise.
53373
53374 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53375
53376         * po/ja.po: Update from translation team.
53377
53378 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53379
53380         [BZ #11155]
53381         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53382         implementation just like for lxstat, fxstatat, et al.
53383
53384 2010-12-27  Jim Meyering  <meyering@redhat.com>
53385
53386         [BZ #12348]
53387         * posix/regexec.c (build_trtable): Return failure indication upon
53388         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53389
53390 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53391
53392         [BZ #12201]
53393         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53394         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53395         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53396         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53397
53398         [BZ #12207]
53399         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53400
53401         [BZ #12204]
53402         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53403         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53404
53405 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53406
53407         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53408         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53409         script has SORT_BY_INIT_PRIORITY.
53410         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53411         NO_CTORS_DTORS_SECTIONS is defined.
53412         * elf/soinit.c: Likewise.
53413         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53414         NO_CTORS_DTORS_SECTIONS is defined.
53415         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53416         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53417         * sysdeps/sh/init-first.c: Likewise.
53418         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53419
53420 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53421
53422         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53423         always use the slow path.
53424
53425 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53426
53427         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53428         similar rule which adds the sysdep directories to the header search in
53429         order to pick up the correct platform stackinfo.h.
53430         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53431         perform test if it is, otherwise return successfully without testing.
53432         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53433         DEFAULT_STACK_PERMS define in stackinfo.h.
53434         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53435         defined in stackinfo.h.
53436         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53437         DEFAULT_STACK_PERMS defined in stackinfo.h.
53438         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53439         * sysdeps/ia64/stackinfo.h: Likewise.
53440         * sysdeps/s390/stackinfo.h: Likewise.
53441         * sysdeps/sh/stackinfo.h: Likewise.
53442         * sysdeps/sparc/stackinfo.h: Likewise.
53443         * sysdeps/x86_64/stackinfo.h: Likewise.
53444         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53445         PF_X for powerpc64.  Retain PF_X for powerpc32.
53446
53447 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53448
53449         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53450         accurately.
53451         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53452         GETDENTS_64BIT_ALIGNED.
53453
53454 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53455
53456         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53457
53458 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53459
53460         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53461         _GNU_SOURCE.
53462
53463         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53464         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53465         Remove __restrict.
53466         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53467         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53468
53469 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53470
53471         [BZ #11655]
53472         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53473         are initialized.
53474
53475 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53476
53477         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53478
53479 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53480
53481         * po/it.po: Update from translation team.
53482
53483 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53484
53485         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53486         unused codes.
53487
53488 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53489
53490         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53491
53492 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53493
53494         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53495         specially.
53496         (gaih_getanswer_slice): Likewise.
53497
53498 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53499
53500         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53501
53502 2010-05-31  Petr Baudis  <pasky@suse.cz>
53503
53504         [BZ #11149]
53505         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53506         silently even in the chroot mode.
53507
53508 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53509
53510         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53511         last patch a bit.  Pretty printing
53512
53513 2010-05-31  Petr Baudis <pasky@suse.cz>
53514
53515         [BZ #10085]
53516         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53517         initialization of skip_initgroups_dyn.
53518
53519 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53520
53521         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53522         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53523
53524 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53525
53526         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53527
53528 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53529
53530         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53531         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53532         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53533         ($(objpfx)tst-fnmatch-mem): New rule.
53534         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53535         * posix/tst-fnmatch.c (main): Call mtrace.
53536
53537 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53538
53539         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53540         Support Intel processor model 6 and model 0x2c.
53541
53542 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53543
53544         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53545           signed comparison.
53546
53547 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53548
53549         [BZ #12205]
53550         * string/test-strncasecmp.c (check_result): New function.
53551         (do_one_test): Use it.
53552         (check1): New function.
53553         (test_main): Use it.
53554         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53555         Support strcasecmp and strncasecmp.
53556
53557 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53558
53559         [BZ #12194]
53560         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53561         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53562
53563 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53564
53565         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53566         IFUNC support.
53567         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53568         memset-x86-64.
53569         * sysdeps/x86_64/multiarch/bzero.S: New file.
53570         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53571         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53572         * sysdeps/x86_64/multiarch/memset.S: New file.
53573         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53574         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53575         Set bit_Prefer_SSE_for_memop for Intel processors.
53576         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53577         Define.
53578         (index_Prefer_SSE_for_memop): Define.
53579         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53580
53581 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53582
53583         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53584         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53585
53586 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53587
53588         [BZ #12191]
53589         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53590         (__x86_64_raw_data_cache_size_half): Likewise.
53591         (__x86_64_raw_shared_cache_size): Likewise.
53592         (__x86_64_raw_shared_cache_size_half): Likewise.
53593
53594         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53595         (__x86_64_raw_data_cache_size_half): Likewise.
53596         (__x86_64_raw_shared_cache_size): Likewise.
53597         (__x86_64_raw_shared_cache_size_half): Likewise.
53598         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53599         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53600         and __x86_64_raw_shared_cache_size_half.  Round
53601         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53602         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53603         to multiple of 256 bytes.
53604
53605 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53606
53607         [BZ #12167]
53608         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53609         of inacessible symlinks.  Verify result of symlink before returning it.
53610         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53611         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53612
53613 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53614
53615         * math/math.h (isinf): Fix typo in comment.
53616
53617 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53618
53619         * po/da.po: Update from translation team.
53620
53621 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53622
53623         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53624         is added to the list.
53625
53626 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53627             Ulrich Drepper  <drepper@gmail.com>
53628
53629         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53630         the global list here.  Move code to...
53631         (_dl_add_to_namespace_list): ...here.  New function.
53632         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53633         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53634         * elf/dl-load.c (lose): Don't remove the element from the list.
53635         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53636         (_dl_map_object): Likewise.
53637
53638 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53639
53640         [BZ #12159]
53641         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53642         into all bytes of SSE register.
53643         Patch by Richard Li <richardpku@gmail.com>.
53644
53645 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53646
53647         [BZ #12140]
53648         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53649         perturbing.
53650
53651 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53652
53653         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53654         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53655         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53656         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53658         submachine.
53659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53660
53661 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53662
53663         * include/dlfcn.h (__RTLD_SECURE): Define.
53664         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53665         mode & __RTLD_SECURE instead.
53666         (open_path): Rename preloaded parameter to secure.
53667         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53668         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53669         * elf/dl-deps.c (openaux): Likewise.
53670         * elf/rtld.c (struct map_args): Remove is_preloaded.
53671         (map_doit): Don't use it.
53672         (dl_main): Likewise.
53673         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53674         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53675
53676 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53677
53678         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53679         (sysd-rules-targets): Remove duplicates.
53680         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53681         rtld-%.$o dependency.
53682
53683 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53684
53685         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53686         _dl_map_object do it.
53687
53688 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53689
53690         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53691         fast fma builtins, define the macros in the C99 standard.
53692         (FP_FAST_FMAF): Likewise.
53693         (FP_FAST_FMAL): Likewise.
53694         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53695
53696         * bits/mathdef.h: Update copyright year.
53697         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53698
53699 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53700
53701         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53702         builtins, define the macros in the C99 standard.
53703         (FP_FAST_FMAF): Likewise.
53704         (FP_FAST_FMAL): Likewise.
53705         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53706         multiply/add.
53707         (FP_FAST_FMAF): Likewise.
53708
53709 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53710
53711         [BZ #3268]
53712         * math/libm-test.inc (fma_test): Some new testcases.
53713         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53714         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53715         y and infinite z.  Do multiplication by C already in long double.
53716         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53717         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53718         y and infinite z.  Do bitwise or of inexact bit into u.d.
53719         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53720         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53721         * sysdeps/i386/fpu/s_fma.S: Removed.
53722         * sysdeps/i386/fpu/s_fmal.S: Removed.
53723
53724 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53725
53726         [BZ #3268]
53727         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53728         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53729         computation is not scheduled after fetestexcept.  Fix value
53730         of minimum denormal long double.
53731
53732 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53733
53734         [BZ #3268]
53735         * math/libm-test.inc (fma_test): Add some more tests.
53736         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53737         correctly.
53738
53739 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53740
53741         * scripts/data/localplt-s390-linux-gnu.data: New file.
53742         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53743
53744 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53745
53746         [BZ #3268]
53747         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53748         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53749         instead of dbl-64.
53750         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53751         inlines.
53752         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53753         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53754         if one of x and y is very large and the other is subnormal.
53755         * sysdeps/s390/fpu/s_fmaf.c: New file.
53756         * sysdeps/s390/fpu/s_fma.c: New file.
53757         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53758         * sysdeps/powerpc/fpu/s_fma.S: New file.
53759         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53760         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53761         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53762
53763 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53764
53765         [BZ #3268]
53766         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53767         fma tests.
53768         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53769         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53770         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53771         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53772         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53773         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53774         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53775
53776 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53777
53778         [BZ #12078]
53779         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53780         * posix/bug-regex31.input: Add test case.
53781
53782 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53783
53784         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53785         * posix/bug-regex31.input: New file.
53786
53787         [BZ #12078]
53788         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53789         (parse_sub_exp): Fix last change, use postorder.
53790
53791         * posix/bug-regex31.c: New file.
53792         * posix/Makefile: Add rules to build and run bug-regex31.
53793
53794         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53795
53796         [BZ #12078]
53797         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53798
53799         [BZ #12108]
53800         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53801         to have entries in sys_siglist.
53802
53803         [BZ #12093]
53804         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53805         be NULL.
53806
53807 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53808
53809         [BZ #3268]
53810         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53811         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53812         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53813         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53814         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53815         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53816         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53817         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53818         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53819         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53820         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53821         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53822         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53823         * math/ftestexcept.c (fetestexcept): Likewise.
53824         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53825         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53826         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53827         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53828         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53829         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53830         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53831
53832 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53833
53834         [BZ #12107]
53835         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53836         newline.
53837
53838 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53839
53840         * string/bug-strstr1.c: New file.
53841         * string/Makefile: Add rules to build and run bug-strstr1.
53842
53843 2010-10-05  Eric Blake  <eblake@redhat.com>
53844
53845         [BZ #12092]
53846         * string/str-two-way.h (two_way_long_needle): Always clear memory
53847         when skipping input due to the shift table.
53848
53849 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53850
53851         [BZ #12005]
53852         * malloc/mcheck.c: Handle large requests.
53853
53854         [BZ #12077]
53855         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53856         for strncmp and strncasecmp.
53857         * string/stratcliff.c: Add tests for strcmp and strncmp.
53858         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53859
53860 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53861
53862         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53863         __set_fpscr.
53864
53865 2010-09-30  Andreas Jaeger  <aj@suse.de>
53866
53867         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53868         (CGROUP_SUPER_MAGIC): Define.
53869         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53870         Handle btrfs and cgroup file systems.
53871         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53872         Likewise.
53873
53874 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53875
53876         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53877         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53878
53879 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53880
53881         [BZ #12067]
53882         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53883         trying to locate the ELF header.
53884
53885 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53886
53887         [BZ #11611]
53888         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53889         Mask out sign-bit copies when constructing f_fsid.
53890
53891 2010-09-24  Petr Baudis <pasky@suse.cz>
53892
53893         * debug/stack_chk_fail_local.c: Add missing licence exception.
53894         * debug/warning-nop.c: Likewise.
53895
53896 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53897
53898         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53899         implementing getdents64 using getdents syscall, set d_type if
53900         __ASSUME_GETDENTS32_D_TYPE.
53901
53902 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53903
53904         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53905         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53906
53907 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53908
53909         [BZ #12037]
53910         * posix/unistd.h: Undo change of feature selection for ftruncate from
53911         2010-01-11.
53912
53913 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53914
53915         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53916         detection.
53917
53918 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53919
53920         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53921         fanotify_mark.
53922         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53923
53924 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53925
53926         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53927         variables after CHECK_SP call.
53928         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53929
53930 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53931             Ulrich Drepper  <drepper@redhat.com>
53932
53933         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53934         re-relocationg ld.so.
53935         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53936         _dl_init_paths call.
53937         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53938         here anymore.
53939
53940 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53941
53942         * resolv/res_init.c (__res_vinit): Count the default server we added.
53943
53944 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53945             Ulrich Drepper  <drepper@redhat.com>
53946
53947         [BZ #11968]
53948         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53949         (____longjmp_chk): Use %ebx for saving value across system call.
53950         Add unwind info.
53951
53952 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53953
53954         * manual/Makefile: Don't mix pattern rules with normal rules.
53955
53956 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53957
53958         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53959         operation.
53960         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53961         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53962         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53963         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53964         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53965         Likewise.
53966
53967 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53968
53969         [BZ #11979]
53970         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53971         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53972
53973 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53974
53975         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53976         * sysdeps/x86_64/addmul_1.S: Likewise.
53977         * sysdeps/x86_64/lshift.S: Likewise.
53978         * sysdeps/x86_64/mul_1.S: Likewise.
53979         * sysdeps/x86_64/rshift.S: Likewise.
53980         * sysdeps/x86_64/sub_n.S: Likewise.
53981         * sysdeps/x86_64/submul_1.S: Likewise.
53982
53983 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53984
53985         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53986         Define __sched_param instead of SCHED_* and sched_param when
53987         <bits/sched.h> is included with __need_schedparam defined.
53988         * bits/sched.h [__need_schedparam]
53989         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53990         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53991         (__defined_schedparam): Define to 1.
53992         (__sched_param): New structure, identical to sched_param.
53993         (__need_schedparam): Undefine.
53994
53995 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53996
53997         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53998         (epoll_create1): Declare.
53999
54000         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
54001
54002 2010-08-31  Andreas Schwab  <schwab@redhat.com>
54003
54004         [BZ #7066]
54005         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
54006         shifting retval into place.
54007
54008 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
54009
54010         * nis/rpcsvc/nis.h: Update copyright notice.
54011         * nis/rpcsvc/nis.x: Likewise.
54012         * nis/rpcsvc/nis_callback.h: Likewise.
54013         * nis/rpcsvc/nis_callback.x: Likewise.
54014         * nis/rpcsvc/nis_object.x: Likewise.
54015         * nis/rpcsvc/nis_tags.h: Likewise.
54016         * nis/rpcsvc/yp.h: Likewise.
54017         * nis/rpcsvc/yp.x: Likewise.
54018         * nis/rpcsvc/ypupd.h: Likewise.
54019         * nis/yp_xdr.c: Likewise.
54020         * nis/ypupdate_xdr.c: Likewise.
54021
54022         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
54023         mainly the body of pmap_getport.  Add parameters to specify timeouts.
54024         (pmap_getport): Use __libc_rpc_getport.
54025         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
54026         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
54027         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
54028
54029 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
54030
54031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
54032         fanotify_mark.
54033
54034 2010-08-27  Roland McGrath  <roland@redhat.com>
54035
54036         * sysdeps/i386/i686/multiarch/Makefile
54037         (CFLAGS-varshift.c): New variable.
54038
54039 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
54040
54041         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
54042         * sysdeps/i386/i686/multiarch/varshift.c: New file.
54043
54044         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
54045
54046         * sysdeps/x86_64/strlen.S: Minimal code improvement.
54047
54048 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
54049
54050         * sysdeps/x86_64/strlen.S: Unroll the loop.
54051         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54052         strlen-sse2 strlen-sse2-bsf.
54053         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
54054         __strlen_no_bsf if bit_Slow_BSF is set.
54055         (__strlen_sse42): Removed.
54056         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
54057         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
54058
54059 2010-08-25  Roland McGrath  <roland@redhat.com>
54060
54061         * sysdeps/x86_64/multiarch/varshift.S: File removed.
54062         * sysdeps/x86_64/multiarch/varshift.c: New file.
54063         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
54064         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
54065         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
54066         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
54067
54068 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
54069
54070         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54071         strlen-sse2 strlen-sse2-bsf.
54072         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
54073         __strlen_sse2_bsf if bit_Slow_BSF is unset.
54074         (__strlen_sse2): Removed.
54075         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
54076         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
54077         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
54078         bit_Slow_BSF for Atom.
54079         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
54080         (index_Slow_BSF): Define.
54081         (HAS_SLOW_BSF): Define.
54082
54083 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
54084
54085         [BZ #10851]
54086         * resolv/res_init.c (__res_vinit): When no server address at all
54087         is given default to loopback.
54088
54089 2010-08-24  Roland McGrath  <roland@redhat.com>
54090
54091         * configure.in: Remove config-name.h generation.
54092         * configure: Regenerated.
54093         * config-name.in: File removed.
54094         * scripts/config-uname.sh: New file.
54095         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
54096         ($(objdir)config-name.h): New target.
54097
54098         * sunrpc/rpc_parse.h: Avoid nested comment.
54099
54100 2010-08-24  Richard Henderson  <rth@redhat.com>
54101             Ulrich Drepper  <drepper@redhat.com>
54102             H.J. Lu  <hongjiu.lu@intel.com>
54103
54104         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
54105         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
54106         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
54107         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
54108         _mm_alignr_epi8 with _mm_loadu_si128.
54109         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
54110         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
54111         (__m128i_shift_right): Removed.
54112         * sysdeps/i386/i686/multiarch/varshift.h: New file.
54113         * sysdeps/i386/i686/multiarch/varshift.S: New file.
54114         * sysdeps/x86_64/multiarch/varshift.h: New file.
54115         * sysdeps/x86_64/multiarch/varshift.S: New file.
54116
54117 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
54118
54119         * configure.in: Move assembler checks to before sysdep dir checking.
54120
54121 2010-08-20  Petr Baudis  <pasky@suse.cz>
54122
54123         * LICENSES: Sync the sunrpc license.
54124
54125 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
54126
54127         * sunrpc/auth_des.c: Update copyright notice once again.
54128         * sunrpc/auth_none.c: Likewise.
54129         * sunrpc/auth_unix.c: Likewise.
54130         * sunrpc/authdes_prot.c: Likewise.
54131         * sunrpc/authuxprot.c: Likewise.
54132         * sunrpc/bindrsvprt.c: Likewise.
54133         * sunrpc/clnt_gen.c: Likewise.
54134         * sunrpc/clnt_perr.c: Likewise.
54135         * sunrpc/clnt_raw.c: Likewise.
54136         * sunrpc/clnt_simp.c: Likewise.
54137         * sunrpc/clnt_tcp.c: Likewise.
54138         * sunrpc/clnt_udp.c: Likewise.
54139         * sunrpc/clnt_unix.c: Likewise.
54140         * sunrpc/des_crypt.c: Likewise.
54141         * sunrpc/des_soft.c: Likewise.
54142         * sunrpc/get_myaddr.c: Likewise.
54143         * sunrpc/getrpcport.c: Likewise.
54144         * sunrpc/key_call.c: Likewise.
54145         * sunrpc/key_prot.c: Likewise.
54146         * sunrpc/openchild.c: Likewise.
54147         * sunrpc/pm_getmaps.c: Likewise.
54148         * sunrpc/pm_getport.c: Likewise.
54149         * sunrpc/pmap_clnt.c: Likewise.
54150         * sunrpc/pmap_prot.c: Likewise.
54151         * sunrpc/pmap_prot2.c: Likewise.
54152         * sunrpc/pmap_rmt.c: Likewise.
54153         * sunrpc/rpc/auth.h: Likewise.
54154         * sunrpc/rpc/auth_unix.h: Likewise.
54155         * sunrpc/rpc/clnt.h: Likewise.
54156         * sunrpc/rpc/des_crypt.h: Likewise.
54157         * sunrpc/rpc/key_prot.h: Likewise.
54158         * sunrpc/rpc/netdb.h: Likewise.
54159         * sunrpc/rpc/pmap_clnt.h: Likewise.
54160         * sunrpc/rpc/pmap_prot.h: Likewise.
54161         * sunrpc/rpc/pmap_rmt.h: Likewise.
54162         * sunrpc/rpc/rpc.h: Likewise.
54163         * sunrpc/rpc/rpc_des.h: Likewise.
54164         * sunrpc/rpc/rpc_msg.h: Likewise.
54165         * sunrpc/rpc/svc.h: Likewise.
54166         * sunrpc/rpc/svc_auth.h: Likewise.
54167         * sunrpc/rpc/types.h: Likewise.
54168         * sunrpc/rpc/xdr.h: Likewise.
54169         * sunrpc/rpc_clntout.c: Likewise.
54170         * sunrpc/rpc_cmsg.c: Likewise.
54171         * sunrpc/rpc_common.c: Likewise.
54172         * sunrpc/rpc_cout.c: Likewise.
54173         * sunrpc/rpc_dtable.c: Likewise.
54174         * sunrpc/rpc_hout.c: Likewise.
54175         * sunrpc/rpc_main.c: Likewise.
54176         * sunrpc/rpc_parse.c: Likewise.
54177         * sunrpc/rpc_parse.h: Likewise.
54178         * sunrpc/rpc_prot.c: Likewise.
54179         * sunrpc/rpc_sample.c: Likewise.
54180         * sunrpc/rpc_scan.c: Likewise.
54181         * sunrpc/rpc_scan.h: Likewise.
54182         * sunrpc/rpc_svcout.c: Likewise.
54183         * sunrpc/rpc_tblout.c: Likewise.
54184         * sunrpc/rpc_util.c: Likewise.
54185         * sunrpc/rpc_util.h: Likewise.
54186         * sunrpc/rpcinfo.c: Likewise.
54187         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
54188         * sunrpc/rpcsvc/key_prot.x: Likewise.
54189         * sunrpc/rpcsvc/klm_prot.x: Likewise.
54190         * sunrpc/rpcsvc/mount.x: Likewise.
54191         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
54192         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
54193         * sunrpc/rpcsvc/rex.x: Likewise.
54194         * sunrpc/rpcsvc/rstat.x: Likewise.
54195         * sunrpc/rpcsvc/rusers.x: Likewise.
54196         * sunrpc/rpcsvc/sm_inter.x: Likewise.
54197         * sunrpc/rpcsvc/spray.x: Likewise.
54198         * sunrpc/rpcsvc/yppasswd.x: Likewise.
54199         * sunrpc/rtime.c: Likewise.
54200         * sunrpc/svc.c: Likewise.
54201         * sunrpc/svc_auth.c: Likewise.
54202         * sunrpc/svc_authux.c: Likewise.
54203         * sunrpc/svc_raw.c: Likewise.
54204         * sunrpc/svc_run.c: Likewise.
54205         * sunrpc/svc_simple.c: Likewise.
54206         * sunrpc/svc_tcp.c: Likewise.
54207         * sunrpc/svc_udp.c: Likewise.
54208         * sunrpc/svc_unix.c: Likewise.
54209         * sunrpc/svcauth_des.c: Likewise.
54210         * sunrpc/xcrypt.c: Likewise.
54211         * sunrpc/xdr.c: Likewise.
54212         * sunrpc/xdr_array.c: Likewise.
54213         * sunrpc/xdr_float.c: Likewise.
54214         * sunrpc/xdr_mem.c: Likewise.
54215         * sunrpc/xdr_rec.c: Likewise.
54216         * sunrpc/xdr_ref.c: Likewise.
54217         * sunrpc/xdr_sizeof.c: Likewise.
54218         * sunrpc/xdr_stdio.c: Likewise.
54219
54220         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54221         handling.
54222
54223 2010-08-19  Andreas Schwab  <schwab@redhat.com>
54224
54225         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54226
54227 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
54228
54229         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54230         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54231         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54232         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54233         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54234         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54235         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54236         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54237         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54238         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54239         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54240         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54241         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54242         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54243
54244 2010-07-26  Anton Blanchard  <anton@samba.org>
54245
54246         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54247         * malloc/arena.c (heap_trim): Likewise.
54248
54249 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54250
54251         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54252         here.  Not...
54253         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54254         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54255
54256 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54257
54258         * sysdeps/i386/elf/Makefile: New file.
54259
54260 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54261
54262         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54263         from fanotify_init.
54264         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54265         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54266
54267 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54268
54269         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54270         of strncasecmp_l.
54271         * sysdeps/multiarch/strcmp.S: Likewise.
54272
54273 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54274
54275         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54276         strncase_l-nonascii.
54277         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54278         Add strncase_l-ssse3.
54279         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54280         * sysdeps/x86_64/strcmp.S: Likewise.
54281         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54282         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54283         * sysdeps/x86_64/strncase.S: New file.
54284         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54285         * sysdeps/x86_64/strncase_l.S: New file.
54286         * string/Makefile (strop-tests): Add strncasecmp.
54287         * string/test-strncasecmp.c: New file.
54288
54289         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54290         warning.
54291
54292         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54293         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54294
54295 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54296
54297         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54298
54299 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54300
54301         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54302         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54303         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54304
54305 2010-05-01  Alan Modra  <amodra@gmail.com>
54306
54307         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54308         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54309         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54310         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54311         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54312         tidying.  Don't tail-call __sigjmp_save for static lib.
54313         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54314         save location.
54315         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54316         (CALL_MCOUNT): Add eh info, and nop after bl.
54317         (TAIL_CALL_SYSCALL_ERROR): New macro.
54318         (PSEUDO_RET): Use it.
54319         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54320         Correct save location of integer regs and cr.
54321         (_dl_profile_resolve): Correct cr save location.  Delete nops
54322         after bl when SHARED.  Reduce cfi size a little by better
54323         placement of cfi directives.
54324         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54325         make a stack frame.  Instead use parm save area as a temp.
54326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54327         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54329         Don't make a stack frame for parent, use parm save area.
54330         Increase child stack frame to 112 bytes.  Don't save unused reg,
54331         and adjust reg usage.  Set up cfi on error recovery and
54332         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54334         (__makecontext): Add dummy nop after jump to exit.
54335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54336         Use correct parm save area and cr save, reduce stack frame.
54337         Correct cfi for possible PSEUDO_RET frame setup.
54338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54339         Branch to local label emitted by PSEUDO_RET rather than
54340         __syscall_error.
54341
54342 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54343
54344         [BZ #11904]
54345         * locale/programs/locale.c (print_assignment): New function.
54346         (show_locale_vars): Use it.
54347
54348 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54349
54350         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54351         field.
54352         (struct statfs64): Likewise.
54353         (_STATFS_F_FLAGS): Define.
54354         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54355         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54356         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54357         (ST_VALID): Define locally.
54358         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54359         __statvfs_getflags, use the provided value.
54360         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54361         __ASSUME_STATFS_F_FLAGS.
54362
54363         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54364
54365         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54366         Add sys/fanotify.h.
54367         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54368         fanotify_mask for GLIBC_2.13.
54369         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54370         fanotify_init and fanotify_mark.
54371         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54372         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54373
54374         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54375         Add prlimit.
54376         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54377         prlimit64 for GLIBC_2.13.
54378         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54379         prlimit64.
54380         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54381         syscall.
54382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54383         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54384         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54385         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54386         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54387         add prlimit alias.
54388         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54389
54390         [BZ #11903]
54391         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54392         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54393
54394         * nss/Makefile: Add rules to build and run tst-nss-test1.
54395         * shlib-versions: Add entry for libnss_test1.
54396         * nss/nss_test1.c: New file.
54397         * nss/tst-nss-test1.c: New file.
54398
54399         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54400         (__nss_configure_lookup): Set appropriate entry in
54401         __nss_configure_lookup to true.
54402         * nss/nsswitch.h: Define enum with indeces of databases in
54403         databases and __nss_database_custom arrays.  Declare
54404         __nss_database_custom.
54405         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54406         to avoid using nscd when custom rules are installed.
54407         * nss/getXXbyYY_r.c: Likewise.
54408         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54409
54410         * nss/nss_files/files-parse.c: Whitespace fixes.
54411
54412 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54413
54414         [BZ #11883]
54415         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54416         * posix/fnmatch_loop.c: Likewise.
54417
54418 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54419
54420         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54421         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54422         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54423         * Versions.def [GLIBC_2.13]: Add.
54424
54425 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54426
54427         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54428         Also fail if tpwd after pwuid call is NULL.
54429
54430 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54431
54432         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54433         when converting to ms.
54434
54435 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54436
54437         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54438         EOPNOTSUPP errors with ENOTTY.
54439         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54440         EOPNOTSUPP errors with ENOTTY.
54441
54442 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54443
54444         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54445         Add strcasecmp_l-ssse3.
54446         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54447         strcasecmp.
54448         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54449         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54450         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54451
54452 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54453
54454         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54455
54456         * string/Makefile (strop-tests): Add strcasecmp.
54457         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54458         strcasecmp_l-nonascii.
54459         (gen-as-const-headers): Add locale-defines.sym.
54460         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54461         * sysdeps/x86_64/strcasecmp.S: New file.
54462         * sysdeps/x86_64/strcasecmp_l.S: New file.
54463         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54464         * sysdeps/x86_64/locale-defines.sym: New file.
54465         * string/test-strcasecmp.c: New file.
54466
54467         * string/test-strcasestr.c: Test both ends of the range of characters.
54468         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54469
54470 2010-07-29  Roland McGrath  <roland@redhat.com>
54471
54472         [BZ #11856]
54473         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54474
54475 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54476
54477         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54478         for ld.so.
54479
54480 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54481
54482         * manual/memory.texi (Malloc Tunable Parameters): Document
54483         M_PERTURB.
54484
54485 2010-07-26  Roland McGrath  <roland@redhat.com>
54486
54487         [BZ #11840]
54488         * configure.in (-fgnu89-inline check): Set and substitute
54489         gnu89_inline, not libc_cv_gnu89_inline.
54490         * configure: Regenerated.
54491         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54492
54493 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54494
54495         * string/test-strnlen.c: New file.
54496         * string/Makefile (strop-tests): Add strnlen.
54497         * string/tester.c (test_strnlen): Add a few more test cases.
54498         * string/tst-strlen.c: Better error reporting.
54499
54500         * sysdeps/x86_64/strnlen.S: New file.
54501
54502 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54503
54504         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54505         lower-latency instructions.
54506
54507 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54508
54509         * string/test-strcasestr.c: New file.
54510         * string/test-strstr.c: New file.
54511         * string/Makefile (strop-tests): Add strstr and strcasestr.
54512         * string/str-two-way.h: Don't undefine MAX.
54513         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54514
54515 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54516
54517         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54518         strcasestr-nonascii.
54519         (CFLAGS-strcasestr-nonascii.c): Define.
54520         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54521         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54522         Remove unused attribute.
54523
54524 2010-07-20  Roland McGrath  <roland@redhat.com>
54525
54526         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54527         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54528         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54529         like LD_HWCAP_MASK can disable hwcaps.
54530
54531 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54532
54533         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54534
54535 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54536
54537         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54538         call in strcasestr.
54539         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54540         __strcasestr_sse42_nonascii.
54541         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54542         strcasestr-nonascii.c.
54543         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54544
54545 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54546
54547         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54548         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54549         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54550         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54551
54552 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54553
54554         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54555         fcntl.
54556
54557 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54558
54559         [BZ #11577]
54560         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54561         dl_signal_cerror.
54562
54563 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54564
54565         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54566         _PC_PIPE_BUF using F_GETPIPE_SZ.
54567
54568 2010-07-05  Roland McGrath  <roland@redhat.com>
54569
54570         * manual/arith.texi (Rounding Functions): Fix rint description
54571         implicit in round description.
54572
54573 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54574
54575         * elf/Makefile: Fix linking for a few tests to make recent linker
54576         happy.
54577
54578 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54579
54580         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54581         $(common-objpfx)libc_nonshared.a.
54582
54583 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54584
54585         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54586         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54587         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54588         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54589         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54590         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54591         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54592         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54607         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54608         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54609         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54610         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54611         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54612         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54613         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54614         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54615         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54616         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54617         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54618         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54633
54634 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54635
54636         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54637         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54638         * string/memmove.c (memmove): Renamed to ...
54639         (MEMMOVE): ...this.  Default to memmove.
54640         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54641         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54642         (END_CHK): Define.
54643         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54644         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54645         mempcpy-ssse3-back memmove-ssse3-back.
54646         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54647         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54648         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54649         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54650         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54651         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54652         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54653         * sysdeps/x86_64/multiarch/memmove.c: New file.
54654         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54655         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54656         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54657         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54658         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54659         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54660         Define.
54661         (index_Fast_Copy_Backward): Define.
54662         (HAS_ARCH_FEATURE): Define.
54663         (HAS_FAST_REP_STRING): Define.
54664         (HAS_FAST_COPY_BACKWARD): Define.
54665
54666 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54667
54668         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54669         Restore proper fallback handling.
54670
54671 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54672
54673         [BZ #11701]
54674         * posix/group_member.c (__group_member): Correct checking loop.
54675
54676         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54677         OOM in getpwuid_r correctly.  Return error number when the caller
54678         should return, otherwise -1.
54679         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54680         call returning > 0 value.
54681         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54682
54683 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54684
54685         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54686         libc_nonshared.a from targets in modules-names.
54687
54688 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54689
54690         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54691         requires it.
54692
54693 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54694
54695         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54696         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54697         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54698         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54699
54700 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54701
54702         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54703
54704 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54705
54706         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54707         and F_GETPIPE_SZ.
54708         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54709         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54710         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54711         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54712         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54713         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54714
54715 2010-06-14  Roland McGrath  <roland@redhat.com>
54716
54717         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54718
54719 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54720
54721         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54722         __REDIRECT followed by __THROW.
54723         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54724         * posix/getopt.h (getopt): Likewise.
54725
54726 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54727
54728         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54729         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54730         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54731         in AT_FLAGS.
54732         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54733         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54734
54735 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54736
54737         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54738
54739 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54740
54741         [BZ #11640]
54742         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54743         Properly check family and model.
54744
54745 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54746
54747         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54748
54749 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54750
54751         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54752
54753 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54754
54755         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54756         symbol reference.
54757
54758 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54759
54760         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54761         symbol reference.
54762
54763 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54764
54765         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54766         and internal_recvmmsg.
54767         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54768         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54769         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54770         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54771
54772         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54773         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54774         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54775
54776 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54777
54778         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54779
54780 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54781
54782         POWER7 optimizations.
54783         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54784         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54785
54786 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54787
54788         * version.h: Update for 2.13 development version.
54789
54790 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54791
54792         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54793         exceptions.  Return 0.
54794
54795 2010-05-07  Roland McGrath  <roland@redhat.com>
54796
54797         * elf/ldconfig.c (main): Add a const.
54798
54799 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54800
54801         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54802         (args_options): Add no-idn option.
54803         (ahosts_keys_int): Add idn_flags to ai_flags.
54804         (parse_option): Handle 'i' option to clear idn_flags.
54805
54806         * malloc/malloc.c (_int_free): Possible race in the most recently
54807         added check.  Only act on the data if no current modification
54808         happened.
54809
54810 See ChangeLog.17 for earlier changes.