i386: Fix build by GCC 5.0
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2
3         * sysdeps/i386/tls-macros.h: Include <features.h>.
4         (TLS_LE): Use non-PIC version for GCC >= 5.0.
5         (TLS_IE): Likewise.
6         (TLS_LD): Likewise.
7         (TLS_GD): Likewise.
8         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
9         define for GCC >= 5.0.
10
11 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
12
13         * math/test-fenv.c (test_single_exception, set_single_exc,
14         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
15         feexcp_mask_test, feenable_test, fe_single_test): Add
16         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
17         case where they are not used.
18         * math/libm-test.inc: Likewise.
19         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
20         unused in the absence of FP rounding/exception support.
21         * stdio-common/tst-printf-round.c: Likewise.
22         * stdlib/tst-strtod-round.c: Likewise.
23         * stdlib/tst-strtod-underflow.c: Likewise.
24
25 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
26
27         [BZ #17723]
28         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
29         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
30         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
31         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
32         libm_hidden_weak.
33         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
34         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
35         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
36         libm_hidden_def.
37         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
38         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
39         libm_hidden_weak.
40         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
41         Likewise.
42         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
43         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
44         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
45         libm_hidden_weak.
46         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
47         libm_hidden_def.
48         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
49         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
50         (__feraiseexcept): Likewise.
51         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
52         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
53         libm_hidden_weak.
54         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
55         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
56         libm_hidden_def.
57         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
58         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
59         Use libm_hidden_def.
60         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
61         libm_hidden_def.
62         (feraiseexcept): Define as weak not strong alias.  Use
63         libm_hidden_weak.
64         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
65         New inline function.  Factored out of ...
66         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
67         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
68         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
69         feraiseexcept.
70         * math/w_acos.c (__acos): Likewise.
71         * math/w_asin.c (__asin): Likewise.
72         * math/w_ilogb.c (__ilogb): Likewise.
73         * math/w_j0.c (y0): Likewise.
74         * math/w_j1.c (y1): Likewise.
75         * math/w_jn.c (yn): Likewise.
76         * math/w_log.c (__log): Likewise.
77         * math/w_log10.c (__log10): Likewise.
78         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
79         * sysdeps/aarch64/fpu/math_private.h
80         (libc_feupdateenv_test_aarch64): Likewise.
81         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
82         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
83         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
84         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
85         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
86         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
87         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
88         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
89         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
90         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
91
92 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
93
94         [BZ #17732]
95         * io/test-utime.c (main): Replace %ld with %jd and cast to
96         intmax_t.
97         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
98         * nptl/tst-mutex5.c: Include <stdint.h>.
99         (do_test): Replace %ld with %jd and cast to intmax_t.
100         * posix/tst-regex.c (run_test): Likewise.
101         (run_test_backwards): Likewise.
102         * rt/tst-clock.c: Include <stdint.h>.
103         (clock_test): Replace %ld with %jd and cast to intmax_t.
104         * rt/tst-cpuclock1.c: Include <stdint.h>.
105         (do_test): Replace %lu with %ju and cast to uintmax_t.
106         * rt/tst-cpuclock2.c: Include <stdint.h>.
107         (do_test): Replace %lu with %ju and cast to uintmax_t.
108         * rt/tst-mqueue1.c: Include <stdint.h>.
109         (check_attrs): Replace %ld with %jd and cast to intmax_t.
110         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
111         intmax_t.
112         * rt/tst-mqueue4.c (do_test): Likewise.
113         * rt/tst-timer4.c: Include <stdint.h>.
114         (check_ts): Replace %ld with %jd and cast to intmax_t.
115         (do_test): Likewise.
116         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
117         and cast to intmax_t.
118         * sysdeps/pthread/tst-timer.c (main): Likewise.
119         * time/clocktest.c (main): Likewise.
120         * time/tst-posixtz.c (do_test): Likewise.
121         * timezone/tst-timezone.c (main): Likewise.
122
123 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
124             H.J. Lu  <hongjiu.lu@intel.com>
125
126         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
127         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
128         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
129         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
130         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
131         version if bit_Fast_Unaligned_Load is set.
132         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
133         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
134         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
135         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
136         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
137         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
138         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
139         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
140         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
141         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
142         to 4.
143         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
144         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
145         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
146         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
147
148 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
149
150         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
151         instead of #if to avoid a Wundef warning.
152         * stdlib/tst-limits.c (do_test): Likewise.
153
154         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
155         parallel other exception macros.
156         (fegetenv): Convert from macro to extern inline so that it applies
157         retroactively to inline functions already seen by the compiler.
158         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
159
160         * posix/Makefile (before-compile): Use $(objpfx) for
161         posix-conf-vars-def.h.
162
163 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
164
165         * posix/getconf.c (main): Use size_t for type of I.
166         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
167         NSPEC.
168
169         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
170         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
171         * posix/posix-envs.def: Likewise.
172         * sysdeps/posix/sysconf.c: Likewise.
173         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
174         (specs): Remove array.
175         * scripts/gen-posix-conf-vars.awk: Support generation of specs
176         array.
177
178         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
179         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
180         (__sysconf): Use CONF_IS_* macros.
181
182         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
183         ($(objpfx)posix-conf-vars-def.h): New target.
184         * posix/posix-conf-vars.list: New file.
185         * posix/posix-conf-vars.h: New file.
186         * posix/confstr.c: Include posix-conf-vars.h.
187         (confstr): Use CONF_IS_* macros.
188         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
189         CONF_IS_* macros.
190         * scripts/gen-posix-conf-vars.awk: New file.
191
192 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
193
194         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
195         fegetround): Add no-op macros to avoid linknamespace issues.
196
197         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
198         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
199
200         * sysdeps/unix/sysv/linux/tile/sysdep.h
201         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
202         assembly-specific section to avoid a redefinition warning.
203
204         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
205         long before casting to pointer to avoid a cast warning.
206
207 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
208
209         * sysdeps/tile/tilegx/Implies: New file.
210
211 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
212
213         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
214
215 2014-12-23  Florian Weimer  <fweimer@redhat.com>
216
217         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
218
219 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
220
221         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
222         not define.
223         * sysdeps/unix/sysv/linux/utimes.c: Do not include
224         <kernel-features.h>.
225         (__utimes) [__NR_utimes]: Make code unconditional.
226         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
227         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
228         (__ASSUME_UTIMES): Do not undefine.
229         * sysdeps/unix/sysv/linux/tile/kernel-features.h
230         (__ASSUME_UTIMES): Likewise.
231         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
232         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
233         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
234         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
235
236 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
237
238         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
239
240 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
241
242         [BZ #17747]
243         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
244         alias to weak alias for j0l, y0l.
245         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
246         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
247
248         [BZ #17746]
249         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
250         conversion.
251
252 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
253
254         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
255         to zero if not already defined.
256
257 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
258
259         [BZ #17724]
260         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
261         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
262         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
263         (char *) casts added.
264         * sysdeps/ieee754/k_standardf.c: New file.
265         * sysdeps/ieee754/k_standardl.c: Likewise.
266         * math/Makefile (libm-support): Remove k_standard.
267         (libm-calls): Add k_standard.
268
269 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
270
271         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
272         Optimize to avoid an unnecessary FPCR read.
273
274 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
275
276         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
277         Optimize to reduce FPCR/FPSR accesses.
278
279 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
280
281         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
282         Call libc_fetestexcept_aarch64.
283
284 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
285
286         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
287         Call libc_fesetround_aarch64.
288
289 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
290
291         [BZ #17733]
292         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
293         (__bind): Do not define as weak alias.
294         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
295         define.
296         (__getsockname): Do not define as weak alias.
297
298 2014-12-22  Will Newton  <will.newton@linaro.org>
299
300         * manual/install.texi: Document that we require bison 2.7
301         or above.
302         * INSTALL: Regenerate.
303         * configure.ac: Use AC_CHECK_PROG_VER instead of
304         AC_PATH_PROG when checking for bison and check for
305         version 2.7 or above.
306         * configure: Regenerate.
307
308 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
309
310         [BZ #17745]
311         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
312         * sysdeps/tile/ffsll.c (ffsll): To here.
313
314         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
315
316 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
317
318         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
319         if not defined.
320         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
321         definition.
322         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
323         hidden ___tls_get_addr.
324         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
325         hidden __tls_get_addr.
326         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
327         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
328         Likewise.
329
330 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
331
332         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
333         _dl_init call.
334
335 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
336
337         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
338         from "call _dl_init@PLT".
339         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
340
341 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
342
343         * manual/search.texi: (Array Sort Function): Clarify stable sorting
344         guarantees.
345
346 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
347
348         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
349
350 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
351
352         [BZ #17744]
353         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
354         strnlen.
355
356 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
357
358         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
359         of multu on MIPSr6.
360         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
361         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
362         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
363         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
364         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
365
366 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
367
368         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
369         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
370         (PTR_SUBU): Use subu for mips32r6/mips64r6.
371         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
372         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
373         mips32r6/mips64r6.
374         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
375
376 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
377
378         * string/strncat.c (STRNCAT): Simplify implementation.
379
380 2014-12-19  David S. Miller  <davem@davemloft.net>
381
382         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
383         access the quad as both a long double and as a series of 4 words.
384
385         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
386         link_map->l_info array access.
387
388 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
389
390         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
391
392         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
393         * math/atest-exp2.c (TIMEOUT): Likewise.
394         * math/atest-sincos.c (TIMEOUT): Likewise.
395
396 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
397
398         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
399         -Wno-error with -fno-builtin-lround.
400
401 2014-12-19  Torvald Riegel  <triegel@redhat.com>
402
403         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
404         Contains futex constants and functions moved over from ...
405         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
406         <lowlevellock-futex.h>.
407         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
408         (lll_timedwait_tid): Add comments and parentheses around macro
409         arguments.
410
411 2014-12-19  Torvald Riegel  <triegel@redhat.com>
412
413         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
414         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
415         (__lll_private_flag): Remove.
416         (lll_futex_wait): Likewise.
417         (lll_futex_timed_wait): Likewise.
418         (lll_futex_wake): Likewise.
419         (lll_futex_requeue): Likewise.
420         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
421         (__lll_timedwait_tid): Spell out argument names.
422         (lll_timedwait_tid): Add comments and parentheses around macro
423         arguments.
424         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
425         LLL_SHARED and LLL_PRIVATE usable from assembly code.
426
427 2014-12-19  Torvald Riegel  <triegel@redhat.com>
428
429         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
430         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
431         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
432         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
433         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
434         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
435         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
436         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
437         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
438         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
439         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
440         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
441         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
442         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
443         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
444         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
445         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
446         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
447         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
448
449 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
450
451         * sysdeps/x86_64/x32/Makefile: New file.
452
453 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
454
455         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
456         1L with (mp_limb_t) 1.
457
458 2014-12-17  Roland McGrath  <roland@hack.frob.com>
459
460         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
461         * nptl/libc_pthread_init.c: ... here.
462         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
463         * nptl/register-atfork.c: ... here.
464
465         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
466         Use pthread_sigmask rather than INTERNAL_SYSCALL.
467         Use assert_perror to check its return value.
468         (__gai_create_helper_thread): Likewise.
469
470         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
471
472         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
473
474 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
475
476         [BZ #17725]
477         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
478         __profil_counter.
479         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
480         Likewise.
481         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
482         Likewise.
483         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
484         Likewise.
485         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
486         (profil_counter): Likewise.
487         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
488         (profil_counter): Likewise.
489         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
490         Likewise.
491         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
492         Likewise.
493         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
494         (profil_counter): Likewise.
495         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
496         Likewise.
497         [!__profil_counter] (profil_counter): Define as weak alias of
498         __profil_counter.
499         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
500         (profil_counter): Rename to __profil_counter.
501         [!__profil_counter] (profil_counter): Define as weak alias of
502         __profil_counter.
503         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
504         (profil_counter): Rename to __profil_counter.
505         [!__profil_counter] (profil_counter): Define as weak alias of
506         __profil_counter.
507         * sysdeps/posix/profil.c: Update comment referring to
508         profil_counter.
509         (__profil): Use __profil_counter instead of profil_counter.
510         * sysdeps/posix/sprofil.c (profil_counter): Rename to
511         __profil_counter.  Use __profil_counter_ushort and
512         __profil_counter_uint in definitions.
513         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
514         instead of profil_counter_uint and profil_counter_ushort.
515
516         [BZ #17722]
517         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
518         define as weak alias of __inet_makeaddr.
519         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
520         as weak alias of __inet_addr.
521         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
522         as weak alias of __inet_pton.  Use libc_hidden_weak.
523         * include/arpa/inet.h (__inet_pton): Declare.  Use
524         libc_hidden_proto.
525         (inet_makeaddr): Don't use libc_hidden_proto.
526         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
527         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
528         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
529         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
530         Remove variable.
531         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
532         (test-xfail-POSIX/time.h/linknamespace): Likewise.
533
534 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
535
536         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
537
538 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
539
540         * stdio-common/bug-vfprintf-nargs.c (do_test):
541         Cast value to intptr_t to avoid format warning
542         for usage with PRIdPTR printing macro.
543
544 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
545
546         * libio/tst-widetext.c (do_test):
547         Use format type %td instead of %Zd for ptrdiff_t
548         in order to avoid format warning.
549
550 2014-12-17  Andreas Schwab  <schwab@suse.de>
551
552         * nscd/mem.c (gc): Add size_t cast to match printf format.
553
554 2014-12-16  Roland McGrath  <roland@hack.frob.com>
555
556         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
557         (init): Apply PTR_MANGLE to pointers before storing them.
558         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
559         before using them.
560
561 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
562
563         [BZ #17719]
564         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
565         define as weak alias of __memrchr.
566         (__memrchr): Do not define as strong alias of memrchr.
567         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
568         Remove variable.
569         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
570         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
571         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
572
573         [BZ #17717]
574         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
575         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
576         (if_indextoname): Rename to __if_indextoname and define as weak
577         alias of __if_indextoname.  Use libc_hidden_weak.
578         (if_freenameindex): Rename to __if_freenameindex and define as
579         weak alias of __if_freenameindex.
580         (if_nameindex): Rename to __if_nameindex and define as weak alias
581         of __if_nameindex.
582         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
583         __if_nametoindex and define as weak alias of __if_nametoindex.
584         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         (if_indextoname): Rename to __if_indextoname and define as weak
590         alias of __if_indextoname.  Use libc_hidden_weak.
591         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
592         __if_nametoindex and define as weak alias of __if_nametoindex.
593         Use libc_hidden_weak.
594         (if_freenameindex): Rename to __if_freenameindex and define as
595         weak alias of __if_freenameindex.  Use libc_hidden_weak.
596         (if_nameindex_netlink): Use __if_freenameindex instead of
597         if_freenameindex.
598         (if_nameindex): Rename to __if_nameindex and define as weak alias
599         of __if_nameindex.  Use libc_hidden_weak.
600         (if_indextoname): Rename to __if_indextoname and define as weak
601         alias of __if_indextoname.  Use libc_hidden_weak.
602         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
603         libc_hidden_proto.
604         [!_ISOMAC] (__if_freenameindex): Likewise.
605         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
606         if_nametoindex.
607         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
608         variable.
609         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
610         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
611         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
612         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
613         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
614         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
615         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
616
617         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
618         Remove variable.
619         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
620         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
621
622 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
623
624         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
625         subscript above bounds'
626
627         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
628         bounds.
629
630 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
631
632         * libio/tst-fopenloc.c: Use test-skeleton.c.
633
634         * stdlib/tst-bsearch.c: Use test-skeleton.c.
635         (entry): Rename to ITEM.
636         (do_test, comp): Adjust.
637
638         * stdio-common/tst-fseek.c: Use test-skeleton.c.
639
640 2014-12-16  Torvald Riegel  <triegel@redhat.com>
641
642         * string/tester.c: Include <libc-internal.h>.
643         (test_memset): Ignore -Wmemset-transposed-args.
644
645 2014-12-16  Torvald Riegel  <triegel@redhat.com>
646
647         * misc/tst-mntent2.c (do_test): Fix warning.
648
649 2014-12-16  Torvald Riegel  <triegel@redhat.com>
650
651         * elf/tst-unique4lib.cc(a): Mark as used.
652
653 2014-12-16  Florian Weimer  <fweimer@redhat.com>
654
655         [BZ #17630]
656         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
657         names.
658
659 2014-12-16  Allan McRae  <allan@archlinux.org>
660
661         * stdio-common/Makefile (tests): Re-add bug26.
662
663 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
664
665         [BZ #17657]
666         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
667         static array.
668
669 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
670
671         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
672         (__lll_lock_wait): Likewise.
673         (__lll_timedlock_wait): Likewise.
674         (__lll_timedwait_tid): Likewise.
675         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
676         (__lll_robust_timedlock_wait): Likewise.
677         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
678         (lll_cond_trylock): Likewise.
679         (__lll_lock): Likewise.
680         (__lll_robust_lock): Likewise.
681         (__lll_cond_lock): Likewise.
682         (lll_robust_cond_lock): Likewise.
683         (__lll_timedlock): Likewise.
684         (__lll_robust_timedlock): Likewise.
685         (__lll_unlock): Likewise.
686         (__lll_robust_unlock): Likewise.
687         (lll_wait_tid): Likewise.
688         (lll_timedwait_tid): Likewise.
689
690 2014-12-15  Torvald Riegel  <triegel@redhat.com>
691
692         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
693
694 2014-12-15  Torvald Riegel  <triegel@redhat.com>
695
696         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
697
698 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
699
700         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
701         * stdio-common/tst-sprintf.c: Likewise.
702
703 2014-12-15  Torvald Riegel  <triegel@redhat.com>
704
705         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
706
707 2014-12-15  Jeff Law  <law@redhat.com>
708
709         [BZ #16617]
710         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
711         on the heap.  (CVE-2012-3406)
712         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
713         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
714         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
715
716 2014-12-15  Will Newton  <will.newton@linaro.org>
717
718         * manual/install.texi: Bump required version of texinfo
719         to 4.7 from 4.5.
720         * INSTALL: Regenerated.
721         * configure.ac: Check for makeinfo version 4.7 and above.
722         * configure: Regenerated.
723
724 2014-12-12  Roland McGrath  <roland@hack.frob.com>
725
726         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
727         PREFIX, string constant to insert between directory and name.
728         * sysdeps/posix/shm_open.c: Update caller.
729         * sysdeps/posix/shm_unlink.c: Likewise.
730         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
731         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
732         (SEM_SHM_PREFIX): New macro.
733         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
734         [$(have-thread-library) = no].
735         * nptl/Makefile (libpthread-routines): Add shm-directory.
736         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
737         * sysdeps/nptl/shm-directory.h: New file.
738         * sysdeps/posix/shm-directory.c
739         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
740         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
741         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
742         INTERNAL_SYSCALL.
743         (__where_is_shmfs): Function removed.
744         (mountpoint, defaultmount, defaultdir, __namedsem_once):
745         Variables removed.
746         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
747         Use SHM_GET_NAME.
748         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
749
750         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
751         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
752         unconditional for use inside libpthread.
753         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
754
755 2014-12-12  Roland McGrath  <roland@hack.frob.com>
756
757         * nptl/pthread_getaffinity.c: New file.
758         * nptl/pthread_setaffinity.c: New file.
759         * nptl/pthread_getname.c: New file.
760         * nptl/pthread_setname.c: New file.
761
762         * nptl/pthread_create.c (START_THREAD_DEFN)
763         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
764
765 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
766             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
767
768         * resolv/res_send.c (send_vc): Disable warning resplen may
769         be used uninitialized.
770
771 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
772
773         * nptl/tst-mutex6.c
774         (ATTR_NULL): New define checks ATTR against NULL.
775         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
776         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
777
778 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
779
780         [BZ #17581]
781         * malloc/hooks.c
782         (mem2mem_check): Revert my previous change.
783         (malloc_check_get_size): Revert my previous change.
784         (mem2chunk_check): Revert my previous change.
785
786 2014-12-11  Roland McGrath  <roland@hack.frob.com>
787
788         * sysdeps/posix/shm-directory.c: New file.
789         * sysdeps/posix/shm-directory.h: New file.
790         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
791         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
792         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
793         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
794         Transmute EPERM to EACCES.
795         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
796         from ...
797         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
798         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
799
800 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
801
802         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
803         pointer and cast to uintptr_t.
804         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
805         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
806         Add cast to avoid warning.
807         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
808
809 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
810
811         * nptl/semaphore.h: Move to ...
812         * sysdeps/pthread/semaphore.h: ... here.
813         * Makefile (installed-headers): Change nptl/semaphore.h to
814         sysdeps/pthread/semaphore.h.
815
816 2014-12-11  Roland McGrath  <roland@hack.frob.com>
817
818         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
819         generated error format strings.
820
821         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
822         -Wformat-extra-args warnings for scanf formats.
823         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
824         test of zero-length format (duh).
825         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
826         corner-case scanf format test.
827         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
828         generated fprintf format string.
829         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
830         corner-case sprintf format tests.
831         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
832         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
833         -Wformat-extra-args warnings throughout.
834         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
835         (CFLAGS-scanf4.c): Likewise.
836         (CFLAGS-scanf7.c): Likewise.
837         (CFLAGS-tst-sprintf.c): Likewise.
838         (CFLAGS-tst-printf.c): Likewise.
839         (CFLAGS-tst-printfsz.c): Likewise.
840
841 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
842
843         * include/cpio.h: New file.
844         * include/fmtmsg.h: Likewise.
845
846         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
847         corresponding format argument to size_t.
848         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
849         arguments.
850         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
851         corresponding format argument to size_t.
852         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
853         arguments.
854         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
855         corresponding format argument to size_t.
856         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
857         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
858         (CFLAGS-tst-mbswcs2.c): Likewise.
859         (CFLAGS-tst-mbswcs3.c): Likewise.
860         (CFLAGS-tst-mbswcs4.c): Likewise.
861         (CFLAGS-tst-mbswcs5.c): Likewise.
862         (CFLAGS-tst-trans.c): Likewise
863
864 2014-12-11  Roland McGrath  <roland@hack.frob.com>
865
866         * posix/regexbug1.c (main): Use "%s" format with regerror results,
867         rather than assuming they won't contain any '%'s.
868
869 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
870
871         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
872         inhibit_loop_to_libcall to avoid recursive calls.
873         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
874         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
875
876 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
877
878         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
879         prototype.
880
881 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
882
883         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
884         integer value instead of boolean.
885
886 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
887
888         * malloc/malloc.c: Fix powerof2 check.
889
890 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
891
892         * locale/programs/locfile.h (maybe_swap_uint32):
893         Remove inline and add unused attribute.
894
895 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
896
897         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
898         Truncating assembler expression to a .long expression.
899
900 2014-12-11  Andreas Schwab  <schwab@suse.de>
901
902         * elf/rtld.c (struct map_args): Constify str member.
903         (do_preload): Constify fname argument.
904
905 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
906
907         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
908         constants definition.
909
910 2014-12-11  Andreas Schwab  <schwab@suse.de>
911
912         [BZ #16657]
913         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
914         FORCE_ELISION instead of DO_ELISION.
915         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
916         Remove.
917         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
918         Likewise.
919
920         * iconvdata/gconv-modules: Remove duplicate entry.
921
922 2014-12-11  Will Newton  <will.newton@linaro.org>
923
924         Merge gettext 0.19.3 into intl/.
925
926         This involves a number of cosmetic changes to comments
927         and ANSI function definitions and prototypes throughout
928         all the files. The gettext copyright header is used but
929         with the date ranges taken from the glibc copy.
930
931         * NEWS: Add gettext merge to 2.21.
932         * intl/bindtextdom.c: Switch to gettext copyright.
933         Use ANSI definitions and prototypes.
934         Use gl_* locking primitives rather than __libc_* ones.
935         Use __builtin_expect rather than __glibc_likely/unlikely.
936         * intl/dcgettext.c: Switch to gettext copyright.
937         Use ANSI definitions and prototypes.
938         * intl/dcigettext.c: Switch to gettext copyright.
939         Use ANSI definitions and prototypes.
940         (INTDIV0_RAISES_SIGFPE): New define.
941         Use gl_* locking primitives rather than __libc_* ones.
942         Include eval-plural.h instead of plural-eval.c.
943         Use __builtin_expect rather than __glibc_likely/unlikely.
944         * intl/dcngettext.c: Switch to gettext copyright.
945         Use ANSI definitions and prototypes.
946         * intl/dgettext.c: Likewise.
947         * intl/dngettext.c: Likewise.
948         * intl/plural-eval.c: Renamed to...
949         * intl/eval-plural.h: ...this.
950         * intl/explodename.c: Switch to gettext copyright.
951         Use ANSI definitions and prototypes.
952         (_nl_explode_name): Use strchr instead of __rawmemchr.
953         * intl/finddomain.c: Switch to gettext copyright.
954         Use ANSI definitions and prototypes.
955         Use gl_* locking primitives rather than __libc_* ones.
956         (_nl_find_domain): Use malloc rather than alloca for
957         allocation of temporary locale name.
958         * intl/gettext.c: Switch to gettext copyright.
959         Use ANSI definitions and prototypes.
960         * intl/gettextP.h: Switch to gettext copyright.
961         Use ANSI definitions and prototypes.
962         Use gl_* locking primitives rather than __libc_* ones.
963         * intl/gmo.h: Switch to gettext copyright.
964         (struct sysdep_string): Move struct segment_pair outside of
965         struct definition.
966         * intl/hash-string.c: Use ANSI definitions and prototypes.
967         * intl/hash-string.h: Switch to gettext copyright.
968         Use ANSI definitions and prototypes.
969         * intl/l10nflist.c: Switch to gettext copyright.
970         Use ANSI definitions and prototypes.
971         (_nl_normalize_codeset): Avoid integer overflow.
972         * intl/loadinfo.h: Switch to gettext copyright.
973         Use ANSI definitions and prototypes.
974         (LIBINTL_DLL_EXPORTED): New define.
975         (PATH_SEPARATOR): New define.
976         * intl/loadmsgcat.c: Switch to gettext copyright.
977         * intl/localealias.c: Switch to gettext copyright.
978         Use ANSI definitions and prototypes.
979         (_nl_expand_alias): Use PATH_SEPARATOR.
980         * intl/ngettext.c: Switch to gettext copyright.
981         Use ANSI definitions and prototypes.
982         * intl/plural-exp.c: Likewise.
983         * intl/plural-exp.h: Switch to gettext copyright.
984         Use ANSI definitions and prototypes.
985         (struct expression): Move definition of enum operator outside
986         of struct definition.
987         * intl/plural.c: Regenerate.
988         * intl/plural.y: Switch to gettext copyright.
989         Use ANSI definitions and prototypes.
990         Port to bison 3.0.
991         * intl/textdomain.c: Switch to gettext copyright.
992         Use ANSI definitions and prototypes.
993         Use gl_* locking primitives rather than __libc_* ones.
994
995 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
996
997         * debug/warning-nop.c: Add used atrribute.
998
999 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1000
1001         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
1002
1003         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
1004         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
1005         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
1006
1007 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1008             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1009
1010         [BZ #17634]
1011         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
1012         Undefine after defining function.  Define as weak alias of
1013         __wcschr.  Use libc_hidden_weak.
1014         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
1015         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
1016         (libc_hidden_def): Also define __GI___wcschr alias.
1017         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
1018         __wcschr and define as weak alias of __wcschr.
1019         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
1020         __wcschr.
1021         [!WCSCHR] (DEFAULT_WCSCHR): Define.
1022         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
1023         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
1024         libc_hidden_weak.  Do not use libc_hidden_def.
1025         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
1026         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
1027         __GI___wcschr alias.
1028         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
1029         [IS_IN (libc)] (wcschr): Define as macro expanding to
1030         __redirect_wcschr.
1031         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
1032         [IS_IN (libc)] (__wcschr_power6): Likewise.
1033         [IS_IN (libc)] (__wcschr_power7): Likewise.
1034         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
1035         instead of wcschr.
1036         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
1037         __libc_wcschr.
1038         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
1039         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
1040         __wcschr and define as weak alias of __wcschr.  Use
1041         libc_hidden_builtin_def.
1042         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
1043         as weak alias of __wcschr.  Use libc_hidden_weak.
1044         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
1045         wcschr.
1046         * time/era.c (_nl_init_era_entries): Likewise.
1047         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
1048         variable.
1049         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1050         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1051
1052 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1053
1054         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
1055         format for long int variable.
1056
1057 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
1058
1059         [BZ #10672]
1060         * manual/search.texi: (Array Sort Function): Remove claim how to make
1061         qsort stable.
1062
1063 2014-12-10  Andreas Schwab  <schwab@suse.de>
1064
1065         [BZ #12847]
1066         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
1067         user-controlled locks.
1068
1069 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
1070
1071         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
1072         register.
1073
1074 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
1075
1076         * configure.ac (--disable-werror): New configure option.
1077         (enable_werror): New AC_SUBST.
1078         * configure: Regenerated.
1079         * config.make.in (enable-werror): New variable.
1080         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
1081         -Wno-error=undef.
1082         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
1083         * manual/install.texi (Configuring and compiling): Document
1084         --disable-werror.
1085         * INSTALL: Regenerated.
1086         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
1087         (CFLAGS-tst-chk2.c): Likewise.
1088         (CFLAGS-tst-chk3.c): Likewise.
1089         (CFLAGS-tst-chk4.cc): Likewise.
1090         (CFLAGS-tst-chk5.cc): Likewise.
1091         (CFLAGS-tst-chk6.cc): Likewise.
1092         (CFLAGS-tst-lfschk1.c): Likewise.
1093         (CFLAGS-tst-lfschk2.c): Likewise.
1094         (CFLAGS-tst-lfschk3.c): Likewise.
1095         (CFLAGS-tst-lfschk4.cc): Likewise.
1096         (CFLAGS-tst-lfschk5.cc): Likewise.
1097         (CFLAGS-tst-lfschk6.cc): Likewise.
1098
1099         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
1100         (main): Disable -Wdeprecated-declarations around calls to
1101         register_printf_function.
1102
1103         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
1104         (do_test): Disable -Wdiv-by-zero around some calls to
1105         fwrite_unlocked and fread_unlocked.
1106
1107         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
1108         (DIAG_POP_NEEDS_COMMENT): Likewise.
1109         (_DIAG_STR1): Likewise.
1110         (_DIAG_STR): Likewise.
1111         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
1112         * stdio-common/bug21.c: Include <libc-internal.h>.
1113         (do_test): Disable -Wformat around call to sscanf.
1114         * stdio-common/scanf14.c: Include <libc-internal.h>.
1115         (main): Disable -Wformat around some calls to scanf functions.
1116
1117 2014-12-09  Torvald Riegel  <triegel@redhat.com>
1118
1119         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
1120
1121 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1122
1123         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
1124         stack variable alignment.
1125
1126 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
1127
1128         [BZ #17682]
1129         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
1130         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
1131         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
1132         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
1133         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
1134         __getrlimit instead of getrlimit.
1135         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
1136         __gettimeofday instead of gettimeofday.
1137         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
1138         Likewise.
1139         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
1140         Likewise.
1141         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
1142         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
1143         Remove variable.
1144         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1145         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1146
1147 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1148
1149         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
1150         for wide-character tests.
1151
1152 2014-12-04  Roland McGrath  <roland@hack.frob.com>
1153
1154         * io/openat64.c: #include <libc-internal.h>
1155         (__openat64): Prototypify.  Use ignore_value on MODE.
1156         * io/openat.c: Likewise.
1157         * misc/reboot.c: #include <libc-internal.h>
1158         (reboot): Prototypify.  Use ignore_value on HOWTO.
1159         * misc/ptrace.c: #include <libc-internal.h>
1160         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
1161
1162 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
1163
1164         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
1165         XPG4, UNIX98 and XOPEN2K.
1166         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
1167         Remove variable.
1168         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1169
1170 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1171
1172         * libio/fileops.c: Use ISO C style for function definitions.
1173         * libio/iofopen.c: Likewise.
1174         * libio/wfileops.c: Likewise.
1175
1176         [BZ #17653]
1177         * libio/fileops.c (_IO_new_file_underflow): Unset cached
1178         offset on EOF.
1179         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
1180         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
1181         (fgets_func): Function pointer to fgets and fgetws.
1182         (do_ftell_test): Add test to verify ftell value after read
1183         EOF.
1184         (do_test): Set fgets_func.
1185
1186         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
1187         O_TRUNC flag for w and w+ modes.
1188         (do_rewind_test): Likewise.
1189         (do_ftell_test): Likewise.
1190         (do_write_test): Likewise.
1191
1192         [BZ #17647]
1193         * libio/fileops.c (do_ftell): Seek only when there are
1194         unflushed writes.
1195         * libio/wfileops.c (do_ftell_wide): Likewise.
1196         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
1197         test case.
1198         (do_one_test): Call it.
1199
1200 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
1201
1202         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
1203         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
1204         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
1205         Remove variable.
1206         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1207         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1208         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1209
1210 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1211
1212         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
1213         Remove variable.
1214         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1215
1216         [BZ #17668]
1217         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1218         as weak alias of __getifaddrs.  Use libc_hidden_weak.
1219         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1220         __freeifaddrs.  Use libc_hidden_weak.
1221         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1222         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
1223         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1224         __freeifaddrs.  Use libc_hidden_weak.
1225         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1226         __getifaddrs and define as weak alias of __getifaddrs.  Use
1227         libc_hidden_weak.
1228         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1229         __freeifaddrs.  Use libc_hidden_weak.
1230         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1231         Remove variable.
1232         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1233         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1234
1235 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
1236
1237         [BZ #17601]
1238         * sysdeps/mips/start.S (__start): Use indirect jump to call
1239         __libc_start_main.
1240
1241 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1242
1243         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1244
1245         * nptl/tst-mutex1.c: Include <stdbool.h>.
1246         [!ATTR] (ATTR_NULL): New macro.
1247         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1248         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1249         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1250
1251         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1252         to char *.
1253
1254         [BZ #17665]
1255         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1256         Change conditional to [__USE_MISC].
1257
1258         [BZ #17664]
1259         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1260         fgets_unlocked.
1261         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1262         __fgets_unlocked.
1263         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1264         fgets_unlocked.
1265         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1266         Remove variable.
1267         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1268         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1269         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1270         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1271         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1272         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1273         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1274         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1275         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1276
1277         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1278
1279 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1280
1281         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1282         Remove strpbrk objects.
1283         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1284         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1285         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1286         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1287         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1288         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1289
1290         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1291         Remove strcspn objects.
1292         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1293         (__libc_ifunc_impl_list): Remove strcspn implementation.
1294         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1295         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1296         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1297         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1298
1299         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1300         Remove strspn objetcs.
1301         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1302         (__libc_ifunc_impl_list): Remove strspn implementation.
1303         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1304         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1305         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1306         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1307
1308 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1309
1310         [BZ #17581]
1311         * malloc/hooks.c
1312         (mem2mem_check): Add a terminator to the chain of checking blocks.
1313         (malloc_check_get_size): Use it here.
1314         (mem2chunk_check): Ditto.
1315
1316 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1317
1318         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1319         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1320
1321 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1322
1323         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1324
1325         * nptl/nptl-init.c: Include libc-internal.h.
1326         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1327
1328         * elf/ldconfig.c (search_dir): Expand comment.
1329
1330 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1331
1332         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1333         variable.
1334         (linknamespace-symlist-stdlibs-tests): Likewise.
1335         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1336         instead of $(objpfx)symlist-stdlibs.
1337         (linknamespace-libs-isoc): New variable.
1338         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1339         (linknamespace-libs-ISO): New variable.
1340         (linknamespace-libs-ISO99): Likewise.
1341         (linknamespace-libs-ISO11): Likewise.
1342         (linknamespace-libs-XPG3): Likewise.
1343         (linknamespace-libs-XPG4): Likewise.
1344         (linknamespace-libs-POSIX): Likewise.
1345         (linknamespace-libs-UNIX98): Likewise.
1346         (linknamespace-libs-XOPEN2K): Likewise.
1347         (linknamespace-libs-POSIX2008): Likewise.
1348         (linknamespace-libs-XOPEN2K8): Likewise.
1349         ($(objpfx)symlist-stdlibs): Replace by
1350         $(linknamespace-symlist-stdlibs-tests).  Use
1351         $(linknamespace-libs-$*) as set of libraries.
1352         ($(linknamespace-header-tests)): Update dependencies.  Use
1353         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1354         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1355         * conform/linknamespace.pl: Remove comment about considering
1356         definitions of symbols from irrelevant libraries.
1357
1358 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1359
1360         [BZ #13862]
1361         * elf/dl-tls.c: Include <atomic.h>.
1362         (oom): Remove #ifdef SHARED/#endif.
1363         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1364         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1365         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1366         big enough.
1367         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1368         * nptl/Makefile (tests): Add tst-stack4.
1369         (modules-names): Add tst-stack4mod.
1370         ($(objpfx)tst-stack4): New.
1371         (tst-stack4mod.sos): Likewise.
1372         ($(objpfx)tst-stack4.out): Likewise.
1373         ($(tst-stack4mod.sos)): Likewise.
1374         (clean): Likewise.
1375         * nptl/tst-stack4.c: New file.
1376         * nptl/tst-stack4mod.c: Likewise.
1377
1378 2014-11-27  J. Brown  <jb999@gmx.de>
1379
1380         * sysdeps/x86/bits/string.h: Add recent CPUs.
1381
1382 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1383
1384         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1385         sigblock.
1386
1387         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1388         feof.
1389
1390         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1391         variable.
1392
1393 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1394
1395         * nscd/connections.c: Include libc-internal.h because of macro
1396         usage ignore_value.
1397
1398 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1399
1400         * string/bits/string3.h (__warn_memset_zero_len): Don't
1401         declare for gcc newer than 5.0.
1402         (memset): Don't test for zero-length __LEN for gcc newer than
1403         5.0.
1404
1405 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1406
1407         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1408         size_t for %zu format.
1409
1410         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1411         difference, not %ju.
1412
1413 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1414
1415         * include/libc-internal.h (ignore_value): New macro.
1416         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1417         with ignore_value.
1418
1419         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1420         definition.
1421
1422         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1423         pthread_cleanup_push to void *.
1424
1425         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1426         Undefine.
1427
1428         [BZ #16619]
1429         [BZ #16740]
1430         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1431         instead of 1L << 52.
1432
1433         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1434         * libio/bug-rewind2.c (do_test): Likewise.
1435
1436         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1437         * debug/test-strcpy_chk-ifunc.c: Likewise.
1438         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1439         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1440         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1441         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1442         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1443         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1444         * Rules [$(multi-arch) = no] (tests): Do not filter out
1445         $(tests-ifunc).
1446         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1447         * debug/Makefile (tests-ifunc): Remove variable.
1448         (tests): Do not add $(tests-ifunc).
1449         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1450         (tests): Do not add $(tests-ifunc).
1451         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1452         [TEST_IFUNC]: Remove conditionals.
1453         * string/test-string.h (TEST_IFUNC): Remove macro.
1454         [TEST_IFUNC]: Remove conditionals.
1455
1456         * string/test-strchr.c [!WIDE] (L): New macro.
1457         [WIDE] (L): Likewise.
1458         (check1): Use CHAR instead of char.  Use L on string and character
1459         constants.
1460
1461 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1462
1463         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1464         tests.
1465         * sysdeps/powerpc/bits/atomic.h
1466         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1467         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1468         (atomic_exchange_and_add_acq): Likewise.
1469         (atomic_exchange_and_add_rel): Likewise.
1470         * sysdeps/powerpc/powerpc32/bits/atomic.h
1471         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1472         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1473         * sysdeps/powerpc/powerpc64/bits/atomic.h
1474         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1475         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1476
1477 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1478
1479         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1480         Change synchronization of __sched_fifo_min_prio and
1481         __sched_fifo_max_prio.
1482         * nptl/pthread_mutexattr_getprioceiling.c
1483         (pthread_mutexattr_getprioceiling): Likewise.
1484         * nptl/pthread_mutexattr_setprioceiling.c
1485         (pthread_mutexattr_setprioceiling): Likewise.
1486         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1487         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1488         Likewise.
1489
1490 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1491
1492         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1493         void.
1494
1495 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1496
1497         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1498         third argument const.
1499
1500 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1501
1502         fnmatch: work around GCC compiler warning bug with uninit var
1503         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1504         This works around a bug with x86-64 GCC 4.9.2 and earlier
1505         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1506         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1507         used uninitialized in this function [-Wmaybe-uninitialized]".
1508
1509 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1510
1511         * posix/bug-regex31.c (main): Return RES not 0.
1512
1513 2014-11-25  Anton Blanchard <anton@samba.org>
1514
1515         * sysdeps/powerpc/bits/atomic.h
1516         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1517
1518 2014-11-24  Sterling Augustine  <saugustine@google.com>
1519
1520         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1521
1522 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1523
1524         [BZ #17608]
1525         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1526
1527 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1528
1529         [BZ #17633]
1530         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1531         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1532         variable.
1533         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1534         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1535
1536 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1537
1538         * string/strncpy.c (strncpy): Improve performance by using memset.
1539
1540 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1541
1542         * string/strcpy.c (strcpy):
1543         Improve performance by using strlen and memcpy.
1544
1545 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1546
1547         * string/strcoll_l.c (get_next_seq): __always_inline.
1548         * string/strcoll_l.c (do_compare): __always_inline.
1549
1550 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1551
1552         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1553         defined.
1554         * include/mqueue.h: Likewise.
1555         * include/stdlib.h: Likewise.
1556
1557         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1558         (get_null_defines): Adjust.
1559         * sunrpc/Makefile: Adjust comment.
1560         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1561         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1562         (CFLAGS-interp.c): Likewise.
1563         (CFLAGS-ldconfig.c): Likewise.
1564         (CPPFLAGS-.os): Likewise.
1565         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1566         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1567         * extra-modules.mk (extra-modules.mk): Likewise.
1568         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1569         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1570         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1571         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1572         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1573         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1574         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1575         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1576         * iconvdata/Makefile (CPPFLAGS): Likewise.
1577         (cpp-srcs-left): Add libof for all iconvdata routines.
1578         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1579         * include/assert.h: Likewise.
1580         * include/ctype.h: Likewise.
1581         * include/errno.h: Likewise.
1582         * include/libc-symbols.h: Likewise.
1583         * include/math.h: Likewise.
1584         * include/netdb.h: Likewise.
1585         * include/resolv.h: Likewise.
1586         * include/stdio.h: Likewise.
1587         * include/stdlib.h: Likewise.
1588         * include/string.h: Likewise.
1589         * include/sys/stat.h: Likewise.
1590         * include/wctype.h: Likewise.
1591         * intl/l10nflist.c: Likewise.
1592         * libidn/idn-stub.c: Likewise.
1593         * libio/libioP.h: Likewise.
1594         * nptl/libc_multiple_threads.c: Likewise.
1595         * nptl/pthreadP.h: Likewise.
1596         * posix/regex_internal.h: Likewise.
1597         * resolv/res_hconf.c: Likewise.
1598         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1599         * sysdeps/arm/memmove.S: Likewise.
1600         * sysdeps/arm/sysdep.h: Likewise.
1601         * sysdeps/generic/_itoa.h: Likewise.
1602         * sysdeps/generic/symbol-hacks.h: Likewise.
1603         * sysdeps/gnu/errlist.awk: Likewise.
1604         * sysdeps/gnu/errlist.c: Likewise.
1605         * sysdeps/i386/i586/memcpy.S: Likewise.
1606         * sysdeps/i386/i586/memset.S: Likewise.
1607         * sysdeps/i386/i686/memcpy.S: Likewise.
1608         * sysdeps/i386/i686/memmove.S: Likewise.
1609         * sysdeps/i386/i686/mempcpy.S: Likewise.
1610         * sysdeps/i386/i686/memset.S: Likewise.
1611         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1612         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1613         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1614         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1615         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1616         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1617         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1618         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1619         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1620         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1621         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1622         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1623         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1624         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1625         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1626         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1627         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1628         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1629         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1630         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1631         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1632         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1633         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1634         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1635         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1636         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1637         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1638         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1639         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1640         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1641         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1642         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1643         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1644         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1645         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1646         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1647         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1648         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1649         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1650         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1651         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1652         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1653         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1654         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1655         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1656         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1657         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1658         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1659         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1660         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1661         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1662         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1663         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1664         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1665         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1666         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1667         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1668         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1669         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1670         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1671         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1672         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1673         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1674         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1675         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1676         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1677         * sysdeps/posix/closedir.c: Likewise.
1678         * sysdeps/posix/opendir.c: Likewise.
1679         * sysdeps/posix/readdir.c: Likewise.
1680         * sysdeps/posix/rewinddir.c: Likewise.
1681         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1682         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1683         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1684         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1685         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1686         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1687         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1688         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1689         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1690         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1691         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1692         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1693         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1694         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1695         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1696         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1697         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1698         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1699         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1700         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1701         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1702         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1703         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1704         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1705         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1706         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1707         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1708         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1709         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1710         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1711         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1712         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1713         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1714         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1715         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1716         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1717         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1718         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1719         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1720         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1721         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1722         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1723         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1724         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1725         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1726         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1727         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1728         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1729         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1730         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1731         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1732         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1733         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1734         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1735         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1736         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1737         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1738         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1739         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1740         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1741         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1742         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1743         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1744         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1745         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1746         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1747         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1748         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1749         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1750         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1751         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1752         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1753         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1754         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1755         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1756         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1757         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1758         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1759         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1760         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1761         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1762         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1763         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1764         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1765         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1766         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1767         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1768         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1769         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1770         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1771         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1772         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1773         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1774         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1775         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1776         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1777         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1778         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1779         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1780         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1781         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1782         * sysdeps/unix/alpha/sysdep.S: Likewise.
1783         * sysdeps/unix/alpha/sysdep.h: Likewise.
1784         * sysdeps/unix/make-syscalls.sh: Likewise.
1785         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1786         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1787         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1788         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1789         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1790         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1791         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1792         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1793         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1794         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1795         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1796         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1797         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1798         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1799         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1800         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1801         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1802         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1803         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1804         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1805         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1806         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1807         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1808         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1809         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1810         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1811         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1814         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1815         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1816         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1817         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1818         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1819         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1820         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1821         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1822         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1823         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1824         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1825         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1826         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1827         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1828         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1829         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1830         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1831         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1832         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1833         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1834         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1835         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1836         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1837         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1838         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1839         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1840         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1841         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1842         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1843         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1844         * sysdeps/x86_64/memcpy.S: Likewise.
1845         * sysdeps/x86_64/memmove.c: Likewise.
1846         * sysdeps/x86_64/memset.S: Likewise.
1847         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1848         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1849         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1850         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1851         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1852         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1853         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1854         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1855         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1856         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1857         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1858         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1859         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1860         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1861         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1862         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1863         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1864         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1865         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1866         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1867         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1868         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1869         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1870         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1871         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1872         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1873         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1874         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1875         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1876         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1877         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1878         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1879         * sysdeps/x86_64/strcmp.S: Likewise.
1880
1881         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1882
1883         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1884         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1885         * elf/rtld-Rules: Likewise.
1886         * elf/setup-vdso.h: Likewise.
1887         * include/assert.h: Likewise.
1888         * include/bits/stdlib-float.h: Likewise.
1889         * include/errno.h: Likewise.
1890         * include/sys/stat.h: Likewise.
1891         * include/unistd.h: Likewise.
1892         * sysdeps/aarch64/setjmp.S: Likewise.
1893         * sysdeps/alpha/setjmp.S: Likewise.
1894         * sysdeps/arm/__longjmp.S: Likewise.
1895         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1896         * sysdeps/arm/setjmp.S: Likewise.
1897         * sysdeps/arm/sysdep.h: Likewise.
1898         * sysdeps/generic/_itoa.h: Likewise.
1899         * sysdeps/generic/dl-sysdep.h: Likewise.
1900         * sysdeps/generic/ldsodefs.h: Likewise.
1901         * sysdeps/i386/dl-tls.h: Likewise.
1902         * sysdeps/i386/setjmp.S: Likewise.
1903         * sysdeps/m68k/setjmp.c: Likewise.
1904         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1905         * sysdeps/mach/hurd/opendir.c: Likewise.
1906         * sysdeps/posix/getcwd.c: Likewise.
1907         * sysdeps/posix/opendir.c: Likewise.
1908         * sysdeps/posix/profil.c: Likewise.
1909         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1910         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1911         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1912         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1913         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1914         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1915         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1916         * sysdeps/s390/dl-tls.h: Likewise.
1917         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1918         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1919         * sysdeps/sh/sh3/setjmp.S: Likewise.
1920         * sysdeps/sh/sh4/setjmp.S: Likewise.
1921         * sysdeps/unix/alpha/sysdep.h: Likewise.
1922         * sysdeps/unix/arm/sysdep.S: Likewise.
1923         * sysdeps/unix/i386/sysdep.S: Likewise.
1924         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1925         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1926         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1927         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1928         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1929         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1930         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1931         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1932         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1933         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1934         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1935         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1936         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1939         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1940         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1941         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1942         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1943         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1944         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1945         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1946         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1947         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1948         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1949         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1950         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1951         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1952         * sysdeps/x86_64/setjmp.S: Likewise.
1953
1954         * include/math.h: Use IS_IN instead of IS_IN_libm.
1955         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1956         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1957         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1958         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1959         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1960         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1961         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1962         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1963         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1964         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1965         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1966         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1967         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1968         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1969         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1970         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1971         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1972         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1973         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1974         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1975         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1976         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1977         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1978         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1979         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1980         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1981         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1982         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1983         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1984         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1985         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1986         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1987         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1989         Likewise.
1990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1991         Likewise.
1992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1993         Likewise.
1994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1995         Likewise.
1996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1997         Likewise.
1998         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1999         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
2000         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
2001         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
2002         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
2003         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
2004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
2005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
2006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
2007         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
2008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
2009         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
2010         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
2011         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
2012         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
2013         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
2014         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
2015         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
2016         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
2017         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
2018         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
2019         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
2020         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
2021         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
2022         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
2023         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
2024         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
2025
2026         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
2027         * nptl/pthreadP.h: Likewise.
2028         * nptl_db/structs.def: Likewise.
2029         * sysdeps/arm/sysdep.h: Likewise.
2030         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2031         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2032         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
2033         * sysdeps/unix/alpha/sysdep.h: Likewise.
2034         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2035         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
2036         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2037         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2038         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2039         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2040         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2041         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2042         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2043         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2044         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2045         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2046         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2047         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
2049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
2050         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2051         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2052         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2053         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2054         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2055         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2056         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
2057         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2058         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
2059         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2060
2061         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
2062         * nptl/pthreadP.h: Likewise.
2063         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
2064         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
2065         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
2066         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
2067         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
2068         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
2069         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
2070         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
2071         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
2072         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
2073         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
2074         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
2075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
2076         Likewise.
2077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
2078         Likewise.
2079         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
2080         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
2081         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
2082         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
2083         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
2084         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
2085         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
2086         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
2087
2088         * dlfcn/dladdr.c: Use IS_IN.
2089         * dlfcn/dladdr1.c: Likewise.
2090         * dlfcn/dlclose.c: Likewise.
2091         * dlfcn/dlerror.c: Likewise.
2092         * dlfcn/dlinfo.c: Likewise.
2093         * dlfcn/dlmopen.c: Likewise.
2094         * dlfcn/dlopen.c: Likewise.
2095         * dlfcn/dlsym.c: Likewise.
2096         * dlfcn/dlvsym.c: Likewise.
2097
2098         * include/ifaddrs.h: Use IS_IN.
2099         * inet/check_pf.c: Likewise.
2100         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2101         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
2102
2103         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
2104         IS_IN_ldconfig.
2105         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
2106         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
2107
2108         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
2109         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
2110         IS_IN (libc).
2111
2112         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
2113
2114         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
2115         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2116         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2117         * include/libc-symbols.h (IS_IN_LIB): New macro.
2118         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
2119         * include/netdb.h: Likewise.
2120         * include/stap-probe.h: Remove all uses of IN_LIB.
2121
2122         * Makeconfig (module-cppflags-real): Define MODULE_NAME
2123         instead of IN_MODULE.
2124         * include/libc-symbols.h (IN_MODULE): Define using
2125         MODULE_NAME.
2126         (PASTE_NAME, PASTE_NAME1): New macros.
2127         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
2128         of IN_LIB.
2129         (STAP_PROBE_ASM): Likewise.
2130
2131 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2132
2133         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
2134         __mach_init in dlopened libc.
2135
2136 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
2137
2138         * sysdeps/arm/preconfigure.ac: Delete EABI check.
2139         * sysdeps/arm/preconfigure: Regenerate.
2140
2141 2014-11-21  Roland McGrath  <roland@hack.frob.com>
2142
2143         * nptl/pthread_create.c (__pthread_create_2_1): Set
2144         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
2145         when copying values from IATTR into PD.
2146
2147 2014-11-21  Will Newton  <will.newton@linaro.org>
2148             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
2149
2150         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
2151         Refactor inline-asm.  Also add comment.
2152
2153         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
2154         ElfW macro instead of hardcoded Elf64 types.
2155         (la_aarch64_gnu_pltenter): Likewise.
2156         * sysdeps/aarch64/dl-machine.h
2157         (elf_machine_runtime_setup): Use ElfW(Addr).
2158
2159         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
2160         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
2161         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
2162         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
2163         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
2164         (R_AARCH64_TLS_DTPMOD64): Rename to ..
2165         (R_AARCH64_TLS_DTPMOD): This.
2166         (R_AARCH64_TLS_DTPREL64): Rename to ...
2167         (R_AARCH64_TLS_DTPREL): This.
2168         (R_AARCH64_TLS_TPREL64): Rename to ...
2169         (R_AARCH64_TLS_TPREL): This.
2170         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
2171         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
2172         R_AARCH64_TLS_TPREL64.
2173         (elf_machine_rela): Likewise.
2174
2175 2014-11-21  Torvald Riegel  <triegel@redhat.com>
2176
2177         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
2178         by setting it to 0.  64b atomics are not supported currently.
2179
2180 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2181
2182         [BZ #16469]
2183         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
2184         search domain names.
2185
2186 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2187
2188         [BZ #16469]
2189         * NEWS: Update.
2190         * resolv/res_query.c (__libc_res_nquerydomain): Retain
2191         trailing dot.
2192         * posix/tst-getaddrinfo5.c: New.
2193         * posix/Makefile (tests): Add it.
2194
2195 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2196
2197         [BZ #14498]
2198         * NEWS: Fixed.
2199         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
2200         after parsing line but before break_if_match.
2201         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
2202         if there is a protocol mismatch.
2203
2204 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
2205
2206         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
2207         because the potential race is on the user-supplied stream.
2208
2209 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2210
2211         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
2212         string literal if not passed a buffer.
2213         * manual/job.texi (ctermid): Update reasoning, note deviation
2214         from posix, suggest mtasurace when not passed a buffer, for
2215         future non-preliminary safety notes.
2216
2217 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2218
2219         * manual/users.texi (cuserid): Fix MT-Safety note for the case
2220         of not passing it a buffer.
2221         Reported by Peng Haitao.
2222
2223 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2224
2225         * manual/Makefile ($(objpfx)stamp-summary): Require
2226         check-safety.sh to pass.
2227         * manual/check-safety.sh: Wish for verification that every
2228         @deftypefn and @deftypefun is followed by a @safety remark.
2229
2230 2014-11-20  Roland McGrath  <roland@hack.frob.com>
2231
2232         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2233
2234         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2235         PTHREAD_CANCEL_ASYNCHRONOUS.
2236         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2237         send SIGCANCEL.
2238
2239         * nptl/default-sched.h: New file.
2240         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2241         * nptl/pthread_create.c: Include it.
2242         (__pthread_create_2_1): Use collect_default_sched instead of making
2243         Linux syscalls here directly.
2244
2245 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2246
2247         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2248         __pthread_once): Use C11 atomics.
2249
2250 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2251
2252         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2253
2254 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2255
2256         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2257         atomic_thread_fence_acquire, atomic_thread_fence_release,
2258         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2259         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2260         atomic_compare_exchange_weak_relaxed,
2261         atomic_compare_exchange_weak_acquire,
2262         atomic_compare_exchange_weak_release,
2263         atomic_exchange_acquire, atomic_exchange_release,
2264         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2265         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2266         atomic_fetch_and_acquire,
2267         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2268
2269 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2270
2271         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2272         USE_ATOMIC_COMPILER_BUILTINS): Define.
2273         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2274         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2275         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2276         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2277         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2278         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2279         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2280         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2281         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2282         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2283         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2284         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2285         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2286         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2287         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2288         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2289         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2290         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2291         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2292         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2293         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2294         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2295         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2296         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2297         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2298         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2299         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2300         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2301         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2302         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2303         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2304         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2305         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2306         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2307         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2308         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2309         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2310         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2311         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2312         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2313
2314 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2315
2316         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2317         the sched_priority value here.  It was already checked when the user
2318         called pthread_attr_setschedparam.
2319
2320         * nptl/tst-bad-schedattr.c: New file.
2321         * nptl/Makefile (tests): Add it.
2322
2323 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2324             Florian Weimer  <fweimer@redhat.com>
2325             Joseph Myers  <joseph@codesourcery.com>
2326             Adam Conrad  <adconrad@0c3.net>
2327             Andreas Schwab  <schwab@suse.de>
2328             Brooks  <bmoses@google.com>
2329
2330         [BZ #17625]
2331         * wordexp-test.c (__dso_handle): Add prototype.
2332         (__register_atfork): Likewise.
2333         (__app_register_atfork): New function.
2334         (registered_forks): New global.
2335         (register_fork): New function.
2336         (test_case): Add 3 new tests for WRDE_CMDSUB.
2337         (main): Call __app_register_atfork.
2338         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2339         fork count is non-zero fail the test.
2340         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2341         is set.
2342         (parse_dollars): Remove check for WRDE_NOCMD.
2343         (parse_dquote): Likewise.
2344
2345 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2346
2347         * Makeconfig (built-modules): List non-library modules to be
2348         built.
2349         (module-cppflags): Include libc-modules.h for
2350         everything except shlib-versions.v.i.
2351         (CPPFLAGS): Use it.
2352         (before-compile): Add libc-modules.h.
2353         ($(common-objpfx)libc-modules.h,
2354         $(common-objpfx)libc-modules.stmp): New targets.
2355         (common-generated): Add libc-modules.h and libc-modules.stmp.
2356         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2357         * include/libc-symbols.h: Don't include libc-modules.h.
2358         * include/libc-modules.h: Remove file.
2359         * scripts/gen-libc-modules.awk: New script to generate
2360         libc-modules.h.
2361         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2362         Depend on libc-modules.stmp.
2363
2364         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2365
2366         * Makeconfig (in-module): Get value of libof set for the
2367         translation unit.
2368         (CPPFLAGS): Use $(in-module).
2369         * Makerules: Don't suffix routine names for nonlib.
2370         * include/libc-modules.h: New file.
2371         * include/libc-symbols.h: Include libc-modules.h
2372         (IS_IN): New macro to replace IS_IN_* macros.
2373         * elf/Makefile: Set libof-* for each routine.
2374         * elf/rtld-Rules: Likewise.
2375         * extra-modules.mk: Likewise.
2376         * iconv/Makefile: Likewise.
2377         * iconvdata/Makefile: Likewise.
2378         * locale/Makefile: Likewise.
2379         * malloc/Makefile: Likewise.
2380         * nss/Makefile: Likewise.
2381         * sysdeps/gnu/Makefile: Likewise.
2382         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2383         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2384         * sysdeps/s390/s390-64/Makefile: Likewise.
2385         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2386         CPPFLAGS for nscd instead of nonlib.
2387
2388 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2389
2390         * nptl/createthread.c: New file.
2391
2392         * nptl/createthread.c: Moved ...
2393         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2394
2395         * nptl/createthread.c: Add proper top-line comment.
2396         (do_clone): Folded into ...
2397         (create_thread): ... here.  Take new arguments STOPPED_START and
2398         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2399         increment __nptl_threads, do event-reporting logic, do
2400         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2401         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2402         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2403         just send SIGCANCEL.
2404         * nptl/pthread_create.c: Forward-declare create_thread before
2405         including createthread.c.
2406         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2407         declaration, and new macro START_THREAD_SELF to replace argument.
2408         Remove return statement.
2409         (report_thread_creation): New function.
2410         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2411         synchronization logic, and __nptl_nthreads increment here, around
2412         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2413         PD->parent_cancelhandling here, before create_thread.  When
2414         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2415         __deallocate_stack, and ENOMEM translation here.
2416
2417 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2418
2419         [BZ #17616]
2420         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2421         (mptwo): Rename to __mptwo.
2422         (__inv): Use __mptwo instead of mptwo.
2423         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2424         (mptwo): Rename to __mptwo.
2425         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2426         of mpone and __mptwo instead of mptwo.
2427         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2428         instead of mpone.
2429         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2430         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2431         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2432         of mpone and __mptwo instead of mptwo.
2433         (__mpranred): Use __mpone instead of mpone.
2434         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2435         variable.
2436         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2437         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2438         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2439         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2440         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2441         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2442         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2443         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2444         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2445         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2446         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2447         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2448         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2449         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2450         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2451         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2452         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2453         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2454         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2455
2456 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2457
2458         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2459         replace BSD Handler xref with BSD Signal Handling.
2460
2461 2014-11-17  Richard Henderson  <rth@redhat.com>
2462
2463         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2464         (_FP_PACK_RAW_2): Remove.
2465         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2466         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2467         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2468         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2469         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2470         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2471         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2472         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2473         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2474         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2475         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2476         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2477         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2478         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2479         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2480         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2481
2482 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2483
2484         * signal/signal.h [__USE_MISC]
2485         (struct sigvec): Remove type.
2486         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2487         (sigvec): Remove declaration.
2488         * sysdeps/posix/sigvec.c: Moved ...
2489         * signal/sigvec.c: ... here, replacing old file.
2490         (struct sigvec): New type, copied from old signal.h definition.
2491         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2492         (__sigvec): Convert definition to prototype.
2493         (sigvec): Replace weak_alias with compat_symbol.
2494         * signal/Versions (libc: GLIBC_2.21): New version set.
2495         * include/signal.h: Remove __sigvec declaration.
2496         * sysdeps/unix/bsd/sigvec.c: Remove file.
2497         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2498         * manual/signal.texi (BSD Handler): Remove subsection.
2499         Move siginterrupt up to ...
2500         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2501         (Blocking in BSD): Fold subsection into its parent.
2502         * NEWS: Mention sigvec removal.
2503
2504 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2505
2506         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2507         (DLA_FMS): Make definition conditional only on [__FMA4__].
2508         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2509         definition.
2510
2511         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2512         Make definition conditional only on [PROF].
2513         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2514         definition.
2515         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2516         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2517
2518         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2519         !__GNUC__].
2520         * include/signal.h (__sigpause): Move declaration above call to
2521         libc_hidden_proto.
2522         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2523         variable.
2524         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2525         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2526
2527 2014-11-14  David S. Miller  <davem@davemloft.net>
2528
2529         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2530         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2531
2532 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2533
2534         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2535         * configure: Regenerated.
2536         * manual/install.texi (Tools for Compilation): Document a
2537         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2538         compiler verified to work.
2539         * INSTALL: Regenerated.
2540
2541         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2542         redeclare with asm name.
2543         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2544         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2545         including <string.h>.
2546         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2547         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2548         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2549         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2550         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2551         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2552         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2553
2554 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2555
2556         * stdlib/strtol.c (__strtol): Use prototype definition.
2557
2558         [BZ #17594]
2559         * stdlib/strtol.c (SYM__): New macro.
2560         (SYM__1): Likewise.
2561         (__strtol): Likewise.
2562         (strtol): Rename to __strtol and define as weak alias of
2563         __strtol.  Use libc_hidden_weak.
2564
2565 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2566
2567         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2568         Use numbered labels in inline assembly.
2569
2570 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2571
2572         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2573         Add setjmp LIBC_PROBE.
2574         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2575         Likewise.
2576         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2577         Add longjmp, longjmp_target LIBC_PROBE.
2578         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2579         Likewise.
2580
2581 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2582
2583         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2584         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2585         to get rid of unused variable warning.
2586
2587 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2588
2589         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2590         Check for unwind_backtrace ==  NULL only in SHARED case.
2591         (__backchain_backtrace): Compile only in SHARED case.
2592         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2593         Likewise.
2594         (__backchain_backtrace): Declare as static.
2595
2596 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2597
2598         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2599         (__libc_multiple_threads_ptr): Variable moved ...
2600         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2601
2602 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2603
2604         * conform/GlibcConform.pm: New file.
2605         * conform/conformtest.pl: Use GlibcConform module.
2606         * conform/linknamespace.pl: New file.
2607         * conform/list-header-symbols.pl: Likewise.
2608         * conform/Makefile (linknamespace-symlists-base): New variable.
2609         (linknamespace-symlists-tests): Likewise.
2610         (linknamespace-header-base): Likewise.
2611         (linknamespace-header-tests): Likewise.
2612         (tests-special): Add new tests.
2613         ($(linknamespace-symlists-tests)): New rule.
2614         (linknamespace-libs): New variable.
2615         ($(objpfx)symlist-stdlibs): New rule.
2616         ($(linknamespace-header-tests)): Likewise.
2617         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2618         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2619         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2620         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2621         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2622         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2623         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2624         (test-xfail-ISO/math.h/linknamespace): Likewise.
2625         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2626         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2627         (test-xfail-ISO/time.h/linknamespace): Likewise.
2628         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2629         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2630         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2631         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2632         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2633         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2634         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2635         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2636         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2637         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2638         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2639         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2640         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2641         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2642         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2643         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2644         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2645         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2646         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2647         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2648         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2649         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2650         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2651         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2652         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2653         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2654         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2655         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2656         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2657         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2658         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2659         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2660         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2661         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2662         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2663         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2664         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2665         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2666         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2667         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2668         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2669         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2670         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2671         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2672         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2673         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2674         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2675         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2676         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2677         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2678         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2679         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2680         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2681         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2682         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2683         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2684         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2685         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2686         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2687         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2688         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2689         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2690         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2691         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2692         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2693         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2694         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2695         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2696         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2697         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2698         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2699         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2700         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2701         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2702         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2703         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2704         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2705         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2706         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2707         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2708         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2709         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2710         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2711         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2712         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2713         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2714         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2715         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2716         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2717         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2718         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2719         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2720         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2721         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2722         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2723         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2724         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2725         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2726         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2727         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2728         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2729         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2730         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2731         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2732         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2733         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2734         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2735         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2736         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2737         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2738         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2739         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2740         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2741         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2742         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2743         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2744         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2745         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2746         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2747         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2748         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2749         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2750         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2751         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2752         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2753         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2754         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2755         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2756         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2757         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2758         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2759         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2760         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2761         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2762         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2763         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2764         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2765         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2766         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2767         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2768         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2769         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2770         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2771         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2772         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2773         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2774         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2775         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2776         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2777         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2778
2779         [BZ #17589]
2780         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2781         of fgets_unlocked.
2782
2783         [BZ #17585]
2784         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2785         (memmem): Rename to __memmem and define as weak alias of
2786         __memmem.  Use libc_hidden_weak.
2787         (__memmem): Use libc_hidden_def.
2788         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2789         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2790         memmem.
2791
2792         [BZ #17582]
2793         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2794         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2795         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2796         and define as weak alias of __fgets_unlocked.  Use
2797         libc_hidden_weak.
2798         (__fgets_unlocked): Use libc_hidden_def.
2799         * include/stdio.h (__fgets_unlocked): Declare.  Use
2800         libc_hidden_proto.
2801         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2802         __fgets_unlocked instead of fgets_unlocked.
2803         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2804         (GET_NPROCS_CONF_PARSER): Likewise.
2805         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2806         (GET_NPROCS_CONF_PARSER): Likewise.
2807
2808         [BZ #17574]
2809         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2810         weak alias of __wmemset.  Use libc_hidden_weak.
2811         (__wmemset): Use libc_hidden_def.
2812         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2813         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2814         of wmemset.
2815
2816         [BZ #17573]
2817         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2818         with asm name __mempcpy.
2819         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2820
2821         [BZ #17572]
2822         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2823         and define as weak alias of __rawmemchr.
2824         (__rawmemchr): Do not define as strong alias of rawmemchr.
2825
2826         [BZ #17571]
2827         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2828         alias of __qsort_r.
2829         (qsort): Call __qsort_r instead of qsort_r.
2830         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2831         (__qsort_r): Declare.  Call libc_hidden_proto.
2832         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2833         instead of qsort_r.
2834         * nscd/gai.c (__qsort_r): Define to qsort_r.
2835         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2836         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2837         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2838
2839         [BZ #17570]
2840         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2841         define as weak alias of __malloc_info.
2842
2843         [BZ #17584]
2844         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2845         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2846         (__rewinddir): Use libc_hidden_def.
2847         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2848         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2849         (__rewinddir): Use libc_hidden_def.
2850         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2851         weak alias of __rewinddir.  Don't use libc_hidden_def.
2852         (__rewinddir): Use libc_hidden_def.
2853         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2854         (__rewinddir): Use libc_hidden_proto.
2855         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2856         rewinddir.
2857         (__getcwd): Use __rewinddir instead of rewinddir.
2858
2859         [BZ #17583]
2860         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2861         alias of __fileno.  Use libc_hidden_weak.
2862         (__fileno): Use libc_hidden_def.
2863         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2864         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2865         alias of __ftello.
2866         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2867         __ftello.
2868         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2869         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2870         libc_hidden_def.
2871         (fread_unlocked): Don't use libc_hidden_ver.
2872         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2873         and define as weak alias of __fread_unlocked.  Don't use
2874         libc_hidden_def.
2875         (__fread_unlocked): Use libc_hidden_def.
2876         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2877         (ftello): Don't use libc_hidden_proto.
2878         (__ftello): Declare.  Use libc_hidden_proto.
2879         (fread_unlocked): Don't use libc_hidden_proto.
2880         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2881         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2882         and __ftello instead of fileno, fread_unlocked and ftello.
2883
2884 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2885
2886         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2887         GOT12.
2888         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2889         Likewise.
2890         (_dl_start_user): Likewise.
2891         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2892
2893 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2894             Siddhesh Poyarekar  <siddhesh@redhat.com>
2895
2896         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2897         Move argv and envp down instead of moving argc up.
2898         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2899
2900 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2901
2902         [BZ #17506]
2903         * test-skeleton.c (main): Return successful if one of
2904         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2905         * string/tst-strcoll-overflow.c: Define expected status.
2906
2907 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2908
2909         [BZ #17475]
2910         * locale/iso-639.def: Define Bhili and Tulu language codes.
2911
2912 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2913
2914         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2915
2916 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2917
2918         [BZ #17555]
2919         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2920
2921 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2922
2923         * configure.ac: Updated check of minimal required version to
2924         2.22.
2925         * manual/install.texi (Tools for Compilation): Updated version
2926         number.
2927         * configure: Regenerated.
2928         * INSTALL: Likewise.
2929
2930 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2931
2932         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2933         __tls_get_addr.
2934
2935 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2936
2937         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2938         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2939         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2940         libc_hidden_weak.
2941         (waitpid): Define as alias of __waitpid.
2942         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2943         __waitpid.
2944         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2945         libc_hidden_weak.
2946         (waitpid): Define as alias of __waitpid.
2947         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2948         __libc_waitpid alias.
2949         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2950         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2951         Likewise.
2952         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2953         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2954         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2955         alias.
2956         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2957         __waitpid.
2958         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2959         libc_hidden_weak.
2960         (waitpid): Define as alias of __waitpid.
2961
2962 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2963
2964         * manual/llio.texi: Add comment that write safety has been
2965         fixed in Linux.
2966
2967         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2968         (localplt-build-dso): Add elf/ld.so.
2969         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2970         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2971         and free for ld.so.
2972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2973         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2975         Likewise.
2976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2977         Likewise.
2978         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2979         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2980         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2981         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2982         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2983         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2984         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2985         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2986         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2987         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2988         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2989
2990 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2991
2992         [BZ #14132]
2993         * include/libc-symbols.h (INTUSE): Remove macro.
2994         (INTDEF): Likewise.
2995         (INTVARDEF): Likewise.
2996         (_INTVARDEF): Likewise.
2997         (INTDEF2): Likewise.
2998         (INTVARDEF2): Likewise.
2999         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
3000         rtld_hidden_def instead of INTVARDEF.
3001         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
3002         (_dl_starting_up_internal): Remove declaration.
3003         (_dl_starting_up): Use rtld_hidden_proto.
3004         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
3005         declaration.
3006         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
3007         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
3008         _dl_starting_up.
3009         * elf/dl-writev.h (_dl_writev): Likewise.
3010         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
3011         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
3012         _dl_starting_up_internal.
3013
3014 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3015
3016         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
3017         test-skeleton.c.
3018
3019 2014-11-05  Will Newton  <will.newton@linaro.org>
3020
3021         * benchtests/Makefile: (bench-malloc): Add malloc thread
3022         scalability benchmark.
3023         * benchtests/bench-malloc-threads.c: New file.
3024
3025 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
3026
3027         * sysdeps/aarch64/strchrnul.S: New file.
3028
3029 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3030
3031         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
3032         definition.
3033         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
3034         Likwise.
3035         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
3036         Likewise.
3037         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
3038         Likewise.
3039         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
3040         Likewise.
3041         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
3042         Likewise.
3043
3044 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
3045
3046         * catgets/test-gencat.c: Use test-skeleton.c.
3047         * catgets/tst-catgets.c: Likewise.
3048         * csu/tst-empty.c: Likewise.
3049         * elf/tst-audit2.c: Likewise.
3050         * elf/tst-global1.c: Likewise.
3051         * elf/tst-pathopt.c: Likewise.
3052         * elf/tst-piemod1.c: Likewise.
3053         * elf/tst-tls10.c: Likewise.
3054         * elf/tst-tls11.c: Likewise.
3055         * elf/tst-tls12.c: Likewise.
3056         * gnulib/tst-gcc.c: Likewise.
3057         * iconvdata/tst-e2big.c: Likewise.
3058         * iconvdata/tst-loading.c: Likewise.
3059         * iconv/tst-iconv1.c: Likewise.
3060         * iconv/tst-iconv2.c: Likewise.
3061         * inet/test-inet6_opt.c: Likewise.
3062         * inet/tst-gethnm.c: Likewise.
3063         * inet/tst-network.c: Likewise.
3064         * inet/tst-ntoa.c: Likewise.
3065         * intl/tst-codeset.c: Likewise.
3066         * intl/tst-gettext2.c: Likewise.
3067         * intl/tst-gettext3.c: Likewise.
3068         * intl/tst-ngettext.c: Likewise.
3069         * intl/tst-translit.c: Likewise.
3070         * io/test-stat.c: Likewise.
3071         * libio/test-fmemopen.c: Likewise.
3072         * libio/tst-freopen.c: Likewise.
3073         * libio/tst-sscanf.c: Likewise.
3074         * libio/tst-ungetwc1.c: Likewise.
3075         * libio/tst-ungetwc2.c: Likewise.
3076         * libio/tst-widetext.c: Likewise.
3077         * localedata/tst-ctype.c: Likewise.
3078         * localedata/tst-digits.c: Likewise.
3079         * localedata/tst-leaks.c: Likewise.
3080         * localedata/tst-mbswcs1.c: Likewise.
3081         * localedata/tst-mbswcs2.c: Likewise.
3082         * localedata/tst-mbswcs3.c: Likewise.
3083         * localedata/tst-mbswcs4.c: Likewise.
3084         * localedata/tst-mbswcs5.c: Likewise.
3085         * localedata/tst-setlocale.c: Likewise.
3086         * localedata/tst-trans.c: Likewise.
3087         * localedata/tst-wctype.c: Likewise.
3088         * localedata/tst-xlocale1.c: Likewise.
3089         * login/tst-grantpt.c: Likewise.
3090         * malloc/tst-calloc.c: Likewise.
3091         * malloc/tst-malloc.c: Likewise.
3092         * malloc/tst-mallocstate.c: Likewise.
3093         * malloc/tst-mcheck.c: Likewise.
3094         * malloc/tst-mtrace.c: Likewise.
3095         * malloc/tst-obstack.c: Likewise.
3096         * math/atest-exp2.c: Likewise.
3097         * math/atest-exp.c: Likewise.
3098         * math/atest-sincos.c: Likewise.
3099         * math/test-matherr.c: Likewise.
3100         * math/test-misc.c: Likewise.
3101         * math/test-powl.c: Likewise.
3102         * math/tst-definitions.c: Likewise.
3103         * misc/tst-dirname.c: Likewise.
3104         * misc/tst-efgcvt.c: Likewise.
3105         * misc/tst-fdset.c: Likewise.
3106         * misc/tst-hsearch.c: Likewise.
3107         * misc/tst-mntent2.c: Likewise.
3108         * nptl/tst-sem7.c: Likewise.
3109         * nptl/tst-sem8.c: Likewise.
3110         * nptl/tst-sem9.c: Likewise.
3111         * nss/test-netdb.c: Likewise.
3112         * posix/tst-fnmatch.c: Likewise.
3113         * posix/tst-getlogin.c: Likewise.
3114         * posix/tst-gnuglob.c: Likewise.
3115         * posix/tst-mmap.c: Likewise.
3116         * pwd/tst-getpw.c: Likewise.
3117         * resolv/tst-inet_ntop.c: Likewise.
3118         * rt/tst-timer.c: Likewise.
3119         * stdio-common/test-fseek.c: Likewise.
3120         * stdio-common/test-popen.c: Likewise.
3121         * stdio-common/test-vfprintf.c: Likewise.
3122         * stdio-common/tst-cookie.c: Likewise.
3123         * stdio-common/tst-fileno.c: Likewise.
3124         * stdio-common/tst-gets.c: Likewise.
3125         * stdio-common/tst-obprintf.c: Likewise.
3126         * stdio-common/tst-perror.c: Likewise.
3127         * stdio-common/tst-sprintf2.c: Likewise.
3128         * stdio-common/tst-sprintf3.c: Likewise.
3129         * stdio-common/tst-sprintf.c: Likewise.
3130         * stdio-common/tst-swprintf.c: Likewise.
3131         * stdio-common/tst-tmpnam.c: Likewise.
3132         * stdio-common/tst-unbputc.c: Likewise.
3133         * stdio-common/tst-wc-printf.c: Likewise.
3134         * stdlib/tst-environ.c: Likewise.
3135         * stdlib/tst-fmtmsg.c: Likewise.
3136         * stdlib/tst-limits.c: Likewise.
3137         * stdlib/tst-rand48-2.c: Likewise.
3138         * stdlib/tst-rand48.c: Likewise.
3139         * stdlib/tst-random2.c: Likewise.
3140         * stdlib/tst-random.c: Likewise.
3141         * stdlib/tst-strtol.c: Likewise.
3142         * stdlib/tst-strtoll.c: Likewise.
3143         * stdlib/tst-tls-atexit.c: Likewise.
3144         * stdlib/tst-xpg-basename.c: Likewise.
3145         * string/test-ffs.c: Likewise.
3146         * string/tst-bswap.c: Likewise.
3147         * string/tst-inlcall.c: Likewise.
3148         * string/tst-strtok.c: Likewise.
3149         * string/tst-strxfrm.c: Likewise.
3150         * sysdeps/x86_64/tst-audit10.c: Likewise.
3151         * sysdeps/x86_64/tst-audit3.c: Likewise.
3152         * sysdeps/x86_64/tst-audit4.c: Likewise.
3153         * sysdeps/x86_64/tst-audit5.c: Likewise.
3154         * time/tst-ftime_l.c: Likewise.
3155         * time/tst-getdate.c: Likewise.
3156         * time/tst-mktime3.c: Likewise.
3157         * time/tst-mktime.c: Likewise.
3158         * time/tst-posixtz.c: Likewise.
3159         * time/tst-strptime2.c: Likewise.
3160         * time/tst-strptime3.c: Likewise.
3161         * wcsmbs/tst-btowc.c: Likewise.
3162         * wcsmbs/tst-mbrtowc.c: Likewise.
3163         * wcsmbs/tst-mbsrtowcs.c: Likewise.
3164         * wcsmbs/tst-wchar-h.c: Likewise.
3165         * wcsmbs/tst-wcpncpy.c: Likewise.
3166         * wcsmbs/tst-wcrtomb.c: Likewise.
3167         * wcsmbs/tst-wcsnlen.c: Likewise.
3168         * wcsmbs/tst-wcstof.c: Likewise.
3169
3170 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
3171
3172         [BZ #14132]
3173         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
3174         INTDEF.
3175         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
3176         declaration.
3177         (_dl_mcount): Use rtld_hidden_proto.
3178         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
3179         _dl_mcount.
3180         * elf/rtld.c (_rtld_global_ro): Likewise.
3181
3182         [BZ #14132]
3183         * elf/dl-init.c (_dl_init): Don't use INTDEF.
3184         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
3185         of _dl_init_internal.
3186         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
3187         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
3188         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
3189         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
3190         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
3191         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
3192         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
3193         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
3194         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
3195         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
3196         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
3197         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
3198         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
3199         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
3200         * sysdeps/tile/dl-start.S (_start): Likewise.
3201         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
3202         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
3203
3204         [BZ #14132]
3205         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
3206         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
3207         (rtld_progname): Make macro definition unconditional.
3208         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
3209         INTDEF.
3210         (dlmopen_doit): Do not use INTUSE with _dl_argv.
3211         (dl_main): Likewise.
3212         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
3213         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3214         instead of _dl_argv_internal.
3215         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3216         __GI__dl_argv instead of INTUSE(_dl_argv).
3217         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3218         __GI__dl_argv instead of _dl_argv_internal.
3219
3220         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3221         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3222         macro.
3223         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3224         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3225         New macro.
3226         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3227         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3228         macro.
3229         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3230         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3231
3232 2014-11-04  Andreas Schwab  <schwab@suse.de>
3233
3234         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3235
3236 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3237
3238         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3239         mtvsrd instruction in binary form.
3240
3241 2014-11-03  Andreas Schwab  <schwab@suse.de>
3242
3243         [BZ #17522]
3244         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3245         for less than MB_LEN_MAX use a local buffer of that size.
3246         * libio/tst-fputws.c: New file.
3247         * libio/Makefile (tests): Add tst-fputws.
3248
3249 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3250
3251         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3252         the size of the fpu_fr.fpu_dregs[] array.
3253
3254 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3255
3256         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3257         (__nanosleep): Do not define as alias.
3258         (nanosleep): Define as alias of __nanosleep.
3259         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3260         __libc_nanosleep name.
3261
3262 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3263
3264         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3265         install.texi in comment.
3266
3267 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3268
3269         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3270         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3271         ... add here and use lwsync or sync ...
3272         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3273         ... and add here using lwsync.
3274
3275 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3276
3277         * elf/dl-machine-reject-phdr.h: New file.
3278         * elf/dl-load.c: #include that.
3279         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3280         if that returned true.
3281
3282 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3283
3284         [BZ #17496]
3285         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3286         gen-as-const-headers chunk.  Add a big scare comment after the last
3287         safe place to touch before-compile.
3288
3289 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3290
3291         * manual/install.texi (Tools for Compilation): Update autoconf
3292         version requirements.
3293         * INSTALL: Regenerated.
3294
3295         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3296         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3297         (__libc_pselect): Likewise.
3298
3299         [BZ #14138]
3300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3304
3305 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3306
3307         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3308         correct barrier instruction.
3309         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3310         Likewise.
3311         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3312         Likewise.
3313
3314 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3315
3316         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3317         after defining inlines.  Instead, just use parens to defeat macro
3318         expansion of __isctype in its declaration.
3319
3320 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3321
3322         * include/sys/uio.h (__libc_readv): Remove declaration.
3323         (__libc_writev): Likewise.
3324         * misc/readv.c (__libc_readv): Rename to __readv.
3325         (__readv): Do not define as alias.
3326         (readv): Define as alias of __readv.
3327         * misc/writev.c (__libc_writev): Rename to __writev.
3328         (__writev): Do not define as alias.
3329         (writev): Define as alias of __writev.
3330         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3331         (__readv): Do not define as alias.
3332         (readv): Define unconditionally as alias of __readv.
3333         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3334         (__writev): Do not define as alias.
3335         (writev): Define unconditionally as alias of __writev.
3336         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3337         name.
3338         (writev): Do not define __libc_writev name.
3339
3340 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3341
3342         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3343         (convert_charseq): New function, broken out of ...
3344         (use_from_charmap): ... here.  Call it.
3345         (use_to_charmap): Use convert_charseq and free instead of duplicating
3346         its code with a variable-length stack struct.
3347
3348 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3349
3350         * include/fcntl.h (__libc_creat): Remove declaration.
3351         * io/creat.c (__libc_creat): Rename to creat.
3352         (creat): Do not define as alias.
3353         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3354         of creat instead of __libc_creat.
3355         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3356         to creat.
3357         (creat): Do not define as alias.
3358         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3359         __libc_creat.
3360         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3361         __libc_creat name.
3362         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3363         Likewise.
3364
3365 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3366
3367         * manual/llio.texi: Add comments discussing why write() may be
3368         considered MT-unsafe on Linux.
3369
3370 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3371
3372         * dl-load.c (local_strdup): Remove.
3373         (expand_dynamic_string_token): Use __strdup.
3374         (decompose_rpath): Likewise.
3375         (_dl_map_object): Likewise.
3376
3377 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3378
3379         [BZ #14132]
3380         * sysdeps/generic/unwind-dw2-fde.c
3381         (__register_frame_info_bases_internal): Do not declare.
3382         (__register_frame_info_table_bases_internal): Likewise.
3383         (__deregister_frame_info_bases_internal): Likewise.
3384         (__register_frame_info_bases): Declare and use hidden_proto before
3385         definition.  Use hidden_def instead of INTDEF.
3386         (__register_frame_info_table_bases): Likewise.
3387         (__deregister_frame_info_bases): Likewise.
3388         (__register_frame_info): Do not use INTUSE.
3389         (__register_frame): Likewise.
3390         (__register_frame_info_table): Likewise.
3391         (__register_frame_table): Likewise.
3392         (__deregister_frame_info): Likewise.
3393         (__deregister_frame): Likewise.
3394
3395 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3396
3397         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3398         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3399         not undefine.
3400         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3401         Likewise.
3402         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3403         Likewise.
3404
3405 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3406
3407         [BZ #14138]
3408         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3409         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3410         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3411         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3412         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3413         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3414         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3415         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3416         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3417         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3418         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3419         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3420         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3421         syscall.
3422         (setfsuid): Likewise.
3423         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3424         (setfsuid): Likewise.
3425         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3426         (setfsuid): Likewise.
3427         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3428         Likewise.
3429         (setfsuid): Likewise.
3430         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3431         (setfsuid): Likewise.
3432         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3433         Likewise.
3434         (setfsuid): Likewise.
3435
3436 2014-10-27  Andreas Schwab  <schwab@suse.de>
3437
3438         [BZ #17501]
3439         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3440         check for Slow_SSE4_2 feature bit.
3441         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3442         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3443         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3444         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3445
3446 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3447
3448         * configure.ac: Validate compiler version with a empirical test of
3449         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3450         $CC -v output.
3451         * configure: Regenerated.
3452
3453         * inet/htons.c (htons): Prototypify.
3454         * inet/htonl.c (htonl): Likewise.
3455
3456 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3457
3458         * string/strncat.c (strncat): Improve performance by using strlen.
3459
3460 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3461
3462         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3463
3464 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3465
3466         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3467         Call libc_fetestexcept_aarch64.
3468
3469 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3470
3471         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3472         Call libc_feholdexcept_aarch64.
3473
3474 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3475
3476         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3477         Call get_rounding_mode.
3478
3479 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3480
3481         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3482         Simplify logic.
3483
3484 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3485
3486         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3487         Simplify logic.
3488
3489 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3490
3491         [BZ #14138]
3492         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3493         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3494         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3495         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3496         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3497         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3498         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3499         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3500         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3501         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3502         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3503         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3504         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3505         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3506         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3507         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3508         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3509         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3510         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3511         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3512         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3513         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3514         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3515         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3516         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3517         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3518         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3519         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3520         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3521         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3522         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3523         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3524         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3525         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3526         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3527         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3528         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3529         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3530         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3531         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3532         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3533         syscall.
3534         (geteuid): Likewise.
3535         (getgid): Likewise.
3536         (getuid): Likewise.
3537         (getresgid): Likewise.
3538         (getresuid): Likewise.
3539         (getgroups): Likewise.
3540         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3541         (geteuid): Likewise.
3542         (getgid): Likewise.
3543         (getuid): Likewise.
3544         (getresgid): Likewise.
3545         (getresuid): Likewise.
3546         (getgroups): Likewise.
3547         * sysdeps/unix/sysv/linux/m68k/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/s390/s390-32/syscalls.list (getegid):
3555         Likewise.
3556         (geteuid): Likewise.
3557         (getgid): Likewise.
3558         (getuid): Likewise.
3559         (getresgid): Likewise.
3560         (getresuid): Likewise.
3561         (getgroups): Likewise.
3562         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3563         (geteuid): Likewise.
3564         (getgid): Likewise.
3565         (getuid): Likewise.
3566         (getresgid): Likewise.
3567         (getresuid): Likewise.
3568         (getgroups): Likewise.
3569         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3570         Likewise.
3571         (geteuid): Likewise.
3572         (getgid): Likewise.
3573         (getuid): Likewise.
3574         (getgroups): Likewise.
3575
3576         [BZ #14138]
3577         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3578         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3579         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3580         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3581         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3582         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3583         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3584         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3585         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3586         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3587         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3588         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3589         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3590         __chown.
3591         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3592         (lchown): Likewise.
3593         (fchown): Likewise.
3594         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3595         Likewise.
3596         (lchown): Likewise.
3597         (fchown): Likewise.
3598         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3599         (lchown): Likewise.
3600         (fchown): Likewise.
3601         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3602         Likewise.
3603         (lchown): Likewise.
3604         (fchown): Likewise.
3605
3606 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3607
3608         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3609         Simplify logic.
3610
3611 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3612
3613         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3614         Cleanup logic.
3615
3616 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3617
3618         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3619         Remove unused include.
3620
3621 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3622
3623         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3624         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3625         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3626         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3627
3628 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3629             Helge Deller <deller@gmx.de>
3630
3631         [BZ #17508]
3632         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3633         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3634         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3635
3636 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3637
3638         [BZ #14132]
3639         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3640         Remove macro definition.
3641         (__ashrdi3_v_glibc20): Likewise.
3642         (__lshrdi3_v_glibc20): Likewise.
3643         (__cmpdi2_v_glibc20): Likewise.
3644         (__ucmpdi2_v_glibc20): Likewise.
3645         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3646         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3647         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3648         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3649         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3650         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3651
3652 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3653
3654         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3655         old GNU extension [0] syntax.
3656         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3657         alloca rather than an array member with variable length.
3658         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3659         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3660         (parse_opt): ... here.  Likewise use alloca there.
3661         Validate the -i argument before checking for rootness.
3662         (send_shutdown): New function, broken out of ...
3663         (parse_opt): ... here.
3664
3665 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3666
3667         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3668         macro to get at the _rt_local_ro field.
3669         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3670         ([PIC] case) or _dl_hwcap ([!PIC] case).
3671         * sysdeps/arm/setjmp.S: Likewise.
3672
3673         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3674         * sysdeps/arm/configure.ac: New check to define it.
3675         * sysdeps/arm/configure: Regenerated.
3676         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3677         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3678         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3679         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3680         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3681         Use move/movt pair instead of a load.
3682         (LDST_GLOBAL): Macro removed.
3683         (LDR_GLOBAL): New macro replaces it.
3684         (LDR_HIDDEN): New macro.
3685         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3686         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3687
3688         * setjmp/tst-setjmp-static.c: New file.
3689         * setjmp/Makefile (tests): Add it.
3690         (tests-static): New variable.
3691
3692 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3693
3694         [BZ #17485]
3695         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3696
3697 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3698
3699         [BZ #14132]
3700         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3701
3702 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3703
3704         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3705
3706 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3707
3708         * io/fts.c (dirent_not_directory): New function.
3709         (fts_build): Call it.
3710
3711 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3712
3713         * nptl/version.c (__nptl_main): Use normal __write rather than
3714         INTERNAL_SYSCALL.
3715         (banner): Update copyright years.
3716
3717         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3718         gettimeofday.
3719         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3720         * nptl/pthread_cond_timedwait.c: Likewise.
3721         * nptl/pthread_mutex_timedlock.c: Likewise.
3722         * nptl/sem_timedwait.c: Likewise.
3723
3724         * sysdeps/nptl/bits/libc-lock.h
3725         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3726         (__libc_lock_init_recursive): Return void, not 0.
3727         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3728         (__libc_rwlock_init): Likewise.
3729         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3730
3731 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3732
3733         [BZ #15215]
3734         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3735         (__pthread_once_slow): ... here.
3736         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3737         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3738
3739 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3740
3741         [BZ #15215]
3742         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3743         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3744         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3745         * nptl/pthread_once.c (__pthread_once): Likewise.
3746         Update comments.
3747
3748 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3749
3750         [BZ #14138]
3751         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3752         name.
3753         (writev): Use __libc_writev as strong name.
3754         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3755         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3756
3757 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3758
3759         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3760
3761         * sysdeps/i386/nptl/tls.h
3762         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3763         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3764         New macros.
3765         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3766         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3767         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3768         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3769         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3770         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3771
3772         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3773         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3774         on [__NR_futex].
3775         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3776         broken out of ...
3777         (__pthread_mutex_init): ... here.  Call it.
3778         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3779         Conditionalize PI cases on [__NR_futex].
3780         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3781         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3782         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3783
3784         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3785         conditional on [SIGSETXID].
3786         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3787         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3788         is defined.  Likewise for SIGSETXID.
3789         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3790         Conditionalize definitions on [SIGSETXID].
3791         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3792         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3793         unblocking on [SIGCANCEL].
3794
3795         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3796         [__NR_set_robust_list].
3797
3798 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3799
3800         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3801         (do_compare): Likewise.
3802
3803 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3804
3805         [BZ #15884]
3806         * string/strcoll_l.c: Don't include stdio.h.
3807         (coll_seq): Remove members idxarr and rulearr.
3808         (get_next_seq_cached): Remove function.
3809         (get_next_seq): Likewise.
3810         (get_next_seq_nocache): Rename to get_next_seq.
3811         (do_compare): Remove function.
3812         (do_compare_nocache): Rename to do_compare.
3813         (STRCOLL): Remove weight and rules cache.
3814
3815 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3816
3817         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3818         * sysdeps/arm/sfp-machine.h: ... to here.
3819         * sysdeps/arm/Implies: Remove arm/soft-fp.
3820
3821 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3822
3823         * conform/data/sys/utsname.h-data (*_t): Allow.
3824         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3825         [POSIX] (WEXITED): Do not expect constant.
3826         [POSIX] (WSTOPPED): Likewise.
3827         [POSIX] (WNOHANG): Likewise.
3828         [POSIX] (WNOWAIT): Likewise.
3829         [POSIX] (siginfo_t): Do not expect type or elements.
3830         [POSIX] (pid_t): Do not expect type.
3831         [POSIX] (signal.h): Do not allow header.
3832         [POSIX] (sys/resource.h): Likewise.
3833         [POSIX] (si_*): Do not allow pattern.
3834         [POSIX] (W*): Likewise.
3835         [POSIX] (P_*): Likewise.
3836         [POSIX] (BUS_*): Likewise.
3837         [POSIX] (CLD_*): Likewise.
3838         [POSIX] (FPE_*): Likewise.
3839         [POSIX] (ILL_*): Likewise.
3840         [POSIX] (POLL_*): Likewise.
3841         [POSIX] (SEGV_*): Likewise.
3842         [POSIX] (SI_*): Likewise.
3843         [POSIX] (TRAP_*): Likewise.
3844         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3845         variable.
3846
3847 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3848
3849         [BZ #12926]
3850         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3851         infinite loop when __recvmsg returns 0.
3852
3853 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3854
3855         * CANCEL-FCT-WAIVE: Remove file.
3856         * CANCEL-FILE-WAIVE: Likewise.
3857
3858         [BZ #14132]
3859         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3860         instead of INTVARDEF.
3861         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3862         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3863         rtld_hidden_data_def instead of INTVARDEF.
3864         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3865         * elf/dl-deps.c (expand_dst): Likewise.
3866         * elf/dl-load.c (_dl_dst_count): Likewise.
3867         (_dl_dst_substitute): Likewise.
3868         (decompose_rpath): Likewise.
3869         (_dl_init_paths): Likewise.
3870         (open_path): Likewise.
3871         (_dl_map_object): Likewise.
3872         * elf/rtld.c (dl_main): Likewise.
3873         (process_dl_audit): Likewise.
3874         (process_envvars): Likewise.
3875         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3876         Remove declaration.
3877         (__libc_enable_secure): Use rtld_hidden_proto.
3878
3879 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3880
3881         * elf/dl-load.c
3882         (add_path): New function broken out of _dl_rtld_di_serinfo.
3883         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3884
3885 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3886
3887         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3888         parentheses around macro arguments.
3889         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3890         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3891         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3892         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3893         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3894         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3895         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3896         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3897         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3898         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3899         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3900         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3901         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3902         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3903         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3904         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3905         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3906         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3907         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3908         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3909         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3910         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3911         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3912         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3913         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3914         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3915         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3916         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3917         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3918         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3919         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3920         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3921         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3922         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3923         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3924         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3925         Likewise.
3926         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3927         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3928         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3929         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3930         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3931         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3932         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3933         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3934         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3935         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3936         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3937         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3938         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3939         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3940         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3941         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3942         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3943         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3944         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3945         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3946         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3947         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3948         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3949         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3950         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3951         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3952         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3953         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3954         (_FP_FRAC_SRS_1): Likewise.
3955         (_FP_FRAC_CLZ_1): Likewise.
3956         (_FP_MUL_MEAT_1_imm): Likewise.
3957         (_FP_MUL_MEAT_1_wide): Likewise.
3958         (_FP_MUL_MEAT_1_hard): Likewise.
3959         (_FP_SQRT_MEAT_1): Likewise.
3960         (_FP_FRAC_ASSEMBLE_1): Likewise.
3961         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3962         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3963         (__FP_CLZ_2): Likewise.
3964         (_FP_MUL_MEAT_2_wide): Likewise.
3965         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3966         (_FP_MUL_MEAT_2_gmp): Likewise.
3967         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3968         (_FP_SQRT_MEAT_2): Likewise.
3969         (_FP_FRAC_ASSEMBLE_2): Likewise.
3970         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3971         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3972         (_FP_FRAC_CLZ_4): Likewise.
3973         (_FP_MUL_MEAT_4_wide): Likewise.
3974         (_FP_MUL_MEAT_4_gmp): Likewise.
3975         (_FP_SQRT_MEAT_4): Likewise.
3976         (_FP_FRAC_ASSEMBLE_4): Likewise.
3977         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3978         * soft-fp/op-common.h (_FP_CMP): Likewise.
3979         (_FP_CMP_EQ): Likewise.
3980         (_FP_CMP_UNORD): Likewise.
3981         (_FP_TO_INT): Likewise.
3982         (_FP_FROM_INT): Likewise.
3983         [!__FP_CLZ] (__FP_CLZ): Likewise.
3984         (_FP_DIV_HELP_imm): Likewise.
3985         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3986         Likewise.
3987         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3988         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3989         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3990         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3991         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3992         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3993         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3994         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3995         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3996         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3997         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3998         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3999         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
4000         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
4001         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
4002         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
4003         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
4004         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
4005         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
4006         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
4007         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
4008         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
4009         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
4010         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
4011         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
4012         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
4013         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
4014         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
4015         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
4016         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
4017         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
4018         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
4019         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
4020         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
4021         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
4022         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
4023         (FP_UNPACK_RAW_SP): Likewise.
4024         (FP_PACK_RAW_S): Likewise.
4025         (FP_PACK_RAW_SP): Likewise.
4026         (FP_UNPACK_S): Likewise.
4027         (FP_UNPACK_SP): Likewise.
4028         (FP_UNPACK_SEMIRAW_S): Likewise.
4029         (FP_UNPACK_SEMIRAW_SP): Likewise.
4030         (FP_PACK_S): Likewise.
4031         (FP_PACK_SP): Likewise.
4032         (FP_PACK_SEMIRAW_S): Likewise.
4033         (FP_PACK_SEMIRAW_SP): Likewise.
4034         (_FP_SQRT_MEAT_S): Likewise.
4035         (FP_CMP_S): Likewise.
4036         (FP_CMP_EQ_S): Likewise.
4037         (FP_CMP_UNORD_S): Likewise.
4038         (FP_TO_INT_S): Likewise.
4039         (FP_FROM_INT_S): Likewise.
4040
4041         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
4042
4043         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
4044         (FP_EX_INVALID_IMZ): Likewise.
4045         (FP_EX_INVALID_IMZ_FMA): Likewise.
4046         (FP_EX_INVALID_ISI): Likewise.
4047         (FP_EX_INVALID_ZDZ): Likewise.
4048         (FP_EX_INVALID_IDI): Likewise.
4049         (FP_EX_INVALID_SQRT): Likewise.
4050         (FP_EX_INVALID_CVI): Likewise.
4051         (FP_EX_INVALID_VC): Likewise.
4052         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
4053         "invalid" exceptions.
4054         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
4055         (_FP_ADD_INTERNAL): Likewise.
4056         (_FP_MUL): Likewise.
4057         (_FP_FMA): Likewise.
4058         (_FP_DIV): Likewise.
4059         (_FP_CMP_CHECK_NAN): Likewise.
4060         (_FP_SQRT): Likewise.
4061         (_FP_TO_INT): Likewise.
4062         (FP_EXTEND): Likewise.
4063
4064 2014-10-09  Allan McRae  <allan@archlinux.org>
4065
4066         * po/fr.po: Update French translation from translation project.
4067
4068 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
4069
4070         [BZ #14132]
4071         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
4072         of INTDEF.
4073         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
4074         (__cxa_atexit): Use libc_hidden_proto.
4075         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
4076
4077         [BZ #14132]
4078         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
4079         declaration.
4080         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
4081         [!_ISOMAC] (__iswspace_l_internal): Likewise.
4082         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
4083         [!_ISOMAC] (__iswctype_internal): Likewise.
4084         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
4085         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
4086         alias.
4087         (fcntl): Remove __fcntl_internal alias.
4088         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
4089         __connect_internal alias.
4090         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
4091         Likewise.
4092
4093         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
4094         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
4095         FP_DENORM_ZERO.
4096         (_FP_CHECK_FLUSH_ZERO): New macro.
4097         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
4098         (_FP_CMP): Likewise.
4099         (_FP_CMP_EQ): Likewise.
4100         (_FP_TO_INT): Do not set inexact for subnormal arguments if
4101         FP_DENORM_ZERO.
4102         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
4103         (FP_TRUNC): Likewise.
4104
4105         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
4106         treated as invalid conversion, not as normal exponent.
4107
4108         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
4109         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
4110         (_FP_CMP_EQ): Likewise.
4111         (_FP_CMP_UNORD): Likewise.
4112         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
4113         (FP_CMP_EQ_D): Likewise.
4114         (FP_CMP_UNORD_D): Likewise.
4115         * soft-fp/extended.h (FP_CMP_E): Likewise.
4116         (FP_CMP_EQ_E): Likewise.
4117         (FP_CMP_UNORD_E): Likewise.
4118         * soft-fp/quad.h (FP_CMP_Q): Likewise.
4119         (FP_CMP_EQ_Q): Likewise.
4120         (FP_CMP_UNORD_Q): Likewise.
4121         * soft-fp/single.h (FP_CMP_S): Likewise.
4122         (FP_CMP_EQ_S): Likewise.
4123         (FP_CMP_UNORD_S): Likewise.
4124         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
4125         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
4126         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
4127         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
4128         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
4129         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
4130         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
4131         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
4132         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
4133         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
4134         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
4135         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
4136         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
4137         to FP_CMP_Q.
4138         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
4139         FP_CMP_Q.
4140         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
4141         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
4142         FP_CMP_EQ_Q.
4143         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
4144         FP_CMP_Q.
4145         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
4146         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
4147         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
4148         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
4149         FP_CMP_EQ_Q.
4150         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
4151         FP_CMP_Q.
4152         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
4153         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
4154         FP_CMP_EQ_Q.
4155         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
4156         FP_CMP_Q.
4157         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
4158         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
4159         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
4160         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
4161         FP_CMP_EQ_Q.
4162
4163         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
4164         a subnormal result, set the underflow exception if trapping on
4165         underflow is enabled.
4166         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
4167         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
4168         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
4169         redefine to 0.
4170         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
4171         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4172         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
4173         * soft-fp/extendxftf2.c (__extendxftf2): Use
4174         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
4175
4176         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
4177         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
4178         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4179         FP_HANDLE_EXCEPTIONS.
4180         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
4181         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4182         FP_HANDLE_EXCEPTIONS.
4183         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
4184         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4185         FP_HANDLE_EXCEPTIONS.
4186         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
4187         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
4188         FP_HANDLE_EXCEPTIONS.
4189
4190 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
4191
4192         [BZ #14132]
4193         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
4194         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
4195         use INTUSE.
4196         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
4197         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
4198         Remove alias.
4199         (__adjtimex): Define using libc_hidden_ver.
4200         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
4201         Remove declaration.
4202         (ntp_gettime): Call __adjtimex directly.
4203         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
4204         Remove declaration.
4205         (ntp_gettimex): Call __adjtimex directly.
4206         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
4207         __adjtimex_internal alias.
4208
4209 2014-10-08  Roland McGrath  <roland@hack.frob.com>
4210
4211         [BZ #17460]
4212         * nscd/nscd.c (more_help): Rewrite list of tables collection
4213         using xstrdup and asprintf.
4214
4215         * nscd/nscd_conf.c: Remove local xstrdup declaration.
4216
4217 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4218             Roland McGrath  <roland@hack.frob.com>
4219
4220         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4221         (do_lookup_unique): ... local function 'enter' here; update callers.
4222
4223 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
4224
4225         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4226         compat_symbol calls on [SHARED].
4227         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4228         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4229         Remove.
4230         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4231         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4232         (oldsetrlimit): Remove.
4233         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4235         (lchown): New syscall entry.
4236         (oldsetrlimit): Remove.
4237         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4238         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4239         (oldsetrlimit): Remove.
4240         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4241
4242         [BZ #14138]
4243         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4244         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4245         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4246         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4247         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4248         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4249         (fchown): Likewise.
4250         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4251         (fchown): Likewise.
4252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4253         Likewise.
4254
4255 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4256
4257         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4258         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4259         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4260         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4261         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4262         Likewise.
4263         (__old_sem_post): Likewise.
4264
4265 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4266
4267         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4268         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4269         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4270         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4271         Use INLINE_VSYSCALL macro.
4272         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4273         __vdso_clock_gettime.
4274         * sysdeps/unix/sysv/linux/tile/init-first.c
4275         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4276         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4277         __vdso_clock_gettime.
4278
4279         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4280         to set up frame more cleanly.
4281
4282         * sysdeps/tile/memcmp.c: New file.
4283
4284         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4285
4286         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4287         * sysdeps/tile/tilegx/strcasestr.c: New file.
4288         * sysdeps/tile/tilegx/strnlen.c: New file.
4289         * sysdeps/tile/tilegx/strstr.c: New file.
4290
4291         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4292
4293 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4294
4295         * nptl/tst-setuid3.c: Write errors to stdout.
4296
4297 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4298
4299         * elf/dl-deps.c
4300         (preload): New functions broken out of _dl_map_object_deps.
4301         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4302
4303 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4304
4305         [BZ #14138]
4306         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4307         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4308
4309 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4310
4311         * sysdeps/mips/strcmp.S: New.
4312
4313 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4314
4315         [BZ #14138]
4316         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4317         (linkat): Likewise.
4318         (mkdirat): Likewise.
4319         (readlinkat): Likewise.
4320         (renameat): Likewise.
4321         (symlinkat): Likewise.
4322         (unlinkat): Likewise.
4323         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4324         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4325         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4326         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4327         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4328         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4329         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4330
4331 2014-09-30  Will Newton  <will.newton@linaro.org>
4332
4333         * math/math.h: Define long double math functions if
4334         _LIBC_TEST is defined.
4335         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4336
4337         * localedata/Makefile: Move assignment to tests-special
4338         into an ifdef testing run-built-tests.
4339         * timezone/Makefile: Likewise.
4340
4341 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4342
4343         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4344         with $(BASH) not $(SHELL).
4345
4346 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4347             Matthew LeGendre  <legendre1@llnl.gov>
4348
4349         [BZ #17411]
4350         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4351         l_reloc_result.
4352
4353 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4354
4355         * stdio-common/printf_fp.c
4356         (hack_digit): New function, broken out of ...
4357         (__printf_fp): ... local function here.  Update call sites.
4358         hack_digit now takes an additional parameter that is a pointer
4359         to a struct of the referenced locals.  Those locals moved inside
4360         the struct and references updated.
4361
4362 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4363
4364         * aclocal.m4: Require autoconf 2.69.
4365         * configure: Regenerated.
4366         * sysdeps/aarch64/configure: Likewise.
4367         * sysdeps/alpha/configure: Likewise.
4368         * sysdeps/arm/armv7/configure: Likewise.
4369         * sysdeps/arm/configure: Likewise.
4370         * sysdeps/ia64/configure: Likewise.
4371         * sysdeps/mach/configure: Likewise.
4372         * sysdeps/mips/configure: Likewise.
4373         * sysdeps/s390/configure: Likewise.
4374         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4376
4377         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4378         file.
4379         * sysdeps/ia64/configure.ac: Likewise.
4380
4381 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4382
4383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4384         specify symbol version for ld.so.  Do not include entry for
4385         libpthread.
4386         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4387         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4388         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4389
4390         [BZ #14171]
4391         * Makeconfig [$(build-shared) = yes]
4392         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4393         makefiles.
4394         [$(build-shared) = yes && $(soversions.mk-done) = t]
4395         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4396         [$(build-shared) = yes && $(soversions.mk-done) = t]
4397         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4398         to Makerules.
4399         [$(build-shared) = yes && $(soversions.mk-done) = t]
4400         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4401         here.
4402         [$(build-shared) = yes && $(soversions.mk-done) = t]
4403         (common-generated): Don't append gnu/lib-names.h and
4404         gnu/lib-names.stmp here.
4405         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4406         (lib-names-h-abi): New variable.
4407         [$(build-shared) = yes && $(soversions.mk-done) = t]
4408         (lib-names-stmp-abi): Likewise.
4409         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4410         abi-variants] (before-compile): Append
4411         $(common-objpfx)$(lib-names-h-abi).
4412         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4413         abi-variants] (common-generated): Append gnu/lib-names.h.
4414         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4415         abi-variants] (install-others-nosubdir): Depend on
4416         $(inst_includedir)/$(lib-names-h-abi).
4417         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4418         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4419         [$(build-shared) = yes && $(soversions.mk-done) = t]
4420         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4421         [$(build-shared) = yes && $(soversions.mk-done) = t]
4422         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4423         [$(build-shared) = yes && $(soversions.mk-done) = t]
4424         (common-generated): Append $(lib-names-h-abi) and
4425         $(lib-names-stmp-abi).
4426         * scripts/lib-names.awk: Do not handle multi being set.
4427         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4428         Remove variable.
4429         (abi-lp64_be-ld-soname): Likewise.
4430         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4431         Likewise.
4432         (abi-hard-ld-soname): Likewise.
4433         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4434         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4435         Remove variable.
4436         (abi-o32_hard-ld-soname): Likewise.
4437         (abi-o32_soft_2008-ld-soname): Likewise.
4438         (abi-o32_hard_2008-ld-soname): Likewise.
4439         (abi-n32_soft-ld-soname): Likewise.
4440         (abi-n32_hard-ld-soname): Likewise.
4441         (abi-n32_soft_2008-ld-soname): Likewise.
4442         (abi-n32_hard_2008-ld-soname): Likewise.
4443         (abi-n64_soft-ld-soname): Likewise.
4444         (abi-n64_hard-ld-soname): Likewise.
4445         (abi-n64_soft_2008-ld-soname): Likewise.
4446         (abi-n64_hard_2008-ld-soname): Likewise.
4447         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4448         Likewise.
4449         (abi-64-v2-ld-soname): Likewise.
4450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4451         ld.so entries.
4452         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4453         variable.
4454         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4455         entry.
4456         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4457         variable.
4458         (abi-64-ld-soname): Likewise.
4459         (abi-x32-ld-soname): Likewise.
4460         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4461         entry.
4462         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4463
4464 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4465
4466         [BZ #14138]
4467         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4468         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4469         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4470         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4471         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4472         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4473         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4474         syscall entry for GLIBC_2.2 symbol version.
4475         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4476         Likewise.
4477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4478         (setrlimit): Likewise.
4479         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4480         Likewise.
4481
4482 2014-09-23  Will Newton  <will.newton@linaro.org>
4483
4484         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4485         _LINUX_ARM_SYSDEP_H include guard too.
4486         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4487         define.
4488
4489 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4490
4491         * sysdeps/unix/sysv/linux/eventfd.c:
4492         Make first argument unsigned.
4493         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4494         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4495
4496 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4497
4498         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4499         * socket/sys/socket.h: Likewise
4500         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4501
4502 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4503
4504         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4505
4506 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4507
4508         * time/tst-ftime.c: New test.
4509         * time/Makefile (tests): Add tst-ftime.
4510
4511 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4512
4513         * soft-fp/extended.h: Fix comment formatting.
4514         * soft-fp/op-1.h: Likewise.
4515         * soft-fp/op-2.h: Likewise.
4516         * soft-fp/op-4.h: Likewise.
4517         * soft-fp/op-8.h: Likewise.
4518         * soft-fp/op-common.h: Likewise.
4519         * soft-fp/soft-fp.h: Likewise.
4520
4521         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4522
4523 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4524
4525         [BZ #6652]
4526         * Makeconfig (soversions-default-setname): Remove variable.
4527         ($(common-objpfx)soversions.i): Don't pass default_setname to
4528         soversions.awk.
4529         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4530         oldest_abi to abi-versions.awk.
4531         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4532         * config.make.in (oldest-abi): Remove variable.
4533         * configure.ac (--enable-oldest-abi): Remove configure option.
4534         * configure: Regenerated.
4535         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4536         text.
4537         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4538         * scripts/soversions.awk: Do not handle default_setname variable.
4539         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4540         variable.
4541         * sysdeps/mach/hurd/configure: Regenerated.
4542         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4543         variable.
4544         * sysdeps/unix/sysv/linux/configure: Regenerated.
4545
4546 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4547
4548         * elf/Makefile (CFLAGS-interp.c): Remove.
4549         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4550         path string.
4551         * elf/interp.c: Include generated runtime-linker.h
4552
4553         * Makerules (lib%.so): Don't include $(+interp) in
4554         prerequisites.
4555         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4556         * dlfcn/eval.c: Remove file.
4557
4558         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4559         macros.
4560
4561         [BZ #17266]
4562         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4563         4.2 and newer.
4564
4565         [BZ #17370]
4566         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4567
4568 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4569             Jakub Jelinek  <jakub@redhat.com>
4570
4571         [BZ #17266]
4572         * libio/stdio.h: Check definition of __fortify_function
4573         instead of __extern_always_inline to include bits/stdio2.h.
4574         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4575         check if __extern_always_inline is defined.
4576         [__USE_MISC || __USE_XOPEN]: Likewise.
4577         [__USE_ISOC99] Likewise.
4578         * misc/sys/cdefs.h (__fortify_function): Define only if
4579         __extern_always_inline is defined.
4580         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4581         __extern_always_inline and __extern_inline only for g++-4.3
4582         and newer or a compatible gcc.
4583
4584 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4585
4586         [BZ #17371]
4587         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4588         last change to handle zero prefix length.
4589
4590 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4591
4592         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4593         _SC_REGEX_VERSION.
4594
4595         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4596         _POSIX_RAW_SOCKETS.
4597
4598 2014-09-13  Allan McRae  <allan@archlinux.org>
4599
4600         * po/ru.po: Update Russian translation from translation project.
4601
4602 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4603
4604         * locale/programs/locale.c (show_locale_vars): Inline local function
4605         into its sole call site.  Clean up some style nits.
4606         (print_item): New function, broken out of ...
4607         (show_info): ... local function here.  Clean up style nits.
4608
4609         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4610         out of ...
4611         (set_class_defaults): ... local function set_default here.
4612         Define set_default as a macro locally to pass constant parameters.
4613         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4614         rather than a shared local.
4615
4616         * stdlib/rpmatch.c (try): New function, broken out of ...
4617         (rpmatch): ... local function here.  Also, prototypify definition.
4618
4619 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4620
4621         * scripts/soversions.awk: Do not handle configuration names.
4622         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4623         vendor and os variables to soversions.awk.
4624         * configure.ac: Do not modify gnu-* host_os.
4625         * configure: Regenerated
4626         * shlib-versions: Remove first column with configuration names.
4627         * nptl/shlib-versions: Likewise.
4628         * nptl_db/shlib-versions: Likewise.
4629         * sysdeps/hppa/shlib-versions: Likewise.
4630         * sysdeps/m68k/shlib-versions: Likewise.
4631         * sysdeps/mach/hurd/shlib-versions: Likewise.
4632         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4633         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4634         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4635         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4636         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4637         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4638         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4639         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4641         Likewise.
4642         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4643         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4644         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4645         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4646         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4647         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4648         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4649         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4650
4651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4652         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4654         Regenerated.
4655         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4657         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4658
4659         * shlib-versions: Remove OS-specific entries.  Moved to files in
4660         sysdeps.
4661         * sysdeps/mach/hurd/shlib-versions: New file.
4662         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4663
4664         * nptl/shlib-versions: Remove architecture-specific entries.
4665         Moved to files in sysdeps.
4666         * shlib-versions: Likewise.
4667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4668         file.
4669         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4670         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4671         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4672         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4673
4674         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4675         (UDP_NO_CHECK6_RX): Likewise.
4676
4677 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4678
4679         * sysdeps/posix/sysconf.c (__sysconf): Spell
4680         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4681
4682 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4683
4684         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4685         loading.
4686         * iconv/Versions (__gconv_transliterate): Export for use from
4687         gconv modules.
4688         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4689         (struct __gconv_trans_data, __gconv_trans_fct,
4690         __gconv_trans_context_fct, __gconv_trans_query_fct,
4691         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4692         definitions.
4693         (struct __gconv_step_data): Remove __trans member.
4694         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4695         longer hidden.  Remove unused trans_data argument.
4696         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4697         (__gconv_translit_find): Remove declaration.
4698         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4699         prototype.
4700         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4701         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4702         trans_data argument.  Add hidden definition.
4703         (__gconv_translit_find): Remove.
4704         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4705         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4706         * iconv/skeleton.c: Remove transliteration initialization.
4707         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4708         __gconv_step_data initialization.
4709         * libio/iofwide.c (__libio_translit_): Remove.
4710         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4711         * wcsmbs/btowc.c (__btowc): Likewise.
4712         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4713         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4714         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4715         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4716         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4717         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4718         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4719         * wcsmbs/wctob.c (wctob): Likewise.
4720
4721 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4722
4723         [BZ #16194]
4724         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4725         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4726         register usage.
4727         * sysdeps/x86/Makefile: Adjust.
4728
4729 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4730             Roland McGrath  <roland@hack.frob.com>
4731
4732         * locale/weight.h: Add include guard.
4733         (findidx): Make static rather than auto; take new parameters
4734         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4735         * locale/weightwc.h: Likewise.
4736         * posix/fnmatch_loop.c
4737         (FCT): Change type of EXTRA from int32_t to wint_t.
4738         Don't include either header inside the function.
4739         Call FINDIDX rather than findidx, and pass new arguments.
4740         #undef FINDIDX at the end of the file.
4741         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4742         FINDIDX before including fnmatch_loop.c for the non-wide version.
4743         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4744         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4745         for the wide version.
4746         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4747         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4748         Pass new arguments to findidx.
4749         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4750         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4751         Don't #include it inside the function.  Pass new arguments to findidx.
4752         * posix/regex_internal.h
4753         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4754         (re_string_elem_size_at): Don't #include it inside the function.
4755         Pass new arguments to findidx.
4756         * string/strcoll_l.c: #include WEIGHT_H at top level.
4757         (get_next_seq): Don't #include it inside the function.
4758         Pass new arguments to findidx.
4759         (get_next_seq_nocache): Likewise.
4760         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4761         (STRXFRM): Don't #include it inside the function.
4762         Pass new arguments to findidx.
4763
4764 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4765
4766         [BZ #17344]
4767         * malloc/malloc.c (unlink): Turn asserts into a call to
4768         malloc_printerr.
4769
4770 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4771
4772         [BZ #17370]
4773         * libio/wfileops (do_ftell_wide): Free OUT.
4774
4775 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4776
4777         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4778
4779 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4780
4781         [BZ #17363]
4782         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4783         group if the current group is empty.
4784
4785 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4786
4787         * benchtests/bench-memset.c (test_main): Add more test from size
4788         from 32 to 512 bytes.
4789         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4790         Add POWER8 memset object.
4791         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4792         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4793         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4794         implementation.
4795         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4796         Likewise.
4797         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4798         multiarch POWER8 memset optimization.
4799         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4800         POWER8 memset optimization.
4801
4802         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4803         Remove bzero multiarch objects.
4804         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4805         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4806         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4807         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4808         Remove define.
4809         [__bzero]: Redefine to specific name.
4810         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4811         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4812         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4813         define.
4814         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4815         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4816
4817 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4818
4819         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4820         warnings into errors.
4821
4822         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4823         __cxa_thread_atexit_impl prototype.
4824
4825 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4826
4827         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4828         Fix capitalization of error message.
4829
4830 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4831
4832         * sysdeps/mips/preconfigure: Modify ABI tests.
4833
4834 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4835
4836         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4837
4838 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4839             Carlos O'Donell  <carlos@systemhalted.org>
4840
4841         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4842         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4843         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4844         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4845         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4846         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4847         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4848         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4849         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4850         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4851         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4852         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4853         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4854         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4855         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4856         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4857         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4858         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4859         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4860         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4861         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4862         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4863         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4864         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4865         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4866         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4867         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4868         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4869         Deconditionalize the code that was previously under [RESET_PID].
4870         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4871         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4872         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4873         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4874         include sysdep.h.
4875
4876 2014-09-08  Allan McRae  <allan@archlinux.org>
4877
4878         * version.h (RELEASE): Set to "development".
4879         (VERSION): Set to "2.20.90"
4880
4881 2014-09-07  Allan McRae  <allan@archlinux.org
4882
4883         * version.h (RELEASE): Set to "stable".
4884         (VERSION): Set to "2.20"
4885         * include/features.h (__GLIBC_MINOR__): Set to 20.
4886
4887         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4888         Liebler.
4889
4890         * po/ko.po: Update Korean translation from translation project.
4891
4892 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4893
4894         [BZ #17354]
4895         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4896         macro for handling signed relocations.
4897
4898 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4899
4900         [BZ #17325]
4901         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4902         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4903         assert.
4904         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4905         * iconvdata/ibm935.c (BODY): Likewise.
4906         * iconvdata/ibm937.c (BODY): Likewise.
4907         * iconvdata/ibm939.c (BODY): Likewise.
4908         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4909         assert.
4910         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4911         script.
4912         * iconvdata/run-iconv-test.sh: New test loop for checking for
4913         decoder crashers.
4914
4915 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4916
4917         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4918         libm_hidden_ver.
4919
4920 2014-09-01  Allan McRae  <allan@archlinux.org>
4921
4922         * po/eo.po: Update Esperanto translation from translation project.
4923
4924         * po/ca.po: Update Catalan translation from translation project.
4925
4926 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4927
4928         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4929         __proc_dostop call.
4930
4931 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4932
4933         [BZ #17319]
4934         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4935         to call set_thread_area instead of hand written asm.
4936         (__NR_set_thread_area): Removed define.
4937         (TLS_FLAG_WRITABLE): Likewise.
4938         (__ASSUME_SET_THREAD_AREA): Remove check.
4939         (TLS_EBX_ARG): Remove define.
4940         (TLS_LOAD_EBX): Likewise.
4941
4942 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4943
4944         Simplify atomicity of socket creation in bind.
4945
4946         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4947         looking up the name after linking the file.
4948
4949 2014-08-27  Allan McRae  <allan@archlinux.org>
4950
4951         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4952
4953 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4954
4955         [BZ #17187]
4956         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4957         trans_compare, open_translit, __gconv_translit_find):
4958         Remove module loading code.
4959
4960 2014-08-26  Allan McRae  <allan@archlinux.org>
4961
4962         * po/vi.po: Update Vietnamese translation from translation project.
4963
4964         * po/uk.po: Update Ukrainian translation from translation project.
4965
4966         * po/fr.po: Update French translation from translation project.
4967
4968         * po/ru.po: Update Russian translation from translation project.
4969
4970         * po/pl.po: Update Polish translation from translation project.
4971
4972         * po/cs.po: Update Czech translation from translation project.
4973
4974         * po/de.po: Update German translation from translation project.
4975
4976         * po/bg.po: Update Bulgarian translation from translation project.
4977
4978         * po/sv.po: Update Sweedish translation from translation project.
4979
4980         * po/nl.po: Update Dutch translation from translation project.
4981
4982         * po/es.po: Update Spanish translation from translation project.
4983
4984 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4985
4986         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4987
4988         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4989         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4990         (CPPFLAGS-iconvconfig): Likewise.
4991         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4992
4993         * include/libc-symbols.h: Remove unnecessary check for
4994         NOT_IN_libc.
4995         * nptl/pthreadP.h: Likewise.
4996         * sysdeps/aarch64/setjmp.S: Likewise.
4997         * sysdeps/alpha/setjmp.S: Likewise.
4998         * sysdeps/arm/sysdep.h: Likewise.
4999         * sysdeps/i386/setjmp.S: Likewise.
5000         * sysdeps/m68k/setjmp.c: Likewise.
5001         * sysdeps/posix/getcwd.c: Likewise.
5002         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5003         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5004         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5005         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5006         * sysdeps/sh/sh3/setjmp.S: Likewise.
5007         * sysdeps/sh/sh4/setjmp.S: Likewise.
5008         * sysdeps/unix/alpha/sysdep.h: Likewise.
5009         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5010         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5011         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5012         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5015         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5016         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5017         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5018         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5019         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5020         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5021         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5022         * sysdeps/x86_64/setjmp.S: Likewise.
5023
5024 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
5025
5026         [BZ #17263]
5027         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
5028         <stdint.h>.
5029         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
5030         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
5031
5032 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
5033
5034         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
5035
5036         [BZ #17262]
5037         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
5038         and __x86_64__ when disabling x87 inline functions.
5039
5040 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
5041
5042         [BZ #17259]
5043         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
5044         asm statement with __cpuid_count.
5045
5046 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
5047
5048         * configure.ac: Change __ehdr_start code to dereference the struct.
5049         Run readelf on the output to look for relocations.
5050         * configure: Regenerated.
5051
5052 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
5053
5054         [BZ #17261]
5055         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
5056         value to 0.
5057         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
5058
5059 2014-08-12  Roland McGrath  <roland@hack.frob.com>
5060
5061         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
5062
5063 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
5064
5065         [BZ #16892]
5066         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
5067         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
5068
5069 2014-08-12  Sean Anderson  <seanga2@gmail.com>
5070
5071         * malloc/malloc.c: Fix typo in comment.
5072
5073 2014-08-09  Allan McRae  <allan@archlinux.org>
5074
5075         * Regenerate libc.po.
5076
5077 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
5078
5079         * intl/tst-gettext2.sh: Check every lang file for creation.
5080
5081 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
5082
5083         * sysdeps/aarch64/fpu/math_private.h
5084         (libc_feholdsetround_noex_aarch64_ctx): New function.
5085
5086 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
5087
5088         * sysdeps/arm/armv6/strcpy.S (strcpy):
5089         Fix performance issue in misaligned cases.
5090
5091 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5092
5093         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
5094         Move definition from termios.h.
5095         (struct termio): Likewise.
5096         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5097         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
5098         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
5099         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
5100         Likewise.
5101         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
5102         Move definition to ioctl-types.h
5103         (struct termio): Likewise.
5104         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5105         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
5106         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
5107         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
5108         Likewise.
5109
5110 2014-08-05  Richard Henderson  <rth@redhat.com>
5111
5112         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
5113         exceptions.
5114         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
5115         Add fraiseexcpt.
5116         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
5117         Use __feraiseexcept.
5118         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
5119         Protect libm symbols with IS_IN_libm.
5120
5121         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
5122
5123 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
5124
5125         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
5126
5127 2014-08-04  Will Newton  <will.newton@linaro.org>
5128
5129         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
5130         file.
5131
5132 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
5133
5134         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
5135         variants for each function.
5136
5137 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5138
5139         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
5140         appended ...
5141         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
5142         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
5143         appended ...
5144         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
5145         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
5146         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
5147         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
5148         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
5149         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
5150         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
5151         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
5152         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
5153         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
5154         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
5155         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
5156         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
5157         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
5158         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
5159         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
5160         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
5161         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
5162         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
5163         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
5164         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
5165         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
5166         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
5167         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
5168         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
5169         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
5170         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
5171         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
5172         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
5173         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
5174         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
5175         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
5176         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
5177         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
5178         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
5179         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
5180         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
5181         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
5182         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
5183         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
5184         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
5185         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
5186         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
5187         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
5188         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
5189         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
5190         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
5191         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
5192         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
5193         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
5194         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
5195         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
5196         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
5197         Update #include.
5198         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
5199         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
5200
5201 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5202
5203         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
5204         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5205         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
5206         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
5207         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
5208         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
5209
5210 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5211
5212         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
5213         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5214         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5215         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5216
5217 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5218
5219         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5220         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5221         (__libc_vfork): Define function under this name.
5222         (__vfork): Define as an alias.
5223         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5224         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5225
5226 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5227
5228         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5229         that was previously under [RESET_PID].
5230         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5231
5232 2014-08-04  Andreas Schwab  <schwab@suse.de>
5233
5234         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5235
5236 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
5237
5238         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5239         (main): Likewise.
5240
5241 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5242
5243         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5244
5245 2014-08-01  Richard Henderon  <rth@redhat.com>
5246
5247         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5248         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5249         typo in exact zero test.
5250         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5251         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5252         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5253
5254 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5255
5256         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5257         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5258         * sysdeps/arm/sysdep.h: ... here.
5259         [!__ASSEMBLER__]: Include <stdint.h>.
5260
5261 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5262
5263         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5264         (HAVE_WCTYPE_H): Likewise.
5265         (HAVE_ISWCTYPE): Likewise.
5266         (ENABLE_NLS): Likewise.
5267         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5268         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5269
5270         * posix/regex_internal.c: Check if DEBUG is defined and is
5271         set.
5272
5273         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5274         (HAVE_MBSRTOWCS): Likewise.
5275         * posix/fnmatch.c: Include string.h unconditionally.
5276
5277 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5278
5279         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5280         reversal.
5281
5282 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5283
5284         * sysdeps/generic/safe-fatal.h: New file.
5285         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5286         * nptl/forward.c: Include it.
5287         (__pthread_unwind): Use __safe_fatal as default action, rather
5288         than a bogus use of INTERNAL_SYSCALL that could never work.
5289
5290         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5291         * configure.ac (libc_cv_builtin_trap): New test.
5292         * configure: Regenerated.
5293         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5294         (ABORT_INSTRUCTION): Define using __builtin_trap.
5295
5296         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5297         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5298         * sysdeps/nptl/nptl-signals.h: New file.
5299         * nptl/pthreadP.h: Include <nptl-signals.h>.
5300
5301 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5302
5303         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5304         (ONE_DIRECTION): Define.
5305         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5306         (ONE_DIRECTION): Define.
5307         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5308         (ONE_DIRECTION): Define.
5309
5310 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5311
5312         * sysdeps/s390/Makefile: Delete file.
5313         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5314         * sysdeps/s390/__longjmp.c: Delete file.
5315         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5316         Remove fields __flags and __reserved.
5317         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5318         and add versioning.
5319         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5320         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5321         * sysdeps/s390/rtld-setjmp.S: Likewise.
5322         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5323         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5324         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5325         * sysdeps/s390/s390-32/setjmp.S: ... here.
5326         Add versioning.
5327         (__sigsetjmp): Remove setting __flags field.
5328         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5329         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5330         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5331         * sysdeps/s390/s390-64/setjmp.S: ... here.
5332         Add versioning.
5333         (__sigsetjmp): Remove setting __flags field.
5334         * sysdeps/s390/setjmp.S: Delete file.
5335         * sysdeps/s390/sigjmp.c: Likewise.
5336         * sysdeps/s390/v1-longjmp.c: Likewise.
5337         * sysdeps/s390/v1-setjmp.h: Likewise.
5338         * sysdeps/s390/v1-sigjmp.c: Likewise.
5339         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5340         Remove v1-longjmp_chk.
5341         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5342         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5343         Include debug/longjmp_chk.c and add versioning.
5344         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5345         Include nptl/pt-longjmp.c and add versioning.
5346         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5347         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5348         Include __longjmp.c.
5349         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5350         Move to ...
5351         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5352         (__getcontext): Remove setting __flags field.
5353         Add versioning.
5354         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5355         Don't restore upper high grps.
5356         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5357         Likewise.
5358         (__swapcontext): Remove setting uc_flags field.
5359         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5360         Delete file.
5361         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5362         Include __longjmp.c.
5363         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5364         Move to ...
5365         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5366         (__getcontext): Remove setting __flags field.
5367         Add versioning.
5368         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5369         (__swapcontext): Remove setting uc_flags field.
5370         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5371         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5372         Remove fields uc_high_gprs and __reserved.
5373         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5374         New file with reverted content.
5375         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5376         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5377         Regenerated.
5378         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5379         Regenerated.
5380
5381 2014-07-31  Andreas Schwab  <schwab@suse.de>
5382
5383         * config.h.in (HAVE_IFUNC): Define to 0.
5384         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5385         definedness.
5386
5387 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5388
5389         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5390         memmove-avx-unaligned, memcpy-avx-unaligned and
5391         mempcpy-avx-unaligned.
5392         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5393         Add tests for AVX memcpy functions.
5394         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5395         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5396         memcpy_chk.
5397         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5398         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5399         memmove_chk.
5400         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5401         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5402         mempcpy_chk.
5403         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5404         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5405         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5406
5407 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5408
5409         [BZ #17213]
5410         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5411         powerpc64le.
5412
5413 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5414
5415         [BZ #16839]
5416         * manual/llio.texi: Add section about open file description locks.
5417         * manual/examples/ofdlocks.c: Example of open file description
5418         lock usage.
5419         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5420         F_OFD_SETLK, and F_OFD_SETLKW.
5421
5422 2014-07-23  Allan McRae  <allan@archlinux.org>
5423
5424         * po/es.po: Update Spanish translation from translation project.
5425
5426 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5427
5428         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5429
5430 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5431
5432         [BZ #17078]
5433         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5434         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5435         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5436
5437 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5438
5439         [BZ #17088]
5440         * math/fesetenv.c (__fesetenv)
5441         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5442         * math/feupdateenv.c (__feupdateenv)
5443         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5444
5445         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5446         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5447         (__ASSUME_SOCKETCALL): Do not define.
5448
5449         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5450         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5451         (__ASSUME_SOCKETCALL): Do not define.
5452         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5453         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5454         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5455         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5456         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5457         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5458         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5459         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5460
5461         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5462         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5463         (__ASSUME_SOCKETCALL): Do not define.
5464         (__ASSUME_IPC64): Define unconditionally.
5465         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5466         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5467         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5468         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5469         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5470         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5471         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5472         Likewise.
5473
5474         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5475         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5476         (__ASSUME_SOCKETCALL): Do not define.
5477         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5478         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5479         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5480         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5481         (__ASSUME_REQUEUE_PI): Define unconditionally.
5482         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5483         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5484         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5485         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5486         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5487         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5488
5489         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5490         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5491         (__ASSUME_SOCKETCALL): Do not define.
5492         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5493         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5494         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5495         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5496         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5497         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5498
5499         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5500         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5501         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5502         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5503         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5504         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5505         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5506         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5507         (__ASSUME_GETCPU_SYSCALL): Likewise.
5508
5509         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5510         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5511         cases for individual architectures.
5512         * sysdeps/gnu/configure: Regenerated.
5513         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5514         LIBC_SLIBDIR_RTLDDIR.
5515         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5516         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5517         LIBC_SLIBDIR_RTLDDIR.
5518         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5520         LIBC_SLIBDIR_RTLDDIR.
5521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5522         Regenerated.
5523         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5524         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5525         file.
5526         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5527         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5528         file.
5529         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5530         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5531         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5532         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5533
5534         * sysdeps/aarch64/shlib-versions: Move to ...
5535         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5536         * sysdeps/alpha/shlib-versions: Move to ...
5537         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5538         * sysdeps/arm/shlib-versions: Move to ...
5539         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5540         * sysdeps/hppa/shlib-versions: Move all contents except for
5541         libgcc_s entry to ...
5542         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5543         entry from ...
5544         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5545         * sysdeps/ia64/shlib-versions: Move to ...
5546         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5547         entry from ...
5548         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5549         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5550         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5551         * sysdeps/microblaze/shlib-versions: Move to ...
5552         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5553         * sysdeps/mips/shlib-versions: Move to ...
5554         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5555         entry from ...
5556         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5557         * sysdeps/tile/shlib-versions: Move to ...
5558         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5559         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5560         from ...
5561         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5562         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5563         entry from ...
5564         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5565
5566 2014-07-17  Will Newton  <will.newton@linaro.org>
5567
5568         * sysdeps/arm/bits/atomic.h
5569         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5570         (__arch_compare_and_exchange_bool_16_int): Likewise.
5571         (__arch_compare_and_exchange_bool_64_int): Likewise.
5572
5573         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5574         into an #else block.
5575
5576 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5577
5578         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5579         just Linux configurations.  Test empirically that the compiler sets
5580         __ARM_EABI__, rather than using the tuple to decide.
5581         * sysdeps/arm/preconfigure: Regenerated.
5582         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5583         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5584         contents appended ...
5585         * sysdeps/arm/configure.ac: ... here.
5586         * sysdeps/arm/configure: Regenerated.
5587
5588 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5589
5590         * nptl/pthread_kill.c: New file.
5591         * nptl/pthread_sigmask.c: New file.
5592         * nptl/pthread_sigqueue.c: New file.
5593
5594         * sysdeps/nptl/lowlevellock.h: New file.
5595         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5596         * sysdeps/nptl/lowlevellock-futex.h: New file.
5597
5598         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5599         Remove dead declarations.
5600
5601 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5602
5603         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5604         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5605         config-cflags-avx2.
5606         * sysdeps/x86_64/configure.ac: Likewise.
5607         * sysdeps/i386/configure: Regenerated.
5608         * sysdeps/x86_64/configure: Likewise.
5609         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5610         memset-avx2 only if config-cflags-avx2 is yes.
5611         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5612         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5613         defined.
5614         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5615         only if HAVE_AVX2_SUPPORT is defined.
5616         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5617
5618 2014-07-14  Alan Modra  <amodra@gmail.com>
5619
5620         [BZ #17153]
5621         * elf/elf.h (DT_PPC64_NUM): Correct value.
5622         * NEWS: Add to fixed bug list.
5623
5624 2014-07-13  Jim Meyering  <meyering@fb.com>
5625
5626         [BZ 17150]
5627         regex: don't deref NULL upon heap allocation failure
5628         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5629         failure in one more place.
5630         To trigger the segfault, configure grep -with-included-regex,
5631         build it, and run these commands:
5632         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5633
5634 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5635
5636         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5637
5638 2014-07-11  Richard Henderson  <rth@redhat.com>
5639
5640         * sysdeps/aarch64/libm-test-ulps: Update.
5641
5642 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5643
5644         [BZ #17135]
5645         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5646         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5647         (__nptl_setxid): Initialize error member.  Call
5648         __nptl_setxid_error.
5649         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5650         * nptl/descr.h (struct xid_command): Add error member.
5651         * nptl/tst-setuid3.c: New file.
5652         * nptl/Makefile (tests): Add it.
5653
5654 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5655
5656         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5657         New define.
5658         (__lll_trylock): Use __lll_base_trylock.
5659         (__lll_cond_trylock): Likewise.
5660
5661 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5662
5663         * nptl/pthread_create.c (start_thread): Use atomic_or and
5664         lll_futex_wake directly rather than lll_robust_dead.
5665         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5666         (lll_robust_dead): Macro removed.
5667         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5668         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5669         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5670         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5671         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5672         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5673         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5674         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5675         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5676         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5677         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5678         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5679         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5680         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5681         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5682
5683         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5684         Use atomic_compare_and_exchange_val_acq directly rather than
5685         lll_robust_trylock.
5686         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5687         (__lll_robust_trylock, lll_robust_trylock): Removed.
5688         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5689         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5690         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5691         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5692         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5693         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5694         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5695         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5696         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5697         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5698         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5699         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5700         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5701         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5702
5703 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5704
5705         * manual/locale.texi (Locale Names): New section documenting
5706         locale name syntax.  Adjust menu and node chaining accordingly.
5707         (Choosing Locale): Reference Locale Names, Locale Categories.
5708         Mention setting LC_ALL=C.  Reflect that name syntax is now
5709         documented.
5710         (Locale Categories): New section title.  Reference Locale Names.
5711         LC_ALL is an environment variable, but not a category.
5712         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5713         description, now in Locale Name.  Reference that section.  Locale
5714         name syntax is now documented.
5715
5716 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5717
5718         [BZ #17137]
5719         * locale/findlocale.c (name_present, valid_locale_name): New
5720         functions.
5721         (_nl_find_locale): Use the loc_name variable to store name
5722         candidates.  Call name_present and valid_locale_name to check and
5723         validate locale names.  Return an error if the locale is invalid.
5724
5725 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5726
5727         * locale/setlocale.c (setlocale): Use strdup for allocating
5728         composite name copy.
5729
5730 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5731
5732         Sync up with gnulib.
5733         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5734         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5735         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5736         and _GL_ARG_NONNULL.
5737         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5738         [!_LIBC]: Include code for Windows and Cygwin.
5739         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5740         Include prototype for int strerror_r.
5741         [!_LIBC] (is_open): New function.
5742         (flush_stdout): New function.
5743         (print_errno_message): Use it.
5744         (error): Likewise.
5745         (error_at_line): Likewise.
5746         (error_tail) Add function attribute macros.  Use
5747         __builtin_expect.
5748
5749         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5750
5751         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5752
5753         * io/ftw.c: Include sys/param.h unconditionally.
5754
5755         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5756
5757         [BZ #17125]
5758         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5759         libc_freeres_ptr.
5760         (freecache): New function to free CACHE on exit.
5761
5762         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5763         initialization.
5764
5765 2014-07-09  David S. Miller  <davem@davemloft.net>
5766
5767         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5768
5769         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5770         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5771         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5772         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5773         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5774         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5775         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5776         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5777         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5778         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5779         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5780         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5781         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5782
5783 2014-07-09  Andreas Schwab  <schwab@suse.de>
5784
5785         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5786         output.
5787         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5788         (do_test): Likewise.
5789
5790         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5791
5792 2014-07-09  Will Newton  <will.newton@linaro.org>
5793
5794         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5795         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5796         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5797         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5798         * sysdeps/hppa/start.S (_start): Likewise.
5799
5800 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5801
5802         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5803
5804         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5805         defined.
5806
5807 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5808
5809         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5810         after checking that it is non-NULL.
5811
5812         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5813
5814 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5815
5816         * sysdeps/powerpc/memmove.c: Remove file.
5817         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5818         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5819         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5820         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5821         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5822         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5823         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5824         string memmove instead of removed powerpc one.
5825
5826         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5827         [weak_alias]: Fix compiler warning due trailing data.
5828         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5829         [weak_alias]: Likewise.
5830         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5831         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5832
5833         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5834         (__libc_ifunc_impl_list): Add memmove functions.
5835
5836 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5837
5838         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5839         Remove code.
5840         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5841         Likewise
5842         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5843         Likewise
5844         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5845         Likewise
5846         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5847         Likewise
5848         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5849         Likewise
5850         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5851         Likewise
5852         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5853         Likewise
5854         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5855         Likewise
5856         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5857         Likewise
5858         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5859         Likewise
5860         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5861         Likewise
5862         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5863         Likewise
5864         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5865         Likewise
5866         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5867         Likewise
5868         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5869         Likewise
5870         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5871         Likewise
5872
5873 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5874
5875         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5876         to avoid alignment traps in non-cacheable memory.
5877         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5878
5879         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5880         multiarch objects.
5881         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5882         file: multiarch power7 memmove.
5883         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5884         multiarch default memmove.
5885         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5886         multiarch memove for powerpc32/power4.
5887
5888         * string/bcopy.c: Use full path to include memmove.c.
5889         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5890         multiarch objects.
5891         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5892         bcopy for powerpc64.
5893         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5894         bcopy for powerpc64.
5895         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5896         and memmove implementations.
5897         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5898         optimized multiarch memmove for POWER7/powerpc64.
5899         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5900         default multiarch memmove for powerpc64.
5901         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5902         multiarch for powerpc64.
5903         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5904         for POWER7/powerpc64.
5905         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5906         memmove for POWER7/powerpc64.
5907
5908         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5909         glibc default one.
5910
5911         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5912         __ELF_NATIVE_CLASS equal to 64.
5913
5914 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5915
5916         * sysdeps/nptl/lowlevellock.h: File removed.
5917
5918         * NEWS: NPTL is no longer an add-on!
5919         * nptl/internaltypes.h: Moved ...
5920         * sysdeps/nptl/internaltypes.h: ... here.
5921         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5922         * sysdeps/nptl/fork.c: Likewise.
5923         * sysdeps/nptl/gai_misc.h: Likewise.
5924         * sysdeps/nptl/librt-cancellation.c: Likewise.
5925         * sysdeps/nptl/jmp-unwind.c: Likewise.
5926         * sysdeps/nptl/setxid.h: Likewise.
5927         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5928         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5929         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5930         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5931         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5932         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5933         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5934         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5935         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5936         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5937         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5938         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5939         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5940         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5941         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5942         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5943         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5944         * nptl/Makeconfig: Moved ...
5945         * sysdeps/nptl/Makeconfig: ... here.
5946         * nptl/configure: File removed.
5947         * nptl/ANNOUNCE: File removed.
5948         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5949         * sysdeps/unix/sysv/linux/configure: Regenerated.
5950
5951         * nptl/Makefile (routines): Add libc_pthread_init,
5952         libc_multiple_threads, register-atfork and unregister-atfork.
5953         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5954         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5955         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5956         pthread-pi-defines.sym, structsem.sym.
5957         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5958         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5959         [$(subdir) = nptl] (tests): Add tst-setgetname.
5960         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5961         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5962         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5963         [!LIBC_SIGACTION]: Remove aliases.
5964         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5965         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5966         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5967         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5968         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5969         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5970         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5971         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5972         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5973         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5974         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5975         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5976         __libc_allocate_rtsig_private.
5977         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5978         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5979         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5980         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5981         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5982         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5983         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5984         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5985         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5986         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5987         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5988         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5989         * nptl/internaltypes.h: ... here.
5990         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5991         * sysdeps/nptl/jmp-unwind.c: ... here.
5992         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5993         * nptl/libc-lowlevellock.c: ... here.
5994         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5995         * nptl/libc_multiple_threads.c: ... here.
5996         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5997         * nptl/libc_pthread_init.c: ... here.
5998         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5999         * nptl/lowlevelbarrier.sym: ... here.
6000         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
6001         * nptl/lowlevelcond.sym: ... here.
6002         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
6003         * nptl/lowlevellock.c: ... here.
6004         * nptl/lowlevellock.h: Moved ...
6005         * sysdeps/nptl/lowlevellock.h: ... here.
6006         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
6007         * nptl/lowlevelrobustlock.c: ... here.
6008         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
6009         * nptl/lowlevelrobustlock.sym: ... here.
6010         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
6011         * nptl/lowlevelrwlock.sym: ... here.
6012         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
6013         * nptl/pt-fork.c: ... here.
6014         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
6015         * nptl/pthread-pi-defines.sym: ... here.
6016         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
6017         * nptl/pthread_attr_getaffinity.c: ... here.
6018         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
6019         * nptl/pthread_attr_setaffinity.c: ... here.
6020         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
6021         * nptl/pthread_mutex_cond_lock.c: ... here.
6022         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6023         Update #include.
6024         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
6025         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
6026         * nptl/pthread_once.c: ... here, replacing old file.
6027         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
6028         * nptl/pthread_yield.c: ... here.
6029         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
6030         * nptl/register-atfork.c: ... here.
6031         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
6032         * nptl/sem_post.c: ... here.
6033         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
6034         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
6035         * nptl/sem_timedwait.c: ... here.
6036         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
6037         * nptl/sem_trywait.c: ... here.
6038         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
6039         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
6040         * nptl/sem_wait.c: ... here.
6041         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
6042         * nptl/structsem.sym: ... here.
6043         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
6044         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
6045         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
6046         * nptl/unregister-atfork.c: ... here.
6047         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
6048         * nptl/unwindbuf.sym: ... here.
6049         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
6050         * sysdeps/nptl/fork.c: ... here.
6051         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
6052         * sysdeps/nptl/fork.h: ... here.
6053         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
6054         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
6055         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
6056         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
6057         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
6058         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
6059         * sysdeps/unix/sysv/linux/getpid.c: ... here.
6060         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
6061         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
6062         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
6063         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
6064         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
6065         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
6066         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
6067         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
6068         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
6069         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
6070         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
6071         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
6072         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
6073         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
6074         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
6075         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
6076         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
6077         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
6078         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
6079         * sysdeps/unix/sysv/linux/raise.c: ... here.
6080         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
6081         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
6082         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
6083         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
6084         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
6085         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
6086         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
6087         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
6088         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
6089         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
6090         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
6091         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
6092         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
6093         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
6094         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
6095
6096 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
6097
6098         * sysdeps/generic/memcopy.h: Add comment for
6099         MEMCPY_OK_FOR_FWD_MEMMOVE.
6100
6101 2014-07-04  Will Newton  <will.newton@linaro.org>
6102
6103         * string/memchr.c: Merge from gnulib.
6104         [_LIBC]: Remove conditionals.
6105         (__ptr_t): Remove define.
6106         (LONG_MAX_32_BITS): Likewise.
6107         (LONG_MAX): Likewise.
6108         (MEMCHR): Use ANSI prototype and optimize algorithm.
6109
6110         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
6111
6112 2014-07-03  Roland McGrath  <roland@hack.frob.com>
6113
6114         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
6115         (lll_futex_timed_wait_bitset): Fix syscall argument count.
6116
6117         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
6118         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
6119         in a bare environment with no <stdlib.h> installed.
6120         * sysdeps/nptl/configure: Regenerated.
6121
6122         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
6123
6124         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
6125         AC_EGREP_CPP for kernel header checks, so they only succeed if
6126         including <linux/version.h> actually works right.
6127         * sysdeps/unix/sysv/linux/configure: Regenerated.
6128
6129         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
6130         value so it's not diagnosed as unused.
6131
6132         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
6133         thing) with "ifeq ($(subdir),rt)".
6134
6135 2014-07-03  Richard Henderson  <rth@redhat.com>
6136
6137         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
6138         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
6139         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
6140
6141         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
6142         (math_force_eval): New.
6143
6144         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
6145         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
6146
6147         * sysdeps/alpha/fpu/s_round.c: Remove file.
6148         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
6149
6150         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
6151         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
6152         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
6153         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
6154         (_dl_start, print_statistics): Likewise.
6155         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
6156         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
6157
6158         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6159         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6160         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6161         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6162         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6163         (HP_SMALL_TIMING_AVAIL): Define.
6164         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6165         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6166         (HP_SMALL_TIMING_AVAIL): Define.
6167         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6168         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
6169
6170         * sysdeps/aarch64/hp-timing.h: New file.
6171
6172         * sysdeps/generic/hp-timing.h: Remove dead comment.
6173         * sysdeps/generic/hp-timing-common.h: New file.
6174         * sysdeps/alpha/hp-timing.h: Include it.
6175         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
6176         * sysdeps/i386/i686/hp-timing.h: Likewise.
6177         * sysdeps/ia64/hp-timing.h: Likewise.
6178         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
6179         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
6180         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
6181         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
6182         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
6183         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
6184         (hp_timing_t): New.
6185
6186         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
6187         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
6188         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
6189         * elf/rtld.c (_dl_start_final): Likewise.
6190         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
6191         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6192         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6193         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6194         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6195         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6196         (HP_TIMING_DIFF_INIT): Remove.
6197         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6198         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
6199         (HP_TIMING_DIFF_INIT): Remove.
6200         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
6201         * sysdeps/i386/i686/hp-timing.c: Remove file.
6202         * sysdeps/x86_64/hp-timing.c: Remove file.
6203         * sysdeps/ia64/hp-timing.c: Remove file.
6204         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
6205         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
6206         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
6207         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
6208
6209         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
6210         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
6211         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
6212         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6213         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6214         (HP_TIMING_ACCUM): Remove.
6215         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6216         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6217         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6218
6219         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6220         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6221         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6222         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6223         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6224         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6225         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6226         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6227
6228         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6229
6230 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
6231
6232         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6233
6234 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6235
6236         Sync up with gettext.
6237         * intl/loadmsgcat.c: Define O_BINARY if not defined.
6238         [_MSC_VER]: Include malloc.h
6239         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6240         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6241         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6242         TEMP_FAILURE_RETRY.  Cast return of alloca.
6243         [!_LIBC] Call gl_rwlock_init.
6244         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6245
6246 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6247
6248         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6249         before checking its value.
6250
6251 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6252
6253         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6254
6255         * debug/memcpy_chk.c: Don't include pagecopy.h.
6256         * debug/mempcpy_chk.c: Likewise.
6257         * string/memcpy.c: Likewise.
6258         * string/memmove.c: Likewise.
6259         * sysdeps/powerpc/memmove.c: Likewise.
6260         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6261         definition of PAGE_COPY_FWD_MAYBE here...
6262         * sysdeps/generic/pagecopy.h: ... from here.
6263         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6264
6265 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6266             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6267
6268         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6269         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6270         optimizations.
6271         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6272         (__libc_ifunc_impl_list): Likewise.
6273         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6274         multiarch strcat for PPC64.
6275         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6276         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6277
6278 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6279
6280         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6281
6282 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6283
6284         * intl/loadmsgcat.c: Remove declaration of
6285         get_sysdep_segment_value.
6286         (get_sysdep_segment_value): Use ISO C style.
6287         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6288         semicolon.  Fix typo and formatting in comment.
6289         (_nl_unload_domain): Use ISO C style.
6290
6291         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6292
6293 2014-07-02  Will Newton  <will.newton@linaro.org>
6294
6295         * malloc/obstack.c: Merge from gnulib master.
6296         [HAVE_CONFIG_H]: Remove conditional code.
6297         [!_LIBC]: Include config.h.
6298         [!ELIDE_CODE]: Don't include inttypes.h, include
6299         stdint.h unconditionally.
6300         (print_and_abort): Mark as _Noreturn.
6301         (_obstack_allocated_p): Mark as __attribute_pure__.
6302         (obstack_free): Rename to __obstack_free.
6303         [!__attribute__]: Remove conditional code.
6304         * malloc/obstack.h: Merge from gnulib master.
6305         [__cplusplus]: Move conditional down.
6306         [!__attribute_pure__]: Define __attribute_pure__ here
6307         if it is not already defined.
6308         (_obstack_memory_used): Mark as __attribute_pure__.
6309         [!__obstack_free]: Define as obstack_free.
6310         [__GNUC__]: Remove check for ancient NeXT gcc.
6311
6312 2014-07-02  Will Newton  <will.newton@linaro.org>
6313             Paul Eggert  <eggert@cs.ucla.edu>
6314
6315         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6316
6317 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6318
6319         * resolv/gethnamaddr.c: Add comment warning that the file is
6320         not maintained.
6321
6322 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6323
6324         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6325         entries.
6326
6327         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6328         entry for aio_cancel and aio_cancel64.
6329         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6330         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6331         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6332         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6333         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6334         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6335         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6336         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6337         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6338         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6339         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6340         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6341         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6342
6343 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6344
6345         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6346         * nptl/pthread_mutex_lock.c: Likewise.
6347         * nptl/pthread_mutex_timedlock.c: Likewise.
6348         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6349
6350 2014-07-01  Richard henderson  <rth@redhat.com>
6351
6352         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6353         (__isnan, __isnanl): Remove.
6354         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6355
6356         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6357
6358 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6359
6360         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6361
6362 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6363
6364         * resolv/nss_dns/dns-host.c (getanswer_r)
6365         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6366
6367 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6368
6369         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6370         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6371         undefine.
6372         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6373         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6374
6375 2014-07-01  Roland McGrath <roland@hack.frob.com>
6376
6377         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6378         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6379
6380         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6381         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6382
6383         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6384         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6385         ... here.
6386         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6387         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6388
6389         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6390         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6391         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6392         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6393
6394         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6395         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6396         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6397         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6398         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6399         Moved ...
6400         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6401         ... here.
6402         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6403         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6404         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6405         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6406         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6407         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6408         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6409         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6410         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6411         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6413         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6414         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6415         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6416         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6417         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6418         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6421         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6422         ... here.
6423         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6424         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6425         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6426         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6427         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6428         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6429         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6430         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6431
6432 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6433
6434         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6435         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6436         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6437         Add sysdep.
6438
6439 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6440
6441         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6442
6443 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6444
6445         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6446         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6447
6448         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6449
6450         * sysdeps/arm/libm-test-ulps: Regenerated.
6451
6452 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6453             Roland McGrath <roland@hack.frob.com>
6454
6455         * test-skeleton.c (signal_handler): Kill the whole process group
6456         before killing the child individually.
6457         (main): Report any failure on `setpgid'.
6458
6459 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6460
6461         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6462         from _TLS_H to _ARM_NPTL_TLS_H.
6463         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6464         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6465
6466 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6467
6468         [BZ #16539]
6469         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6470         (__expm1l): Return argument unchanged when small but not
6471         subnormal.
6472
6473         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6474         include macro name.
6475         (_FP_UNPACK_RAW_1_P): Likewise.
6476         (_FP_PACK_RAW_1): Likewise.
6477         (_FP_PACK_RAW_1_P): Likewise.
6478         (_FP_MUL_MEAT_1_wide): Likewise.
6479         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6480         (_FP_MUL_MEAT_1_hard): Likewise.
6481         (_FP_DIV_MEAT_1_imm): Likewise.
6482         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6483         (_FP_DIV_MEAT_1_udiv): Likewise.
6484         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6485         (_FP_UNPACK_RAW_2): Likewise.
6486         (_FP_UNPACK_RAW_2_P): Likewise.
6487         (_FP_PACK_RAW_2): Likewise.
6488         (_FP_PACK_RAW_2_P): Likewise.
6489         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6490         (_FP_MUL_MEAT_2_wide): Likewise.
6491         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6492         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6493         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6494         (_FP_MUL_MEAT_2_gmp): Likewise.
6495         (_FP_DIV_MEAT_2_udiv): Likewise.
6496         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6497         (_FP_FRAC_SRL_4): Likewise.
6498         (_FP_FRAC_SRST_4): Likewise.
6499         (_FP_FRAC_SRS_4): Likewise.
6500         (_FP_UNPACK_RAW_4): Likewise.
6501         (_FP_UNPACK_RAW_4_P): Likewise.
6502         (_FP_PACK_RAW_4): Likewise.
6503         (_FP_PACK_RAW_4_P): Likewise.
6504         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6505         (_FP_MUL_MEAT_4_wide): Likewise.
6506         (_FP_MUL_MEAT_4_gmp): Likewise.
6507         (umul_ppppmnnn): Likewise.
6508         (_FP_DIV_MEAT_4_udiv): Likewise.
6509         (__FP_FRAC_ADD_4): Likewise.
6510         (__FP_FRAC_SUB_3): Likewise.
6511         (__FP_FRAC_SUB_4): Likewise.
6512         (__FP_FRAC_DEC_3): Likewise.
6513         (__FP_FRAC_DEC_4): Likewise.
6514         (__FP_FRAC_ADDI_4): Likewise.
6515         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6516         (_FP_FRAC_SRL_8): Likewise.
6517         (_FP_FRAC_SRS_8): Likewise.
6518
6519         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6520         include macro name.
6521         (FP_UNPACK_RAW_EP): Likewise.
6522         (FP_PACK_RAW_E): Likewise.
6523         (FP_PACK_RAW_EP): Likewise.
6524         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6525         (_FP_ISSIGNAN): Likewise.
6526         (_FP_ADD_INTERNAL): Likewise.
6527         (_FP_FMA): Likewise.
6528         (_FP_CMP): Likewise.
6529         (_FP_SQRT): Likewise.
6530         (_FP_TO_INT): Likewise.
6531         (_FP_FROM_INT): Likewise.
6532         (FP_EXTEND): Likewise.
6533         (_FP_DIV_MEAT_N_loop): Likewise.
6534
6535 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6536
6537         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6538         throughout.
6539
6540 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6541
6542         [BZ #17097]
6543         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6544         result with correct sign in case of exponents that produce
6545         overflow except for X very close to 1.
6546
6547 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6548
6549         mktime: merge #if/#ifdef usage from glibc
6550         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6551         as that works with both Glibc's and Gnulib's style.
6552         See thread starting at Siddhesh Poyarekar's bug report at:
6553         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6554
6555 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6556
6557         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6558         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6559         * sysdeps/tile/tilegx/memmove.c: Remove file.
6560
6561 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6562
6563         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6564         abi-name definition.
6565         * scripts/soversions.awk: Do not handle or generate ABI lines.
6566         * shlib-versions: Remove ABI entries.
6567         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6568         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6569
6570 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6571
6572         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6573         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6574         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6575         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6576         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6577         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6578         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6579         Moved ...
6580         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6581         ... here.
6582         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6583         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6584         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6585         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6586         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6587         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6588         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6589         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6590         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6591         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6592         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6593         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6594         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6595         Moved ...
6596         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6597         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6598         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6599         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6600         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6601         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6602         Moved ...
6603         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6604         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6605         Moved ...
6606         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6607         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6608         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6609         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6610         Moved ...
6611         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6612         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6613         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6614         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6615         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6616         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6617         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6618         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6619         Moved ...
6620         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6621         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6622         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6623         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6624         Moved ...
6625         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6626         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6627         Moved ...
6628         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6629         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6630         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6631         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6632         Moved ...
6633         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6634         ... here.
6635         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6636         Identical file removed.
6637         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6638         Moved ...
6639         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6640         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6641         Identical file removed.
6642         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6643         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6644         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6645         Moved ...
6646         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6647         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6648         Identical file removed.
6649         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6650         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6651         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6652         Identical file removed.
6653         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6654         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6655         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6656         Identical file removed.
6657         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6658         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6659         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6660         Identical file removed.
6661         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6662         Moved ...
6663         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6664         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6665         Identical file removed.
6666         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6667         Moved ...
6668         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6669         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6670         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6671         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6672         Identical file removed.
6673         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6674         Moved ...
6675         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6676         ... here.
6677         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6678         Identical file removed.
6679         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6680         Moved ...
6681         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6682         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6683         Identical file removed.
6684         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6685         Moved ...
6686         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6687         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6690         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6691         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6692         Moved ...
6693         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6695         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6696
6697         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6698         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6699         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6700         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6701         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6702
6703 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6704
6705         [BZ #17092]
6706         * nscd/nscd.c (monitor_child): Return exit status of child
6707         instead of return value from wait syscall.
6708
6709 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6710
6711         * configure.ac (libc_commonpagesize): Remove variable.
6712         (libc_relro_required): Likewise.
6713         (libc_cv_z_relro): Remove configure test.
6714         * configure: Regenerated.
6715         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6716         variable.
6717         (libc_relro_required): Likewise.
6718         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6719         (libc_relro_required): Likewise.
6720         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6721         (libc_relro_required): Likewise.
6722         * sysdeps/arm/preconfigure: Regenerated.
6723         * sysdeps/ia64/preconfigure: Remove file.
6724         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6725         variable.
6726         (libc_relro_required): Likewise.
6727
6728         [BZ #16561]
6729         [BZ #16562]
6730         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6731         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6732         recompute overflowing results in original rounding mode.
6733         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6734         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6735         recompute overflowing results in original rounding mode.
6736         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6737         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6738         recompute overflowing results in original rounding mode.
6739         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6740         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6741         recompute overflowing results in original rounding mode.
6742         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6743         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6744         recompute overflowing results in original rounding mode.
6745         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6746         (libc_feholdsetround_ctx): New macro.
6747         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6748         * sysdeps/i386/fpu/libm-test-ulps: Update.
6749         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6750
6751 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6752
6753         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6754         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6755         corresponding .cpsetup call.
6756
6757 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6758
6759         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6760         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6761         * sysdeps/arm/Makefile [$(subdir) = csu]
6762         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6763         (static-only-routines): Add aeabi_read_tp here.
6764         (shared-only-routines): Add libc-aeabi_read_tp here.
6765         (CFLAGS-libc-start.c): Add -fexceptions here.
6766         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6767         (sysdep_routines, static-only-routines, shared-only-routines):
6768         Don't add to these here.
6769         (CFLAGS-libc-start.c): Likewise.
6770
6771         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6772         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6773         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6774         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6775         * sysdeps/arm/Makefile [$(subdir) = rt]
6776         (librt-sysdep_routines, librt-shared-only-routines):
6777         Append rt-aeabi_unwind_cpp_pr1 here.
6778         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6779         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6780         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6781         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6782         Append nptl-aeabi_unwind_cpp_pr1 here.
6783         (tests): Filter out tst-cleanupx4 here.
6784         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6785         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6786         Don't do those here.
6787
6788 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6789
6790         * scripts/list-sources.sh: Do not handle ports specially.
6791
6792 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6793
6794         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6795         * sysdeps/arm/feupdateenv.c: Likewise.
6796
6797         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6798
6799 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6800
6801         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6802         trailing whitespace removed.
6803         * scripts/config.guess: Update to version 2014-03-23.
6804         * scripts/config.sub: Update to version 2014-05-01
6805         * scripts/install-sh: Update to version 2013-12-25.23.
6806         * scripts/move-if-change: Update from gnulib.
6807
6808 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6809
6810         * debug/memmove_chk.c: Remove pagecopy.h include.
6811
6812 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6813
6814         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6815         identical to gnulib mktime.
6816
6817 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6818
6819         * configure.ac: Do not test for machine being rs6000.  Do not test
6820         for powerpc*-*soft.
6821         * configure: Regenerated.
6822
6823         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6824         test.
6825         * configure: Regenerated.
6826         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6827         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6828         Remove configure test.
6829         * sysdeps/arm/configure: Regenerated.
6830         * sysdeps/nptl/configure.ac: Do not check
6831         libc_cv_asm_cfi_directives.
6832         * sysdeps/nptl/configure: Regenerated.
6833         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6834         * sysdeps/x86_64/nptl/configure: Remove generated file.
6835         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6836         unconditional.
6837         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6838
6839 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6840
6841         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6842         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6843         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6844         it is defined.
6845
6846         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6847         instead of whether it is defined.
6848         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6849         * sysdeps/hppa/dl-machine.h: Likewise.
6850         * sysdeps/ia64/dl-machine.h: Likewise.
6851         * sysdeps/m68k/dl-machine.h: Likewise.
6852         * sysdeps/microblaze/dl-machine.h: Likewise.
6853         * sysdeps/mips/dl-machine.: Likewise.
6854         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6855         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6856         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6857         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6858         * sysdeps/sh/dl-machine.h: Likewise.
6859         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6860         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6861         * sysdeps/tile/dl-machine.h: Likewise.
6862         * sysdeps/x86_64/dl-machine.h: Likewise.
6863
6864         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6865         code.
6866         (verify_persistent_db): Likewise.
6867
6868 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6869
6870         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6871         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6872         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6873         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6874         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6875         Moved ...
6876         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6877         ... here.
6878         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6879         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6880         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6881         Identical file removed.
6882         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6883         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6885         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6887         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6888         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6889         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6890         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6891         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6893         Moved ...
6894         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6895         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6896         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6897         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6898         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6899         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6900         Moved ...
6901         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6902         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6903         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6904         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6905         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6906         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6907         Identical file removed.
6908         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6909         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6910         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6911         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6912         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6913         Moved ...
6914         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6915         ... here.
6916         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6917         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6918         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6919         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6920         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6921         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6922         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6923         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6924         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6925         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6926         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6927         Moved ...
6928         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6929         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6930         Moved ...
6931         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6932         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6933         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6934         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6935         Moved ...
6936         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6937         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6938         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6939
6940         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6941         folded into ...
6942         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6943         * sysdeps/unix/sysv/linux/s390/Versions
6944         (libpthread: GLIBC_2.19): New version set.
6945         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6946         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6947         (librt: GLIBC_2.3.3): New version set.
6948         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6949         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6950         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6951         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6952         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6953         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6954         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6955         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6956         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6957         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6958         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6959         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6960         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6961         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6962         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6963         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6964         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6965         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6966         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6967         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6968         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6969         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6970         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6971         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6972         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6973         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6974         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6975         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6976         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6977         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6978         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6979         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6980         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6981         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6982         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6983         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6984         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6985         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6986         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6987         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6988         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6989         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6990         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6991         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6992         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6993
6994         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6995         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6996         (__libc_vfork): Define the function under this name.
6997         [!NOT_IN_libc] (__vfork): Make this an alias.
6998         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6999         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
7000         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
7001         (__libc_vfork): Define the function under this name.
7002         [!NOT_IN_libc] (__vfork): Make this an alias.
7003         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
7004         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
7005         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
7006         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
7007         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
7008         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7009
7010         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
7011         code that was previously under [RESET_PID].
7012         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
7013         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
7014         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
7015
7016         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
7017         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
7018         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
7019         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
7020         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
7021         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
7022         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
7023         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
7024         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
7025         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
7026         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
7027         Moved ...
7028         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
7029         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
7030         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
7031         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
7032         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
7033         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
7034         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
7035         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
7036         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
7037         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
7038         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
7039         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
7040         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
7041         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
7042         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
7043         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
7044         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
7045         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
7046         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
7047         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
7048         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
7049         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
7050         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
7051         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
7052         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
7053         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
7054         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
7055         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
7056         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
7057
7058 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7059
7060         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
7061         that was previously under [RESET_PID].
7062         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
7063
7064 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7065
7066         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
7067         not undefine and redefine.
7068         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
7069         [O_CLOEXEC]: Make code unconditional.
7070         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
7071         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
7072         <kernel-features.h>.
7073         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
7074         conditional variable definition.
7075         (shm_open) [O_CLOEXEC]: Make code unconditional.
7076         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
7077         code.
7078
7079         * configure.ac (USE_REGPARMS): Don't define here.
7080         * configure: Regenerated.
7081         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
7082         * sysdeps/i386/configure: Regenerated.
7083
7084         * nptl/createthread.c: Don't include kernel-features.h.
7085         * nptl/pthread_cancel.c: Likewise.
7086         * nptl/pthread_condattr_setclock.c: Likewise.
7087         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
7088         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
7089         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
7090         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
7091         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
7092         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
7093         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
7094         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
7095         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
7096         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
7097         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
7098         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
7099         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
7100         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
7101         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
7102         * nscd/gai.c: Likewise.
7103         * nss/nss_db/db-open.c: Likewise.
7104         * sysdeps/generic/ldsodefs.h: Likewise.
7105         * sysdeps/sh/nptl/tls.h: Likewise.
7106         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7107         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
7108         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
7109         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
7110         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
7111         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7112         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
7113         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
7114         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
7115         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
7116         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
7117         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
7118         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
7119         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
7120         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
7121         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
7122         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
7123         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
7124         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
7125         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
7126         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
7127         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
7128         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
7129         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
7130         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
7131         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
7132         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
7133         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
7134         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
7135         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7136         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
7137         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7138         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7139         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7140         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
7141         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7142         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
7143         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
7144         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
7145         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7146         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7147         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
7148         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
7149         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
7150         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
7151         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
7152         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
7153         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
7154         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
7155         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
7156         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7157         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
7158         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7159         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7160         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
7161         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
7162         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7163         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
7164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
7165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
7166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
7167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
7168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
7169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
7170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
7171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
7172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
7173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
7174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
7175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
7176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
7177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
7178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
7179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
7180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
7184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
7185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
7186         * sysdeps/unix/sysv/linux/pread.c: Likewise.
7187         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7188         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
7189         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7190         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7191         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7192         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7193         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
7194         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
7195         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
7196         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
7197         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
7198         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7199         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7200         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7201         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7202         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7203         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
7204         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
7205         * sysdeps/unix/sysv/linux/system.c: Likewise.
7206         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
7207         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
7208         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7209         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7210         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
7211         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7212         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7213
7214         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7215         * configure: Regenerated.
7216         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7217
7218         * configure.ac (base_machine): Do not set specially for particular
7219         machines here.
7220         * configure: Regenerated.
7221         * sysdeps/powerpc/preconfigure: Move machine and base_machine
7222         settings from configure.ac.
7223         * sysdeps/i386/preconfigure: New file.
7224         * sysdeps/s390/preconfigure: Likewise.
7225         * sysdeps/sh/preconfigure: Likewise.
7226         * sysdeps/sparc/preconfigure: Likewise.
7227
7228 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7229
7230         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7231         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7232         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7233         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7234         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7235         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7236         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7237         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7238         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7239         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7240         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7241         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7242         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7243         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7244         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7245         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7246         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7247         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7248         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7249
7250         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7251         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7252         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7253         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7254         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7255         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7256         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7257         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7258         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7259         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7260         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7261         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7262         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7263         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7264         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7265         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7266         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7267         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7268         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7269         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7270         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7271         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7272         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7273         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7274         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7275         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7276         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7277         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7278         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7279         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7280         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7281         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7282         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7283         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7284         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7285         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7286         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7287         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7288
7289         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7290         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7291         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7292         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7293         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7294         Moved ...
7295         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7296         ... here.
7297         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7298         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7299         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7300         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7301         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7302         Moved ...
7303         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7304         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7305         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7306         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7307         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7308         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7309         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7310         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7311         Moved ...
7312         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7313         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7314         Moved ...
7315         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7316         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7317         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7318         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7319         Moved ...
7320         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7321         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7322         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7323         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7324         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7325         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7326         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7327         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7328         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7329         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7330         Moved ...
7331         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7332         ... here.
7333         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7334         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7335         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7336         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7337         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7338         Moved ...
7339         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7340         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7341         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7342         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7343         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7344         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7345         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7346         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7347         Moved ...
7348         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7349         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7350         Moved ...
7351         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7352         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7353         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7354         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7355         Moved ...
7356         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7357         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7358         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7359         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7360         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7361
7362 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7363
7364         * timezone/checktab.awk: Update from tzcode 2014e.
7365         * timezone/private.h: Likewise.
7366         * timezone/tzfile.h: Likewise.
7367         * timezone/zdump.c: Likewise.
7368         * timezone/zic.c: Likewise.
7369
7370         * sysdeps/unix/sysv/linux/kernel-features.h
7371         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7372         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7373         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7374         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7375         Remove conditional code.
7376
7377 2014-06-25  Will Newton  <will.newton@linaro.org>
7378
7379         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7380         (_dl_arm_cap_flags): Add HWCAP2 values.
7381         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7382         (_DL_HWCAP_COUNT): Increase to 37.
7383         (_DL_HWCAP_LAST): New define.
7384         (_DL_HWCAP2_LAST): New define.
7385         (_dl_procinfo): Add support for printing
7386         AT_HWCAP2 entries.
7387         (_dl_string_hwcap): Use _dl_hwcap_string.
7388
7389 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7390
7391         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7392
7393 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7394
7395         * README: Do not mention ports directory.
7396
7397         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7398         Remove macro.
7399         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7400         <kernel-features.h>.
7401         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7402         conditional variable definition.
7403         (__futimes): Update comment.
7404         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7405         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7406
7407         [BZ #16560]
7408         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7409         arguments close to 0.
7410         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7411         Likewise.
7412         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7413         Likewise.
7414         * math/auto-libm-test-in: Add more tests of exp10.
7415         * math/auto-libm-test-out: Regenerated.
7416         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7417
7418         * sysdeps/unix/sysv/linux/kernel-features.h
7419         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7420         * sysdeps/unix/sysv/linux/readv.c: Do not include
7421         <kernel-features.h>.
7422         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7423         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7424         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7425         unconditional.
7426         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7427         conditional code.
7428         * sysdeps/unix/sysv/linux/writev.c: Do not include
7429         <kernel-features.h>.
7430         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7431         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7432         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7433         unconditional.
7434         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7435         conditional code.
7436
7437 2014-06-25  Will Newton  <will.newton@linaro.org>
7438
7439         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7440         comment changes throughout the file.  Remove checks
7441         for HAVE_*_H definitions that are not required.
7442         (__gen_tempname): Call abort if an unknown kind value is
7443         passed.
7444
7445 2014-06-25  Andreas Schwab  <schwab@suse.de>
7446
7447         [BZ #17086]
7448         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7449         scalbln, scalblnf, scalblnl in libc.
7450
7451 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7452
7453         [BZ #17086]
7454         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7455         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7456         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7457
7458 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7459
7460         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7461         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7462         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7463         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7464         Update #include.
7465         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7466         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7467         Update #include.
7468         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7469         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7470         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7471         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7472         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7473         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7474         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7475         * sysdeps/x86/bits/semaphore.h: ... here.
7476         * sysdeps/x86/nptl/elide.h: Moved ...
7477         * sysdeps/x86/elide.h: ... here.
7478         * sysdeps/x86_64/nptl/Implies: File removed.
7479         * sysdeps/i386/nptl/Implies: File removed.
7480
7481 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7482
7483         [BZ #16539]
7484         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7485         return the argument for normal arguments with exponent below -64.
7486         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7487         Likewise.
7488         * math/auto-libm-test-in: Add another test of expm1.
7489         * math/auto-libm-test-out: Regenerated.
7490
7491         [BZ #16287]
7492         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7493         calling __erfcl for arguments at least 16.
7494         * math/auto-libm-test-in: Add more tests of erf.
7495         * math/auto-libm-test-out: Regenerated.
7496
7497         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7498         individual architectures.
7499         * sysdeps/unix/sysv/linux/configure: Regenerated.
7500         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7501         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7502         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7503         (ldd_rewrite_script): Define variable.
7504         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7506         file.
7507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7508         generated file.
7509         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7510         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7511         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7512         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7513         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7514         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7515         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7516         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7517
7518 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7519
7520         [BZ #17084]
7521         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7522         Rename member __data.d to __data.__elision_data.
7523
7524 2014-06-24  Wilco  <wdijkstr@arm.com>
7525
7526         * NEWS: Add 16918 to fixed bug list.
7527
7528 2014-06-24  Wilco  <wdijkstr@arm.com>
7529
7530         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7531
7532 2014-06-24  Wilco  <wdijkstr@arm.com>
7533
7534         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7535         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7536         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7537         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7538         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7539         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7540         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7541         Use _FPU_MASK_RM.
7542
7543 2014-06-24  Wilco  <wdijkstr@arm.com>
7544
7545         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7546
7547 2014-06-24  Wilco  <wdijkstr@arm.com>
7548
7549         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7550         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7551         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7552         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7553
7554 2014-06-24  Wilco  <wdijkstr@arm.com>
7555
7556         [BZ #16918]
7557         * sysdeps/arm/feupdateenv.c (feupdateenv):
7558         Rewrite to reduce FPSCR accesses and fix return value.
7559
7560 2014-06-24  Wilco  <wdijkstr@arm.com>
7561
7562         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7563         Optimize to avoid unnecessary FPSCR writes.
7564         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7565         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7566         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7567         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7568
7569 2014-06-24  Wilco  <wdijkstr@arm.com>
7570
7571         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7572         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7573         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7574         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7575         Call libc_fetestexcept_vfp.
7576         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7577         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7578         __SOFTFP__ ifdef so that they can be built for softfp.
7579
7580 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7581
7582         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7583         argument type signed char.
7584
7585         * Makerules (check-abi): Dump diff of symlist if the test
7586         fails.
7587
7588 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7589
7590         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7591         using abort.
7592
7593         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7594         Remove unused variable ST.
7595
7596 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7597
7598         [BZ #16354]
7599         [BZ #17061]
7600         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7601         small arguments before calling __expm1.
7602         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7603         small arguments before calling __expm1f.
7604         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7605         small arguments before calling __expm1l.
7606         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7607         Likewise.
7608         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7609         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7610         spurious underflow for some cosh tests.
7611         * math/auto-libm-test-out: Regenerated.
7612         * sysdeps/i386/fpu/libm-test-ulps: Update.
7613
7614         [BZ #17050]
7615         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7616         (__ieee754_y1): Set errno if return value overflows.
7617         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7618         (__ieee754_y1f): Set errno if return value overflows.
7619         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7620         (__ieee754_y1l): Set errno if return value overflows.
7621         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7622         (__ieee754_y1l): Set errno if return value overflows.
7623         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7624         * math/auto-libm-test-out: Regenerated.
7625
7626         * math/gen-auto-libm-tests.c: Document use of
7627         ignore-zero-inf-sign.
7628         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7629         (input_flags): Add ignore-zero-inf-sign.
7630         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7631         * math/gen-libm-test.pl (generate_testfile): Handle
7632         ignore-zero-inf-sign.
7633         * math/auto-libm-test-in: Mark some cpow tests with
7634         ignore-zero-inf-sign and some with xfail-rounding.
7635         * math/auto-libm-test-out: Regenerated.
7636         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7637         * sysdeps/i386/fpu/libm-test-ulps: Update.
7638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7639
7640         [BZ #16315]
7641         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7642         overflowing or underflowing operations take place with sign of
7643         result.
7644         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7645         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7646         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7647         (__ieee754_pow): Recompute overflowing and underflowing results in
7648         original rounding mode.
7649         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7650         (__powl_helper): Allow negative argument X and scale negated value
7651         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7652         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7653         overflowing or underflowing operations take place with sign of
7654         result.
7655         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7656         Include <math.h>.
7657         * math/auto-libm-test-in: Add more tests of pow.
7658         * math/auto-libm-test-out: Regenerated.
7659         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7660         (pow_tonearest_test_data): Remove.
7661         (pow_test_tonearest): Likewise.
7662         (pow_towardzero_test_data): Likewise.
7663         (pow_test_towardzero): Likewise.
7664         (pow_downward_test_data): Likewise.
7665         (pow_test_downward): Likewise.
7666         (pow_upward_test_data): Likewise.
7667         (pow_test_upward): Likewise.
7668         (main): Don't call removed functions.
7669         * sysdeps/i386/fpu/libm-test-ulps: Update.
7670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7671
7672 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7673
7674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7675         Moved ...
7676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7678         Moved ...
7679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7681         Moved ...
7682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7684         Moved ...
7685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7687         File removed.
7688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7689         File removed.
7690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7691         File removed.
7692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7693         File removed.
7694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7695         File removed.
7696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7697         File removed.
7698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7699         File removed.
7700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7701         File removed.
7702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7703         File removed.
7704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7705         File removed.
7706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7707         File removed.
7708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7709         File removed.
7710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7711         Moved ...
7712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7714         Moved ...
7715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7716         ... here.
7717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7718         Moved ...
7719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7721         Moved ...
7722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7724         Moved ...
7725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7727         Moved ...
7728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7730         Moved ...
7731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7733         Moved ...
7734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7736         Moved ...
7737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7740         ... here.
7741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7742         Moved ...
7743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7745         Moved ...
7746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7747         ... here.
7748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7749         Moved ...
7750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7751         ... here.
7752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7753         Moved ...
7754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7755         ... here.
7756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7757         Moved ...
7758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7760         Moved ...
7761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7765         Moved ...
7766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7767         ... here.
7768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7769         Moved ...
7770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7771         ... here.
7772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7773         Moved ...
7774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7776         Moved ...
7777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7779         Moved ...
7780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7782         Moved ...
7783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7785         Moved ...
7786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7787         ... here.
7788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7789         Moved ...
7790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7792         Moved ...
7793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7795         Moved ...
7796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7798         Moved ...
7799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7803         Moved ...
7804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7806         Moved ...
7807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7809         Moved ...
7810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7811         ... here.
7812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7813         Moved ...
7814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7815         ... here.
7816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7817         Moved ...
7818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7819         ... here.
7820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7821         Moved ...
7822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7824         Moved ...
7825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7827         Moved ...
7828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7830         Moved ...
7831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7832         ... here.
7833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7834         Moved ...
7835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7836         ... here.
7837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7838         Moved ...
7839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7840         ... here.
7841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7842         Moved ...
7843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7845         Moved ...
7846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7847
7848 2014-06-23  Will Newton  <will.newton@linaro.org>
7849             Wilco  <wdijkstr@arm.com>
7850
7851         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7852         implementation.  Include get-rounding-mode.h.
7853         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7854         [!libc_feholdsetround_noex_ctx]: Define
7855         libc_feholdsetround_noex_ctx.
7856         [!libc_feholdsetround_noexf_ctx]: Define
7857         libc_feholdsetround_noexf_ctx.
7858         [!libc_feholdsetround_noexl_ctx]: Define
7859         libc_feholdsetround_noexl_ctx.
7860         (libc_feholdsetround_ctx): New function.
7861         (libc_feresetround_ctx): New function.
7862         (libc_feholdsetround_noex_ctx): New function.
7863         (libc_feresetround_noex_ctx): New function.
7864
7865 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7866
7867         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7868         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7869         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7870         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7871         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7872         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7873
7874         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7875         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7876         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7877         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7878         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7879         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7880         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7881         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7882         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7883         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7884         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7885         Moved ...
7886         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7887         ... here.
7888         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7889         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7890         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7891         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7892         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7893         Moved ...
7894         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7895         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7896         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7897         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7898         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7899         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7900         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7901         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7902         Moved ...
7903         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7904         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7905         Moved ...
7906         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7907         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7908         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7909         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7910         Moved ...
7911         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7912         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7913         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7914         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7915         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7916         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7917         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7918         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7919         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7920         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7921         Moved ...
7922         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7923         ... here.
7924         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7925         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7926         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7927         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7928         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7929         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7930         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7931         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7932         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7933         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7934         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7935         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7936         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7937         Moved ...
7938         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7939         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7940         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7941         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7942         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7943         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7944         Moved ...
7945         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7946         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7947         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7948         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7949         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7950
7951         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7952         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7953         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7954         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7955         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7956         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7957         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7958         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7959         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7960         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7961         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7962         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7963         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7964         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7965         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7966         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7967         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7968         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7969         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7970         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7971         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7972         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7973         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7974         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7975         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7976         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7977         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7978         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7979
7980 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7981
7982         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7983         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7984         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7985         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7986         (IPV6_PMTUDISC_INTERFACE): Likewise.
7987         (IPV6_PMTUDISC_OMIT): Likewise.
7988
7989 2014-06-23  Andreas Schwab  <schwab@suse.de>
7990
7991         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7992         Remove unused errout label.
7993
7994 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7995
7996         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7997         macro: hardware supports Vector Crypto instructions.
7998
7999 2014-06-23  Will Newton  <will.newton@linaro.org>
8000
8001         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
8002         rather than __builtin_expect.
8003
8004         * elf/dl-lookup.c (undefined_msg): Remove variable.
8005         (_dl_lookup_symbol_x): Replace undefined_msg with string
8006         literal.
8007
8008         * elf/dl-lookup.c (do_lookup_unique): New function.
8009         (do_lookup_x): Move STB_GNU_UNIQUE handling code
8010         to a separate function.
8011
8012 2014-06-23  Andreas Schwab  <schwab@suse.de>
8013
8014         [BZ #17079]
8015         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
8016         before reading the next line.
8017
8018 2014-06-23  Will Newton  <will.newton@linaro.org>
8019
8020         * test-skeleton.c (signal_handler): Use printf and %m
8021         rather than perror.  Use printf rather than fprintf to
8022         stderr.  Use puts rather than fputs to stderr.
8023         (main): Likewise.
8024
8025 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
8026
8027         * nscd/nscd.c (thread_info_t): Remove typedef.
8028         (thread_info): Remove variable.
8029
8030 2014-06-21  Allan McRae  <allan@archlinux.org>
8031
8032         * NEWS: Mention CVE-2014-4043.
8033
8034 2014-06-20  Roland McGrath  <roland@hack.frob.com>
8035
8036         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
8037         * nptl/smp.h: ... here.
8038
8039         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
8040
8041         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
8042         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
8043         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
8044         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
8045
8046         * nptl/allocatestack.c: Include <stack-aliasing.h>.
8047         * nptl/stack-aliasing.h: New file.
8048         * sysdeps/i386/i686/stack-aliasing.h: New file.
8049         * sysdeps/i386/i686/nptl/Makefile: File removed.
8050         * sysdeps/x86_64/stack-aliasing.h: New file.
8051         * sysdeps/x86_64/nptl/Makefile
8052         (CFLAGS-pthread_create.c): Variable removed.
8053
8054         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
8055         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
8056         old file.
8057         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
8058         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
8059         old file.
8060
8061 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
8062
8063         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8064         (__ASSUME_SIGFRAME_V2): Remove macro.
8065         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
8066         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
8067         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
8068         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
8069         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
8070         Declare as function.  Remove conditional macro definitions.
8071         (__default_rt_sa_restorer): Likewise.
8072         (__default_sa_restorer_v1): Remove declaration.
8073         (__default_sa_restorer_v2): Likewise.
8074         (__default_rt_sa_restorer_v1): Likewise.
8075         (__default_rt_sa_restorer_v2): Likewise.
8076         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
8077         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
8078         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
8079
8080 2014-06-20  Roland McGrath  <roland@hack.frob.com>
8081
8082         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
8083         (libpthread-routines): Add sysdep.
8084         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
8085         * sysdeps/unix/sysv/linux/sparc/Versions
8086         (libpthread: GLIBC_2.3.3): New version set.
8087         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
8088         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
8089         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
8090         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
8091         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
8092         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
8093         Moved ...
8094         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
8095         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
8096         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
8097         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
8098         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
8099         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
8100         * sysdeps/sparc/nptl/sem_init.c: ... here.
8101         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
8102         * sysdeps/sparc/nptl/sem_post.c: ... here.
8103         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
8104         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
8105         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
8106         * sysdeps/sparc/nptl/sem_wait.c: ... here.
8107         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
8108         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
8109         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
8110         (libpthread-routines): Add cpu_relax.
8111         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
8112         File removed.
8113         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
8114         (librt: GLIBC_2.3.3): New version set.
8115         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
8116         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
8117         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
8118         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
8119         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
8120         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
8121         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
8122         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
8123         Moved ...
8124         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
8125         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
8126         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
8127         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
8128         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
8129         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
8130         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
8131         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
8132         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
8133         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
8134         Moved ...
8135         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
8136         Update #include.
8137         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
8138         Moved ...
8139         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
8140         Update #include.
8141         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
8142         Moved ...
8143         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
8144         Update #include.
8145         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
8146         Moved ...
8147         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
8148         Update #include.
8149         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
8150         Moved ...
8151         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
8152         Update #include.
8153         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
8154         Moved ...
8155         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
8156         Update #include.
8157         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
8158         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
8159         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
8160         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
8161         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
8162         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
8163         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
8164         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
8165         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
8166         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
8167         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
8168         Moved ...
8169         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
8170         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
8171         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
8172         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
8173         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
8174
8175 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8176
8177         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
8178         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
8179         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8180         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
8181         * nscd/nscd.c: Likewise.
8182         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
8183         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
8184         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
8185         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
8186
8187         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
8188         <kernel-features.h>.
8189         (init_mq_netlink): Remove conditional have_sock_cloexec
8190         definitions.  Remove code conditional on have_sock_cloexec < 0.
8191         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
8192         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
8193         * sysdeps/unix/sysv/linux/opensock.c: Do not include
8194         <kernel-features.h>.
8195         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
8196         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
8197
8198 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8199
8200         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8201         Add tests for memset_chk and memset.
8202
8203         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
8204         with AVX2_Usable.
8205
8206 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8207
8208         [BZ #16046]
8209         * elf/tst-dl-iter-static.c: New file.
8210         * elf/Makefile (tests-static): Add tst-dl-iter-static.
8211
8212         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
8213         error.
8214
8215 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8216
8217         * sysdeps/unix/sysv/linux/kernel-features.h
8218         (__ASSUME_F_GETOWN_EX): Remove macro.
8219         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8220         <kernel-features.h>.
8221         (miss_F_GETOWN_EX): Remove variable or macro.
8222         (do_fcntl): Do not check miss_F_GETOWN_EX.
8223         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8224
8225         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8226         Remove macro.
8227         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8228         [!__ASSUME_AT_RANDOM]: Remove conditional code.
8229         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8230
8231         * sysdeps/unix/sysv/linux/kernel-features.h
8232         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8233         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8234         [ADJ_OFFSET_SS_READ]: Make code unconditional.
8235         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8236
8237 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8238
8239         [BZ #17075]
8240         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8241         Fix calculation of the symbol's value.
8242         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8243         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8244         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8245         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8246         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8247         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8248         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8249         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8250         (modules-names): Add `tst-armtlsdescmod',
8251         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8252         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8253         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8254         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8255         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8256         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8257         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8258         ($(objpfx)tst-armtlsdescloc): New dependency.
8259         ($(objpfx)tst-armtlsdescextnow): Likewise.
8260         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8261         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8262         TLS scheme support.
8263         * sysdeps/arm/configure: Regenerate.
8264
8265 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8266
8267         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8268         (__atfct_seterrno_2): Likewise.
8269         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8270         <kernel-features.h>.
8271         (__ASSUME_ATFCTS): Do not undefine and redefine.
8272         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8273         (__have_atfcts): Remove conditional definition.
8274         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8275         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8276         unreachable if [__ASSUME_ATFCTS].
8277         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8278         not undefine and redefine.
8279         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8280         <kernel-features.h>.
8281         (faccessat) [__NR_faccessat]: Make code unconditional.
8282         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8283         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8284         <kernel-features.h>.
8285         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8286         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8287         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8288         <kernel-features.h>.
8289         (fchownat) [__NR_fchownat]: Make code unconditional.
8290         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8291         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8292         <kernel-features.h>.
8293         (futimesat) [__NR_futimesat]: Make code unconditional.
8294         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8295         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8296         <kernel-features.h>.
8297         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8298         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8299         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8300         <kernel-features.h>.
8301         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8302         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8303         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8304         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8305         <kernel-features.h>.
8306         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8307         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8308         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8309         <kernel-features.h>.
8310         (linkat) [__NR_linkat]: Make code unconditional.
8311         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8312         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8313         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8314         <kernel-features.h>.
8315         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8316         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8317         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8318         <kernel-features.h>.
8319         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8320         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8321         * sysdeps/unix/sysv/linux/openat.c: Do not include
8322         <kernel-features.h>.
8323         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8324         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8325         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8326         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8327         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8328         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8329         <kernel-features.h>.
8330         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8331         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8332         result of INLINE_SYSCALL directly, not via int variable.
8333         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8334         <kernel-features.h>.
8335         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8336         (renameat) [__NR_renameat]: Make code unconditional.
8337         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8338         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8339         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8340         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8341         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8342         (__ASSUME_ATFCTS): Do not undefine and redefine.
8343         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8344         <kernel-features.h>.
8345         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8346         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8347         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8348         <kernel-features.h>.
8349         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8350         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8351         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8352         (__ASSUME_ATFCTS): Do not undefine and redefine.
8353         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8354         <kernel-features.h>.
8355         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8356         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8357         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8358         <kernel-features.h>.
8359         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8360         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8361
8362 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8363
8364         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8365
8366 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8367
8368         [BZ #17069]
8369         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8370         constructed tree before returning error.
8371         * posix/bug-regexp36.c: Expand test case.
8372
8373 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8374
8375         [BZ #6803]
8376         * math/libm-test.inc (scalbln_test_date):
8377         Add errno expectations.
8378         * math/w_scalblnf.c: New File.
8379         Add wrapper which checks for setting errno to ERANGE.
8380         Add weak_alias for corresponding scalbln function.
8381         * math/w_scalbln.c: Likewise.
8382         * math/w_scalblnl.c: Likewise.
8383         * math/Makefile (libm-calls): Add w_scalbln.
8384         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8385         Remove weak_alias for corresponding scalbln function.
8386         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8387         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8388         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8389         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8390         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8391         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8392         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8393         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8394         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8395         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8396         Remove long_double_symbol for scalblnl function in libm, libc.
8397         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8398         Add wrapper which checks for setting errno to ERANGE.
8399         Add long_double_symbol for scalblnl function in libm, libc.
8400         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8401         Remove long_double_symbol for scalblnl in libm.
8402         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8403         Add wrapper which checks for setting errno to ERANGE.
8404         Add long_double_symbol for scalblnl function in libm.
8405         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8406         Do not use wrapper because of own implementation.
8407
8408 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8409
8410         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8411         3 bytes for __pad1 for x32.
8412         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8413
8414 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8415             H.J. Lu  <hongjiu.lu@intel.com>
8416
8417         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8418         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8419         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8420         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8421         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8422
8423 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8424
8425         [BZ #17069]
8426         * posix/regcomp.c (parse_expression): Deallocate partially
8427         constructed tree before returning error.
8428         * posix/Makefile.c (tests): Add bug-regex36.
8429         (generated): Add bug-regex36.mtrace.
8430         (tests-special): Add $(objpfx)bug-regex36-mem.out
8431         (bug-regex36-ENV): New variable.
8432         ($(objpfx)bug-regex36-mem.out): New rule.
8433         * posix/bug-regex36.c: New file.
8434
8435 2014-06-19  Will Newton  <will.newton@linaro.org>
8436
8437         * malloc/malloc.c (systrim): If extra is zero then return
8438         early.
8439
8440 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8441
8442         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8443
8444 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8445
8446         * sysdeps/aarch64/strchr.S: New file.
8447
8448 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8449
8450         [BZ #17022]
8451         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8452         from arguments -2 or below.
8453         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8454         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8455
8456 2014-06-18  Andreas Schwab  <schwab@suse.de>
8457
8458         [BZ #17062]
8459         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8460         of a bracket expr not to run off the end of the string.
8461         * posix/Makefile (tests): Add tst-fnmatch3.
8462         * posix/tst-fnmatch3.c: New file.
8463
8464 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8465
8466         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8467         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8468         [$(cross-compiling) = no]: Likewise.
8469         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8470         [$(cross-compiling) = no]: Likewise.
8471
8472 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8473
8474         [BZ #17031]
8475         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8476         double, adjusted for any remainder from the high double.
8477         * math/libm-test.inc (nearbyint): Add tests.
8478         (rint): Likewise.
8479
8480 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8481
8482         * nptl/sysdeps/powerpc/Makefile: Moved ...
8483         * sysdeps/powerpc/nptl/Makefile: ... here.
8484         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8485         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8486         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8487         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8488         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8489         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8490         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8491         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8492         * nptl/sysdeps/powerpc/tls.h: Moved ...
8493         * sysdeps/powerpc/nptl/tls.h: ... here.
8494
8495 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8496
8497         [BZ #16681]
8498         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8499         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8500         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8501         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8502         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8503         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8504         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8505         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8506         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8507
8508 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8509
8510         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8511
8512 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8513
8514         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8515         defined operator.
8516
8517         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8518         $TIMEOUTFACTOR.
8519
8520 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8521
8522         [BZ #17058]
8523         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8524         non-executed part of the test.
8525
8526 2014-06-16  Andreas Schwab  <schwab@suse.de>
8527
8528         * string/bits/string2.h (strdup, strndup): Update feature guard.
8529
8530 2014-06-14  David S. Miller  <davem@davemloft.net>
8531
8532         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8533
8534 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8535
8536         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8537         that was previously under [RESET_PID].
8538         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8539
8540         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8541         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8542         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8543         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8544         (__libc_vfork): New strong alias.
8545         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8546
8547 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8548
8549         * sysdeps/generic/elide.h: New file.
8550
8551 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8552
8553         * Makefile (installed-headers): Adjust path of pthread.h header.
8554
8555 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8556
8557         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8558         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8559         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8560         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8561
8562         * nptl/sysdeps/s390/Makefile: Moved ...
8563         * sysdeps/s390/nptl/Makefile: ... here.
8564         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8565         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8566         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8567         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8568         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8569         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8570         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8571         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8572         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8573         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8574         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8575         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8576         * nptl/sysdeps/s390/tls.h: Moved ...
8577         * sysdeps/s390/nptl/tls.h: ... here.
8578
8579         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8580         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8581
8582 2014-06-13  David S. Miller  <davem@davemloft.net>
8583
8584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8585         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8586         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8587         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8588         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8589         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8590         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8591         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8592         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8593         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8594         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8595         Remove RESET_PID cpp guards.
8596         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8597         Remove RESET_PID cpp guards.
8598         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8599
8600 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8601
8602         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8603         __sp to uintptr_t.
8604
8605 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8606
8607         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8608         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8609         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8610         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8611         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8612         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8613         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8614         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8615         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8616         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8617         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8618         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8619         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8620         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8621         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8622         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8623         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8624         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8625         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8626         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8627
8628         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8629         (pthread_rwlock_rdlock): Add elision.
8630         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8631         (pthread_rwlock_wrlock): Add elision.
8632         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8633         (pthread_rwlock_trywrlock): Add elision.
8634         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8635         (pthread_rwlock_tryrdlock): Add elision.
8636         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8637         (pthread_rwlock_tryrdlock): Add elision unlock.
8638         * nptl/sysdeps/pthread/pthread.h:
8639         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8640         (PTHREAD_RWLOCK_INITIALIZER,
8641         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8642         Handle new elision field.
8643         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8644         * sysdeps/arm/nptl/bits/pthreadtypes.h
8645         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8646         * sysdeps/sh/nptl/bits/pthreadtypes.h
8647         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8648         * sysdeps/tile/nptl/bits/pthreadtypes.h
8649         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8650         * sysdeps/a/nptl/bits/pthreadtypes.h
8651         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8652         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8653         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8654         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8655         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8656         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8657         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8658         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8659         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8660         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8661         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8662         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8663         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8664         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8665         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8666         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8667         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8668         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8669         (elision_init): Set try_xbegin to zero when no RTM.
8670         * sysdeps/x86/nptl/bits/pthreadtypes.h
8671         (pthread_rwlock_t): Change __pad1 to __rwelision.
8672         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8673
8674 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8675
8676         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8677         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8678         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8679         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8680
8681 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8682
8683         [BZ #16996]
8684         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8685         that the cached result has been set before returning it.
8686
8687 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8688
8689         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8690         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8691         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8692         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8693         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8694         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8695
8696         * nptl/sysdeps/sparc/Makefile: Moved ...
8697         * sysdeps/sparc/nptl/Makefile: ... here.
8698         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8699         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8700         * nptl/sysdeps/sparc/tls.h: Moved ...
8701         * sysdeps/sparc/nptl/tls.h: ... here.
8702         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8703         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8704         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8705         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8706         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8707         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8708         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8709         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8710         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8711         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8712         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8713         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8714         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8715         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8716         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8717         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8718         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8719         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8720         Update #include.
8721         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8722         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8723         Update #include.
8724         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8725         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8726         Update #include.
8727         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8728         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8729         Update #include.
8730
8731         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8732
8733         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8734         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8735
8736         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8737         (struct list_links): Type removed.
8738         (struct thread_node, struct timer_node): Replace struct list_links
8739         with struct list_head.
8740         (list_unlink_ip): Likewise.
8741         * sysdeps/pthread/timer_routines.c
8742         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8743         (list_append, list_insbefore): Likewise.
8744         (list_init): Function removed.
8745         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8746         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8747         * sysdeps/pthread/Makefile: ... here, new file.
8748
8749         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8750         * sysdeps/nptl/Implies: ... here.
8751         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8752         * nptl/sysdeps/pthread/list.h: Moved ...
8753         * include/list.h: ... here.
8754         * nptl/sysdeps/pthread/createthread.c: Moved ...
8755         * nptl/createthread.c: ... here.
8756         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8757         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8758         * nptl/pt-longjmp.c: ... here.
8759         * nptl/sysdeps/pthread/Makefile: Moved ...
8760         * sysdeps/nptl/Makefile: ... here.
8761         * nptl/sysdeps/pthread/Subdirs: Moved ...
8762         * sysdeps/nptl/Subdirs: ... here.
8763         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8764         * sysdeps/nptl/aio_misc.h: ... here.
8765         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8766         * sysdeps/nptl/bits/libc-lock.h: ... here.
8767         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8768         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8769         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8770         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8771         * nptl/sysdeps/pthread/configure: Moved ...
8772         * sysdeps/nptl/configure: ... here.
8773         * nptl/sysdeps/pthread/configure.ac: Moved ...
8774         * sysdeps/nptl/configure.ac: ... here.
8775         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8776         * sysdeps/nptl/gai_misc.h: ... here.
8777         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8778         * sysdeps/nptl/librt-cancellation.c: ... here.
8779         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8780         * sysdeps/nptl/malloc-machine.h: ... here.
8781         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8782         * sysdeps/nptl/pthread-functions.h: ... here.
8783         * nptl/sysdeps/pthread/pthread.h: Moved ...
8784         * sysdeps/nptl/pthread.h: ... here.
8785         * nptl/sysdeps/pthread/setxid.h: Moved ...
8786         * sysdeps/nptl/setxid.h: ... here.
8787         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8788         * sysdeps/nptl/sigfillset.c: ... here.
8789         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8790         * sysdeps/nptl/tcb-offsets.h: ... here.
8791         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8792         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8793         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8794         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8795         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8796         * sysdeps/pthread/allocalim.h: ... here.
8797         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8798         * sysdeps/pthread/bits/sigthread.h: ... here.
8799         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8800         * sysdeps/pthread/flockfile.c: ... here.
8801         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8802         * sysdeps/pthread/ftrylockfile.c: ... here.
8803         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8804         * sysdeps/pthread/funlockfile.c: ... here.
8805         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8806         * sysdeps/pthread/posix-timer.h: ... here.
8807         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8808         * sysdeps/pthread/timer_create.c: ... here.
8809         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8810         * sysdeps/pthread/timer_delete.c: ... here.
8811         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8812         * sysdeps/pthread/timer_getoverr.c: ... here.
8813         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8814         * sysdeps/pthread/timer_gettime.c: ... here.
8815         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8816         * sysdeps/pthread/timer_routines.c: ... here.
8817         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8818         * sysdeps/pthread/timer_settime.c: ... here.
8819         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8820         * sysdeps/pthread/tst-timer.c: ... here.
8821         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8822         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8823
8824         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8825         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8826
8827         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8828         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8829         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8830         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8831         Update #include target.
8832         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8833         * sysdeps/i386/i686/nptl/Makefile: ... here.
8834         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8835         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8836         Update #include target.
8837         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8838         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8839         * nptl/sysdeps/i386/Makefile: Moved ...
8840         * sysdeps/i386/nptl/Makefile: ... here.
8841         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8842         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8843         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8844         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8845         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8846         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8847         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8848         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8849         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8850         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8851         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8852         * nptl/sysdeps/i386/tls.h: Moved ...
8853         * sysdeps/i386/nptl/tls.h: ... here.
8854
8855         * sysdeps/sh/Makefile [$(subdir) = csu]
8856         (gen-as-const-headers): Add tcb-offsets.sym.
8857         * nptl/sysdeps/sh/Makefile: File removed.
8858         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8859         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8860         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8861         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8862         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8863         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8864         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8865         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8866         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8867         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8868         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8869         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8870         * nptl/sysdeps/sh/tls.h: Moved ...
8871         * sysdeps/sh/nptl/tls.h: ... here.
8872         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8873         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8874         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8875         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8876         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8877         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8878         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8879         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8880         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8881         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8882         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8883         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8884         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8885         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8886         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8887         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8888         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8889         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8890         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8891         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8892         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8893         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8894         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8895         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8896         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8897         Moved ...
8898         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8899         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8900         Moved ...
8901         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8902         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8903         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8904         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8905         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8906         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8907         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8908         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8909         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8910         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8911         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8912         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8913         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8914         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8915         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8916         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8917         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8918         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8919         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8920
8921 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8922
8923         * posix/spawn_faction_addopen.c: Include string.h.
8924
8925 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8926
8927         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8928         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8929         * nptl/sysdeps/x86_64/Makefile: Moved ...
8930         * sysdeps/x86_64/nptl/Makefile: ... here.
8931         * nptl/sysdeps/x86_64/configure: Moved ...
8932         * sysdeps/x86_64/nptl/configure: ... here.
8933         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8934         * sysdeps/x86_64/nptl/configure.ac: ... here.
8935         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8936         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8937         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8938         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8939         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8940         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8941         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8942         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8943         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8944         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8945         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8946         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8947         * nptl/sysdeps/x86_64/tls.h: Moved ...
8948         * sysdeps/x86_64/nptl/tls.h: ... here.
8949         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8950         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8951         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8952         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8953
8954         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8955
8956 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8957
8958         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8959
8960 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8961
8962         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8963         type.
8964         [POSIX] (off_t): Likewise.
8965         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8966         [POSIX] (S_ISBLK): Require macro.
8967         [POSIX] (S_ISCHR): Likewise.
8968         [POSIX] (S_ISDIR): Likewise.
8969         [POSIX] (S_ISFIFO): Likewise.
8970         [POSIX] (S_ISREG): Likewise.
8971         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8972         optional-macro.
8973         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8974         type.
8975         [POSIX] (time_t): Likewise.
8976         [POSIX] (timer_t): Likewise.
8977
8978 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8979
8980         [BZ #17048]
8981         * posix/spawn_int.h (struct __spawn_action): Make the path string
8982         non-const to support deallocation.
8983         * posix/spawn_faction_addopen.c
8984         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8985         * posix/spawn_faction_destroy.c
8986         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8987         path in all spawn_do_open actions.
8988         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8989         posix_spawn_file_actions_addopen.
8990
8991 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8992
8993         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8994         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8995         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8996         conditional code always true.
8997         (__libc_vfork): New alias.
8998
8999 2014-06-11  Roland McGrath  <roland@hack.frob.com>
9000
9001         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9002         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
9003
9004         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
9005
9006         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9007         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
9008
9009         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
9010         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
9011
9012         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9013         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
9014
9015 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9016
9017         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
9018         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
9019         multiarch strcmp for PPC64.
9020         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
9021         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
9022         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
9023         multiarch optimizations.
9024         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9025         (__libc_ifunc_impl_list): Likewise.
9026
9027 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
9028
9029         * benchtests/scripts/validate_benchout.py: New script.
9030         * benchtests/Makefile (bench-func): Call it.
9031         * benchtests/scripts/benchout.schema.json: New file.
9032
9033 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
9034
9035         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
9036         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
9037         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
9038         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
9039         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
9040         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
9041         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
9042         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
9043         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
9044         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
9045         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
9046         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
9047         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
9048         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
9049         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
9050         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
9051         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
9052         Moved ...
9053         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
9054         ... here.
9055         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
9056         Moved ...
9057         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
9058         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
9059         Moved ...
9060         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
9061         ... here.
9062         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
9063         Moved ...
9064         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
9065         ... here.
9066         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
9067         Moved ...
9068         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
9069         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
9070         Moved ...
9071         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
9072         ... here.
9073         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
9074         Moved ...
9075         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
9076         ... here.
9077         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
9078         Moved ...
9079         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
9080         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
9081         Moved ...
9082         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
9083         ... here.
9084         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
9085         Moved ...
9086         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
9087         ... here.
9088         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
9089         Moved ...
9090         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
9091         ... here.
9092         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
9093         Moved ...
9094         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
9095         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
9096         Moved ...
9097         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
9098         ... here.
9099         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
9100         Moved ...
9101         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
9102         ... here.
9103         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
9104         Moved ...
9105         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
9106         ... here.
9107         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
9108         Moved ...
9109         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
9110         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
9111         Moved ...
9112         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
9113         ... here.
9114         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
9115         Moved ...
9116         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
9117         ... here.
9118         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
9119         Moved ...
9120         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
9121         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
9122         Moved ...
9123         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
9124         ... here.
9125         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
9126         Moved ...
9127         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
9128         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
9129         Moved ...
9130         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
9131         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
9132         Moved ...
9133         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
9134         ... here.
9135         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
9136         Moved ...
9137         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
9138         ... here.
9139         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
9140         Moved ...
9141         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
9142         ... here.
9143         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
9144         Moved ...
9145         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
9146         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
9147         Moved ...
9148         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
9149         ... here.
9150         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
9151         Moved ...
9152         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
9153         ... here.
9154         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
9155         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
9156         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
9157         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
9158         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
9159         Moved ...
9160         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
9161         ... here.
9162         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
9163         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
9164         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
9165         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
9166         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
9167         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
9168         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
9169         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
9170         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
9171         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
9172         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
9173         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
9174         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
9175         Moved ...
9176         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
9177         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
9178         Moved ...
9179         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
9180         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
9181         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
9182         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
9183         Moved ...
9184         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
9185         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
9186         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
9187         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
9188         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
9189         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
9190         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
9191
9192 2014-06-10  Wilco  <wdijkstr@arm.com>
9193
9194         * math/test-fenv-return.c: New file.
9195         * math/Makefile: Add new test test-fenv-return.
9196
9197 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
9198
9199         [BZ #17042]
9200         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
9201         when x - 1 is zero.
9202         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
9203         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9204         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
9205         0.0L for an argument of 1.0L.
9206         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
9207         Likewise.
9208         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
9209         value when x - 1 is zero.
9210         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
9211         * sysdeps/i386/fpu/libm-test-ulps: Update.
9212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9213
9214 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
9215
9216         [BZ #15119]
9217         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9218
9219 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9220
9221         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9222         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9223
9224 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9225
9226         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9227         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9228
9229         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9230         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9231
9232         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9233         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9234
9235         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9236         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9237
9238         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9239         if not already defined.
9240         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9241         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9242         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9243         (TLS_INIT_TP): Use it.
9244         (TLS_DEFINE_INIT_TP): New macro.
9245         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9246
9247 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9248
9249         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9250         constant.
9251         [POSIX] (IXANY): Likewise.
9252         [POSIX] (OLCUC): Likewise.
9253         [POSIX || POSIX2008] (CBAUD): Do not allow.
9254         [POSIX || POSIX2008] (DEFECHO): Likewise.
9255         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9256         [POSIX || POSIX2008] (ECHOKE): Likewise.
9257         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9258         [POSIX || POSIX2008] (EXTA): Likewise.
9259         [POSIX || POSIX2008] (EXTB): Likewise.
9260         [POSIX || POSIX2008] (FLUSHO): Likewise.
9261         [POSIX || POSIX2008] (LOBLK): Likewise.
9262         [POSIX || POSIX2008] (PENDIN): Likewise.
9263         [POSIX || POSIX2008] (SWTCH): Likewise.
9264         [POSIX || POSIX2008] (VDISCARD): Likewise.
9265         [POSIX || POSIX2008] (VDSUSP): Likewise.
9266         [POSIX || POSIX2008] (VLNEXT): Likewise.
9267         [POSIX || POSIX2008] (VREPRINT): Likewise.
9268         [POSIX || POSIX2008] (VSTATUS): Likewise.
9269         [POSIX || POSIX2008] (VWERASE): Likewise.
9270         (B*): Change to B[0123456789]*.
9271         * conform/data/time.h-data [POSIX || UNIX98]
9272         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9273         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9274         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9275         [POSIX] (tm_*): Do not allow.
9276
9277 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9278
9279         * Makefile (install): Don't set LANGUAGE.
9280         * Makefile.in (install): Likewise.
9281         * assert/Makefile (test-assert-ENV): Remove variable.
9282         (test-assert-perr-ENV): Likewise.
9283         * elf/Makefile (neededtest4-ENV): Likewise.
9284         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9285         [$(cross-compiling) = no]: Don't set LANGUAGE.
9286         * io/ftwtest-sh (LANG): Remove variable.
9287         * libio/Makefile (tst-widetext-ENV): Likewise.
9288         * manual/install.texi (Running make install): Don't refer to
9289         environment settings for make install.
9290         * INSTALL: Regenerated.
9291         * nptl/tst-tls6.sh: Don't set LANG.
9292         * posix/globtest.sh (LANG): Remove variable.
9293         * string/Makefile (tester-ENV): Likewise.
9294         (inl-tester-ENV): Likewise.
9295         (noinl-tester-ENV): Likewise.
9296         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9297         [$(cross-compiling) = no]: Don't set LANGUAGE.
9298         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9299         without explicit environment settings.
9300
9301 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9302
9303         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9304         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9305         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9306         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9307
9308 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9309
9310         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9311         other files in the crypt directory.
9312         * crypt/crypt.c: Remove duplicate includes.
9313         * crypt/crypt-entry.c: Likewise.
9314         * crypt/crypt_util.c: Likewise.
9315
9316 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9317
9318         * Makeconfig (run-program-env): New variable.
9319         (run-program-prefix-before-env): Likewise.
9320         (run-program-prefix-after-env): Likewise.
9321         (run-program-prefix): Define in terms of new variables.
9322         (built-program-cmd-before-env): New variable.
9323         (built-program-cmd-after-env): Likewise.
9324         (built-program-cmd): Define in terms of new variables.
9325         (test-program-prefix-before-env): New variable.
9326         (test-program-prefix-after-env): Likewise.
9327         (test-program-prefix): Define in terms of new variables.
9328         (test-program-cmd-before-env): New variable.
9329         (test-program-cmd-after-env): Likewise.
9330         (test-program-cmd): Define in terms of new variables.
9331         * Rules (make-test-out): Use $(run-program-env).
9332         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9333         (help): Do not mention environment variables.  Mention
9334         --timeoutfactor option.
9335         (timeoutfactor): New variable.
9336         (blacklist_exports): Remove function.
9337         (exports): Remove variable.
9338         (command): Do not include ${exports}.
9339         * manual/install.texi (Configuring and compiling): Do not mention
9340         test wrappers preserving environment variables.  Mention that last
9341         assignment to a variable must take precedence.
9342         * INSTALL: Regenerated.
9343         * benchtests/Makefile (run-bench): Use $(run-program-env).
9344         * catgets/Makefile ($(objpfx)test1.cat): Use
9345         $(built-program-cmd-before-env), $(run-program-env) and
9346         $(built-program-cmd-after-env).
9347         ($(objpfx)test2.cat): Do not specify environment variables
9348         explicitly.
9349         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9350         $(run-program-env) and $(built-program-cmd-after-env).
9351         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9352         $(run-program-env) and $(test-program-cmd-after-env).
9353         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9354         explicitly.
9355         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9356         run_program_env and test_program_cmd_after_env arguments.
9357         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9358         * elf/tst-pathopt.sh: Use run_program_env argument.
9359         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9360         $(test-wrapper-env) and $(run-program-env).
9361         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9362         run_program_env arguments.
9363         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9364         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9365         $(test-program-prefix-before-env), $(run-program-env) and
9366         $(test-program-prefix-after-env).
9367         ($(objpfx)tst-gettext2.out): Likewise.
9368         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9369         run_program_env and test_program_prefix_after_env arguments.
9370         * intl/tst-gettext2.sh: Likewise.
9371         * intl/tst-gettext4.sh: Do not set environment variables
9372         explicitly.
9373         * intl/tst-gettext6.sh: Likewise.
9374         * intl/tst-translit.sh: Likewise.
9375         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9376         $(test-program-prefix-before-env), $(run-program-env) and
9377         $(test-program-prefix-after-env).
9378         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9379         run_program_env and test_program_prefix_after_env arguments.
9380         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9381         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9382         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9383         explicitly with each use of ${test_wrapper_env}.
9384         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9385         $(test-program-prefix-before-env), $(run-program-env) and
9386         $(test-program-prefix-after-env).
9387         * posix/tst-getconf.sh: Do not set environment variables
9388         explicitly.
9389         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9390         run_program_env and test_program_prefix_after_env arguments.
9391         * stdio-common/tst-printf.sh: Do not set environment variables
9392         explicitly.
9393         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9394         $(test-program-prefix-before-env), $(run-program-env) and
9395         $(test-program-prefix-after-env).
9396         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9397         run_program_env and test_program_prefix_after_env arguments.
9398         Split $test calls into $test_pre and $test.
9399         * timezone/Makefile (build-testdata): Use
9400         $(built-program-cmd-before-env), $(run-program-env) and
9401         $(built-program-cmd-after-env).
9402
9403 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9404
9405         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9406         strlen for non SHARED builds.
9407
9408 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9409
9410         * nptl/allocatestack.c (check_list): Inlined function...
9411         (__reclaim_stacks): ... here.
9412
9413 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9414
9415         [BZ #15698]
9416         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9417         memory overrun.
9418
9419 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9420
9421         * Rules (make-test-out): Include
9422         LOCPATH=$(common-objpfx)localedata in default environment.
9423         * debug/Makefile (tst-chk1-ENV): Remove variable.
9424         (tst-chk2-ENV): Likewise.
9425         (tst-chk3-ENV): Likewise.
9426         (tst-chk4-ENV): Likewise.
9427         (tst-chk5-ENV): Likewise.
9428         (tst-chk6-ENV): Likewise.
9429         (tst-lfschk1-ENV): Likewise.
9430         (tst-lfschk2-ENV): Likewise.
9431         (tst-lfschk3-ENV): Likewise.
9432         (tst-lfschk4-ENV): Likewise.
9433         (tst-lfschk5-ENV): Likewise.
9434         (tst-lfschk6-ENV): Likewise.
9435         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9436         (tst-iconv7-ENV): Likewise.
9437         * intl/Makefile (LOCPATH-ENV): Likewise.
9438         (tst-codeset-ENV): Likewise.
9439         (tst-gettext3-ENV): Likewise.
9440         (tst-gettext5-ENV): Likewise.
9441         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9442         (tst-fopenloc-ENV): Likewise.
9443         (tst-fgetws-ENV): Remove variable.
9444         (tst-ungetwc1-ENV): Likewise.
9445         (tst-ungetwc2-ENV): Likewise.
9446         (bug-ungetwc2-ENV): Likewise.
9447         (tst-swscanf-ENV): Likewise.
9448         (bug-ftell-ENV): Likewise.
9449         (tst-fgetwc-ENV): Likewise.
9450         (tst-fseek-ENV): Likewise.
9451         (tst-ftell-partial-wide-ENV): Likewise.
9452         (tst-ftell-active-handler-ENV): Likewise.
9453         (tst-ftell-append-ENV): Likewise.
9454         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9455         (tst-regexloc-ENV): Likewise.
9456         (bug-regex1-ENV): Likewise.
9457         (tst-regex-ENV): Likewise.
9458         (tst-regex2-ENV): Likewise.
9459         (bug-regex5-ENV): Likewise.
9460         (bug-regex6-ENV): Likewise.
9461         (bug-regex17-ENV): Likewise.
9462         (bug-regex18-ENV): Likewise.
9463         (bug-regex19-ENV): Likewise.
9464         (bug-regex20-ENV): Likewise.
9465         (bug-regex22-ENV): Likewise.
9466         (bug-regex23-ENV): Likewise.
9467         (bug-regex25-ENV): Likewise.
9468         (bug-regex26-ENV): Likewise.
9469         (bug-regex30-ENV): Likewise.
9470         (bug-regex32-ENV): Likewise.
9471         (bug-regex33-ENV): Likewise.
9472         (bug-regex34-ENV): Likewise.
9473         (bug-regex35-ENV): Likewise.
9474         (tst-rxspencer-ENV): Likewise.
9475         (tst-rxspencer-no-utf8-ENV): Likewise.
9476         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9477         (tst-sscanf-ENV): Likewise.
9478         (tst-swprintf-ENV): Likewise.
9479         (tst-swscanf-ENV): Likewise.
9480         (test-vfprintf-ENV): Likewise.
9481         (scanf13-ENV): Likewise.
9482         (bug14-ENV): Likewise.
9483         (tst-grouping-ENV): Likewise.
9484         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9485         (tst-strtod3-ENV): Likewise.
9486         (tst-strtod4-ENV): Likewise.
9487         (tst-strtod5-ENV): Likewise.
9488         (testmb2-ENV): Likewise./
9489         * string/Makefile (tst-strxfrm-ENV): Likewise.
9490         (tst-strxfrm2-ENV): Likewise.
9491         (bug-strcoll1-ENV): Likewise.
9492         (test-strcasecmp-ENV): Likewise.
9493         (test-strncasecmp-ENV): Likewise.
9494         * time/Makefile (tst-strptime-ENV): Likewise.
9495         (tst-ftime_l-ENV): Likewise.
9496         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9497         (tst-mbrtowc-ENV): Likewise.
9498         (tst-wcrtomb-ENV): Likewise.
9499         (tst-mbrtowc2-ENV): Likewise.
9500         (tst-c16c32-1-ENV): Likewise.
9501         (tst-mbsnrtowcs-ENV): Likewise.
9502
9503 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9504
9505         * manual/resource.texi (How to get information about the memory
9506         subsystem?): Fix typo.
9507         Reported by Peon de la Parra Ivan <peon@keba.com>
9508
9509 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9510
9511         [BZ #16882]
9512         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9513         (pthread_spin_lock): Branch out of spin loop to proper location.
9514         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9515         (pthread_spin_lock): Likewise.
9516
9517         * nptl/tst-spin4.c: New test.
9518         * nptl/Makefile (tests): Add tst-spin4.
9519
9520 2014-06-03  Andreas Schwab  <schwab@suse.de>
9521
9522         [BZ #15946]
9523         * resolv/res_send.c (send_dg): Reload file descriptor after
9524         calling reopen.
9525
9526 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9527
9528         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9529
9530 2014-06-03  Richard Henderson  <rth@redhat.com>
9531
9532         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9533         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9534         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9535         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9536         in the SAVE_PID block.
9537         (__libc_vfork): New alias.
9538         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9539
9540         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9541         child in registers, not on the stack.  Remove RESET_PID conditionals.
9542         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9543
9544 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9545
9546         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9547
9548 2014-06-03  Wilco  <wdijkstr@arm.com>
9549
9550         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9551         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9552         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9553         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9554         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9555         Likewise.
9556
9557 2014-06-03  Wilco  <wdijkstr@arm.com>
9558
9559         * sysdeps/aarch64/fpu/math_private.h
9560         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9561         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9562         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9563         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9564         Fix declarations.
9565
9566 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9567
9568         * crypt/crypt-private.h: Include ufc-crypt.h.
9569         (__b64_from_24bit): Declare extern.
9570         * crypt/crypt_util.c(__b64_from_24bit): New function.
9571         (b64t): New static const variable.
9572         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9573         (b64t): Remove variable.
9574         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9575         * crypt/sha256-crypt.c: Include crypt-private.h.
9576         (b64t): Remove variable.
9577         (__sha256_crypt_r): Remove b64_from_24bit and replace
9578         with __b64_from_24bit.
9579         * crypt/sha512-crypt.c: Likewise.
9580
9581 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9582
9583         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9584         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9585         Label the code __libc_vfork rather than __vfork.
9586         [!NOT_IN_libc] (vfork): Define as weak alias.
9587         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9588         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9589         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9590
9591 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9592
9593         * malloc/malloc.c (malloc_info): Fix format specifier for
9594         n_mmaps.
9595
9596 2014-06-02  Wilco  <wdijkstr@arm.com>
9597
9598         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9599         FPCR write.
9600
9601 2014-06-02  Wilco  <wdijkstr@arm.com>
9602
9603         [BZ #17009]
9604         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9605         Rewrite to reduce FPCR/FPSR accesses.
9606
9607 2014-06-01  David S. Miller  <davem@davemloft.net>
9608
9609         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9610
9611 2014-05-31  David S. Miller  <davem@davemloft.net>
9612
9613         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9614         to occur in round to nearest mode when |x| >= 2.0
9615
9616 2014-05-30  Richard Henderson  <rth@twiddle.net>
9617
9618         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9619         (PSEUDO_RET_NOERRNO): Remove.
9620         (ret): Don't redefine.
9621         (ret_NOERRNO): Define in terms of ret.
9622         (ret_ERRVAL): Likewise.
9623
9624         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9625         use of PSEUDO_RET; perform the error check directly.
9626
9627 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9628
9629         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9630         with __int128_t.
9631
9632 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9633
9634         * malloc/malloc (malloc_info): Fix formatting.
9635
9636 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9637             Roland McGrath  <roland@hack.frob.com>
9638
9639         * malloc/malloc (malloc_info): Also print mmapped statistics.
9640
9641 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9642
9643         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9644         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9645
9646 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9647
9648         * malloc/malloc.c (malloc_info): Inline mi_arena.
9649
9650 2014-05-29  Richard Henderson  <rth@twiddle.net>
9651
9652         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9653         Remove comma before expanding ASM_ARGS_##nr.
9654         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9655         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9656         of ASM_ARGS_##nr.
9657         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9658         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9659         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9660         (ASM_ARGS_1): Add leading comma.
9661
9662         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9663         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9664         to __errno_location.
9665         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9666         Remove the expected plt for __errno_location.
9667
9668         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9669         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9670         call to __read_tp.
9671
9672         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9673         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9674         it and break it down.
9675         (DOCARGS_0, DOCARGS_1): Do nothing.
9676         (DOCARGS_2): Update to store into the new stack frame.
9677         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9678         (UNDOCARGS_1): Update to restore from the new stack frame.
9679         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9680         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9681
9682         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9683         (SINGLE_THREAD_P): New parameter for result regno.
9684         (PSEUDO): Update to match; use cbz instead of beq.
9685
9686         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9687         Use ENTRY to define the _nocancel entry point.  Share the syscall
9688         and syscall error check paths with the cancel path.
9689         (PSEUDO_END): New.
9690
9691         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9692         whitespace; tabs before and after asm mnemonics.
9693
9694 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9695
9696         [BZ #15132]
9697         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9698         Call fstat64 or stat64 internally, depending on arguments passed.
9699         Replace stat buffer argument with file descriptor argument.
9700         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9701         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9702         Pass fd to __internal_statvfs instead of calling fstat64.
9703         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9704         Pass fd to __internal_statvfs64 instead of calling fstat64.
9705         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9706         Pass -1 to __internal_statvfs instead of calling stat64.
9707         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9708         Pass -1 to __internal_statvfs64 instead of calling stat64.
9709
9710 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9711
9712         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9713         that was previously under [RESET_PID].
9714         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9715
9716         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9717         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9718
9719 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9720
9721         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9722
9723         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9724         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9725
9726 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9727
9728         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9729
9730 2014-05-27  Andreas Schwab  <schwab@suse.de>
9731
9732         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9733         TLS_INIT_TP macro.
9734         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9735         * elf/rtld.c (init_tls, dl_main): Likewise.
9736         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9737         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9738         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9739         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9740         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9741         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9742         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9743         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9744         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9745         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9746         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9747         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9748         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9749         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9750         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9751         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9752         * sysdeps/generic/tls.h: Update description.
9753
9754 2014-05-27  Will Newton  <will.newton@linaro.org>
9755
9756         [BZ #16990]
9757         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9758         and restore r2 rather than just restoring.
9759
9760 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9761
9762         [BZ #16724]
9763         * libio/tst-ftell-append.c: New test case.
9764         * libio/Makefile (tests): Add test case.
9765         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9766         append mode.
9767         * libio/wfileops.c (do_ftell_wide): Likewise.
9768
9769 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9770
9771         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9772
9773         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9774         ...
9775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9777         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9778         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9779         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9780         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9781         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9782         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9783         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9784         Moved ...
9785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9786         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9787         Moved ...
9788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9789         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9790         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9791         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9792         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9793         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9794         ...
9795         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9796         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9797         Moved ...
9798         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9799         here.
9800         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9801         ...
9802         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9803         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9804         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9805
9806         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9807         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9808         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9809         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9810
9811         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9812         merge into ...
9813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9814         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9815         ...
9816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9817         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9818         ...
9819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9820         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9821         Moved ...
9822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9823         here.
9824         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9825         Moved ...
9826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9827         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9828         Moved ...
9829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9830
9831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9832         conditional [RESET_PID].
9833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9834         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9835         removed.
9836         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9837         removed.
9838
9839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9840         <tcb-offsets.h>.
9841         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9842         (__libc_vfork): New strong alias.
9843         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9844         removed.
9845         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9846         Removed.
9847
9848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9849         <tcb-offsets.h>.
9850         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9851         (__libc_vfork): New strong alias.
9852         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9853         removed.
9854         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9855         removed.
9856
9857 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9858
9859         * malloc/malloc.c (mi_arena): New function.
9860         (malloc_info): Remove nested function mi_arena. Call non-nosted
9861         function mi_arena.
9862
9863 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9864
9865         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9866         by insrwi.
9867         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9868         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9869         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9870         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9871         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9872         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9873         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9874
9875 2014-05-26  Andreas Schwab  <schwab@suse.de>
9876
9877         [BZ #16984]
9878         * locale/programs/repertoire.c (repertoire_read): Add slash
9879         between I18NPATH element and file name.
9880         * locale/programs/locfile.c (locfile_read): Likewise.
9881
9882 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9883
9884         * nptl/pthread_mutexattr_settype.c
9885         (__pthread_mutexattr_settype):
9886         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9887
9888 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9889
9890         * nptl/tst-mutex5 (do_test):
9891         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9892
9893 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9894
9895         * benchtests/README: Document 'init' directive.
9896         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9897         BENCH_INIT.
9898         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9899         (parse_file): Recognize 'init' directive.
9900
9901 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9902
9903         [BZ #16796]
9904         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9905         alignment of struct pthread.
9906
9907 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9908
9909         [BZ #16878]
9910         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9911         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9912         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9913         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9914
9915 2014-05-25  Richard Henderson  <rth@twiddle.net>
9916
9917         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9918         (SINGLE_THREAD_P_PIC): Remove.
9919         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9920         (SINGLE_THREAD_P_PIC): Remove.
9921
9922         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9923         branch to syscall error ...
9924         (PSEUDO): ... here.
9925         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9926         from __local_syscall_error to .Lsyscall_error.
9927         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9928         (SYSCALL_ERROR): Update label name.
9929
9930         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9931         Do not use DOARGS/UNDOARGS.
9932         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9933         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9934         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9935         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9936         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9937
9938         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9939         block comment.
9940
9941         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9942         define if !NOT_IN_libc.
9943         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9944         define with non-default symbol versions.
9945
9946 2014-05-23  Richard Henderson  <rth@twiddle.net>
9947
9948         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9949         (vfork, __vfork): Define via compat_symbol.
9950
9951         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9952         [!HAVE_IFUNC] (vfork_compat): Remove.
9953         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9954
9955 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9956
9957         [BZ #16978]
9958         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9959         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9960         variable.
9961
9962 2014-05-23  Richard Henderson  <rth@twiddle.net>
9963
9964         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9965         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9966         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9967         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9968
9969         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9970         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9971         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9972         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9973         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9974         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9975         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9976         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9977         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9978         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9979         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9980         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9981         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9982         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9983         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9984         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9985         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9986         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9987         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9988         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9989         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9990         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9991         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9992         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9993         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9994         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9995         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9996         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9997         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9998         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9999         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
10000         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
10001         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
10002         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
10003         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
10004         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
10005         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
10006         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
10007         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
10008         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
10009         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
10010         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
10011         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
10012         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
10013         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
10014         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
10015         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
10016         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
10017         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
10018         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
10019         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
10020         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
10021         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
10022         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
10023         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
10024         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
10025
10026         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
10027         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
10028         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
10029         before exiting on error.
10030         (__libc_vfork): New strong alias.
10031         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
10032         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
10033
10034         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
10035         that was previously under [RESET_PID].
10036         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
10037
10038         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
10039
10040 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
10041
10042         [BZ #16977]
10043         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
10044         value when x - 1 is zero.
10045         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
10046         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
10047         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
10048         0.0L for an argument of 1.0L.
10049         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
10050         Likewise.
10051         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
10052         value when x - 1 is zero.
10053         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
10054         * sysdeps/i386/fpu/libm-test-ulps: Update.
10055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10056
10057 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
10058
10059         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
10060         alphasort and versionsort.
10061
10062 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10063
10064         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
10065         macro.
10066         [copysignf]: Likewise.
10067
10068 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10069
10070         * crypt/md5-crypt.c: Fix formatting.
10071
10072 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10073
10074         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
10075         (b64_from_24bit): New function.
10076
10077 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10078
10079         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
10080         libc_hidden_builtin_def to ifunc.
10081         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10082         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
10083
10084 2014-05-21  Roland McGrath  <roland@hack.frob.com>
10085
10086         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
10087         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
10088
10089 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
10090
10091         * nscd/Depend (linuxthreads): Remove.
10092         (nptl): Add.
10093         * resolv/Depend (linuxthreads): Remove.
10094         * rt/Depend (linuxthreads): Remove.
10095
10096         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
10097         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
10098         $(common-objpfx)elf/.
10099         (link-libc-before-gnulib): Likewise.
10100         (elfobjdir): Remove variable.
10101         * Makefile (install): Use $(elf-objpfx) instead of
10102         $(common-objpfx)elf/.
10103         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
10104         $(elfobjdir)/.
10105         (link-libc-deps): Likewise.
10106         ($(common-objpfx)libc.so): Likewise.
10107         ($(common-objpfx)linkobj/libc.so): Likewise.
10108         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
10109         instead of $(common-objpfx)elf/.
10110         (symbolic-link-list): Likewise.
10111         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10112         [$(cross-compiling) = no]: Likewise.
10113         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
10114         $(elfobjdir)/.
10115         (static-gnulib-arch): Likewise.
10116         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10117         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
10118         $(common-objpfx)elf/.
10119
10120 2014-05-21  Richard Henderson  <rth@redhat.com>
10121
10122         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10123         (SINGLE_THREAD_P): Use the correct width load.  Fold
10124         into the ldr offset.
10125
10126         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
10127         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
10128
10129 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
10130
10131         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
10132         (libgcc_s_resume): Use __attribute_used__.
10133         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
10134         Likewise.
10135
10136 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10137
10138         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
10139         optimization when used with float constants.
10140
10141         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10142
10143 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
10144
10145         [BZ #16915]
10146         * locale/nl_langinfo_l.c: Make direct reference to every
10147         _nl_current_CATEGORY symbol.
10148         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
10149         (tests-static): Add tst-langinfo-static.
10150         (tests-special): Add tst-langinfo-static.out.
10151         ($(objpfx)tst-langinfo.out): Redirect output.
10152         ($(objpfx)tst-langinfo-static.out): New.
10153         * localedata/tst-langinfo.sh: Send output to stdout.
10154         * localedata/tst-langinfo-static.c: New file.
10155
10156         [BZ #16965]
10157         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
10158         when the shift amount is modulo the limb size.
10159
10160 2014-05-20  Richard Henderson  <rth@redhat.com>
10161
10162         [BZ #16967]
10163         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
10164         Change type of sa_flags from unsigned int to int.
10165
10166         [BZ #16966]
10167         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
10168
10169         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
10170
10171 2014-05-20  Will Newton  <will.newton@linaro.org>
10172
10173         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10174         Test the return value of the system call in the nocancel case.
10175
10176 2014-05-20  Will Newton  <will.newton@linaro.org>
10177             Yvan Roux  <yvan.roux@linaro.org>
10178
10179         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
10180         #include of asm/ptrace.h.
10181         (PTRACE_GET_THREAD_AREA): Remove #undef.
10182         (PTRACE_GETHBPREGS): Likewise.
10183         (PTRACE_SETHBPREGS): Likewise.
10184         (struct user_regs_struct): New structure.
10185         (struct user_fpsimd_struct): New structure.
10186         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
10187         #include of asm/ptrace.h and second #include of sys/user.h.
10188         (PTRACE_GET_THREAD_AREA): Remove #undef.
10189         (PTRACE_GETHBPREGS): Likewise.
10190         (PTRACE_SETHBPREGS): Likewise.
10191         (ELF_NGREG): Use new struct user_regs_struct.
10192         (elf_fpregset_t): Use new struct user_fpsimd_struct.
10193
10194 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10195
10196         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
10197         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
10198
10199 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10200
10201         [BZ #16958]
10202         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
10203         membar to avoid block loads/stores to overlap previous stores.
10204
10205 2014-05-17  Richard Henderson  <rth@redhat.com>
10206
10207         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
10208         Create the __##syscall_name##_nocancel entry point.
10209         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
10210         Remove; let the sysdep-cancel.h code create it.
10211
10212 2014-05-17  David S. Miller  <davem@davemloft.net>
10213
10214         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10215         Protect with __USE_GNU.
10216         (TIOCSET_TEMPT): Likewise.
10217         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10218         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10219         these are already provided in bits/ioctl-types.h
10220
10221 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10222
10223         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10224         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10225
10226         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10227         Use wait4 regardless of [__NR_waitpid].
10228
10229 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
10230
10231         PR libgcc/60166
10232         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10233         (_FP_NANSIGN_Q): Set the quiet bit.
10234
10235 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
10236
10237         * benchtests/Makefile
10238         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10239         not $(common-objpfx)math/libm.so.
10240         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10241         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10242         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10243         $(common-objpfx)dlfcn/libdl.so.
10244         ($(objpfx)tst-audit8): Depend on $(libm), not
10245         $(common-objpfx)math/libm.so.
10246         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10247         not $(common-objpfx)dlfcn/libdl.so.
10248         * math/Makefile
10249         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10250         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10251         [$(build-shared) = yes].
10252         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10253         $(common-objpfx)nptl/libpthread.so.
10254         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10255         $(common-objpfx)math/libm.so$(libm.so-version) or
10256         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10257         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10258         $(common-objpfx)dlfcn/libdl.so.
10259         * setjmp/Makefile (link-libm): Remove variable.
10260         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10261         * stdio-common/Makefile (link-libm): Remove variable.
10262         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10263         * stdlib/Makefile (link-libm): Remove variable.
10264         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10265         ($(objpfx)tst-strtod-round): Likewise.
10266         ($(objpfx)tst-tininess): Likewise.
10267         ($(objpfx)tst-strtod-underflow): Likewise.
10268         ($(objpfx)tst-strtod6): Likewise.
10269         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10270         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10271         $(common-objpfx)dlfcn/libdl.so.
10272
10273 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10274
10275         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10276         BSD terminal modes definitions.
10277
10278 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10279
10280         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10281         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10282
10283         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10284         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10285         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10286         Don't do #include_next.
10287         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10288         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10289         Don't do #include_next.
10290         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10291         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10292         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10293         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10294
10295 2014-05-16  Allan McRae  <allan@archlinux.org>
10296
10297         * po/sv.po: Update Swedish translation from translation project.
10298
10299         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10300         in sed expression.
10301
10302 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10303
10304         [BZ #16917]
10305         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10306         errno if the TIOCGPTN ioctl fails with an error different than
10307         EINVAL.
10308         * login/tst-ptsname.c: New file.
10309         * login/Makefile (tests): Add tst-ptsname.
10310
10311         [BZ #16943]
10312         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10313         and prlimit64.
10314
10315 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10316
10317         [BZ #16849]
10318         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10319         herrno to return EAI_AGAIN.
10320
10321 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10322
10323         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10324         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10325         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10326         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10327         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10328         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10329         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10330         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10331         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10332         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10333         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10334         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10335         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10336         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10337         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10338         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10339         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10340         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10341         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10342         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10343         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10344         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10345         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10346         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10347         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10348         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10349         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10350         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10351         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10352         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10353         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10354         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10355         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10356         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10357         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10358         Moved ...
10359         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10360         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10361         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10362         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10363         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10364         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10365         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10366         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10367         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10368         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10369         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10370         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10371         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10372         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10373         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10374         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10375         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10376         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10377         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10378         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10379         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10380         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10381         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10382         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10383         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10384         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10385         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10386         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10387         Moved ...
10388         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10389         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10390         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10391         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10392         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10393         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10394         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10395         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10396         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10397         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10398         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10399         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10400         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10401         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10402         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10403         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10404         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10405         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10406         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10407         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10408         Moved ...
10409         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10410         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10411         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10412
10413         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10414         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10415         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10416         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10417         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10418         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10419         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10420         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10421         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10422         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10423         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10424         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10425         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10426         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10427         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10428         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10429         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10430         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10431         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10432         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10433         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10434         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10435         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10436         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10437         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10438         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10439         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10440         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10441         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10442         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10443         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10444
10445         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10446         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10447
10448         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10449         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10450         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10451         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10452         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10453         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10454         Moved ...
10455         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10456         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10457         Moved ...
10458         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10459         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10460         Moved ...
10461         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10462         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10463         Moved ...
10464         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10465         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10466         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10467         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10468         Moved ...
10469         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10470         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10471         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10472         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10473         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10474         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10475         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10476         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10477         Moved ...
10478         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10479         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10480         Moved ...
10481         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10482         ... here.
10483         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10484         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10485         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10486         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10487         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10488         Moved ...
10489         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10490         ... here.
10491         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10492         Moved ...
10493         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10494         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10495         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10496         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10497         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10498         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10499         Moved ...
10500         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10501         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10502         Moved ...
10503         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10504         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10505         Moved ...
10506         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10507         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10508         Moved ...
10509         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10510         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10511         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10512         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10513         Moved ...
10514         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10515         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10516         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10517         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10518         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10519         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10520         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10521         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10522         Moved ...
10523         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10524         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10525         Moved ...
10526         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10527         ... here.
10528         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10529         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10530         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10531         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10532         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10533         Moved ...
10534         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10535         ... here.
10536         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10537         Moved ...
10538         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10539         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10540         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10541         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10542         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10543         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10544         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10545         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10546         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10547         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10548         Moved ...
10549         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10550         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10551         Moved ...
10552         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10553         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10554         Moved ...
10555         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10556         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10557         Moved ...
10558         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10559         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10560         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10561         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10562         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10563         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10564         Moved ...
10565         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10566         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10567         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10568         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10569         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10570         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10571         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10572         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10573         Moved ...
10574         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10575         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10576         Moved ...
10577         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10578         ... here.
10579         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10580         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10581         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10582         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10583         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10584         Moved ...
10585         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10586         ... here.
10587         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10588         Moved ...
10589         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10590         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10591         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10592         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10593         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10594         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10595         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10596         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10597         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10598         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10599         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10600
10601         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10602         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10603
10604         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10605         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10606
10607         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10608         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10609         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10610         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10611         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10612         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10613         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10614         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10615         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10616         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10617         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10618         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10619         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10620         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10621         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10622         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10623         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10624         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10625         Moved ...
10626         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10627         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10628         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10629         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10630         Moved ...
10631         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10632         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10633         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10634         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10635         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10636         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10637         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10638         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10639         Moved ...
10640         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10641         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10642         Moved ...
10643         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10644         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10645         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10646         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10647         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10648         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10649         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10650         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10651         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10652         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10653         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10654         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10655         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10656         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10657         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10658         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10659         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10660
10661         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10662         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10663         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10664         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10665         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10666
10667         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10668         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10669         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10670         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10671         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10672         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10673         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10674         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10675         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10676         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10677
10678         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10679         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10680
10681         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10682         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10683         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10684         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10685         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10686         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10687         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10688         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10689         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10690         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10691         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10692         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10693         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10694         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10695         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10696         Update #include.
10697         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10698         Likewise.
10699         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10700         Likewise.
10701         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10702         Likewise.
10703         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10704         Likewise.
10705         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10706         Likewise.
10707         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10708         Likewise.
10709         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10710         Likewise.
10711         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10712         Likewise.
10713         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10714         Likewise.
10715         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10716         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10717         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10718         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10719         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10720         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10721         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10722         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10723         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10724         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10725         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10726         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10727         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10728         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10729         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10730
10731         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10732         that was previously under [RESET_PID].
10733         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10734         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10735         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10736
10737         * sysdeps/i386/nptl/Implies: New file.
10738         * sysdeps/x86_64/nptl/Implies: New file.
10739         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10740         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10741         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10742         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10743
10744         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10745         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10746         (__libc_vfork): New strong alias.
10747         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10748         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10749
10750         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10751         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10752         (__libc_vfork): New strong alias.
10753         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10754         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10755
10756         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10757         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10758         (__libc_vfork): New strong alias.
10759         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10760         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10761         * nptl/pt-vfork.c: New file.
10762         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10763         (libpthread: GLIBC_2.20): New version set (empty).
10764
10765 2014-05-14  Will Newton  <will.newton@linaro.org>
10766
10767         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10768         rather than #if.
10769
10770 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10771
10772         [BZ #16564]
10773         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10774         arguments with exponent 65 or above.
10775         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10776         arguments 0x1p113L or above.
10777         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10778         to arguments 0x1p107L or above.
10779         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10780         positive arguments with exponent 65 or above.
10781         * math/auto-libm-test-in: Add more tests of log1p.
10782         * math/auto-libm-test-out: Regenerated.
10783
10784         [BZ #16928]
10785         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10786         non-finite arguments is +0.
10787         * math/s_cacosf.c (__cacosf): Likewise.
10788         * math/s_cacosl.c (__cacosl): Likewise.
10789         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10790         * sysdeps/i386/fpu/libm-test-ulps: Update.
10791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10792
10793         [BZ #16927]
10794         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10795         value.
10796         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10797         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10798         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10799         for explicit high bit of mantissa when testing for argument equal
10800         to 1.
10801         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10802         * sysdeps/i386/fpu/libm-test-ulps: Update.
10803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10804
10805         [BZ #16516]
10806         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10807         (__erf): Scale by 16 instead of 8 in potentially underflowing
10808         case.  Ensure exception if result actually underflows.
10809         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10810         (__erff): Scale by 16 instead of 8 in potentially underflowing
10811         case.  Ensure exception if result actually underflows.
10812         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10813         (efx8): Remove variable.
10814         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10815         case.  Ensure exception if result actually underflows.
10816         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10817         (efx8): Remove variable.
10818         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10819         case.  Ensure exception if result actually underflows.
10820         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10821         (efx8): Remove variable.
10822         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10823         case.  Ensure exception if result actually underflows.
10824         * math/auto-libm-test-in: Add more tests of erf.
10825         * math/auto-libm-test-out: Regenerated.
10826
10827 2014-05-14  Andreas Schwab  <schwab@suse.de>
10828
10829         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10830         Remove code conditionalized on USE___THREAD.
10831
10832         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10833         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10834         not definedness.
10835
10836 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10837
10838         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10839         Define unconditionally.
10840         (__ASSUME_O_CLOEXEC): Likewise.
10841         (__ASSUME_SOCK_CLOEXEC): Likewise.
10842         (__ASSUME_IN_NONBLOCK): Likewise.
10843         (__ASSUME_PIPE2): Likewise.
10844         (__ASSUME_EVENTFD2): Likewise.
10845         (__ASSUME_SIGNALFD4): Likewise.
10846         (__ASSUME_DUP3): Likewise.
10847         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10848         (__ASSUME_DUP3): Do not define.
10849         (__ASSUME_EVENTFD2): Likewise.
10850         (__ASSUME_IN_NONBLOCK): Likewise.
10851         (__ASSUME_O_CLOEXEC): Likewise.
10852         (__ASSUME_PIPE2): Likewise.
10853         (__ASSUME_SIGNALFD4): Likewise.
10854         (__ASSUME_SOCK_CLOEXEC): Likewise.
10855         (__ASSUME_UTIMES): Undefine.
10856         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10857         (__ASSUME_UTIMES): Do not define.
10858         (__ASSUME_O_CLOEXEC): Likewise.
10859         (__ASSUME_SOCK_CLOEXEC): Likewise.
10860         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10861         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10862         0x020621].
10863         (__ASSUME_PIPE2): Likewise.
10864         (__ASSUME_EVENTFD2): Likewise.
10865         (__ASSUME_SIGNALFD4): Likewise.
10866         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10867         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10868         Do not define.
10869         (__ASSUME_EVENTFD2): Likewise.
10870         (__ASSUME_SIGNALFD4): Likewise.
10871         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10872         (__ASSUME_32BITUIDS): Likewise.
10873         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10874         (__ASSUME_IPC64): Likewise.
10875         (__ASSUME_ST_INO_64_BIT): Likewise.
10876         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10877         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10878         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10879         (__ASSUME_UTIMES): Do not define.
10880         (__ASSUME_PSELECT): Likewise.
10881         (__ASSUME_PPOLL): Likewise.
10882         (__ASSUME_O_CLOEXEC): Likewise.
10883         (__ASSUME_SOCK_CLOEXEC): Likewise.
10884         (__ASSUME_IN_NONBLOCK): Likewise.
10885         (__ASSUME_PIPE2): Likewise.
10886         (__ASSUME_EVENTFD2): Likewise.
10887         (__ASSUME_SIGNALFD4): Likewise.
10888         (__ASSUME_DUP3): Likewise.
10889         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10890         (__ASSUME_UTIMES): Likewise.
10891         (__ASSUME_O_CLOEXEC): Likewise.
10892         (__ASSUME_SOCK_CLOEXEC): Likewise.
10893         (__ASSUME_IN_NONBLOCK): Likewise.
10894         (__ASSUME_PIPE2): Likewise.
10895         (__ASSUME_EVENTFD2): Likewise.
10896         (__ASSUME_SIGNALFD4): Likewise.
10897         (__ASSUME_DUP3): Likewise.
10898         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10899         (__ASSUME_UTIMES): Likewise.
10900         (__ASSUME_O_CLOEXEC): Likewise.
10901         (__ASSUME_SOCK_CLOEXEC): Likewise.
10902         (__ASSUME_IN_NONBLOCK): Likewise.
10903         (__ASSUME_PIPE2): Likewise.
10904         (__ASSUME_EVENTFD2): Likewise.
10905         (__ASSUME_SIGNALFD4): Likewise.
10906         (__ASSUME_DUP3): Likewise.
10907         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10908         Likewise.
10909         (__ASSUME_UTIMES): Likewise.
10910         (__ASSUME_EVENTFD2): Likewise.
10911         (__ASSUME_SIGNALFD4): Likewise.
10912         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10913         (__ASSUME_O_CLOEXEC): Likewise.
10914         (__ASSUME_SOCK_CLOEXEC): Likewise.
10915         (__ASSUME_IN_NONBLOCK): Likewise.
10916         (__ASSUME_PIPE2): Likewise.
10917         (__ASSUME_EVENTFD2): Likewise.
10918         (__ASSUME_SIGNALFD4): Likewise.
10919         (__ASSUME_DUP3): Likewise.
10920         (__ASSUME_UTIMES): Undefine.
10921
10922         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10923         feclearexcept.  Remove symbol versioning code.
10924         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10925         symbol versioning code.
10926         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10927         symbol versioning code.
10928         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10929         feupdateenv.  Remove symbol versioning code.
10930         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10931         fegetexceptflag.  Remove symbol versioning code.
10932         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10933         fesetexceptflag.  Remove symbol versioning code.
10934         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10935         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10936         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10937         (__posix_fadvise64_l32): Remove prototype.
10938         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10939         code.
10940
10941 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10942
10943         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10944         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10945         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10946         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10947
10948 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10949
10950         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10951         current working directory
10952
10953 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10954
10955         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10956         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10957         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10958         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10959         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10960         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10961         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10962         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10963         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10964         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10965         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10966         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10967         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10968         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10969         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10970         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10971         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10972         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10973         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10974         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10975         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10976         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10977         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10978         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10979         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10980         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10981         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10982         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10983         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10984         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10985         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10986         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10987         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10988         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10989         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10990         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10991         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10992         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10993         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10994         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10995         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10996         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10997
10998         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10999         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
11000
11001         * sysdeps/unix/sysv/linux/arm/Makefile
11002         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
11003         Add rt-aeabi_unwind_cpp_pr1.
11004         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
11005         Add nptl-aeabi_unwind_cpp_pr1.
11006         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
11007         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
11008         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
11009         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
11010         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
11011         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
11012
11013         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
11014         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
11015         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
11016         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
11017
11018         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
11019         Deconditionalize the code that was previously under [RESET_PID].
11020         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
11021
11022         * sysdeps/generic/exit-thread.h: New file.
11023         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
11024         * include/unistd.h (__exit_thread): Remove declaration.
11025         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
11026         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
11027         * csu/libc-start.c: Include <exit-thread.h>.
11028         (LIBC_START_MAIN): Pass no argument to __exit_thread.
11029         * nptl/pthread_create.c: Include <exit-thread.h>.
11030         (start_thread): Call __exit_thread in place of __exit_thread_inline.
11031         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
11032         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
11033         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
11034         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
11035         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
11036         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
11037         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
11038         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
11039         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
11040         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
11041         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
11042         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
11043         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
11044         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
11045         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
11046         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
11047
11048 2014-05-13  Andreas Schwab  <schwab@suse.de>
11049
11050         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
11051
11052 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
11053
11054         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
11055         (__ASSUME_UTIMES): Do not condition on kernel version.
11056         (__ASSUME_PSELECT): Define unconditionally.
11057         (__ASSUME_PPOLL): Likewise.
11058         (__ASSUME_ATFCTS): Likewise.
11059         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
11060         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
11061         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
11062         (__ASSUME_UTIMENSAT): Define unconditionally.
11063         (__ASSUME_PRIVATE_FUTEX): Likewise.
11064         (__ASSUME_FALLOCATE): Likewise.
11065         (__ASSUME_O_CLOEXEC): Likewise.
11066         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
11067         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
11068         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
11069         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
11070         (__ASSUME_IN_NONBLOCK): Likewise.
11071         (__ASSUME_PIPE2): Likewise.
11072         (__ASSUME_EVENTFD2): Likewise.
11073         (__ASSUME_SIGNALFD4): Likewise.
11074         (__ASSUME_DUP3): Likewise.
11075         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11076         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
11077         (__ASSUME_AT_RANDOM): Likewise.
11078         (__ASSUME_PREADV): Likewise.
11079         (__ASSUME_PWRITEV): Likewise.
11080         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
11081         (__ASSUME_F_GETOWN_EX): Define unconditionally.
11082         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
11083         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
11084         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
11085         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11086         (__ASSUME_O_CLOEXEC): Define unconditionally.
11087         (__ASSUME_PSELECT): Do not undefine conditionally.
11088         (__ASSUME_PPOLL): Likewise.
11089         (__ASSUME_ATFCTS): Likewise.
11090         (__ASSUME_SET_ROBUST_LIST): Likewise.
11091         (__ASSUME_UTIMENSAT): Likewise.
11092         (__ASSUME_FDATASYNC): Define unconditionally.
11093         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11094         (__ASSUME_SIGFRAME_V2): Likewise.
11095         )__ASSUME_EVENTFD2): Likewise.
11096         (__ASSUME_SIGNALFD4): Likewise.
11097         (__ASSUME_PSELECT): Do not undefine conditionally.
11098         (__ASSUME_PPOLL): Likewise.
11099         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11100         (__ASSUME_PSELECT): Define unconditionally.
11101         (__ASSUME_PPOLL): Likewise.
11102         (__ASSUME_O_CLOEXEC): Likewise.
11103         (__ASSUME_SOCK_CLOEXEC): Likewise.
11104         (__ASSUME_IN_NONBLOCK): Likewise.
11105         (__ASSUME_PIPE2): Likewise.
11106         (__ASSUME_EVENTFD2): Likewise.
11107         (__ASSUME_SIGNALFD4): Likewise.
11108         (__ASSUME_DUP3): Likewise.
11109         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11110         (__ASSUME_O_CLOEXEC): Likewise.
11111         (__ASSUME_SOCK_CLOEXEC): Likewise.
11112         (__ASSUME_IN_NONBLOCK): Likewise.
11113         (__ASSUME_PIPE2): Likewise.
11114         (__ASSUME_EVENTFD2): Likewise.
11115         (__ASSUME_SIGNALFD4): Likewise.
11116         (__ASSUME_DUP3): Likewise.
11117         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11118         (__ASSUME_EVENTFD2): Likewise.
11119         (__ASSUME_SIGNALFD4): Likewise.
11120         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11121
11122 2014-05-12  Andreas Schwab  <schwab@suse.de>
11123
11124         [BZ #16932]
11125         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
11126         (_nss_nis_gethostbyname4_r): Return error if item length is larger
11127         than maximum RPC packet size.
11128         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
11129         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
11130         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
11131         (_nss_nis_getservbyport_r): Likewise.
11132
11133 2014-05-12  Will Newton  <will.newton@linaro.org>
11134
11135         * malloc/Makefile (tests): Add tst-mallopt.
11136         * malloc/tst-mallopt.c: New file.
11137
11138 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11139
11140         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
11141         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
11142
11143 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11144
11145         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
11146         (tst-tlsmod6.so): Likewise.
11147
11148 2014-05-09  Roland McGrath  <roland@hack.frob.com>
11149
11150         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
11151
11152 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
11153
11154         [BZ #16064]
11155         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
11156         and <dl-procinfo.h>.
11157         (__fegetenv): Save SSE state in envp->__eip if supported.
11158         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
11159         envp->__eip if supported.
11160         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
11161         and <dl-procinfo.h>.
11162         (__fesetenv): Always set __eip, __cs_selector, __opcode,
11163         __data_offset and __data_selector in environment to 0.  Set SSE
11164         state if supported.
11165         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
11166         test-fenv-sse.
11167         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
11168         -mfpmath=sse.
11169         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
11170
11171 2014-05-09  Will Newton  <will.newton@linaro.org>
11172
11173         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
11174         and libc_relro_required for ARM.
11175         * sysdeps/arm/preconfigure: Regenerate.
11176
11177 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11178             Stefan Liebler  <stli@linux.vnet.ibm.com>
11179
11180         * config.make.in (enable-lock-elision): New Makefile variable.
11181         * configure.ac: Likewise.
11182         * configure: Regenerate.
11183         * sysdeps/s390/configure.ac:
11184         Add check for gcc transactions support.
11185         * sysdeps/s390/configure: Regenerate.
11186         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
11187         Build elision files if enabled.
11188         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
11189         Add lock elision support for s390.
11190         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
11191         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
11192         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
11193         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
11194         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
11195         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
11196         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
11197         Likewise.
11198         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
11199         Likewise.
11200         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
11201         Likewise.
11202         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
11203         Likewise.
11204         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
11205         (__lll_timedlock_elision, __lll_lock_elision)
11206         (__lll_unlock_elision, __lll_trylock_elision)
11207         (lll_timedlock_elision, lll_lock_elision)
11208         (lll_unlock_elision, lll_trylock_elision): Add.
11209         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11210         (pthread_mutex_t): Add lock elision support for s390.
11211
11212 2014-05-14  Wilco  <wdijkstr@arm.com>
11213
11214         * sysdeps/arm/fclrexcpt.c: Cleanup.
11215         * sysdeps/arm/fedisblxcpt.c: Cleanup.
11216         * sysdeps/arm/feenablxcpt.c: Cleanup.
11217         * sysdeps/arm/fegetenv.c: Cleanup.
11218         * sysdeps/arm/fegetexcept.c: Cleanup.
11219         * sysdeps/arm/fegetround.c: Cleanup.
11220         * sysdeps/arm/feholdexcpt.c: Cleanup.
11221         * sysdeps/arm/fesetenv.c: Cleanup.
11222         * sysdeps/arm/fesetround.c: Cleanup.
11223         * sysdeps/arm/feupdateenv.c: Cleanup.
11224         * sysdeps/arm/fgetexcptflg.c: Cleanup.
11225         * sysdeps/arm/fraiseexcpt.c: Cleanup.
11226         * sysdeps/arm/fsetexcptflg.c: Cleanup.
11227         * sysdeps/arm/ftestexcept.c: Cleanup.
11228         * sysdeps/arm/get-rounding-mode.h: Cleanup.
11229         * sysdeps/arm/setfpucw.c: Cleanup.
11230
11231 2014-05-09  Will Newton  <will.newton@linaro.org>
11232
11233         * sysdeps/arm/armv7/strcmp.S: New file.
11234         * NEWS: Mention addition of ARMv7 optimized strcmp.
11235
11236 2014-05-08  Roland McGrath  <roland@hack.frob.com>
11237
11238         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11239         look for %.ac rather than %.in.
11240
11241         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11242         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11243         * sysdeps/mach/hurd/configure: Regenerated.
11244         * sysdeps/unix/sysv/linux/configure: Regenerated.
11245
11246         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11247
11248 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11249
11250         [BZ# 16922]
11251         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11252         (LONG_SUB): Ditto.
11253         (PTR_SUB): Ditto.
11254
11255 2014-05-07  Andreas Schwab  <schwab@suse.de>
11256
11257         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11258         when skipping over non-matching result from nscd.
11259
11260 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11261
11262         [BZ #16876]
11263         * nptl/sockperf.c (client): Check socket return value.
11264
11265         [BZ #16877]
11266         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11267         nscd security class.
11268
11269 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11270
11271         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11272         * sysdeps/arm/unwind.h: ... here.
11273
11274 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11275
11276         [BZ# 16916]
11277         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11278         Define.
11279
11280 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11281
11282         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11283         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11284         multiarch strncpy for PPC64.
11285         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11286         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11287         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11288         multiarch optimizations.
11289         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11290         (__libc_ifunc_impl_list): Likewise.
11291         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11292         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11293         multiarch stpncpy for PPC64.
11294         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11295         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11296
11297 2014-05-06  Andreas Schwab  <schwab@suse.de>
11298
11299         [BZ #16912]
11300         * gmon/mcount.c (_MCOUNT_DECL): Use
11301         atomic_compare_and_exchange_bool_acq instead of
11302         catomic_compare_and_exchange_bool_acq.
11303
11304 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11305
11306         * elf/Makefile (others, install-bin): Remove pldd.
11307         (pldd-modules): Variable removed.
11308         ($(objpfx)pldd): Target removed.
11309         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11310         (others, install-bin): Append pldd here.
11311         ($(objpfx)pldd): New target.
11312
11313         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11314         to 0, so the first #if test emitted later doesn't see it undefined.
11315         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11316         * sysdeps/gnu/errlist.c: Regenerated.
11317
11318 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11319
11320         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11321         [libc_hidden_builtin_def]: Define to empty value.
11322         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11323         [libc_hidden_builtin_def]: Likewise.
11324         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11325         [libc_hidden_builtin_def]: Likewise.
11326         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11327         [libc_hidden_builtin_def]: Likewise.
11328         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11329         __redirect_memcpy and define ifunc as default hidden symbol.
11330         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11331         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11332
11333 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11334
11335         * locale/iso-4217.def: Reintroduce XDR currency.
11336
11337 2014-05-04  Allan McRae  <allan@archlinux.org>
11338
11339         * po/eo.po: Update Esperanto translation from translation project.
11340
11341 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11342
11343         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11344         and FEATURE_INDEX_MAX to 1.
11345         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11346
11347 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11348
11349         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11350         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11351         * iconvdata/big5.c (ONE_DIRECTION): Define.
11352         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11353         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11354         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11355         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11356         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11357         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11358         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11359         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11360         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11361         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11362         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11363         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11364         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11365         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11366         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11367         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11368         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11369         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11370         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11371         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11372         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11373         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11374         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11375         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11376         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11377         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11378         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11379         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11380         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11381         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11382         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11383         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11384         * iconvdata/johab.c (ONE_DIRECTION): Define.
11385         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11386         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11387         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11388         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11389         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11390         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11391         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11392         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11393         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11394         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11395
11396 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11397
11398         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11399         (_IO_JUMPS_OFFSET): Define to 0.
11400
11401         * nptl/sysdeps/pthread/bits/libc-lock.h
11402         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11403         (__libc_lock_define_initialized_recursive): Always define using
11404         initializer.  Modern compilers treat uninitialized (implicit zero) and
11405         explicit zero initializers the same (i.e. put the datum in bss).
11406
11407 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11408
11409         * nscd/nscd-client.h: Include <string.h>.
11410
11411 2014-05-01  David S. Miller  <davem@davemloft.net>
11412
11413         [BZ #16885]
11414         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11415         multiple zero bytes exist at the end of a string.
11416         Reported by Aurelien Jarno <aurelien@aurel32.net>
11417
11418         * string/test-strcmp.c (check): Add explicit test for situations where
11419         there are multiple zero bytes after the first.
11420
11421 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11422
11423         [BZ #16890]
11424         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11425         when compiling wprintf.
11426         * stdio-common/tstdiomisc.c (t3): New function.
11427         (main): Call it.
11428
11429 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11430
11431         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11432         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11433         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11434         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11435
11436 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11437
11438         * stdlib/longlong.h: Updated from GCC.
11439
11440 2014-05-01  Will Newton  <will.newton@linaro.org>
11441             Bernard Ogden  <bernie.ogden@linaro.org>
11442
11443         * NEWS: Update fixed bug list.
11444
11445         [BZ #15119]
11446         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11447
11448 2014-04-30  David S. Miller  <davem@davemloft.net>
11449
11450         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11451         (libc_feholdexcept_setround_sparc_ctx): New function.
11452         (libc_fesetenv_sparc_ctx): Likewise.
11453         (libc_feupdateenv_sparc_ctx): Likewise.
11454         (libc_feholdsetround_sparc_ctx): Likewise.
11455         (libc_feholdexcept_setround_ctx): Define.
11456         (libc_feholdexcept_setroundf_ctx): Likewise.
11457         (libc_feholdexcept_setroundl_ctx): Likewise.
11458         (libc_fesetenv_ctx): Likewise.
11459         (libc_fesetenvf_ctx): Likewise.
11460         (libc_fesetenvl_ctx): Likewise.
11461         (libc_feupdateenv_ctx): Likewise.
11462         (libc_feupdateenvf_ctx): Likewise.
11463         (libc_feupdateenvl_ctx): Likewise.
11464         (libc_feresetround_ctx): Likewise.
11465         (libc_feresetroundf_ctx): Likewise.
11466         (libc_feresetroundl_ctx): Likewise.
11467         (libc_feholdsetround_ctx): Likewise.
11468         (libc_feholdsetroundf_ctx): Likewise.
11469         (libc_feholdsetroundl_ctx): Likewise.
11470
11471         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11472         with __USE_GNU instead of XOPEN cpp guards.
11473
11474         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11475         0.
11476
11477         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11478         with XOPEN cpp guards.
11479
11480 2014-04-30  Julian Brown  <julian@codesourcery.com>
11481
11482         [BZ #16888]
11483         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11484         handling.
11485
11486 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11487
11488         [BZ #9894]
11489         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11490         Change to 2.6.32.
11491         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11492         * sysdeps/unix/sysv/linux/configure: Regenerated.
11493         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11494         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11495         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11496         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11497         * README: Update reference to required Linux kernel version.
11498         * manual/install.texi (Linux): Update reference to required Linux
11499         kernel headers version.
11500         * INSTALL: Regenerated.
11501
11502         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11503         header inclusion.
11504         [POSIX] (limits.h): Likewise.
11505         [POSIX] (math.h): Likewise.
11506         [POSIX] (sys/wait.h): Likewise.
11507         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11508         function.
11509         [POSIX] (stddef.h): Do not allow header inclusion.
11510
11511 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11512
11513         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11514
11515 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11516
11517         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11518         Return immediately after lll_futex_wake.
11519
11520 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11521
11522         [BZ #16791]
11523         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11524         structure.
11525         (datahead_init_pos): Call datahead_init_common early.
11526         (datahead_init_neg): Likewise.
11527
11528         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11529         datahead_init_neg): New functions.
11530         * nscd/aicache.c (addhstaiX): Use them.
11531         * nscd/grpcache.c (cache_addgr): Likewise.
11532         * nscd/hstcache.c (cache_addhst): Likewise.
11533         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11534         * nscd/netgroupcache.c (do_notfound): Likewise.
11535         (addgetnetgrentX): Likewise.
11536         (addinnetgrX): Likewise.
11537         * nscd/pwdcache.c (cache_addpw): Likewise.
11538         * nscd/servicescache.c (cache_addserv): Likewise.
11539
11540 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11541             Atsushi Onoe  <atsushi@onoe.org>
11542
11543         [BZ #14308]
11544         [BZ #12994]
11545         [BZ #13651]
11546         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11547         one response is valid.
11548         * resolv/res_send.c (send_dg): Check for validity of other
11549         response if the current response is a referral.
11550
11551 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11552
11553         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11554
11555 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11556
11557         [BZ #16823]
11558         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11559         Always divide by positive zero when computing -Inf result.
11560         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11561         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11562
11563 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11564
11565         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11566         FPSCR if value do not change.
11567         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11568         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11569         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11570         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11571         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11572         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11573         function.
11574
11575 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11576
11577         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11578         * sysdeps/unix/sysv/linux/hppa: Move directory from
11579         ports/systeps/unix/sysv/linux/hppa.
11580         * README: Update listing for hppa-*-linux-gnu.
11581
11582 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11583
11584         [BZ #16754]
11585         * manual/stdio.texi (Hook functions): Fix types of stream hook
11586         functions.
11587         [BZ #16854]
11588         * socket/sys/socket.h: Fix typo in comment.
11589
11590 2014-04-28  Wilco  <wdijkstr@arm.com>
11591
11592         * sysdeps/arm/fenv_private.h: New file.
11593         * sysdeps/arm/math_private.h: New file.
11594         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11595
11596 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11597
11598         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11599         with __int128_t.
11600         (La_x86_64_retval): Likewise.
11601
11602 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11603
11604         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11605         fpsr if value didn't change.
11606         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11607         to fpcr if value didn't change.
11608         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11609         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11610         fpsr or fpcr if value didn't change.
11611         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11612         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11613         fpcr if value didn't change.
11614         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11615         to fpsr if value didn't change.
11616
11617 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11618
11619         * nptl/tst-sem3.c: Use test-skeleton.c
11620         (main): Rename to do_test.  Use return instead of
11621         exit.
11622         * nptl/tst-sem4.c: Use test-skeleton.c
11623         (main): Rename to do_test.
11624
11625 2014-04-22  David S. Miller  <davem@davemloft.net>
11626
11627         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11628         (struct sigaction): New struct member __glibc_reserved0, change
11629         type of sa_flags to int.
11630
11631 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11632
11633         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11634         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11635
11636 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11637
11638         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11639         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11640
11641 2014-04-22  Will Newton  <will.newton@linaro.org>
11642             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11643
11644         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11645         (__longjmp): Add longjmp and longjmp_target SystemTap
11646         probes.
11647         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11648         (__sigsetjmp): Add setjmp SystemTap probe.
11649
11650 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11651
11652         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11653         match manual order.
11654
11655 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11656
11657         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11658
11659         * sysdeps/powerpc/fpu/fenv_private.h
11660         (libc_feholdexcept_setroundl_ctx): Define to
11661         libc_feholdexcept_setround_ppc_ctx.
11662         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11663         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11664         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11665         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11666
11667 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11668
11669         * sysdeps/aarch64/math-tests.h: New file.
11670
11671 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11672
11673         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11674         New.
11675         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11676         Check and set bit_AVX2_Usable.
11677         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11678         macro.
11679         (bit_AVX2): Likewise.
11680         (index_AVX2_Usable): Likewise.
11681         (CPUID_AVX2): Likewise.
11682         (HAS_AVX2): Likewise.
11683
11684 2014-04-17  Will Newton  <will.newton@linaro.org>
11685
11686         * manual/setjmp.texi (System V contexts): Add note that
11687         calling setcontext on a context created by a call to a
11688         signal handler is undefined.  Update text to note that
11689         setcontext from a signal handler is possible but not
11690         recommended.
11691
11692         [BZ #16629]
11693         * stdlib/tst-setcontext.c: Include signal.h.
11694         (main): Check that the signal stack before and
11695         after swapcontext is the same.
11696
11697         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11698         Re-implement to restore registers in user code and avoid
11699         rt_sigreturn system call.
11700
11701 2014-04-17  Wilco  <wdijkstr@arm.com>
11702
11703         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11704         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11705         * math/test-fenv.c: Skip exception trap tests on targets which only
11706         support non-stop mode.
11707
11708 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11709             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11710
11711         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11712         (libc_feholdsetround_aarch64_ctx)
11713         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11714         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11715         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11716         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11717         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11718         (libc_feresetround_noexl_ctx): Define.
11719
11720 2014-04-16  Richard Henderson  <rth@redhat.com>
11721
11722         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11723
11724         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11725         unwind tables.
11726
11727         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11728         const from the non-libc, non-ldso copy.
11729
11730         * sysdeps/alpha/libm-test-ulps: Regenerate.
11731
11732 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11733             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11734
11735         * sysdeps/aarch64/fpu/math_private.h: New file.
11736
11737 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11738
11739         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11740
11741 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11742
11743         [BZ #16275]
11744         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11745         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11746         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11747         Intel MPX bound registers before _dl_profile_fixup.
11748         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11749         registers after _dl_profile_fixup.  Save and restore bound
11750         registers bnd0/bnd1 when calling _dl_call_pltexit.
11751         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11752         (LR_BND_OFFSET): Likewise.
11753         (LRV_BND0_OFFSET): Likewise.
11754         (LRV_BND1_OFFSET): Likewise.
11755
11756 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11757
11758         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11759         to...
11760         * sysdeps/mach/hurd/i386/tls.h: ... here.
11761         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11762         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11763         fields.
11764
11765 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11766
11767         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11768
11769 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11770
11771         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11772
11773 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11774
11775         [BZ #14770]
11776         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11777         * sysdeps/s390/configure: Regenerate.
11778
11779         [BZ #16824]
11780         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11781         Set round-to-nearest internally to reduce error accumulation.
11782
11783 2014-04-16  Alan Modra  <amodra@gmail.com>
11784
11785         [BZ #16740]
11786         [BZ #16619]
11787         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11788         * math/libm-test.inc (frexp_test_data): Add tests.
11789         * NEWS: Update fixed bug list.
11790
11791 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11792
11793         * benchtests/Makefile: Depend on libraries in build directory.
11794         (bench-math): Separate out math tests.
11795         (bench-pthread): Separate out pthread tests.
11796         (bench): Include math and pthread tests.
11797
11798 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11799
11800         [BZ #16831]
11801         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11802         _dl_debug_initialize.
11803
11804         * configure.ac: Remove SELinux header check.
11805         * configure: Regenerate.
11806         * nscd/selinux.c (perms): Array of const char* to permission names.
11807         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11808         default policy. Call string_to_security_class and string_to_av_perm to
11809         translate strings. Enforce default policy and call avs_has_perm with
11810         results of translated strings.
11811
11812 2014-04-13  David S. Miller  <davem@davemloft.net>
11813
11814         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11815
11816 2014-04-12  Allan McRae  <allan@archlinux.org>
11817
11818         [BZ #16838]
11819         * manual/string.texi (Collation Functions): Fix qsort argument
11820         order in example.
11821         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11822
11823 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11824
11825         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11826         Make the test a no-op if there are no exceptions defined.
11827
11828 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11829
11830         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11831         enable-hardcoded-path-in-tests
11832
11833 2014-04-11  Will Newton  <will.newton@linaro.org>
11834
11835         * benchtests/Makefile (extra-objs): Add json-lib.o.
11836         (bench-func): Tidy up JSON output.
11837         * benchtests/bench-skeleton.c: Include json-lib.h.
11838         (main): Use JSON library functions to do output of
11839         benchmark results.
11840         * benchtests/bench-timing-type.c (main): Output the
11841         timing type simply, leaving formatting to the user.
11842         * benchtests/json-lib.c: New file.
11843         * benchtests/json-lib.h: Likewise.
11844
11845 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11846
11847         [BZ #15215]
11848         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11849         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11850         memory barriers.  Add comments.
11851         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11852         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11853         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11854         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11855         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11856         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11857
11858 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11859
11860         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11861         * sysdeps/s390/s390-64/configure.ac: ... this ...
11862         * sysdeps/s390/configure.ac: ... to here.
11863         * sysdeps/s390/s390-32/configure: Delete file.
11864         * sysdeps/s390/s390-64/configure: Delete file.
11865         * sysdeps/s390/configure: Regenerate.
11866
11867 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11868
11869         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11870
11871 2014-04-11  Will Newton  <will.newton@linaro.org>
11872
11873         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11874         to zero if it is not defined elsewhere.  (mtrim): Test
11875         the value of MALLOC_DEBUG with #if rather than #ifdef.
11876
11877 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11878
11879         * benchtests/pthread_once-inputs: New file.
11880         * benchtests/pthread_once-source.c: New file.
11881         * benchtests/README: Update documentation.
11882
11883 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11884             H.J. Lu  <hongjiu.lu@intel.com>
11885
11886         [BZ #16275]
11887         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11888         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11889         * sysdeps/x86_64/configure: Regenerated.
11890         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11891         macro.
11892         (REGISTER_SAVE_RAX): Likewise.
11893         (REGISTER_SAVE_RCX): Likewise.
11894         (REGISTER_SAVE_RDX): Likewise.
11895         (REGISTER_SAVE_RSI): Likewise.
11896         (REGISTER_SAVE_RDI): Likewise.
11897         (REGISTER_SAVE_R8): Likewise.
11898         (REGISTER_SAVE_R9): Likewise.
11899         (REGISTER_SAVE_BND0): Likewise.
11900         (REGISTER_SAVE_BND1): Likewise.
11901         (REGISTER_SAVE_BND2): Likewise.
11902         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11903         bound registers when calling _dl_fixup.
11904
11905 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11906
11907         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11908         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11909         of its definition.
11910         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11911         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11912         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11913         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11914         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11915         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11916         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11917
11918 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11919
11920         [BZ #15514]
11921         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11922         pathconf(_PC_NAME_MAX).
11923
11924 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11925
11926         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11927         Remove macro usage.
11928         (__PTHREAD_SPINS): Move definition to ...
11929         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11930         (__PTHREAD_SPINS): ... here.
11931         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11932         (__PTHREAD_SPIN): Likewise.
11933         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11934         (__PTHREAD_SPIN): Likewise.
11935         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11936         (__PTHREAD_SPIN): Likewise.
11937         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11938         (__PTHREAD_SPIN): Likewise.
11939         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11940         (__PTHREAD_SPIN): Likewise.
11941         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11942         (__PTHREAD_SPIN): Likewise.
11943         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11944         (__PTHREAD_SPIN): Likewise.
11945         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11946         (__PTHREAD_SPIN): Likewise.
11947         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11948         (__PTHREAD_SPIN): Likewise.
11949         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11950         (__PTHREAD_SPIN): Likewise.
11951         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11952         (__PTHREAD_SPIN): Likewise.
11953         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11954         (__PTHREAD_SPIN): Likewise.
11955
11956         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11957         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11958         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11959         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11960         imply folder.
11961         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11962         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11963         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11964         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11965         correct imply path.
11966         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11967         strlen symbol for non multi-arch builds.
11968         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11969         missing hidden_def and weak_alias.
11970
11971 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11972
11973         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11974
11975 2014-04-07  Will Newton  <will.newton@linaro.org>
11976
11977         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11978         and contents.  [!_LIBC] Remove #ifndef and contents.
11979         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11980         * string/memccpy.c (__memccpy): Use ANSI prototype.
11981         * string/memfrob.c (memfrob): Likewise.
11982         * string/strcoll.c (STRCOLL): Likewise.
11983         * string/strlen.c (strlen): Likewise.
11984         * string/strtok.c (STRTOK): Likewise.
11985         * string/strcat.c: Remove unused #include of memcopy.h.
11986         (strcat): Use ANSI prototype.
11987         * string/strchr.c: Remove unused #include of memcopy.h.
11988         (strchr): Use ANSI prototype.
11989         * string/strcmp.c: Remove unused #include of memcopy.h.
11990         (strcmp): Use ANSI prototype.
11991         * string/strcpy.c: Remove unused #include of memcopy.h.
11992         (strcpy): Use ANSI prototype.
11993
11994 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11995
11996         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11997         * config.make.in (config-extra-cppflags): Set it from
11998         libc_extra_cppflags.
11999         * configure.ac (libc_extra_cflags): Make it accumulate over
12000         configure fragments.
12001         (libc_extra_cppflags): New flag.
12002         * configure. Regenerate.
12003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
12004         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
12005         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
12006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
12007
12008         [BZ #16815]
12009         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
12010         result for FE_DOWNWARD rounding mode.
12011         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
12012         Likewise.
12013         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12014
12015 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
12016
12017         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
12018         in function argument name.
12019
12020 2014-04-03  David Svoboda  <svoboda@cert.org>
12021
12022         [BZ #5666]
12023         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
12024         explicitly.
12025
12026 2014-04-03  Roland McGrath  <roland@hack.frob.com>
12027
12028         * elf/dl-unmap-segments.h: New file.
12029         * sysdeps/generic/ldsodefs.h
12030         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
12031         * elf/dl-close.c: Include <dl-unmap-segments.h>.
12032         * elf/dl-fptr.c: Likewise.
12033         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
12034         * sysdeps/aarch64/tlsdesc.c: Likewise.
12035         * sysdeps/arm/tlsdesc.c: Likewise.
12036         * sysdeps/i386/tlsdesc.c: Likewise.
12037         * sysdeps/tile/dl-runtime.c: Likewise.
12038         * sysdeps/x86_64/tlsdesc.c: Likewise.
12039         * elf/dl-load.h: New file.
12040         * elf/dl-load.c: Include it.
12041         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
12042         Macros moved to dl-load.h.
12043         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
12044         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
12045         Use _dl_unmap_segments in place of __munmap.
12046         Break out segment-mapping loop into ...
12047         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
12048
12049 2014-04-03  Will Newton  <will.newton@linaro.org>
12050
12051         * elf/dl-lookup.c (do_lookup_x): Remove comment
12052         referring to nested function and move variable
12053         declarations down to before first use.
12054
12055 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
12056
12057         [BZ #16799]
12058         [BZ #16800]
12059         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
12060         with 0 numerator.
12061         * math/s_catanf.c (__catanf): Likewise.
12062         * math/s_catanh.c (__catanh): Likewise.
12063         * math/s_catanhf.c (__catanhf): Likewise.
12064         * math/s_catanhl.c (__catanhl): Likewise.
12065         * math/s_catanl.c (__catanl): Likewise.
12066         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
12067         by positive zero when computing -Inf result.
12068         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
12069         (catanh_test): Likewise.
12070         * sysdeps/i386/fpu/libm-test-ulps: Update.
12071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12072
12073         [BZ #16789]
12074         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
12075         instead of using underflowing value in computing result.
12076         * math/s_clog10.c (__clog10): Likewise.
12077         * math/s_clog10f.c (__clog10f): Likewise.
12078         * math/s_clog10l.c (__clog10l): Likewise.
12079         * math/s_clogf.c (__clogf): Likewise.
12080         * math/s_clogl.c (__clogl): Likewise.
12081         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
12082         (clog10_test): Likewise.
12083         * sysdeps/i386/fpu/libm-test-ulps: Update.
12084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12085
12086 2014-04-02  Alan Modra  <amodra@gmail.com>
12087
12088         [BZ #16739]
12089         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
12090         output when value is near a power of two.  Use int64_t for lx and
12091         remove casts.  Use decimal rather than hex exponent constants.
12092         Don't use long double multiplication when double will suffice.
12093         * math/libm-test.inc (nextafter_test_data): Add tests.
12094         * NEWS: Add 16739 and 16786 to bug list.
12095
12096         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
12097
12098         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
12099
12100 2014-04-01  Will Newton  <will.newton@linaro.org>
12101
12102         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
12103         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
12104
12105 2014-04-01  Florian Weimer  <fweimer@redhat.com>
12106
12107         [BZ #13347]
12108         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
12109         * nptl/tst-setuid2.c: New file.
12110         * nptl/Makefile (xtests): Add tst-setuid2.
12111
12112 2014-04-01  Alan Modra  <amodra@gmail.com>
12113
12114         [BZ #16786]
12115         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
12116
12117 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12118
12119         [BZ #6803]
12120         [BZ #6804]
12121         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
12122         set errno as appropriate.
12123         * math/w_scalbf.c (__scalbf): Likewise.
12124         * math/w_scalbl.c (__scalbl): Likewise.
12125         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
12126         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
12127         * math/libm-test.inc (scalb_test_data): Add errno expectations.
12128         Add more NaN tests.
12129
12130         [BZ #16349]
12131         * math/w_atan2.c: Include <errno.h>.
12132         (__atan2): Set errno for result underflowing to zero.
12133         * math/w_atan2f.c: Include <errno.h>.
12134         (__atan2f): Set errno for result underflowing to zero.
12135         * math/w_atan2l.c: Include <errno.h>.
12136         (__atan2l): Set errno for result underflowing to zero.
12137         * math/auto-libm-test-in: Don't allow missing errno for some atan2
12138         tests.
12139         * math/auto-libm-test-out: Regenerated.
12140
12141 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12142
12143         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
12144         Encode instruction correctly in little endian.
12145         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
12146         Likewise.
12147         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
12148         Likewise.
12149         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
12150         Likewise.
12151         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
12152         Likewise.
12153
12154 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
12155
12156         [BZ #9894]
12157         * sysdeps/unix/sysv/linux/kernel-features.h
12158         [__sparc__ && !__arch64__ && !__sparc_v9__]
12159         (__ASSUME_SET_ROBUST_LIST): Do not define.
12160         [__sparc__ && !__arch64__ && !__sparc_v9__]
12161         (__ASSUME_FUTEX_LOCK_PI): Likewise.
12162         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
12163         Likewise.
12164         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12165         (__ASSUME_FUTEX_LOCK_PI): Undefine.
12166         (__ASSUME_REQUEUE_PI): Likewise.
12167         (__ASSUME_SET_ROBUST_LIST): Likewise.
12168         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12169         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
12170         Undefine.
12171         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12172         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
12173         Likewise.
12174         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
12175         Likewise.
12176         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
12177         Likewise.
12178         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12179         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
12180         Undefine.
12181         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
12182         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
12183         Likewise.
12184
12185         [BZ #16648]
12186         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12187         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
12188         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
12189
12190 2014-03-31  Will Newton  <will.newton@linaro.org>
12191
12192         * benchtests/Makefile (bench): Add ffs and ffsll to list
12193         of tests.
12194         * benchtests/ffs-inputs: New file.
12195         * benchtests/ffsll-inputs: Likewise.
12196
12197 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
12198
12199         [BZ #16770]
12200         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
12201         too large before casting to int.
12202         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
12203         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
12204         * math/libm-test.inc (scalb_test_data): Add more tests.
12205
12206 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
12207
12208         * benchtests/Makefile (DETAILED_OPT): New make option.
12209         (bench-func): Run benchmark program with -d if DETAILED_OPT is
12210         set.
12211         * benchtests/bench-skeleton.c: Include stdbool.h.
12212         (main): Store and print timings per input.
12213         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12214         member to each argument value.
12215         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12216         (_print_arg_data): Initialize per-input timing to 0.
12217
12218         * benchtests/Makefile (timing-type): New binary.
12219         (bench-clean): Also remove bench-timing-type.
12220         (bench): New target for timing-type.
12221         (bench-func): Print output in JSON format.
12222         * benchtests/bench-skeleton.c (main): Print output in JSON
12223         format.
12224         * benchtests/bench-timing-type.c: New file.
12225         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12226         (TIMING_PRINT_STATS): Remove.
12227         * benchtests/scripts/bench.py (_print_arg_data): Store variant
12228         name separately.
12229
12230         * benchtests/bench-modf.c: Remove.
12231         * benchtests/modf-inputs: New inputs file.
12232
12233 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
12234
12235         [BZ #16362]
12236         * math/s_clog10.c (M_PI_LOG10E): New macro.
12237         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12238         imaginary parts are 0.
12239         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12240         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12241         imaginary parts are 0.
12242         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12243         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12244         imaginary parts are 0.
12245         * math/libm-test.inc (clog10_test_data): Update expected results
12246         for when real and imaginary parts are 0.
12247
12248 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12249
12250         * elf/dl-load.c: Finish conversion of __builtin_expect into
12251         __glibc_{un}likely.
12252
12253 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12254
12255         [BZ #16348]
12256         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12257         1+x for argument with exponent below -67.
12258         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12259         Likewise.
12260         * math/auto-libm-test-in: Add more tests of exp.
12261         * math/auto-libm-test-out: Regenerated.
12262
12263 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12264
12265         [BZ #16759]
12266         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12267         (nscd_getnetgrent): Use it.
12268
12269         [BZ #16760]
12270         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12271         of stpcpy.
12272
12273 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12274
12275         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12276         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12277         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12278         (lll_robust_unlock): Remove out of line section. Use cfi
12279         intrinsics.
12280         (LLL_STUB_UNWIND_INFO*): Remove.
12281         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12282         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12283         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12284         (lll_robust_unlock): Remove out of line section. Use cfi
12285         intrinsics.
12286         (LLL_STUB_UNWIND_INFO*): Remove.
12287
12288 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12289
12290         [BZ #16758]
12291         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12292         blank values.
12293
12294 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12295
12296         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12297
12298 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12299
12300         [BZ #16198]
12301         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12302         fnstenv.
12303         * math/test-fenv-preserve.c: New file.
12304         * math/Makefile (tests): Add test-fenv-preserve.
12305
12306 2014-03-26  Will Newton <will.newton@linaro.org>
12307
12308         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12309
12310 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12311
12312         * scripts/versionlist.awk: Partition the version sets and emit all
12313         GLIBC_* (sorted) before all others (sorted).
12314
12315 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12316
12317         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12318         GLIBC_2.2.5 version.
12319
12320 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12321
12322         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12323         calls.
12324
12325         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12326         previous change.
12327
12328         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12329
12330 2014-03-25  Andreas Schwab  <schwab@suse.de>
12331
12332         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12333         label to be used after in6ailist is initialized.
12334
12335 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12336
12337         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12338         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12339
12340 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12341
12342         [BZ #16357]
12343         [BZ #16599]
12344         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12345         min_plus_half.
12346         (fp_formats): Update initializers.
12347         (init_fp_formats): Initialize new field.
12348         (output_for_one_input_case): Allow underflow for results up to
12349         min_plus_half.
12350         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12351         * math/auto-libm-test-in: Don't mark some underflows from asin and
12352         atanh as spurious.
12353         * math/auto-libm-test-out: Regenerated.
12354         * sysdeps/i386/fpu/libm-test-ulps: Update.
12355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12356
12357 2014-03-25  Andreas Schwab  <schwab@suse.de>
12358
12359         * libio/Makefile (tst-ftell-partial-wide-ENV)
12360         (tst-ftell-active-handler-ENV): Define.
12361
12362 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12363
12364         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12365
12366 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12367
12368         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12369
12370 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12371
12372         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12373         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12374         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12375
12376 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12377
12378         [BZ #16634]
12379         * elf/dl-load.c (open_verify): Add mode parameter.
12380         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12381         (open_path): Change from boolean 'secure' to complete flag 'mode'
12382         (_dl_map_object): Adjust.
12383         * elf/Makefile (tests): Add tst-dlopen-aout.
12384         * elf/tst-dlopen-aout.c: New test.
12385
12386 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12387
12388         [BZ #16714]
12389         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12390         (struct stat): Rename member pad0 to __glibc_reserved0.
12391
12392         [BZ #16712]
12393         * sysdeps/s390/s390-32/bits/wordsize.h
12394         (__WORDSIZE32_SIZE_ULONG): New define.
12395         * sysdeps/s390/s390-64/bits/wordsize.h
12396         (__WORDSIZE32_SIZE_ULONG): Likewise.
12397         * sysdeps/generic/stdint.h (SIZE_MAX):
12398         Define as UL if __WORDSIZE32_SIZE_ULONG.
12399
12400         [BZ #16713]
12401         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12402         (__glibc_reserved0): New variable.
12403         (sa_flags): Change type to int.
12404
12405         * posix/Makefile (before-compile): Use += before-compile instead
12406         of a :=.
12407
12408         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12409         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12410
12411 2014-03-20  Andreas Schwab  <schwab@suse.de>
12412
12413         [BZ #16743]
12414         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12415         non-matching result from nscd.
12416
12417 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12418
12419         * scripts/bench.py: Moved to ...
12420         * benchtests/scripts/bench.py: ... here.
12421         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12422
12423 2014-03-24  Andreas Schwab  <schwab@suse.de>
12424
12425         [BZ #16002]
12426         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12427         alloca_account and account alloca use for struct in6ailist.
12428
12429 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12430
12431         [BZ #16284]
12432         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12433         rounding mode to recompute results that overflow to infinity or
12434         underflow to zero.
12435         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12436         bug 16284.
12437         * math/auto-libm-test-out: Regenerated.
12438         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12439         (ccosh_test): Likewise.
12440         (csin_test_data): Use plus_oflow.
12441         (csin_test): Use ALL_RM_TEST.
12442         (csinh_test_data): Use plus_oflow.
12443         (csinh_test): Use ALL_RM_TEST.
12444         * sysdeps/i386/fpu/libm-test-ulps: Update.
12445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12446
12447 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12448
12449         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12450         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12451         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12452
12453         [BZ #16731]
12454         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12455         when x - 1 is zero.
12456         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12457         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12458         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12459         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12460         argument is 1.
12461         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12462         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12463         zero.
12464         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12465         * sysdeps/i386/fpu/libm-test-ulps: Update.
12466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12467
12468 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12469
12470         * scripts/bench.pl: Remove file.
12471         * scripts/bench.py: New benchmark script.
12472         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12473         * benchtests/README: Mention python dependency.
12474         * scripts/pylintrc: New file.
12475         * scripts/pylint: New file.
12476
12477         * bits/mathdef.h: Use #ifdef instead of #if.
12478         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12479         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12480         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12481         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12482         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12483         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12484
12485 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12486             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12487
12488         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12489         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12490         and strpbrk-ppc64 objects.
12491         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12492         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12493         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12494         multiarch strpbrk for POWER7.
12495         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12496         multiarch strpbrk for PPC64.
12497         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12498         ifunc selector.
12499         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12500         strpbrk for POWER7.
12501
12502 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12503
12504         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12505         (atan_test): Likewise.
12506         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12507         (atanh_test): Use ALL_RM_TEST.
12508         (atan2_test_data): Likewise.
12509         (cabs_test): Likewise.
12510         (cacosh_test): Likewise.
12511         (carg_test): Likewise.
12512         (casin_test): Likewise.
12513         (casinh_test): Likewise.
12514         (cbrt_test): Likewise.
12515         (csqrt_test): Likewise.
12516         (erf_test): Likewise.
12517         (erfc_test): Likewise.
12518         (pow10_test): Likewise.
12519         (exp2_test): Likewise.
12520         (hypot_test): Likewise.
12521         (j0_test): Likewise.
12522         (j1_test): Likewise.
12523         (lgamma_test): Likewise.
12524         (gamma_test): Likewise.
12525         (sincos_test): Likewise.
12526         (tanh_test): Likewise.
12527         (y0_test): Likewise.
12528         (y1_test): Likewise.
12529         * sysdeps/i386/fpu/libm-test-ulps: Update.
12530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12531
12532 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12533
12534         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12535         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12536         and strcspn-ppc64 objects.
12537         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12538         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12539         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12540         multiarch strcspn for POWER7.
12541         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12542         multiarch strcspn for PPC64.
12543         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12544         ifunc selector.
12545         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12546         strcspn for POWER7.
12547
12548 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12549
12550         * math/gen-libm-test.pl (generate_testfile): Expect only function
12551         name as argument to AUTO_TESTS_* and pass results for all rounding
12552         modes to parse_args.
12553         (parse_auto_input): Separate inputs of automatic tests from
12554         outputs before storing in %auto_tests.
12555         * math/libm-test.inc (acos_test_data): Update call to
12556         AUTO_TESTS_f_f.
12557         (acos_test): Use ALL_RM_TEST.
12558         (acos_tonearest_test_data): Remove.
12559         (acos_test_tonearest): Likewise.
12560         (acos_towardzero_test_data): Likewise.
12561         (acos_test_towardzero): Likewise.
12562         (acos_downward_test_data): Likewise.
12563         (acos_test_downward): Likewise.
12564         (acos_upward_test_data): Likewise.
12565         (acos_test_upward): Likewise.
12566         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12567         (asin_test_data): Likewise.
12568         (asin_test): Use ALL_RM_TEST.
12569         (asin_tonearest_test_data): Remove.
12570         (asin_test_tonearest): Likewise.
12571         (asin_towardzero_test_data): Likewise.
12572         (asin_test_towardzero): Likewise.
12573         (asin_downward_test_data): Likewise.
12574         (asin_test_downward): Likewise.
12575         (asin_upward_test_data): Likewise.
12576         (asin_test_upward): Likewise.
12577         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12578         (atan_test_data): Likewise.
12579         (atanh_test_data): Likewise.
12580         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12581         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12582         (carg_test_data): Likewise.
12583         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12584         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12585         (ccosh_test_data): Likewise.
12586         (cexp_test_data): Likewise.
12587         (clog_test_data): Likewise.
12588         (clog10_test_data): Likewise.
12589         (cos_test_data): Update call to AUTO_TESTS_f_f.
12590         (cos_test): Use ALL_RM_TEST.
12591         (cos_tonearest_test_data): Remove.
12592         (cos_test_tonearest): Likewise.
12593         (cos_towardzero_test_data): Likewise.
12594         (cos_test_towardzero): Likewise.
12595         (cos_downward_test_data): Likewise.
12596         (cos_test_downward): Likewise.
12597         (cos_upward_test_data): Likewise.
12598         (cos_test_upward): Likewise.
12599         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12600         (cosh_test): Use ALL_RM_TEST.
12601         (cosh_tonearest_test_data): Remove.
12602         (cosh_test_tonearest): Likewise.
12603         (cosh_towardzero_test_data): Likewise.
12604         (cosh_test_towardzero): Likewise.
12605         (cosh_downward_test_data): Likewise.
12606         (cosh_test_downward): Likewise.
12607         (cosh_upward_test_data): Likewise.
12608         (cosh_test_upward): Likewise.
12609         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12610         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12611         (ctan_test_data): Likewise.
12612         (ctan_test): Use ALL_RM_TEST.
12613         (ctan_tonearest_test_data): Remove.
12614         (ctan_test_tonearest): Likewise.
12615         (ctan_towardzero_test_data): Likewise.
12616         (ctan_test_towardzero): Likewise.
12617         (ctan_downward_test_data): Likewise.
12618         (ctan_test_downward): Likewise.
12619         (ctan_upward_test_data): Likewise.
12620         (ctan_test_upward): Likewise.
12621         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12622         (ctanh_test): Use ALL_RM_TEST.
12623         (ctanh_tonearest_test_data): Remove.
12624         (ctanh_test_tonearest): Likewise.
12625         (ctanh_towardzero_test_data): Likewise.
12626         (ctanh_test_towardzero): Likewise.
12627         (ctanh_downward_test_data): Likewise.
12628         (ctanh_test_downward): Likewise.
12629         (ctanh_upward_test_data): Likewise.
12630         (ctanh_test_upward): Likewise.
12631         (erf_test_data): Update call to AUTO_TESTS_f_f.
12632         (erfc_test_data): Likewise.
12633         (exp_test_data): Likewise.
12634         (exp_test): Use ALL_RM_TEST.
12635         (exp_tonearest_test_data): Remove.
12636         (exp_test_tonearest): Likewise.
12637         (exp_towardzero_test_data): Likewise.
12638         (exp_test_towardzero): Likewise.
12639         (exp_downward_test_data): Likewise.
12640         (exp_test_downward): Likewise.
12641         (exp_upward_test_data): Likewise.
12642         (exp_test_upward): Likewise.
12643         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12644         (exp10_test): Use ALL_RM_TEST.
12645         (exp10_tonearest_test_data): Remove.
12646         (exp10_test_tonearest): Likewise.
12647         (exp10_towardzero_test_data): Likewise.
12648         (exp10_test_towardzero): Likewise.
12649         (exp10_downward_test_data): Likewise.
12650         (exp10_test_downward): Likewise.
12651         (exp10_upward_test_data): Likewise.
12652         (exp10_test_upward): Likewise.
12653         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12654         (expm1_test_data): Likewise.
12655         (expm1_test): Use ALL_RM_TEST.
12656         (expm1_tonearest_test_data): Remove.
12657         (expm1_test_tonearest): Likewise.
12658         (expm1_towardzero_test_data): Likewise.
12659         (expm1_test_towardzero): Likewise.
12660         (expm1_downward_test_data): Likewise.
12661         (expm1_test_downward): Likewise.
12662         (expm1_upward_test_data): Likewise.
12663         (expm1_test_upward): Likewise.
12664         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12665         (fma_test): Use ALL_RM_TEST.
12666         (fma_towardzero_test_data): Remove.
12667         (fma_test_towardzero): Likewise.
12668         (fma_downward_test_data): Likewise.
12669         (fma_test_downward): Likewise.
12670         (fma_upward_test_data): Likewise.
12671         (fma_test_upward): Likewise.
12672         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12673         (j0_test_data): Update call to AUTO_TESTS_f_f.
12674         (j1_test_data): Likewise.
12675         (jn_test_data): Update call to AUTO_TESTS_if_f.
12676         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12677         (log_test_data): Update call to AUTO_TESTS_f_f.
12678         (log10_test_data): Likewise.
12679         (log1p_test_data): Likewise.
12680         (log2_test_data): Likewise.
12681         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12682         (pow_tonearest_test_data): Likewise.
12683         (sin_test_data): Update call to AUTO_TESTS_f_f.
12684         (sin_test): Use ALL_RM_TEST.
12685         (sin_tonearest_test_data): Remove.
12686         (sin_test_tonearest): Likewise.
12687         (sin_towardzero_test_data): Likewise.
12688         (sin_test_towardzero): Likewise.
12689         (sin_downward_test_data): Likewise.
12690         (sin_test_downward): Likewise.
12691         (sin_upward_test_data): Likewise.
12692         (sin_test_upward): Likewise.
12693         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12694         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12695         (sinh_test): Use ALL_RM_TEST.
12696         (sinh_tonearest_test_data): Remove.
12697         (sinh_test_tonearest): Likewise.
12698         (sinh_towardzero_test_data): Likewise.
12699         (sinh_test_towardzero): Likewise.
12700         (sinh_downward_test_data): Likewise.
12701         (sinh_test_downward): Likewise.
12702         (sinh_upward_test_data): Likewise.
12703         (sinh_test_upward): Likewise.
12704         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12705         (sqrt_test): Use ALL_RM_TEST.
12706         (sqrt_tonearest_test_data): Remove.
12707         (sqrt_test_tonearest): Likewise.
12708         (sqrt_towardzero_test_data): Likewise.
12709         (sqrt_test_towardzero): Likewise.
12710         (sqrt_downward_test_data): Likewise.
12711         (sqrt_test_downward): Likewise.
12712         (sqrt_upward_test_data): Likewise.
12713         (sqrt_test_upward): Likewise.
12714         (tan_test_data): Update call to AUTO_TESTS_f_f.
12715         (tan_test): Use ALL_RM_TEST.
12716         (tan_tonearest_test_data): Remove.
12717         (tan_test_tonearest): Likewise.
12718         (tan_towardzero_test_data): Likewise.
12719         (tan_test_towardzero): Likewise.
12720         (tan_downward_test_data): Likewise.
12721         (tan_test_downward): Likewise.
12722         (tan_upward_test_data): Likewise.
12723         (tan_test_upward): Likewise.
12724         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12725         (tgamma_test_data): Likewise.
12726         (y0_test_data): Likewise.
12727         (y1_test_data): Likewise.
12728         (yn_test_data): Update call to AUTO_TESTS_if_f.
12729         (main): Do not call removed functions.
12730
12731 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12732
12733         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12734         (ldexp_test_data): Remove.
12735         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12736         scalbn_test_data.
12737         (scalb_test): Use ALL_RM_TEST.
12738
12739 2014-03-19  Andreas Schwab  <schwab@suse.de>
12740
12741         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12742
12743 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12744
12745         [BZ #16649]
12746         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12747         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12748         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12749         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12750         (__ASSUME_PREADV): Undefine.
12751         (__ASSUME_PWRITEV): Likewise.
12752
12753 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12754
12755         * bits/mman-linux.h: Add comment about non-Linux use.
12756         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12757         bits/mman-linux.h resting place.
12758
12759         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12760         * bits/mman-linux.h: ... here.
12761
12762 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12763
12764         * conform/conformtest.pl: Add standard definition when calling C
12765         preprocessor on data files.
12766         (checknamespace): Remove unused variable.
12767
12768 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12769
12770         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12771         minus_oflow, plus_uflow and minus_uflow in expected results.
12772         * math/libm-test.inc (scalbn_test_data): Add more tests of
12773         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12774         minus_uflow.
12775         (scalbn_test): Use ALL_RM_TEST.
12776         (scalbln_test_data): Add more tests of negative arguments.  Use
12777         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12778         (scalbln_test): Use ALL_RM_TEST.
12779
12780 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12781
12782         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12783
12784 2014-03-18  Will Newton  <will.newton@linaro.org>
12785
12786         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12787         inaccurate comment.
12788
12789 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12790
12791         * Makerules [!subdir] (check-abi): Exit with error status if a
12792         test failed.
12793
12794 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12795
12796         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12797         for rint.  Include results for all rounding modes.
12798         (nearbyint_test): Use ALL_RM_TEST.
12799         (rint_test_data): Include all tests used for nearbyint.
12800
12801 2014-03-17  Will Newton  <will.newton@linaro.org>
12802
12803         * nptl/sysdeps/pthread/pthread.h: Revert previous
12804         change.
12805
12806         * sysdeps/generic/ldsodefs.h: Revert previous
12807         change.
12808
12809         * libio/genops.c: Revert previous change.
12810         * libio/libioP.h: Likewise.
12811         * stdio-common/vfprintf.c: Likewise.
12812
12813         * sysdeps/generic/math_private.h: Revert previous
12814         change.
12815
12816         * sysdeps/generic/math_private.h: Check whether
12817         HAVE_RM_CTX is defined with #ifdef rather
12818         than #if.
12819
12820         * argp/argp-fmtstream.h: Check whether
12821         __STRICT_ANSI__ is defined with #ifdef rather
12822         than #if.
12823         * argp/argp.h: Likewise.
12824
12825         * libio/genops.c: Check whether
12826         _IO_JUMPS_OFFSET is defined with #ifdef rather
12827         than #if.
12828         * libio/libioP.h: Likewise.
12829         * stdio-common/vfprintf.c: Likewise.
12830
12831         * sysdeps/generic/ldsodefs.h: Check whether
12832         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12833         than #if.
12834
12835         * nptl/sysdeps/pthread/pthread.h: Check
12836         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12837         its value.
12838
12839 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12840
12841         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12842         setting O_APPEND.
12843         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12844         test case.
12845
12846         [BZ #16680]
12847         * libio/fileops.c (_IO_file_open): Seek to end of file but
12848         don't cache the offset.
12849         (get_file_offset): Remove function.
12850         (do_ftell): Use cached offset when available.
12851         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12852         don't cache the offset.
12853         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12854         case.
12855         (do_one_test): Call it.
12856         (do_ftell_test): Fix up expected old offset for a+ mode.
12857         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12858         available.
12859
12860         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12861         up test status with function return status.
12862         (do_write_test): Likewise.
12863         (do_append_test): Likewise.
12864
12865         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12866         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12867         Remove.
12868
12869 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12870
12871         * math/gen-libm-test.pl (parse_args): Handle results specified for
12872         each rounding mode separately.
12873         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12874         tests and results from lrint_tonearest_test_data,
12875         lrint_towardzero_test_data, lrint_downward_test_data and
12876         lrint_upward_test_data.
12877         (lrint_test): Use ALL_RM_TEST.
12878         (lrint_tonearest_test_data): Remove.
12879         (lrint_test_tonearest): Likewise.
12880         (lrint_towardzero_test_data): Likewise.
12881         (lrint_test_towardzero): Likewise.
12882         (lrint_downward_test_data): Likewise.
12883         (lrint_test_downward): Likewise.
12884         (lrint_upward_test_data): Likewise.
12885         (lrint_test_upward): Likewise.
12886         (llrint_test_data): Merge in per-rounding-mode tests and results
12887         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12888         llrint_downward_test_data and llrint_upward_test_data.
12889         (llrint_test): Use ALL_RM_TEST.
12890         (llrint_tonearest_test_data): Remove.
12891         (llrint_test_tonearest): Likewise.
12892         (llrint_towardzero_test_data): Likewise.
12893         (llrint_test_towardzero): Likewise.
12894         (llrint_downward_test_data): Likewise.
12895         (llrint_test_downward): Likewise.
12896         (llrint_upward_test_data): Likewise.
12897         (llrint_test_upward): Likewise.
12898         (rint_test_data): Merge in per-rounding-mode tests and results
12899         from rint_tonearest_test_data, rint_towardzero_test_data,
12900         rint_downward_test_data and rint_upward_test_data.  Add
12901         per-rounding-mode results for tests not in those arrays.
12902         (rint_test): Use ALL_RM_TEST.
12903         (rint_tonearest_test_data): Remove.
12904         (rint_test_tonearest): Likewise.
12905         (rint_towardzero_test_data): Likewise.
12906         (rint_test_towardzero): Likewise.
12907         (rint_downward_test_data): Likewise.
12908         (rint_test_downward): Likewise.
12909         (rint_upward_test_data): Likewise.
12910         (rint_test_upward): Likewise.
12911         (main): Don't call removed functions.
12912
12913 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12914
12915         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12916         "Compiled on ..." crapola.  It is anti-useful.
12917
12918 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12919
12920         * scripts/evaluate-test.sh: Handle fourth argument to determine
12921         whether test run should stop on failure.
12922         * Makeconfig (stop-on-test-failure): New variable.
12923         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12924         $(stop-on-test-failure).
12925         * Makefile (tests): Give a summary of results from testing and
12926         exit with failure status if they include an ERROR or FAIL.
12927         (xtests): Likewise.
12928         * manual/install.texi (Configuring and compiling): Mention
12929         stop-on-test-failure=y.
12930         * INSTALL: Regenerated.
12931
12932 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12933
12934         * scripts/versionlist.awk: New file.
12935         * Makerules [$(build-shared) = yes]
12936         (postclean-generated): Add Versions.def, not Versions.def.v and
12937         Versions.def.v.i.
12938         ($(common-objpfx)Versions.def.v.i): Target removed.
12939         ($(common-objpfx)Versions.def): New target.
12940         ($(common-objpfx)Versions.all): Depend on that rather that
12941         $(common-objpfx)Versions.def.v.
12942         * Versions.def: File removed.
12943
12944         * Makeconfig (+gccwarn): Add -Wundef.
12945         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12946         a dl-sysdep.h breaking its contract.
12947         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12948         * include/stackinfo.h: New file.
12949         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12950         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12951         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12952         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12953         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12954         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12955         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12956         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12957         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12958         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12959         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12960         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12961         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12962         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12963         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12964
12965 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12966
12967         [BZ #16707]
12968         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12969         implementation.
12970         * math/libm-test.inc (round_test_data): Add more tests.
12971
12972         [BZ #16706]
12973         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12974         implementation.
12975         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12976
12977         [BZ #16701]
12978         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12979         implementation.
12980         * math/libm-test.inc (ceil_test_data): Add more tests.
12981
12982         * math/libm-test.inc (trunc_test_data): Add more tests related to
12983         BZ#16414.
12984
12985 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12986
12987         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12988         with #if rather than #ifdef.
12989         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12990
12991 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12992
12993         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12994         first.  Disable AVX-512 GCC support if assembler doesn't support
12995         it.
12996         * sysdeps/x86_64/configure: Regenerated.
12997
12998 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12999
13000         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
13001         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
13002         (__old_pthread_attr_setstack): Likewise.
13003         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
13004         [!_STACK_GROWS_DOWN]: Likewise.
13005
13006 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
13007
13008         * config.make.in (have-bash2): Delete.
13009         * configure.ac (libc_cv_have_bash2): Delete.
13010         * configure: Regenerate.
13011         * elf/Makefile (common-ldd-rewrite): Rename to ...
13012         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
13013         (sh-ldd-rewrite): Delete.
13014         (bash-ldd-rewrite): Delete.
13015         (have-bash2): Delete checks.
13016         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
13017         ldd-rewrite.
13018
13019         * config.make.in (have-ksh): Delete.
13020         (KSH): Delete.
13021         * configure.ac (libc_cv_have_ksh): Delete.
13022         * configure: Regenerate.
13023
13024         * elf/Makefile: Delete $(have-ksh) check.
13025         ($(objpfx)sotruss): Change KSH to BASH.
13026         * elf/sotruss.ksh: Rename to ...
13027         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
13028         function style to match POSIX.  Drop ksh vim mode setting.
13029
13030         * manual/time.texi (Specifying the Time Zone with TZ): Change
13031         Tuesday to Thursday.
13032
13033         * debug/tst-longjmp_chk2.c: Update header comment.
13034         (stackoverflow_handler): Add comment.  Call assert on pass value.
13035
13036 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
13037
13038         [BZ #16194]
13039         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
13040         (HAVE_AVX512_ASM_SUPPORT): Likewise.
13041         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
13042         (La_x86_64_vector): Add zmm.
13043         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
13044         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
13045         ($(objpfx)tst-audit10): New target.
13046         ($(objpfx)tst-audit10.out): Likewise.
13047         (tst-audit10-ENV): New.
13048         (AVX512-CFLAGS): Likewise.
13049         (CFLAGS-tst-audit10.c): Likewise.
13050         (CFLAGS-tst-auditmod10a.c): Likewise.
13051         (CFLAGS-tst-auditmod10b.c): Likewise.
13052         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
13053         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
13054         * sysdeps/x86_64/configure: Regenerated.
13055         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
13056         AVX-512 zmm register support.
13057         (_dl_x86_64_save_sse): Likewise.
13058         (_dl_x86_64_restore_sse): Likewise.
13059         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
13060         size vector registers.
13061         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
13062         (ZMM_SIZE): Likewise.
13063         * sysdeps/x86_64/tst-audit10.c: New file.
13064         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
13065         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
13066
13067 2014-03-13  Roland McGrath  <roland@hack.frob.com>
13068
13069         * configure.ac (HAVE_EHDR_START): New check.
13070         * configure: Regenerated.
13071         * config.h.in (HAVE_EHDR_START): New #undef.
13072         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
13073         assuming the lowest-addressed segment maps the start of the file.
13074
13075 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
13076
13077         * INSTALL: Regenerated.
13078
13079 2014-03-13  Will Newton  <will.newton@linaro.org>
13080
13081         * manual/setjmp.texi (System V contexts): Improve
13082         clarity and grammar of documentation.
13083
13084 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
13085
13086         [BZ #16381]
13087         * elf/Makefile (tests): Add tst-pie2.
13088         (tests-pie): Add tst-pie2.
13089         * elf/tst-pie2.c: New file.
13090         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
13091         for ET_EXEC.
13092         * elf/rtld.c (map_doit): Load executable as lt_executable.
13093         (dl_main): Likewise.
13094
13095 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
13096
13097         [BZ #16642]
13098         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13099         (__ASSUME_PSELECT): Undefine.
13100
13101 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13102
13103         [BZ #16689]
13104         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
13105         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
13106         static build.
13107         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
13108         selector for static builds.
13109
13110 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13111
13112         [BZ #16695]
13113         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
13114         key in the buffer.
13115
13116 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13117
13118         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
13119         IFUNC selector for static builds.
13120
13121 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
13122
13123         * sysdeps/mips/math_private.h [__mips_hard_float]
13124         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
13125         libc_feresetround_mips_ctx.
13126         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
13127         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
13128         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
13129
13130         [BZ #16677]
13131         * math/s_nextafter.c (__nextafter): Do not return value from
13132         overflowing computation.
13133         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
13134         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
13135         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
13136         Likewise.
13137         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
13138         Likewise.
13139         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
13140         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
13141
13142 2014-03-11  Roland McGrath  <roland@hack.frob.com>
13143
13144         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
13145         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
13146         Move sfi_sp use from the load-multiple (that no longer sets sp) to
13147         the new mov targetting sp.
13148
13149 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13150
13151         [BZ #16683]
13152         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
13153         Define it for static builds as well.
13154         (NO_BZERO_IMPL): Likewise.
13155
13156 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13157
13158         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
13159         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
13160         multiarch strspn for PPC64.
13161         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
13162         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
13163         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13164         (__libc_ifunc_impl_list): Likewise.
13165         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
13166         multiarch optimizations
13167         * string/strspn.c (strspn): Using macro to redefine symbol name.
13168
13169 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13170             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13171
13172         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
13173         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
13174         multiarch strncat for PPC64.
13175         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
13176         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
13177         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13178         (__libc_ifunc_impl_list): Likewise.
13179         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
13180         multiarch optimizations
13181
13182 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13183
13184         [BZ #16639]
13185         * nscd/nscd.service: Make service type forking.
13186
13187 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13188
13189         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
13190         sign in non default rounding modes.
13191         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
13192
13193 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
13194
13195         * math/libm-test.inc (ALL_RM_TEST): New macro.
13196         (ceil_test): Use ALL_RM_TEST.
13197         (cimag_test): Likewise.
13198         (conj_test): Likewise.
13199         (copysign_test): Likewise.
13200         (cproj_test): Likewise.
13201         (creal_test): Likewise.
13202         (fabs_test): Likewise.
13203         (floor_test): Likewise.
13204         (fmax_test): Likewise.
13205         (fmin_test): Likewise.
13206         (fmod_test): Likewise.
13207         (fpclassify_test): Likewise.
13208         (frexp_test): Likewise.
13209         (ilogb_test): Likewise.
13210         (isfinite_test): Likewise.
13211         (finite_test): Likewise.
13212         (isgreater_test): Likewise.
13213         (isgreaterequal_test): Likewise.
13214         (isinf_test): Likewise.
13215         (isless_test): Likewise.
13216         (islessequal_test): Likewise.
13217         (islessgreater_test): Likewise.
13218         (isnan_test): Likewise.
13219         (isnormal_test): Likewise.
13220         (issignaling_test): Likewise.
13221         (isunordered_test): Likewise.
13222         (logb_test): Likewise.
13223         (logb_downward_test_data): Remove.
13224         (logb_test_downward): Likewise.
13225         (lround_test): Use ALL_RM_TEST.
13226         (llround_test): Likewise.
13227         (modf_test): Likewise.
13228         (nexttoward_test): Likewise.
13229         (remainder_test): Likewise.
13230         (drem_test): Likewise.
13231         (remainder_tonearest_test_data): Likewise.
13232         (remainder_test_tonearest): Likewise.
13233         (drem_test_tonearest): Likewise.
13234         (remainder_towardzero_test_data): Likewise.
13235         (remainder_test_towardzero): Likewise.
13236         (drem_test_towardzero): Likewise.
13237         (remainder_downward_test_data): Likewise.
13238         (remainder_test_downward): Likewise.
13239         (drem_test_downward): Likewise.
13240         (remainder_upward_test_data): Likewise.
13241         (remainder_test_upward): Likewise.
13242         (drem_test_upward): Likewise.
13243         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13244         (round_test): Use ALL_RM_TEST.
13245         (signbit_test): Likewise.
13246         (trunc_test): Likewise.
13247         (significand_test): Likewise.
13248         (main): Don't call removed functions.
13249
13250 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13251
13252         [BZ #16674]
13253         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13254         || __USE_XOPEN2K8].
13255         (ILL_ILLOPN): Likewise.
13256         (ILL_ILLADR): Likewise.
13257         (ILL_ILLTRP): Likewise.
13258         (ILL_PRVOPC): Likewise.
13259         (ILL_PRVREG): Likewise.
13260         (ILL_COPROC): Likewise.
13261         (ILL_BADSTK): Likewise.
13262         (FPE_INTDIV): Likewise.
13263         (FPE_INTOVF): Likewise.
13264         (FPE_FLTDIV): Likewise.
13265         (FPE_FLTOVF): Likewise.
13266         (FPE_FLTUND): Likewise.
13267         (FPE_FLTRES): Likewise.
13268         (FPE_FLTINV): Likewise.
13269         (FPE_FLTSUB): Likewise.
13270         (SEGV_MAPERR): Likewise.
13271         (SEGV_ACCERR): Likewise.
13272         (BUS_ADRALN): Likewise.
13273         (BUS_ADRERR): Likewise.
13274         (BUS_OBJERR): Likewise.
13275         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13276         (TRAP_TRACE): Likewise.
13277         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13278         __USE_XOPEN2K8].
13279         (CLD_KILLED): Likewise.
13280         (CLD_DUMPED): Likewise.
13281         (CLD_TRAPPED): Likewise.
13282         (CLD_STOPPED): Likewise.
13283         (CLD_CONTINUED): Likewise.
13284         (POLL_IN): Likewise.
13285         (POLL_OUT): Likewise.
13286         (POLL_MSG): Likewise.
13287         (POLL_ERR): Likewise.
13288         (POLL_PRI): Likewise.
13289         (POLL_HUP): Likewise.
13290         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13291         Likewise.
13292         (ILL_ILLOPN): Likewise.
13293         (ILL_ILLADR): Likewise.
13294         (ILL_ILLTRP): Likewise.
13295         (ILL_PRVOPC): Likewise.
13296         (ILL_PRVREG): Likewise.
13297         (ILL_COPROC): Likewise.
13298         (ILL_BADSTK): Likewise.
13299         (FPE_INTDIV): Likewise.
13300         (FPE_INTOVF): Likewise.
13301         (FPE_FLTDIV): Likewise.
13302         (FPE_FLTOVF): Likewise.
13303         (FPE_FLTUND): Likewise.
13304         (FPE_FLTRES): Likewise.
13305         (FPE_FLTINV): Likewise.
13306         (FPE_FLTSUB): Likewise.
13307         (SEGV_MAPERR): Likewise.
13308         (SEGV_ACCERR): Likewise.
13309         (BUS_ADRALN): Likewise.
13310         (BUS_ADRERR): Likewise.
13311         (BUS_OBJERR): Likewise.
13312         (BUS_MCEERR_AR): Likewise.
13313         (BUS_MCEERR_AO): Likewise.
13314         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13315         (TRAP_TRACE): Likewise.
13316         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13317         __USE_XOPEN2K8].
13318         (CLD_KILLED): Likewise.
13319         (CLD_DUMPED): Likewise.
13320         (CLD_TRAPPED): Likewise.
13321         (CLD_STOPPED): Likewise.
13322         (CLD_CONTINUED): Likewise.
13323         (POLL_IN): Likewise.
13324         (POLL_OUT): Likewise.
13325         (POLL_MSG): Likewise.
13326         (POLL_ERR): Likewise.
13327         (POLL_PRI): Likewise.
13328         (POLL_HUP): Likewise.
13329         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13330         (ILL_ILLOPN): Likewise.
13331         (ILL_ILLADR): Likewise.
13332         (ILL_ILLTRP): Likewise.
13333         (ILL_PRVOPC): Likewise.
13334         (ILL_PRVREG): Likewise.
13335         (ILL_COPROC): Likewise.
13336         (ILL_BADSTK): Likewise.
13337         (FPE_INTDIV): Likewise.
13338         (FPE_INTOVF): Likewise.
13339         (FPE_FLTDIV): Likewise.
13340         (FPE_FLTOVF): Likewise.
13341         (FPE_FLTUND): Likewise.
13342         (FPE_FLTRES): Likewise.
13343         (FPE_FLTINV): Likewise.
13344         (FPE_FLTSUB): Likewise.
13345         (SEGV_MAPERR): Likewise.
13346         (SEGV_ACCERR): Likewise.
13347         (BUS_ADRALN): Likewise.
13348         (BUS_ADRERR): Likewise.
13349         (BUS_OBJERR): Likewise.
13350         (BUS_MCEERR_AR): Likewise.
13351         (BUS_MCEERR_AO): Likewise.
13352         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13353         (TRAP_TRACE): Likewise.
13354         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13355         __USE_XOPEN2K8].
13356         (CLD_KILLED): Likewise.
13357         (CLD_DUMPED): Likewise.
13358         (CLD_TRAPPED): Likewise.
13359         (CLD_STOPPED): Likewise.
13360         (CLD_CONTINUED): Likewise.
13361         (POLL_IN): Likewise.
13362         (POLL_OUT): Likewise.
13363         (POLL_MSG): Likewise.
13364         (POLL_ERR): Likewise.
13365         (POLL_PRI): Likewise.
13366         (POLL_HUP): Likewise.
13367         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13368         Likewise.
13369         (ILL_ILLOPN): Likewise.
13370         (ILL_ILLADR): Likewise.
13371         (ILL_ILLTRP): Likewise.
13372         (ILL_PRVOPC): Likewise.
13373         (ILL_PRVREG): Likewise.
13374         (ILL_COPROC): Likewise.
13375         (ILL_BADSTK): Likewise.
13376         (ILL_BADIADDR): Likewise.
13377         (ILL_BREAK): Likewise.
13378         (FPE_INTDIV): Likewise.
13379         (FPE_INTOVF): Likewise.
13380         (FPE_FLTDIV): Likewise.
13381         (FPE_FLTOVF): Likewise.
13382         (FPE_FLTUND): Likewise.
13383         (FPE_FLTRES): Likewise.
13384         (FPE_FLTINV): Likewise.
13385         (FPE_FLTSUB): Likewise.
13386         (FPE_DECOVF): Likewise.
13387         (FPE_DECDIV): Likewise.
13388         (FPE_DECERR): Likewise.
13389         (FPE_INVASC): Likewise.
13390         (FPE_INVDEC): Likewise.
13391         (SEGV_MAPERR): Likewise.
13392         (SEGV_ACCERR): Likewise.
13393         (SEGV_PSTKOVF): Likewise.
13394         (BUS_ADRALN): Likewise.
13395         (BUS_ADRERR): Likewise.
13396         (BUS_OBJERR): Likewise.
13397         (BUS_MCEERR_AR): Likewise.
13398         (BUS_MCEERR_AO): Likewise.
13399         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13400         (TRAP_TRACE): Likewise.
13401         (TRAP_BRANCH): Likewise.
13402         (TRAP_HWBKPT): Likewise.
13403         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13404         __USE_XOPEN2K8].
13405         (CLD_KILLED): Likewise.
13406         (CLD_DUMPED): Likewise.
13407         (CLD_TRAPPED): Likewise.
13408         (CLD_STOPPED): Likewise.
13409         (CLD_CONTINUED): Likewise.
13410         (POLL_IN): Likewise.
13411         (POLL_OUT): Likewise.
13412         (POLL_MSG): Likewise.
13413         (POLL_ERR): Likewise.
13414         (POLL_PRI): Likewise.
13415         (POLL_HUP): Likewise.
13416         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13417         (ILL_ILLOPN): Likewise.
13418         (ILL_ILLADR): Likewise.
13419         (ILL_ILLTRP): Likewise.
13420         (ILL_PRVOPC): Likewise.
13421         (ILL_PRVREG): Likewise.
13422         (ILL_COPROC): Likewise.
13423         (ILL_BADSTK): Likewise.
13424         (FPE_INTDIV): Likewise.
13425         (FPE_INTOVF): Likewise.
13426         (FPE_FLTDIV): Likewise.
13427         (FPE_FLTOVF): Likewise.
13428         (FPE_FLTUND): Likewise.
13429         (FPE_FLTRES): Likewise.
13430         (FPE_FLTINV): Likewise.
13431         (FPE_FLTSUB): Likewise.
13432         (SEGV_MAPERR): Likewise.
13433         (SEGV_ACCERR): Likewise.
13434         (BUS_ADRALN): Likewise.
13435         (BUS_ADRERR): Likewise.
13436         (BUS_OBJERR): Likewise.
13437         (BUS_MCEERR_AR): Likewise.
13438         (BUS_MCEERR_AO): Likewise.
13439         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13440         (TRAP_TRACE): Likewise.
13441         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13442         __USE_XOPEN2K8].
13443         (CLD_KILLED): Likewise.
13444         (CLD_DUMPED): Likewise.
13445         (CLD_TRAPPED): Likewise.
13446         (CLD_STOPPED): Likewise.
13447         (CLD_CONTINUED): Likewise.
13448         (POLL_IN): Likewise.
13449         (POLL_OUT): Likewise.
13450         (POLL_MSG): Likewise.
13451         (POLL_ERR): Likewise.
13452         (POLL_PRI): Likewise.
13453         (POLL_HUP): Likewise.
13454         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13455         (ILL_ILLOPN): Likewise.
13456         (ILL_ILLADR): Likewise.
13457         (ILL_ILLTRP): Likewise.
13458         (ILL_PRVOPC): Likewise.
13459         (ILL_PRVREG): Likewise.
13460         (ILL_COPROC): Likewise.
13461         (ILL_BADSTK): Likewise.
13462         (FPE_INTDIV): Likewise.
13463         (FPE_INTOVF): Likewise.
13464         (FPE_FLTDIV): Likewise.
13465         (FPE_FLTOVF): Likewise.
13466         (FPE_FLTUND): Likewise.
13467         (FPE_FLTRES): Likewise.
13468         (FPE_FLTINV): Likewise.
13469         (FPE_FLTSUB): Likewise.
13470         (SEGV_MAPERR): Likewise.
13471         (SEGV_ACCERR): Likewise.
13472         (BUS_ADRALN): Likewise.
13473         (BUS_ADRERR): Likewise.
13474         (BUS_OBJERR): Likewise.
13475         (BUS_MCEERR_AR): Likewise.
13476         (BUS_MCEERR_AO): Likewise.
13477         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13478         (TRAP_TRACE): Likewise.
13479         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13480         __USE_XOPEN2K8].
13481         (CLD_KILLED): Likewise.
13482         (CLD_DUMPED): Likewise.
13483         (CLD_TRAPPED): Likewise.
13484         (CLD_STOPPED): Likewise.
13485         (CLD_CONTINUED): Likewise.
13486         (POLL_IN): Likewise.
13487         (POLL_OUT): Likewise.
13488         (POLL_MSG): Likewise.
13489         (POLL_ERR): Likewise.
13490         (POLL_PRI): Likewise.
13491         (POLL_HUP): Likewise.
13492         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13493         (ILL_ILLOPN): Likewise.
13494         (ILL_ILLADR): Likewise.
13495         (ILL_ILLTRP): Likewise.
13496         (ILL_PRVOPC): Likewise.
13497         (ILL_PRVREG): Likewise.
13498         (ILL_COPROC): Likewise.
13499         (ILL_BADSTK): Likewise.
13500         (FPE_INTDIV): Likewise.
13501         (FPE_INTOVF): Likewise.
13502         (FPE_FLTDIV): Likewise.
13503         (FPE_FLTOVF): Likewise.
13504         (FPE_FLTUND): Likewise.
13505         (FPE_FLTRES): Likewise.
13506         (FPE_FLTINV): Likewise.
13507         (FPE_FLTSUB): Likewise.
13508         (SEGV_MAPERR): Likewise.
13509         (SEGV_ACCERR): Likewise.
13510         (BUS_ADRALN): Likewise.
13511         (BUS_ADRERR): Likewise.
13512         (BUS_OBJERR): Likewise.
13513         (BUS_MCEERR_AR): Likewise.
13514         (BUS_MCEERR_AO): Likewise.
13515         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13516         (TRAP_TRACE): Likewise.
13517         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13518         __USE_XOPEN2K8].
13519         (CLD_KILLED): Likewise.
13520         (CLD_DUMPED): Likewise.
13521         (CLD_TRAPPED): Likewise.
13522         (CLD_STOPPED): Likewise.
13523         (CLD_CONTINUED): Likewise.
13524         (POLL_IN): Likewise.
13525         (POLL_OUT): Likewise.
13526         (POLL_MSG): Likewise.
13527         (POLL_ERR): Likewise.
13528         (POLL_PRI): Likewise.
13529         (POLL_HUP): Likewise.
13530         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13531         (ILL_ILLOPN): Likewise.
13532         (ILL_ILLADR): Likewise.
13533         (ILL_ILLTRP): Likewise.
13534         (ILL_PRVOPC): Likewise.
13535         (ILL_PRVREG): Likewise.
13536         (ILL_COPROC): Likewise.
13537         (ILL_BADSTK): Likewise.
13538         (ILL_DBLFLT): Likewise.
13539         (ILL_HARDWALL): Likewise.
13540         (FPE_INTDIV): Likewise.
13541         (FPE_INTOVF): Likewise.
13542         (FPE_FLTDIV): Likewise.
13543         (FPE_FLTOVF): Likewise.
13544         (FPE_FLTUND): Likewise.
13545         (FPE_FLTRES): Likewise.
13546         (FPE_FLTINV): Likewise.
13547         (FPE_FLTSUB): Likewise.
13548         (SEGV_MAPERR): Likewise.
13549         (SEGV_ACCERR): Likewise.
13550         (BUS_ADRALN): Likewise.
13551         (BUS_ADRERR): Likewise.
13552         (BUS_OBJERR): Likewise.
13553         (BUS_MCEERR_AR): Likewise.
13554         (BUS_MCEERR_AO): Likewise.
13555         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13556         (TRAP_TRACE): Likewise.
13557         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13558         __USE_XOPEN2K8].
13559         (CLD_KILLED): Likewise.
13560         (CLD_DUMPED): Likewise.
13561         (CLD_TRAPPED): Likewise.
13562         (CLD_STOPPED): Likewise.
13563         (CLD_CONTINUED): Likewise.
13564         (POLL_IN): Likewise.
13565         (POLL_OUT): Likewise.
13566         (POLL_MSG): Likewise.
13567         (POLL_ERR): Likewise.
13568         (POLL_PRI): Likewise.
13569         (POLL_HUP): Likewise.
13570         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13571         (ILL_ILLOPN): Likewise.
13572         (ILL_ILLADR): Likewise.
13573         (ILL_ILLTRP): Likewise.
13574         (ILL_PRVOPC): Likewise.
13575         (ILL_PRVREG): Likewise.
13576         (ILL_COPROC): Likewise.
13577         (ILL_BADSTK): Likewise.
13578         (FPE_INTDIV): Likewise.
13579         (FPE_INTOVF): Likewise.
13580         (FPE_FLTDIV): Likewise.
13581         (FPE_FLTOVF): Likewise.
13582         (FPE_FLTUND): Likewise.
13583         (FPE_FLTRES): Likewise.
13584         (FPE_FLTINV): Likewise.
13585         (FPE_FLTSUB): Likewise.
13586         (SEGV_MAPERR): Likewise.
13587         (SEGV_ACCERR): Likewise.
13588         (BUS_ADRALN): Likewise.
13589         (BUS_ADRERR): Likewise.
13590         (BUS_OBJERR): Likewise.
13591         (BUS_MCEERR_AR): Likewise.
13592         (BUS_MCEERR_AO): Likewise.
13593         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13594         (TRAP_TRACE): Likewise.
13595         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13596         __USE_XOPEN2K8].
13597         (CLD_KILLED): Likewise.
13598         (CLD_DUMPED): Likewise.
13599         (CLD_TRAPPED): Likewise.
13600         (CLD_STOPPED): Likewise.
13601         (CLD_CONTINUED): Likewise.
13602         (POLL_IN): Likewise.
13603         (POLL_OUT): Likewise.
13604         (POLL_MSG): Likewise.
13605         (POLL_ERR): Likewise.
13606         (POLL_PRI): Likewise.
13607         (POLL_HUP): Likewise.
13608         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13609         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13610
13611         [BZ #16670]
13612         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13613         before #include of <time.h>.
13614         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13615         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13616         (test-xfail-UNIX98/sched.h/conform): Likewise.
13617
13618 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13619
13620         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13621         error absence of trapping exception support.
13622         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13623
13624 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13625
13626         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13627         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13628         * timezone/Makefile (testdata): Move definition above include of
13629         Rules.
13630         (test-zones): New variable.
13631         (tests-special): Add zone files.
13632         (build-testdata): Use $(evaluate-test).
13633
13634         * elf/Makefile (tests-special): Rename tests to end with .out.
13635         ($(objpfx)noload-mem): Likewise.
13636         ($(objpfx)tst-leaks1-mem): Likewise.
13637         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13638         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13639         $(objpfx)test-iconvconfig.out.
13640         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13641         set -e inside subshell and redirect output to file.
13642         * iconvdata/Makefile (generated): Rename tests to end with .out.
13643         Correct type.
13644         (tests-special): Rename tests to end with .out.
13645         ($(objpfx)mtrace-tst-loading): Likewise.
13646         * intl/Makefile (generated): Likewise.
13647         (tests-special): Likewise.
13648         ($(objpfx)mtrace-tst-gettext): Likewise.
13649         * misc/Makefile (generated): Likewise.
13650         (tests-special): Likewise.
13651         ($(objpfx)tst-error1-mem): Likewise.
13652         * nptl/Makefile (tests-special): Likewise.
13653         ($(objpfx)tst-stack3-mem): Likewise.
13654         (generated): Likewise.
13655         * posix/Makefile (generated): Likewise.
13656         (tests-special): Likewise.
13657         (xtests-special): Likewise.
13658         ($(objpfx)tst-fnmatch-mem): Likewise.
13659         ($(objpfx)bug-regex2-mem): Likewise.
13660         ($(objpfx)bug-regex14-mem): Likewise.
13661         ($(objpfx)bug-regex21-mem): Likewise.
13662         ($(objpfx)bug-regex31-mem): Likewise.
13663         ($(objpfx)tst-vfork3-mem): Likewise.
13664         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13665         ($(objpfx)tst-pcre-mem): Likewise.
13666         ($(objpfx)tst-boost-mem): Likewise.
13667         ($(objpfx)bug-ga2-mem): Likewise.
13668         ($(objpfx)bug-glob2-mem): Likewise.
13669         * resolv/Makefile (generate): Likewise.
13670         (tests-special): Likewise.
13671         (xtests-special): Likewise.
13672         (generated): Likewise.
13673         ($(objpfx)mtrace-tst-leaks): Likewise.
13674         ($(objpfx)mtrace-tst-leaks2): Likewise.
13675
13676         * scripts/merge-test-results.sh: New file.
13677         * Makefile (tests-special-notdir): New variable.
13678         (tests): Run merge-test-results.sh.
13679         (xtests): Likewise.
13680         * Rules (tests-special-notdir): New variable.
13681         (xtests-special-notdir): Likewise.
13682         (tests): Run merge-test-results.sh
13683         (xtests): Likewise.
13684
13685         * Makeconfig (test-xfail-name): New variable.
13686         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13687         compute variable name for expected failures.
13688         * conform/Makefile (conformtest-headers-data): New variable.
13689         (conformtest-standards): Likewise.
13690         (conformtest-headers-ISO): Likewise.
13691         (conformtest-headers-ISO99): Likewise.
13692         (conformtest-headers-ISO11): Likewise.
13693         (conformtest-headers-POSIX): Likewise.
13694         (conformtest-headers-XPG3): Likewise.
13695         (conformtest-headers-XPG4): Likewise.
13696         (conformtest-headers-UNIX98): Likewise.
13697         (conformtest-headers-XOPEN2K): Likewise.
13698         (conformtest-headers-POSIX2008): Likewise.
13699         (conformtest-headers-XOPEN2K8): Likewise.
13700         (conformtest-header-list-base): Likewise.
13701         (conformtest-header-list-tests): Likewise.
13702         (conformtest-header-base): Likewise.
13703         (conformtest-header-tests): Likewise.
13704         (tests-special): Add $(conformtest-header-list-tests).  If
13705         [$(fast-check) && !$(cross-compiling)], add
13706         $(conformtest-header-tests) instead of
13707         $(objpfx)run-conformtest.out.
13708         (generated): Add $(conformtest-header-list-base).  If
13709         [$(fast-check) && !$(cross-compiling)], add
13710         $(conformtest-header-base).  Remove previous setting.
13711         ($(conformtest-header-list-tests)): New target.
13712         (test-xfail-run-conformtest): Remove variable.
13713         ($(objpfx)run-conformtest.out): Remove target.
13714         (test-xfail-ISO11/complex.h/conform): New variable.
13715         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13716         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13717         (test-xfail-XPG3/varargs.h/conform): Likewise.
13718         (test-xfail-XPG4/varargs.h/conform): Likewise.
13719         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13720         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13721         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13722         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13723         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13724         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13725         (test-xfail-XPG3/ftw.h/conform): Likewise.
13726         (test-xfail-XPG3/grp.h/conform): Likewise.
13727         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13728         (test-xfail-XPG3/limits.h/conform): Likewise.
13729         (test-xfail-XPG3/pwd.h/conform): Likewise.
13730         (test-xfail-XPG3/search.h/conform): Likewise.
13731         (test-xfail-XPG3/signal.h/conform): Likewise.
13732         (test-xfail-XPG3/stdio.h/conform): Likewise.
13733         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13734         (test-xfail-XPG3/string.h/conform): Likewise.
13735         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13736         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13737         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13738         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13739         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13740         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13741         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13742         (test-xfail-XPG3/termios.h/conform): Likewise.
13743         (test-xfail-XPG3/time.h/conform): Likewise.
13744         (test-xfail-XPG3/unistd.h/conform): Likewise.
13745         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13746         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13747         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13748         (test-xfail-XPG4/netdb.h/conform): Likewise.
13749         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13750         (test-xfail-XPG4/signal.h/conform): Likewise.
13751         (test-xfail-XPG4/stdio.h/conform): Likewise.
13752         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13753         (test-xfail-XPG4/stropts.h/conform): Likewise.
13754         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13755         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13756         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13757         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13758         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13759         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13760         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13761         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13762         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13763         (test-xfail-XPG4/termios.h/conform): Likewise.
13764         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13765         (test-xfail-XPG4/unistd.h/conform): Likewise.
13766         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13767         (test-xfail-POSIX/sched.h/conform): Likewise.
13768         (test-xfail-POSIX/signal.h/conform): Likewise.
13769         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13770         (test-xfail-POSIX/tar.h/conform): Likewise.
13771         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13772         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13773         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13774         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13775         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13776         (test-xfail-UNIX98/sched.h/conform): Likewise.
13777         (test-xfail-UNIX98/signal.h/conform): Likewise.
13778         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13779         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13780         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13781         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13782         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13783         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13784         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13785         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13786         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13787         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13788         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13789         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13790         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13791         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13792         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13793         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13794         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13795         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13796         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13797         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13798         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13799         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13800         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13801         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13802         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13803         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13804         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13805         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13806         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13807         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13808         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13809         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13810         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13811         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13812         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13813         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13814         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13815         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13816         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13817         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13818         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13819         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13820         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13821         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13822         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13823         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13824         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13825         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13826         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13827         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13828         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13829         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13830         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13831         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13832         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13833         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13834         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13835         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13836         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13837         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13838         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13839         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13840         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13841         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13842         (conformtest-cc-flags): Likewise.
13843         ($(conformtest-header-tests): New target.
13844         * conform/check-header-lists.sh: New file.
13845         * conform/run-conformtest.sh: Remove.
13846
13847         * conform/conformtest.pl: Allow ' and \ in values given for
13848         constants.
13849         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13850         inclusion.
13851         [POSIX] (sys/types.h): Likewise.
13852         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13853         inclusion.
13854         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13855         inclusion.
13856         * conform/data/signal.h-data (SIGIO): Remove expectation.
13857         [XPG3] (SIGBUS): Do not expect.
13858         [POSIX || XPG3] (SIGPOLL): Likewise.
13859         [POSIX || XPG3] (SIGPROF): Likewise.
13860         [POSIX || XPG3] (SIGSYS): Likewise.
13861         [XPG3] (SIGTRAP): Likewise.
13862         [POSIX || XPG3] (SIGURG): Likewise.
13863         [POSIX || XPG3] (SIGVTALRM): Likewise.
13864         [POSIX || XPG3] (SIGXCPU): Likewise.
13865         [POSIX || XPG3] (SIGXFSZ): Likewise.
13866         [POSIX] (SA_SIGINFO): Expect.
13867         [XPG3] (siginfo_t): Do not expect type or contents.
13868         [POSIX] (si_pid): Do not expect element.
13869         [POSIX] (si_uid): Likewise.
13870         [POSIX] (si_addr): Likewise.
13871         [POSIX] (si_status): Likewise.
13872         [POSIX] (si_band): Likewise.
13873         [XPG4] (si_value): Likewise.
13874         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13875         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13876         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13877         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13878         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13879         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13880         [POSIX || XPG3] (ILL_COPROC): Likewise.
13881         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13882         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13883         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13884         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13885         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13886         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13887         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13888         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13889         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13890         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13891         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13892         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13893         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13894         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13895         [POSIX || XPG3] (CLD_EXITED): Likewise.
13896         [POSIX || XPG3] (CLD_KILLED): Likewise.
13897         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13898         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13899         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13900         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13901         [POSIX || XPG3] (POLL_IN): Likewise.
13902         [POSIX || XPG3] (POLL_OUT): Likewise.
13903         [POSIX || XPG3] (POLL_MSG): Likewise.
13904         [POSIX || XPG3] (POLL_ERR): Likewise.
13905         [POSIX || XPG3] (POLL_PRI): Likewise.
13906         [POSIX || XPG3] (POLL_HUP): Likewise.
13907         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13908         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13909         (SIG*): Do not allow.
13910         [XPG3] (si_*): Likewise.
13911         [XPG3] (SI_*): Likewise.
13912         [XPG3 || XPG4] (sigev_*): Likewise.
13913         [XPG3 || XPG4] (SIGEV_*): Likewise.
13914         [XPG3 || XPG4] (sival_*): Likewise.
13915         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13916         [POSIX || XPG3] (BUS_*): Likewise.
13917         [POSIX || XPG3] (CLD_*): Likewise.
13918         [POSIX || XPG3] (FPE_*): Likewise.
13919         [POSIX || XPG3] (ILL_*): Likewise.
13920         [POSIX || XPG3] (POLL_*): Likewise.
13921         [POSIX || XPG3] (SEGV_*): Likewise.
13922         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13923         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13924         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13925         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13926         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13927         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13928         Specify type and value.
13929         (TVERSLEN): Likewise.
13930         (REGTYPE): Likewise.
13931         (AREGTYPE): Likewise.
13932         (LNKTYPE): Likewise.
13933         (SYMTYPE): Likewise.
13934         (CHRTYPE): Likewise.
13935         (BLKTYPE): Likewise.
13936         (DIRTYPE): Likewise.
13937         (FIFOTYPE): Likewise.
13938         (CONTTYPE): Likewise.
13939         (TSUID): Likewise.
13940         (TSGID): Likewise.
13941         (TSVTX): Likewise.
13942         (TUREAD): Likewise.
13943         (TUWRITE): Likewise.
13944         (TUEXEC): Likewise.
13945         (TGREAD): Likewise.
13946         (TGWRITE): Likewise.
13947         (TGEXEC): Likewise.
13948         (TOREAD): Likewise.
13949         (TOWRITE): Likewise.
13950         (TOEXEC): Likewise.
13951         [POSIX] (TSVTX): Expect constant.
13952
13953 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13954
13955         * Makefile (tests): Change dependencies to ....
13956         (tests-special): ... additions to this variable.
13957         (tests): Depend on $(tests-special).
13958         * Makerules (check-abi-list): New variable.
13959         (check-abi): Depend on $(check-abi-list).
13960         [$(subdir) = elf] (tests-special): Add
13961         $(objpfx)check-abi-libc.out.
13962         [$(build-shared) = yes && subdir] (tests-special): Add
13963         $(check-abi-list).
13964         [$(build-shared) = yes && subdir] (tests): Do not depend on
13965         check-abi.
13966         * Rules (tests): Depend on $(tests-special).
13967         (xtests): Depend on $(xtests-special).
13968         * catgets/Makefile (tests): Change dependencies to ....
13969         (tests-special): ... additions to this variable.
13970         * conform/Makefile (tests): Change dependencies to ....
13971         (tests-special): ... additions to this variable.
13972         * elf/Makefile (tests): Change dependencies to ....
13973         (tests-special): ... additions to this variable.
13974         * grp/Makefile (tests): Change dependencies to ....
13975         (tests-special): ... additions to this variable.
13976         * iconv/Makefile (xtests): Change dependencies to ....
13977         (xtests-special): ... additions to this variable.
13978         * iconvdata/Makefile (tests): Change dependencies to ....
13979         (tests-special): ... additions to this variable.
13980         * intl/Makefile (tests): Change dependencies to ....
13981         (tests-special): ... additions to this variable.  Also add
13982         $(objpfx)tst-gettext.out.
13983         * io/Makefile (tests): Change dependencies to ....
13984         (tests-special): ... additions to this variable.
13985         * libio/Makefile (tests): Change dependencies to ....
13986         (tests-special): ... additions to this variable.
13987         * malloc/Makefile (tests): Change dependencies to ....
13988         (tests-special): ... additions to this variable.
13989         * misc/Makefile (tests): Change dependencies to ....
13990         (tests-special): ... additions to this variable.
13991         * nptl/Makefile (tests): Change dependencies to ....
13992         (tests-special): ... additions to this variable.
13993         * nptl_db/Makefile (tests): Change dependencies to ....
13994         (tests-special): ... additions to this variable.
13995         * posix/Makefile (tests): Change dependencies to ....
13996         (tests-special): ... additions to this variable.
13997         (xtests): Change dependencies to ....
13998         (xtests-special): ... additions to this variable.
13999         * resolv/Makefile (tests): Change dependencies to ....
14000         (tests-special): ... additions to this variable.
14001         (xtests): Change dependencies to ....
14002         (xtests-special): ... additions to this variable.
14003         * stdio-common/Makefile (tests): Change dependencies to ....
14004         (tests-special): ... additions to this variable.
14005         (do-tst-unbputc): Remove target.
14006         (do-tst-printf): Likewise.
14007         * stdlib/Makefile (tests): Change dependencies to ....
14008         (tests-special): ... additions to this variable.
14009         * string/Makefile (tests): Change dependencies to ....
14010         (tests-special): ... additions to this variable.
14011         * sysdeps/x86/Makefile (tests): Change dependencies to ....
14012         (tests-special): ... additions to this variable.
14013
14014         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
14015         whole file.
14016         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
14017         whole file.
14018         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
14019         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
14020
14021         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
14022         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
14023         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
14024         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
14025         * conform/data/libgen.h-data [XPG3]: Likewise.
14026         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
14027         * conform/data/ndbm.h-data [XPG3]: Likewise.
14028         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
14029         * conform/data/netdb.h-data [XPG3]: Likewise.
14030         * conform/data/netinet/in.h-data [XPG3]: Likewise.
14031         * conform/data/poll.h-data [XPG3]: Likewise.
14032         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
14033         * conform/data/strings.h-data [XPG3]: Likewise.
14034         * conform/data/stropts.h-data [XPG3]: Likewise.
14035         * conform/data/sys/mman.h-data [XPG3]: Likewise.
14036         * conform/data/sys/resource.h-data [XPG3]: Likewise.
14037         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
14038         Likewise.
14039         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
14040         * conform/data/sys/time.h-data [XPG3]: Likewise.
14041         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
14042         * conform/data/sys/uio.h-data [XPG3]: Likewise.
14043         * conform/data/sys/un.h-data [XPG3]: Likewise.
14044         * conform/data/syslog.h-data [XPG3]: Likewise.
14045         * conform/data/ucontext.h-data [XPG3]: Likewise.
14046         * conform/data/utmpx.h-data [XPG3]: Likewise.
14047         * conform/data/varargs.h-data [UNIX98]: Enable file.
14048
14049         * manual/Makefile (INSTALL_INFO): Remove variable setting.
14050
14051         * math/libm-test.inc (struct test_f_f_data): Move expected results
14052         into structure for each rounding mode.
14053         (struct test_ff_f_data): Likewise.
14054         (struct test_ff_f_data_nexttoward): Likewise.
14055         (struct test_fi_f_data): Likewise.
14056         (struct test_fl_f_data): Likewise.
14057         (struct test_if_f_data): Likewise.
14058         (struct test_fff_f_data): Likewise.
14059         (struct test_c_f_data): Likewise.
14060         (struct test_f_f1_data): Likewise.
14061         (struct test_fF_f1_data): Likewise.
14062         (struct test_ffI_f1_data): Likewise.
14063         (struct test_c_c_data): Likewise.
14064         (struct test_cc_c_data): Likewise.
14065         (struct test_f_i_data): Likewise.
14066         (struct test_ff_i_data): Likewise.
14067         (struct test_f_l_data): Likewise.
14068         (struct test_f_L_data): Likewise.
14069         (struct test_fFF_11_data): Likewise.
14070         (RM_): New macro.
14071         (RM_FE_DOWNWARD): Likewise.
14072         (RM_FE_TONEAREST): Likewise.
14073         (RM_FE_TOWARDZERO): Likewise.
14074         (RM_FE_UPWARD): Likewise.
14075         (RUN_TEST_LOOP_f_f): Update references to expected results.
14076         (RUN_TEST_LOOP_2_f): Likewise.
14077         (RUN_TEST_LOOP_fff_f): Likewise.
14078         (RUN_TEST_LOOP_c_f): Likewise.
14079         (RUN_TEST_LOOP_f_f1): Likewise.
14080         (RUN_TEST_LOOP_fF_f1): Likewise.
14081         (RUN_TEST_LOOP_fI_f1): Likewise.
14082         (RUN_TEST_LOOP_ffI_f1): Likewise.
14083         (RUN_TEST_LOOP_c_c): Likewise.
14084         (RUN_TEST_LOOP_cc_c): Likewise.
14085         (RUN_TEST_LOOP_f_i): Likewise.
14086         (RUN_TEST_LOOP_f_i_tg): Likewise.
14087         (RUN_TEST_LOOP_ff_i_tg): Likewise.
14088         (RUN_TEST_LOOP_f_b): Likewise.
14089         (RUN_TEST_LOOP_f_b_tg): Likewise.
14090         (RUN_TEST_LOOP_f_l): Likewise.
14091         (RUN_TEST_LOOP_f_L): Likewise.
14092         (RUN_TEST_LOOP_fFF_11): Likewise.
14093         * math/gen-libm-test.pl (parse_args): Output four copies of
14094         expected results for each test.
14095
14096         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14097         (__ASSUME_UTIMES): Remove.
14098         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14099         (__ASSUME_UTIMES): Likewise.
14100
14101         * math/gen-auto-libm-tests.c: Update comment on output format.
14102         (output_for_one_input_case): Generate before-rounding and
14103         after-rounding information as conditions on output flags not
14104         floating-point format.
14105         * math/auto-libm-test-out: Regenerated.
14106         * math/gen-libm-test.pl (cond_value): New function.
14107         (or_cond_value): Use cond_value.
14108         (generate_testfile): Handle conditional exceptions.
14109
14110 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
14111
14112         * math/libm-test.inc (max_valid_error): New variable.
14113         (init_max_error): Take new argument specifying whether function
14114         results are exactly determined.  Set max_valid_error and bound
14115         other variables for errors based on this argument.
14116         (set_max_error): Do not record results above max_valid_error.
14117         (check_float_internal): Only accept errors of up to 0.5ulps if
14118         also at most max_valid_error.
14119         (START): Take new argument EXACT and pass it to init_max_error.
14120         (acos_test): Update call to START.
14121         (acos_test_tonearest): Likewise.
14122         (acos_test_towardzero): Likewise.
14123         (acos_test_downward): Likewise.
14124         (acos_test_upward): Likewise.
14125         (acosh_test): Likewise.
14126         (asin_test): Likewise.
14127         (asin_test_tonearest): Likewise.
14128         (asin_test_towardzero): Likewise.
14129         (asin_test_downward): Likewise.
14130         (asin_test_upward): Likewise.
14131         (asinh_test): Likewise.
14132         (atan_test): Likewise.
14133         (atanh_test): Likewise.
14134         (atan2_test): Likewise.
14135         (cabs_test): Likewise.
14136         (cacos_test): Likewise.
14137         (cacosh_test): Likewise.
14138         (carg_test): Likewise.
14139         (casin_test): Likewise.
14140         (casinh_test): Likewise.
14141         (catan_test): Likewise.
14142         (catanh_test): Likewise.
14143         (cbrt_test): Likewise.
14144         (ccos_test): Likewise.
14145         (ccosh_test): Likewise.
14146         (ceil_test): Likewise.
14147         (cexp_test): Likewise.
14148         (cimag_test): Likewise.
14149         (clog_test): Likewise.
14150         (clog10_test): Likewise.
14151         (conj_test): Likewise.
14152         (copysign_test): Likewise.
14153         (cos_test): Likewise.
14154         (cos_test_tonearest): Likewise.
14155         (cos_test_towardzero): Likewise.
14156         (cos_test_downward): Likewise.
14157         (cos_test_upward): Likewise.
14158         (cosh_test): Likewise.
14159         (cosh_test_tonearest): Likewise.
14160         (cosh_test_towardzero): Likewise.
14161         (cosh_test_downward): Likewise.
14162         (cosh_test_upward): Likewise.
14163         (cpow_test): Likewise.
14164         (cproj_test): Likewise.
14165         (creal_test): Likewise.
14166         (csin_test): Likewise.
14167         (csinh_test): Likewise.
14168         (csqrt_test): Likewise.
14169         (ctan_test): Likewise.
14170         (ctan_test_tonearest): Likewise.
14171         (ctan_test_towardzero): Likewise.
14172         (ctan_test_downward): Likewise.
14173         (ctan_test_upward): Likewise.
14174         (ctanh_test): Likewise.
14175         (ctanh_test_tonearest): Likewise.
14176         (ctanh_test_towardzero): Likewise.
14177         (ctanh_test_downward): Likewise.
14178         (ctanh_test_upward): Likewise.
14179         (erf_test): Likewise.
14180         (erfc_test): Likewise.
14181         (exp_test): Likewise.
14182         (exp_test_tonearest): Likewise.
14183         (exp_test_towardzero): Likewise.
14184         (exp_test_downward): Likewise.
14185         (exp_test_upward): Likewise.
14186         (exp10_test): Likewise.
14187         (exp10_test_tonearest): Likewise.
14188         (exp10_test_towardzero): Likewise.
14189         (exp10_test_downward): Likewise.
14190         (exp10_test_upward): Likewise.
14191         (pow10_test): Likewise.
14192         (exp2_test): Likewise.
14193         (expm1_test): Likewise.
14194         (expm1_test_tonearest): Likewise.
14195         (expm1_test_towardzero): Likewise.
14196         (expm1_test_downward): Likewise.
14197         (expm1_test_upward): Likewise.
14198         (fabs_test): Likewise.
14199         (fdim_test): Likewise.
14200         (floor_test): Likewise.
14201         (fma_test): Likewise.
14202         (fma_test_towardzero): Likewise.
14203         (fma_test_downward): Likewise.
14204         (fma_test_upward): Likewise.
14205         (fmax_test): Likewise.
14206         (fmin_test): Likewise.
14207         (fmod_test): Likewise.
14208         (fpclassify_test): Likewise.
14209         (frexp_test): Likewise.
14210         (hypot_test): Likewise.
14211         (ilogb_test): Likewise.
14212         (isfinite_test): Likewise.
14213         (finite_test): Likewise.
14214         (isgreater_test): Likewise.
14215         (isgreaterequal_test): Likewise.
14216         (isinf_test): Likewise.
14217         (isless_test): Likewise.
14218         (islessequal_test): Likewise.
14219         (islessgreater_test): Likewise.
14220         (isnan_test): Likewise.
14221         (isnormal_test): Likewise.
14222         (issignaling_test): Likewise.
14223         (isunordered_test): Likewise.
14224         (j0_test): Likewise.
14225         (j1_test): Likewise.
14226         (jn_test): Likewise.
14227         (ldexp_test): Likewise.
14228         (lgamma_test): Likewise.
14229         (gamma_test): Likewise.
14230         (lrint_test): Likewise.
14231         (lrint_test_tonearest): Likewise.
14232         (lrint_test_towardzero): Likewise.
14233         (lrint_test_downward): Likewise.
14234         (lrint_test_upward): Likewise.
14235         (llrint_test): Likewise.
14236         (llrint_test_tonearest): Likewise.
14237         (llrint_test_towardzero): Likewise.
14238         (llrint_test_downward): Likewise.
14239         (llrint_test_upward): Likewise.
14240         (log_test): Likewise.
14241         (log10_test): Likewise.
14242         (log1p_test): Likewise.
14243         (log2_test): Likewise.
14244         (logb_test): Likewise.
14245         (logb_test_downward): Likewise.
14246         (lround_test): Likewise.
14247         (llround_test): Likewise.
14248         (modf_test): Likewise.
14249         (nearbyint_test): Likewise.
14250         (nextafter_test): Likewise.
14251         (nexttoward_test): Likewise.
14252         (pow_test): Likewise.
14253         (pow_test_tonearest): Likewise.
14254         (pow_test_towardzero): Likewise.
14255         (pow_test_downward): Likewise.
14256         (pow_test_upward): Likewise.
14257         (remainder_test): Likewise.
14258         (drem_test): Likewise.
14259         (remainder_test_tonearest): Likewise.
14260         (drem_test_tonearest): Likewise.
14261         (remainder_test_towardzero): Likewise.
14262         (drem_test_towardzero): Likewise.
14263         (remainder_test_downward): Likewise.
14264         (drem_test_downward): Likewise.
14265         (remainder_test_upward): Likewise.
14266         (drem_test_upward): Likewise.
14267         (remquo_test): Likewise.
14268         (rint_test): Likewise.
14269         (rint_test_tonearest): Likewise.
14270         (rint_test_towardzero): Likewise.
14271         (rint_test_downward): Likewise.
14272         (rint_test_upward): Likewise.
14273         (round_test): Likewise.
14274         (scalb_test): Likewise.
14275         (scalbn_test): Likewise.
14276         (scalbln_test): Likewise.
14277         (signbit_test): Likewise.
14278         (sin_test): Likewise.
14279         (sin_test_tonearest): Likewise.
14280         (sin_test_towardzero): Likewise.
14281         (sin_test_downward): Likewise.
14282         (sin_test_upward): Likewise.
14283         (sincos_test): Likewise.
14284         (sinh_test): Likewise.
14285         (sinh_test_tonearest): Likewise.
14286         (sinh_test_towardzero): Likewise.
14287         (sinh_test_downward): Likewise.
14288         (sinh_test_upward): Likewise.
14289         (sqrt_test): Likewise.
14290         (sqrt_test_tonearest): Likewise.
14291         (sqrt_test_towardzero): Likewise.
14292         (sqrt_test_downward): Likewise.
14293         (sqrt_test_upward): Likewise.
14294         (tan_test): Likewise.
14295         (tan_test_tonearest): Likewise.
14296         (tan_test_towardzero): Likewise.
14297         (tan_test_downward): Likewise.
14298         (tan_test_upward): Likewise.
14299         (tanh_test): Likewise.
14300         (tgamma_test): Likewise.
14301         (trunc_test): Likewise.
14302         (y0_test): Likewise.
14303         (y1_test): Likewise.
14304         (yn_test): Likewise.
14305         (significand_test): Likewise.
14306
14307         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14308         individual tests in comment.
14309         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14310         (prev_max_error): New variable.
14311         (prev_real_max_error): Likewise.
14312         (prev_imag_max_error): Likewise.
14313         (compare_ulp_data): Don't refer to test names in comment.
14314         (find_test_ulps): Remove function.
14315         (find_function_ulps): Likewise.
14316         (find_complex_function_ulps): Likewise.
14317         (init_max_error): Take function name as argument.  Look up ulps
14318         for that function.
14319         (print_ulps): Remove function.
14320         (print_max_error): Use prev_max_error instead of calling
14321         find_function_ulps.
14322         (print_complex_max_error): Use prev_real_max_error and
14323         prev_imag_max_error instead of calling find_complex_function_ulps.
14324         (check_float_internal): Take max_ulp parameter instead of calling
14325         find_test_ulps.  Don't call print_ulps.
14326         (check_float): Update call to check_float_internal.
14327         (check_complex): Update calls to check_float_internal.
14328         (START): Pass argument to init_max_error.
14329         * math/gen-libm-test.pl (%results): Don't include "kind"
14330         information.
14331         (parse_ulps): Don't handle ulps of individual tests.
14332         (print_ulps_file): Likewise.
14333         (output_ulps): Likewise.
14334         * math/README.libm-test: Update.
14335         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14336         individual tests.
14337         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14338         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14339         * sysdeps/arm/libm-test-ulps: Likewise.
14340         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14341         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14342         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14343         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14344         * sysdeps/microblaze/libm-test-ulps: Likewise.
14345         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14346         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14347         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14348         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14349         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14350         * sysdeps/sh/libm-test-ulps: Likewise.
14351         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14352         * sysdeps/tile/libm-test-ulps: Likewise.
14353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14354
14355 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14356
14357         * math/libm-test.inc (print_complex_max_error): Check separately
14358         whether real and imaginary errors are within allowed range and
14359         pass 0 to print_complex_function_ulps instead of value within
14360         allowed range.
14361
14362 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14363
14364         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14365         formatting.
14366         (get_handles_fopen): Likewise.
14367         (do_write_test): Likewise.
14368
14369         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14370
14371         * libio/fileops.c (do_ftell): Use cached offset when
14372         available.
14373         * libio/iofwide.c (do_ftell_wide): Likewise.
14374         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14375         _IO_file_attach.
14376         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14377
14378         [BZ #16532]
14379         * libio/libioP.h (get_file_offset): New function.
14380         * libio/fileops.c (get_file_offset): Likewise.
14381         (do_ftell): Likewise.
14382         (_IO_new_file_seekoff): Split out ftell logic.
14383         * libio/wfileops.c (do_ftell_wide): Likewise.
14384         (_IO_wfile_seekoff): Split out ftell logic.
14385         * libio/tst-ftell-active-handler.c: New test case.
14386         * libio/Makefile (tests): Add it.
14387
14388 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14389
14390         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14391         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14392
14393 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14394
14395         [BZ #16639]
14396         * nscd/connections.c (nscd_init): Call do_exit.
14397         (start_threads): Call do_exit and notify_parent.
14398         (begin_drop_privileges): Call do_exit.
14399         (finish_drop_privileges): Likewise.
14400         * nscd/selinux.c (preserve_capabilities): Likewise.
14401         (install_real_capabilities): Likewise.
14402         (nscd_selinux_enabled): Likewise.
14403         (avc_create_thread): Likewise.
14404         (avc_alloc_lock): Likewise.
14405         (nscd_avc_init): Likewise.
14406         * nscd/nscd.c (parent_fd): New static variable.
14407         (main): Create a pipe between parent and child processes.
14408         Skip closing parent_fd.
14409         (monitor_child): New function.
14410         (do_exit): Likewise.
14411         (notify_parent): Likewise.
14412         * nscd/nscd.h (notify_parent): Likewise.
14413         (do_exit): Likewise.
14414
14415 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14416
14417         * malloc/malloc.c (__libc_calloc): Revert last change.
14418
14419 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14420
14421         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14422
14423 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14424
14425         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14426         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14427         implementation.
14428         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14429         (__libc_ifunc_impl_list): Likewise.
14430         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14431         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14432         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14433         * string/strrchr.c: Define STRRCHR.
14434
14435 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14436
14437         * benchtest/bench-strtok.c (simple_strtok): Delete.
14438         (strtok_string): Use as benchmark.
14439         * string/strtok (STRTOK): New macro.
14440
14441 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14442
14443         * manual/threads.texi: Add header and standard comments to all
14444         functions.
14445
14446         * elf/dl-lookup.c (check_match): New function.
14447         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14448         (do_lookup_x): Remove nested function check_match. Use non-nested
14449         function check_match.
14450
14451 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14452
14453         * csu/Makefile (generated, before-compile): Use += rather than =.
14454         * catgets/Makefile (generated, generated-dirs): Likewise.
14455         * debug/Makefile (generated): Likewise.
14456         * dlfcn/Makefile (generated): Likewise.
14457         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14458         * iconvdata/Makefile (before-compile, generated): Likewise.
14459         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14460         * libio/Makefile (generated): Likewise.
14461         * malloc/Makefile (generated): Likewise.
14462         * manual/Makefile (generated, generated-dirs): Likewise.
14463         * misc/Makefile (generated): Likewise.
14464         * posix/Makefile (generated): Likewise.
14465         * resolv/Makefile (generated): Likewise.
14466         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14467         * timezone/Makefile (generated, generated-dirs): Likewise.
14468
14469         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14470
14471 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14472
14473         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14474         power8 implementation.
14475         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14476         file: POWER8 llround ifunc implementation.
14477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14478         (__lllround): Add POWER8 implementation.
14479         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14480         POWER8 llround implementation.
14481
14482         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14483         power8 implementation.
14484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14485         file: POWER8 llrint ifunc implementation.
14486         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14487         Add POWER8 implementation.
14488         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14489         POWER8 llrint implementation.
14490
14491         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14492         power8 implementation.
14493         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14494         file: POWER8 finite ifunc implementation.
14495         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14496         Add POWER8 implementation.
14497         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14498         Likewise.
14499         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14500         POWER8 finite implementation.
14501         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14502
14503         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14504         power8 implementation.
14505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14506         file: POWER8 isinf ifunc implementation.
14507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14508         POWER8 implementation.
14509         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14510         Likewise.
14511         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14512         isinf implementation.
14513         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14514
14515         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14516         (INIT_ARCH): Add hwcap2 initialization.
14517         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14518         power8 implementation.
14519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14520         file: POWER8 isnan ifunc implementation.
14521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14522         POWER8 implementation.
14523         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14524         Likewise.
14525         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14526         isnan implementation.
14527         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14528
14529 2014-02-27  Joey Ye  <joey.ye@arm.com>
14530
14531         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14532         (_FP_NANFRAC_Q): Set to zero.
14533
14534 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14535
14536         [BZ #16623]
14537         * math/auto-libm-test-in: New test inputs.
14538         * math/auto-libm-test-out: Regenerate.
14539         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14540         and DA.
14541         (__cos): Likewise.
14542         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14543
14544 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14545
14546         * scripts/evaluate-test.sh: Take new argument indicating whether
14547         failure is expected.
14548         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14549         indicating whether failure is expected.
14550         * conform/Makefile (test-xfail-run-conformtest): New variable.
14551         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14552         level.
14553         * posix/Makefile (test-xfail-annexc): New variable.
14554         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14555
14556 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14557
14558         * argp/Makefile: Include Makeconfig immediately after defining
14559         subdir.
14560         * assert/Makefile: Likewise.
14561         * benchtests/Makefile: Likewise.
14562         * catgets/Makefile: Likewise.
14563         * conform/Makefile: Likewise.
14564         * crypt/Makefile: Likewise.
14565         * csu/Makefile: Likewise.
14566         (all): Remove target.
14567         * ctype/Makefile: Include Makeconfig immediately after defining
14568         subdir.
14569         * debug/Makefile: Likewise.
14570         * dirent/Makefile: Likewise.
14571         * dlfcn/Makefile: Likewise.
14572         * gmon/Makefile: Likewise.
14573         * gnulib/Makefile: Likewise.
14574         * grp/Makefile: Likewise.
14575         * gshadow/Makefile: Likewise.
14576         * hesiod/Makefile: Likewise.
14577         * hurd/Makefile: Likewise.
14578         (all): Remove target.
14579         * iconvdata/Makefile: Include Makeconfig immediately after
14580         defining subdir.
14581         * inet/Makefile: Likewise.
14582         * intl/Makefile: Likewise.
14583         * io/Makefile: Likewise.
14584         * libio/Makefile: Likewise.
14585         (all): Remove target.
14586         * locale/Makefile: Include Makeconfig immediately after defining
14587         subdir.
14588         * login/Makefile: Likewise.
14589         * mach/Makefile: Likewise.
14590         (all): Remove target.
14591         * malloc/Makefile: Include Makeconfig immediately after defining
14592         subdir.
14593         (all): Remove target.
14594         * manual/Makefile: Include Makeconfig immediately after defining
14595         subdir.
14596         * math/Makefile: Likewise.
14597         * misc/Makefile: Likewise.
14598         * nis/Makefile: Likewise.
14599         * nss/Makefile: Likewise.
14600         * po/Makefile: Likewise.
14601         (all): Remove target.
14602         * posix/Makefile: Include Makeconfig immediately after defining
14603         subdir.
14604         * pwd/Makefile: Likewise.
14605         * resolv/Makefile: Likewise.
14606         * resource/Makefile: Likewise.
14607         * rt/Makefile: Likewise.
14608         * setjmp/Makefile: Likewise.
14609         * shadow/Makefile: Likewise.
14610         * signal/Makefile: Likewise.
14611         * socket/Makefile: Likewise.
14612         * soft-fp/Makefile: Likewise.
14613         * stdio-common/Makefile: Likewise.
14614         * stdlib/Makefile: Likewise.
14615         * streams/Makefile: Likewise.
14616         * string/Makefile: Likewise.
14617         * sunrpc/Makefile: Likewise.
14618         (all): Remove target.
14619         * sysvipc/Makefile: Include Makeconfig immediately after defining
14620         subdir.
14621         * termios/Makefile: Likewise.
14622         * time/Makefile: Likewise.
14623         * timezone/Makefile: Likewise.
14624         (all): Remove target.
14625         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14626         subdir.
14627         * wctype/Makefile: Likewise.
14628
14629 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14630
14631         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14632         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14633         (libc_feholdexcept_setround_mips): Ditto.
14634         (libc_feholdsetround): New.
14635         (libc_feholdsetroundf): New.
14636         (libc_feholdsetroundl): New.
14637         (libc_feupdateenv_test_mips): New.
14638         (libc_feupdateenv_test): New.
14639         (libc_feupdateenv_testf): New.
14640         (libc_feupdateenv_testl): New.
14641         (libc_feresetround): New.
14642         (libc_feresetroundf): New.
14643         (libc_feresetroundl): New.
14644         (libc_fetestexcept_mips): New.
14645         (libc_fetestexcept): New.
14646         (libc_fetestexceptf): New.
14647         (libc_fetestexceptl): New.
14648         (HAVE_RM_CTX): New.
14649         (libc_feholdexcept_setround_mips_ctx): New.
14650         (libc_feholdexcept_setround_ctx): New.
14651         (libc_feholdexcept_setroundf_ctx): New.
14652         (libc_feholdexcept_setroundl_ctx): New.
14653         (libc_fesetenv_mips_ctx): New.
14654         (libc_fesetenv_ctx): New.
14655         (libc_fesetenv_ctxf): New.
14656         (libc_fesetenv_ctxl): New.
14657         (libc_feupdateenv_mips_ctx): New.
14658         (libc_feupdateenv_ctx): New.
14659         (libc_feupdateenvf_ctx): New.
14660         (libc_feupdateenvl_ctx): New.
14661         (libc_feholdsetround_mips_ctx): New.
14662         (libc_feholdsetround_ctx): New.
14663         (libc_feholdsetroundf_ctx): New.
14664         (libc_feholdsetroundl_ctx): New.
14665         (libc_feresetround_mips_ctx): New.
14666         (libc_feresetround_ctx): New.
14667         (libc_feresetroundf_ctx): New.
14668         (libc_feresetroundl_ctx): New.
14669
14670 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14671
14672         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14673
14674         * manual/ipc.texi: New file.
14675         * manual/Makefile (chapters): Add ipc.
14676         * manual/job.texi: Add "Inter-Process Communication" to next.
14677         * manual/process.texi: Add "Inter-Process Communication" to prev.
14678
14679 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14680
14681         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14682
14683 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14684
14685         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14686
14687         * manual/arith.texi: Fix spaces after sentences.
14688         * manual/charset.texi: Likewise.
14689         * manual/errno.texi: Likewise.
14690         * manual/install.texi: Likewise.
14691         * manual/llio.texi: Likewise.
14692         * manual/locale.texi: Likewise.
14693         * manual/maint.texi: Likewise.
14694         * manual/math.texi: Likewise.
14695         * manual/memory.texi: Likewise.
14696         * manual/message.texi: Likewise.
14697         * manual/probes.texi: Likewise.
14698         * manual/resource.texi: Likewise.
14699         * manual/signal.texi: Likewise.
14700         * manual/socket.texi: Likewise.
14701         * manual/stdio.texi: Likewise.
14702         * manual/string.texi: Likewise.
14703         * manual/time.texi: Likewise.
14704         * manual/users.texi: Likewise.
14705
14706 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14707
14708         [BZ #16632]
14709         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14710         _DEFAULT_SOURCE is defined.
14711
14712 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14713             Carlos O'Donell  <carlos@redhat.com>
14714
14715         [BZ #16613]
14716         * elf/dl-tls.c (_dl_count_modids): New function.
14717         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14718         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14719         audit library and increment generation counter.
14720         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14721         * elf/tst-audit9.c: New file.
14722         * elf/tst-auditmod9a.c: New file.
14723         * elf/tst-auditmod9b.c: New file.
14724         * elf/Makefile: Add rules to build and run tst-audit9.
14725
14726 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14727
14728         [BZ #15347]
14729         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14730
14731 2014-02-25  Will Newton  <will.newton@linaro.org>
14732
14733         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14734         (__longjmp): Restore sp and lr before restoring callee
14735         saved registers.  Add longjmp and longjmp_target
14736         SystemTap probe point.
14737         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14738         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14739         Define to zero to match jmpbuf layout.
14740         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14741         (__sigsetjmp): Save sp and lr before saving callee
14742         saved registers.  Add setjmp SystemTap probe point.
14743
14744 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14745
14746         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14747
14748 2014-02-24  Andreas Schwab  <schwab@suse.de>
14749
14750         [BZ #15804]
14751         * elf/pldd.c (wait_for_ptrace_stop): New function.
14752         (main): Call it after attaching.
14753
14754 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14755
14756         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14757         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14758         Versions files is now verboten.
14759         * hurd/Versions (libc: GLIBC_2.0):
14760         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14761         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14762         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14763         * mach/Versions: Likewise.
14764
14765         * csu/Versions: Remove unused %include.
14766         * resolv/Versions: Likewise.
14767
14768 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14769
14770         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14771         ($(objpfx)check-local-headers.out): Likewise.
14772         ($(objpfx)begin-end-check.out): Likewise.
14773         * Makerules (check-abi-%.out): Likewise.
14774         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14775         ($(objpfx)test2.cat): Likewise.
14776         ($(objpfx)de/libc.cat): Likewise.
14777         ($(objpfx)test-gencat.out): Likewise.
14778         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14779         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14780         ($(objpfx)noload-mem): Likewise.
14781         ($(objpfx)tst-pathopt.out): Likewise.
14782         ($(objpfx)tst-rtld-load-self.out): Likewise.
14783         ($(objpfx)tst-array1-cmp.out): Likewise.
14784         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14785         ($(objpfx)tst-array2-cmp.out): Likewise.
14786         ($(objpfx)tst-array3-cmp.out): Likewise.
14787         ($(objpfx)tst-array4-cmp.out): Likewise.
14788         ($(objpfx)tst-array5-cmp.out): Likewise.
14789         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14790         ($(objpfx)check-textrel.out): Likewise.
14791         ($(objpfx)check-execstack.out): Likewise.
14792         ($(objpfx)check-localplt.out): Likewise.
14793         ($(objpfx)order2-cmp.out): Likewise.
14794         ($(objpfx)tst-leaks1-mem): Likewise.
14795         ($(objpfx)tst-leaks1-static-mem): Likewise.
14796         ($(objpfx)tst-initorder-cmp.out): Likewise.
14797         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14798         ($(objpfx)tst-unused-dep.out): Likewise.
14799         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14800         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14801         * iconv/Makefile (test-iconvconfig): Likewise.
14802         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14803         ($(objpfx)iconv-test.out): Likewise.
14804         ($(objpfx)tst-tables.out): Likewise.
14805         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14806         ($(objpfx)tst-gettext.out): Likewise.
14807         ($(objpfx)tst-translit.out): Likewise.
14808         ($(objpfx)tst-gettext2.out): Likewise.
14809         ($(objpfx)tst-gettext4.out): Likewise.
14810         ($(objpfx)tst-gettext6.out): Likewise.
14811         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14812         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14813         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14814         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14815         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14816         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14817         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14818         ($(objpfx)wordexp-tst.out): Likewise.
14819         ($(objpfx)annexc.out): Likewise.
14820         ($(objpfx)tst-fnmatch-mem): Likewise.
14821         ($(objpfx)bug-regex2-mem): Likewise.
14822         ($(objpfx)bug-regex14-mem): Likewise.
14823         ($(objpfx)bug-regex21-mem): Likewise.
14824         ($(objpfx)bug-regex31-mem): Likewise.
14825         ($(objpfx)tst-vfork3-mem): Likewise.
14826         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14827         ($(objpfx)tst-pcre-mem): Likewise.
14828         ($(objpfx)tst-boost-mem): Likewise.
14829         ($(objpfx)tst-getconf.out): Likewise.
14830         ($(objpfx)bug-ga2-mem): Likewise.
14831         ($(objpfx)bug-glob2-mem): Likewise.
14832         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14833         ($(objpfx)mtrace-tst-leaks2): Likewise.
14834         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14835         ($(objpfx)tst-printf.out): Likewise.
14836         ($(objpfx)tst-setvbuf1.out): Likewise.
14837         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14838         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14839         ($(objpfx)tst-fmtmsg.out): Likewise.
14840         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14841         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14842
14843         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14844         * bits/sigaction.h [__USE_MISC]: Likewise.
14845         * bits/waitstatus.h: Update #endif comments.
14846         * ctype/ctype.h: Likewise.
14847         * dirent/dirent.h: Likewise.
14848         [__USE_MISC]: Remove redundant conditionals.
14849         * grp/grp.h: Update #endif comments.
14850         [__USE_GNU]: Remove redundant conditionals.
14851         [__USE_MISC]: Likewise.
14852         * inet/netinet/in.h [__USE_GNU]: Likewise.
14853         * io/sys/stat.h [__USE_MISC]: Likewise.
14854         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14855         * libio/bits/stdio.h: Update #endif comments.
14856         [__USE_MISC]: Remove redundant conditionals.
14857         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14858         * libio/stdio.h: Update #endif comments.
14859         [__USE_MISC]: Remove redundant conditionals.
14860         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14861         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14862         * math/math.h: Update #else and #endif comments.
14863         [__USE_MISC]: Remove redundant conditionals.
14864         * misc/sys/uio.h: Update #endif comments.
14865         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14866         * posix/glob.h [__USE_MISC]: Likewise.
14867         * posix/sys/types.h: Update #endif comments.
14868         [__USE_MISC]: Remove redundant conditionals.
14869         * posix/sys/wait.h: Update #endif comments.
14870         [__USE_MISC]: Remove redundant conditionals.
14871         * posix/unistd.h: Update #endif comments.
14872         [__USE_MISC]: Remove redundant conditionals.
14873         * pwd/pwd.h [__USE_GNU]: Likewise.
14874         [__USE_MISC]: Likewise.
14875         * resolv/netdb.h [__USE_GNU]: Likewise.
14876         * signal/signal.h: Update #endif comments.
14877         [__USE_MISC]: Remove redundant conditionals.
14878         * stdlib/stdlib.h: Update #else and #endif comments.
14879         [__USE_MISC]: Remove redundant conditionals.
14880         [__USE_GNU]: Likewise.
14881         * string/bits/string2.h [__USE_MISC]: Likewise.
14882         * string/string.h: Update #endif comments.
14883         [__USE_MISC]: Remove redundant conditionals.
14884         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14885         Likewise.
14886         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14887         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14888         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14889         Likewise.
14890         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14891         Likewise.
14892         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14893         comments.
14894         [__USE_MISC]: Remove redundant conditionals.
14895         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14896         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14897         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14898         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14899         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14900         Likewise.
14901         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14902         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14903         Likewise.
14904         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14905         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14906         Likewise.
14907         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14908         Likewise.
14909         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14910         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14911         Likewise.
14912         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14913         Likewise.
14914         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14915         * sysdeps/x86/bits/string.h: Update #endif comments.
14916         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14917         conditionals.
14918         * time/sys/time.h: Update #endif comments.
14919         * time/time.h: Likewise.
14920         [__USE_MISC]: Remove redundant conditionals.
14921
14922 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14923
14924         [BZ #16600]
14925         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14926
14927 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14928
14929         * Versions.def (librt): Add GLIBC_2.17.
14930
14931 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14932
14933         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14934         synonym for _SYS_AUXV_H to allow direct inclusion.
14935         * sysdeps/sparc/bits/hwcap.h: Likewise.
14936         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14937         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14938         * sysdeps/sparc/sysdep.h: Likewise.
14939
14940 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14941
14942         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14943
14944 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14945
14946         * benchtests/bench-strrchr.c: Print length instead of position.
14947
14948 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14949
14950         [BZ #16611]
14951         * sysdeps/unix/sysv/linux/kernel-features.h
14952         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14953         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14954         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14955         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14956         Likewise.
14957         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14958         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14959         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14960         (__ASSUME_SENDMMSG): Define instead of using previous
14961         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14962         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14963         (__ASSUME_SENDMMSG_SYSCALL): Define.
14964         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14965         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14966         Likewise.
14967         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14968         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14969         Likewise.
14970         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14971         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14972         Likewise.
14973         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14974         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14975         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14976         [__ASSUME_SENDMMSG]: Change conditionals to
14977         [__ASSUME_SENDMMSG_SOCKETCALL].
14978         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14979         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14980         Define.
14981         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14982         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14983         Likewise.
14984         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14985         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14986         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14987         [!__ASSUME_SENDMMSG]: Change conditional to
14988         [!__ASSUME_SENDMMSG_SOCKETCALL].
14989         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14990         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14991         Define.
14992
14993         [BZ #16610]
14994         * sysdeps/unix/sysv/linux/kernel-features.h
14995         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14996         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14997         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14998         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14999         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
15000         [__i386__ || __sparc__]
15001         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15002         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
15003         (__ASSUME_RECVMMSG): Define instead of using previous
15004         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
15005         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15006         (__ASSUME_RECVMMSG_SYSCALL): Define.
15007         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15008         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15009         Likewise.
15010         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15011         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15012         Likewise.
15013         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15014         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15015         Likewise.
15016         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
15017         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
15018         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
15019         [__ASSUME_RECVMMSG]: Change condition to
15020         [__ASSUME_RECVMMSG_SOCKETCALL].
15021         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15022         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15023         Define.
15024         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
15025         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15026         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
15027         Likewise.
15028         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
15029         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
15030         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
15031         [!__ASSUME_RECVMMSG]: Change condition to
15032         [!__ASSUME_RECVMMSG_SOCKETCALL].
15033         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15034         (__ASSUME_RECVMMSG_SYSCALL): Define.
15035
15036         [BZ #16609]
15037         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
15038         __powerpc__ || __s390__ || __sh__ || __sparc__]
15039         (__ASSUME_SOCKETCALL): Define.
15040         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
15041         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
15042         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
15043         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
15044         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15045         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
15046         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
15047         (__ASSUME_ACCEPT4): Define instead of using previous
15048         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
15049         __powerpc__ || __sparc__ || __s390__)] condition.
15050         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15051         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
15052         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
15053         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
15054         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
15055         [!__ASSUME_ACCEPT4]: Change condition to
15056         [!__ASSUME_ACCEPT4_SOCKETCALL].
15057         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15058         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
15059         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
15060         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15061         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
15062         __ASSUME_ACCEPT4_SYSCALL.
15063         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
15064         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
15065         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15066         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
15067         __ASSUME_ACCEPT4_SYSCALL.
15068         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
15069         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
15070         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
15071         [__ASSUME_ACCEPT4]: Change condition to
15072         [__ASSUME_ACCEPT4_SOCKETCALL].
15073         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15074         (__ASSUME_SOCKETCALL): Define.
15075         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
15076         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15077         (__ASSUME_SOCKETCALL): Define.
15078         (__ASSUME_ACCEPT4): Remove.
15079         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
15080         Define.
15081         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15082         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
15083         Likewise.
15084         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15085         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
15086
15087         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
15088         macro.
15089         (HWCAP_ARM_LPAE): Likewise.
15090         (HWCAP_ARM_EVTSTRM): Likewise.
15091         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
15092         Add vpfd32, lpae and evtstrm.
15093         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
15094         Increase to 22.
15095
15096 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
15097
15098         * math/auto-libm-test-in: Add tests of clog10.
15099         * math/auto-libm-test-out: Regenerated.
15100         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
15101         * sysdeps/i386/fpu/libm-test-ulps: Update.
15102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15103
15104 2014-02-18  Andreas Schwab  <schwab@suse.de>
15105
15106         [BZ #16574]
15107         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
15108         Store non-zero if the second buffer was newly allocated.
15109         (send_dg): Likewise.
15110         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
15111         to send_vc and send_dg.
15112         (res_nsend): Pass NULL for ansp2_malloced.
15113         * resolv/res_query.c (__libc_res_nquery): Add parameter
15114         answerp2_malloced and pass it down to __libc_res_nsend.
15115         (res_nquery): Pass additional NULL to __libc_res_nquery.
15116         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
15117         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
15118         second answer buffer if answerp2_malloced was set.
15119         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
15120         (__libc_res_nquerydomain): Add parameter
15121         answerp2_malloced and pass it down to __libc_res_nquery.
15122         (res_nquerydomain): Pass additional NULL to
15123         __libc_res_nquerydomain.
15124         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
15125         additional NULL to __libc_res_nsend and __libc_res_nquery.
15126         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
15127         additional NULL to __libc_res_nsearch.
15128         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
15129         parameter of __libc_res_nsearch to check for separately allocated
15130         second buffer.
15131         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
15132         __libc_res_nquery.
15133         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
15134         additional NULL to __libc_res_nquery.
15135         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
15136         __libc_res_nsearch.
15137         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
15138         * include/resolv.h: Update prototypes of __libc_res_nquery,
15139         __libc_res_nsearch, __libc_res_nsend.
15140
15141 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
15142
15143         * math/auto-libm-test-in: Add tests of fma.
15144         * math/auto-libm-test-out: Regenerated.
15145         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
15146         (fma_towardzero_test_data): Likewise.
15147         (fma_downward_test_data): Likewise.
15148         (fma_upward_test_data): Likewise.
15149         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
15150         mpc_mode.
15151         (rounding_modes): Add values for new field.
15152         (func_calc_method): Add value mpfr_fff_f.
15153         (func_calc_desc): Add mpfr_fff_f union field.
15154         (test_function): Add field exact_args.
15155         (FUNC): Add macro argument EXACT_ARGS.
15156         (FUNC_mpfr_f_f): Update call to FUNC.
15157         (FUNC_mpfr_f_f): Likewise.
15158         (FUNC_mpfr_ff_f): Likewise.
15159         (FUNC_mpfr_if_f): Likewise.
15160         (FUNC_mpc_c_f): Likewise.
15161         (FUNC_mpc_c_c): Likewise.
15162         (test_functions): Add fma.  Update calls to FUNC.
15163         (handle_input_arg): Add argument exact_args.
15164         (add_test): Update call to handle_input_arg.
15165         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
15166         (output_for_one_input_case): Update call to calc_generic_results.
15167         Recalculate exact zero results in each rounding mode.
15168
15169         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
15170         non-negative before setting low bit.
15171         * math/auto-libm-test-in: Mark one asin test possibly having
15172         spurious underflow.
15173         * math/auto-libm-test-out: Regenerated.
15174         * sysdeps/i386/fpu/libm-test-ulps: Update.
15175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15176
15177 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
15178
15179         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
15180         * sysdeps/unix/sysv/linux/microblaze: Move directory from
15181         ports/sysdeps/unix/sysv/linux/microblaze.
15182         * README: Add missing listing for microblaze*-*-linux-gnu.
15183
15184 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
15185
15186         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
15187         duplicate code
15188
15189 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
15190
15191         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
15192         * sysdeps/unix/sysv/linux/ia64: Move directory from
15193         ports/sysdeps/unix/sysv/linux/ia64.
15194         * README: Update listing for ia64-*-linux-gnu.
15195
15196 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
15197             Joseph Myers  <joseph@codesourcery.com>
15198
15199         * Makeconfig (test-name): New variable.
15200         (evaluate-test): Likewise.
15201         * Makerules (do-test-clean): Remove .test-result files.
15202         (common-mostlyclean): Likewise.
15203         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
15204         * scripts/evaluate-test.sh: New file.
15205
15206 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
15207
15208         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
15209         separate $(objpfx)tst-fopenloc-cmp.out and
15210         $(objpfx)tst-fopenloc-mem.out targets.
15211         (tests): Update dependencies.
15212         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
15213         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15214         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15215         (tst-rxspencer-no-utf8-ARGS): New variable.
15216         (tst-rxspencer-no-utf8-ENV): Likewise.
15217         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15218         instead of $(objpfx)tst-rxspencer-mem.
15219         ($(objpfx)tst-rxspencer-mem): Change target to
15220         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
15221         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15222         * posix/tst-rxspencer-no-utf8.c: New file.
15223
15224         * elf/Makefile ($(objpfx)order.out): Remove rule.
15225         [$(run-built-tests) = yes] (tests): Depend on
15226         $(objpfx)order-cmp.out.
15227         ($(objpfx)order-cmp.out): New rule.
15228         [$(run-built-tests) = yes] (tests): Depend on
15229         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15230         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15231         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15232         $(objpfx)tst-array5-static-cmp.out.
15233         ($(objpfx)tst-array1.out): Remove rule.
15234         ($(objpfx)tst-array1-cmp.out): New rule.
15235         ($(objpfx)tst-array1-static.out): Remove rule.
15236         ($(objpfx)tst-array1-static-cmp.out): New rule.
15237         ($(objpfx)tst-array2.out): Remove rule.
15238         ($(objpfx)tst-array2-cmp.out): New rule.
15239         ($(objpfx)tst-array3.out): Remove rule.
15240         ($(objpfx)tst-array3-cmp.out): New rule.
15241         ($(objpfx)tst-array4.out): Remove rule.
15242         ($(objpfx)tst-array4-cmp.out): New rule.
15243         ($(objpfx)tst-array5.out): Remove rule.
15244         ($(objpfx)tst-array5-cmp.out): New rule.
15245         ($(objpfx)tst-array5-static.out): Remove rule.
15246         ($(objpfx)tst-array5-static-cmp.out): New rule.
15247         [$(run-built-tests) = yes] (tests): Depend on
15248         $(objpfx)order2-cmp.out.
15249         ($(objpfx)order2.out): Remove rule.
15250         ($(objpfx)order2-cmp.out): New rule.
15251         ($(objpfx)tst-initorder.out): Remove rule.
15252         [$(run-built-tests) = yes] (tests): Depend on
15253         $(objpfx)tst-initorder-cmp.out.
15254         ($(objpfx)tst-initorder-cmp.out): New rule.
15255         ($(objpfx)tst-initorder2.out): Remove rule.
15256         [$(run-built-tests) = yes] (tests): Depend on
15257         $(objpfx)tst-initorder2-cmp.out.
15258         ($(objpfx)tst-initorder2-cmp.out): New rule.
15259         [$(run-built-tests) = yes] (tests): Depend on
15260         $(objpfx)tst-unused-dep-cmp.out.
15261         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15262         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15263         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15264         on $(objpfx)tst-setvbuf1-cmp.out.
15265         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15266         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15267         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15268         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15269         ($(objpfx)tst-svc.out): Remove rule.
15270         ($(objpfx)tst-svc-cmp.out): New rule.
15271
15272 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15273
15274         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15275         * ctype/ctype.h [__USE_MISC]: Likewise.
15276         * dirent/dirent.h [__USE_MISC]: Likewise.
15277         * grp/grp.h [__USE_MISC]: Likewise.
15278         * io/fcntl.h [__USE_MISC]: Likewise.
15279         * io/sys/stat.h [__USE_MISC]: Likewise.
15280         * libio/stdio.h [__USE_MISC]: Likewise.
15281         * posix/unistd.h [__USE_MISC]: Likewise.
15282         * pwd/pwd.h [__USE_MISC]: Likewise.
15283         * stdlib.h [__USE_MISC]: Likewise.
15284         * string/bits/string2.h [__USE_MISC]: Likewise.
15285         * string/string.h [__USE_MISC]: Likewise.
15286         * time/time.h [__USE_MISC]: Likewise.
15287
15288 2014-02-13  Andreas Schwab  <schwab@suse.de>
15289
15290         [BZ #16574]
15291         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15292         second answer buffer if it was separately allocated.
15293
15294 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15295
15296         * sysdeps/mips/math-tests.h: Include <features.h>.
15297         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15298         (ROUNDING_TESTS_long_double): Do not define.
15299         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15300         (EXCEPTION_TESTS_long_double): Likewise.
15301         * sysdeps/mips/mips64/libm-test-ulps: Update.
15302
15303         * include/features.h (__USE_BSD): Remove macro definitions.
15304         (__USE_SVID): Likewise.
15305         (_BSD_SOURCE): Likewise.
15306         (_SVID_SOURCE): Likewise.
15307         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15308         from definition of _DEFAULT_SOURCE.
15309         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15310         [_DEFAULT_SOURCE].
15311         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15312         * bits/mman.h [__USE_BSD]: Likewise.
15313         * bits/termios.h [__USE_BSD]: Likewise.
15314         * bits/waitstatus.h [__USE_BSD]: Likewise.
15315         * ctype/ctype.h [__USE_SVID]: Likewise.
15316         * dirent/dirent.h [__USE_BSD]: Likewise.
15317         * grp/grp.h [__USE_SVID]: Likewise.
15318         [__USE_BSD]: Likewise.
15319         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15320         * io/fcntl.h [__USE_BSD]: Likewise.
15321         * io/ftw.h [__USE_BSD]: Likewise.
15322         * io/sys/stat.h [__USE_BSD]: Likewise.
15323         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15324         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15325         * libio/stdio.h [__USE_SVID]: Likewise.
15326         [__USE_BSD]: Likewise.
15327         * math/math.h [__USE_SVID]: Likewise.
15328         [__USE_BSD]: Likewise.
15329         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15330         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15331         * misc/search.h [__USE_SVID]: Likewise.
15332         * misc/sys/mman.h [__USE_BSD]: Likewise.
15333         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15334         * misc/sys/uio.h [__USE_BSD]: Likewise.
15335         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15336         * posix/glob.h [__USE_BSD]: Likewise.
15337         * posix/regex.h [__USE_BSD]: Likewise.
15338         * posix/sys/types.h [__USE_BSD]: Likewise.
15339         [__USE_SVID]: Likewise.
15340         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15341         * posix/sys/wait.h [__USE_BSD]: Likewise.
15342         [__USE_SVID]: Likewise.
15343         * posix/unistd.h [__USE_BSD]: Likewise.
15344         [__USE_SVID]: Likewise.
15345         * pwd/pwd.h [__USE_SVID]: Likewise.
15346         * resolv/netdb.h [__USE_BSD]: Likewise.
15347         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15348         * signal/signal.h [__USE_BSD]: Likewise.
15349         [__USE_SVID]: Likewise.
15350         * socket/sys/socket.h [__USE_BSD]: Likewise.
15351         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15352         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15353         [__USE_SVID]: Likewise.
15354         * string/bits/string2.h [__USE_BSD]: Likewise.
15355         [__USE_SVID]: Likewise.
15356         * string/bits/string3.h [__USE_BSD]: Likewise.
15357         * string/endian.h [__USE_BSD]: Likewise.
15358         * string/string.h [__USE_SVID]: Likewise.
15359         [__USE_BSD]: Likewise.
15360         * string/strings.h [__USE_BSD]: Likewise.
15361         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15362         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15363         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15364         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15365         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15366         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15367         Likewise.
15368         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15369         Likewise.
15370         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15371         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15372         Likewise.
15373         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15374         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15375         Likewise.
15376         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15377         Likewise.
15378         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15379         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15380         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15381         Likewise.
15382         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15383         Likewise.
15384         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15385         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15386         * termios/termios.h [__USE_BSD]: Likewise.
15387         * time/sys/time.h [__USE_BSD]: Likewise.
15388         * time/time.h [__USE_BSD]: Likewise.
15389         [__USE_SVID]: Likewise.
15390
15391         * Makefile (subdir_targets): Remove subdir_lint.out.
15392
15393         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15394         (do-tst-printf): Likewise.
15395         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15396         $(objpfx)tst-printf.out.
15397
15398         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15399
15400         * Makerules (check-abi-%): Change target to
15401         $(objpfx)check-abi-%.out.
15402         (check-abi target): Update dependencies.
15403         (check-abi-pattern variable): Redirect output of diff to $@.
15404         (check-abi variable): Likewise.
15405         * elf/Makefile (check-abi): Update dependencies.
15406
15407         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15408         unused.
15409         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15410         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15411         subnormal range.
15412         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15413         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15414         value has largest subnormal exponent.
15415         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15416         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15417         * sysdeps/aarch64/soft-fp/sfp-machine.h
15418         (_FP_TININESS_AFTER_ROUNDING): New macro.
15419         * sysdeps/alpha/soft-fp/sfp-machine.h
15420         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15421         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15422         Likewise.
15423         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15424         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15425         * sysdeps/mips/soft-fp/sfp-machine.h
15426         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15427         * sysdeps/powerpc/soft-fp/sfp-machine.h
15428         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15429         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15430         Likewise.
15431         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15432         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15433         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15434         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15435         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15436         Likewise.
15437
15438 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15439
15440         [BZ #16545]
15441         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15442         model 1.
15443
15444 2014-02-12  Richard Henderson  <rth@redhat.com>
15445
15446         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15447         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15448         * sysdeps/unix/sysv/linux/alpha: Move directory from
15449         ports/sysdeps/unix/sysv/linux/alpha.
15450         * README: Update listing for alpha-*-linux-gnu.
15451
15452 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15453
15454         * include/features.h: Update comment documenting feature test
15455         macros.
15456         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15457         _DEFAULT_SOURCE.
15458         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15459         (_SVID_SOURCE): Likewise.
15460         (_DEFAULT_SOURCE): Update description of default features.
15461         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15462         with _GNU_SOURCE.
15463         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15464         (S_ISVTX): Likewise.
15465         * manual/math.texi (Mathematical Constants): Likewise.
15466         * manual/signal.texi (Interrupted Primitives): Likewise.
15467         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15468         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15469         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15470         Don't refer to _SVID_SOURCE in warning text.
15471
15472         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15473
15474         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15475         already defined.
15476         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15477         * sysdeps/mips/dl-lookup.c: Remove.
15478         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15479
15480 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15481
15482         [BZ #16447]
15483         * math/auto-libm-test-in: Add testcase for expl.
15484         * math/auto-libm-test-out: Regenerate.
15485         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15486         calculation of unsafe.
15487         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15488
15489 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15490
15491         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15492         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15493         ports/sysdeps/unix/sysv/linux/aarch64.
15494         * README: Update listing for aarch64*-*-linux-gnu.
15495
15496 2014-02-11  Will Newton  <will.newton@linaro.org>
15497
15498         * manual/probes.texi (Mathematical Function Probes): Use
15499         "triggered" instead of "hit".
15500
15501         * manual/probes.texi (Internal Probes): Add documentation
15502         of setjmp, longjmp and longjmp_target probes.
15503
15504         * include/stap-probe.h: Add comment about probe argument
15505         format.
15506
15507         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15508         definition.  (tr_where, tr_freehook, tr_mallochook,
15509         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15510
15511 2014-02-11  David S. Miller  <davem@davemloft.net>
15512
15513         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15514         processing int_tests.
15515
15516 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15517
15518         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15519         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15520         * sysdeps/unix/sysv/linux/mips: Move directory from
15521         ports/sysdeps/unix/sysv/linux/mips.
15522         * README: Update listing for mips-*-linux-gnu and
15523         mips64-*-linux-gnu.
15524
15525 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15526
15527         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15528         * sysdeps/unix/sysv/linux/m68k: Move directory from
15529         ports/sysdeps/unix/sysv/linux/m68k.
15530         * README: Update listing for m68k-*-linux-gnu.
15531
15532 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15533
15534         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15535         * sysdeps/unix/sysv/linux/generic: Move directory from
15536         ports/sysdeps/unix/sysv/linux/generic.
15537         * sysdeps/unix/sysv/linux/tile: Move directory from
15538         ports/sysdeps/unix/sysv/linux/tile.
15539         * README: Update listing for tile*-*-linux-gnu.
15540
15541 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15542
15543         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15544         __builtin_expect.
15545         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15546         * catgets/open_catalog.c (__open_catalog): Likewise.
15547         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15548         * debug/confstr_chk.c: Likewise.
15549         * debug/fread_chk.c (__fread_chk): Likewise.
15550         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15551         * debug/getgroups_chk.c: Likewise.
15552         * debug/mbsnrtowcs_chk.c: Likewise.
15553         * debug/mbsrtowcs_chk.c: Likewise.
15554         * debug/mbstowcs_chk.c: Likewise.
15555         * debug/memcpy_chk.c: Likewise.
15556         * debug/memmove_chk.c: Likewise.
15557         * debug/mempcpy_chk.c: Likewise.
15558         * debug/memset_chk.c: Likewise.
15559         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15560         * debug/strcat_chk.c (__strcat_chk): Likewise.
15561         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15562         * debug/strncat_chk.c (__strncat_chk): Likewise.
15563         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15564         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15565         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15566         * debug/wcpncpy_chk.c: Likewise.
15567         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15568         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15569         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15570         * debug/wcsncpy_chk.c: Likewise.
15571         * debug/wcsnrtombs_chk.c: Likewise.
15572         * debug/wcsrtombs_chk.c: Likewise.
15573         * debug/wcstombs_chk.c: Likewise.
15574         * debug/wmemcpy_chk.c: Likewise.
15575         * debug/wmemmove_chk.c: Likewise.
15576         * debug/wmempcpy_chk.c: Likewise.
15577         * debug/wmemset_chk.c: Likewise.
15578         * dirent/scandirat.c (SCANDIRAT): Likewise.
15579         * dlfcn/dladdr1.c (dladdr1): Likewise.
15580         * dlfcn/dladdr.c (dladdr): Likewise.
15581         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15582         * dlfcn/dlerror.c (__dlerror): Likewise.
15583         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15584         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15585         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15586         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15587         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15588         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15589         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15590         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15591         Likewise.
15592         * elf/dl-conflict.c: Likewise.
15593         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15594         * elf/dl-dst.h: Likewise.
15595         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15596         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15597         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15598         * elf/dl-init.c (call_init, _dl_init): Likewise.
15599         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15600         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15601         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15602         Likewise.
15603         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15604         Likewise.
15605         * elf/dl-minimal.c (__libc_memalign): Likewise.
15606         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15607         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15608         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15609         * elf/dl-sym.c (do_sym): Likewise.
15610         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15611         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15612         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15613         * elf/dl-writev.h (_dl_writev): Likewise.
15614         * elf/ldconfig.c (search_dir): Likewise.
15615         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15616         (dl_main): Likewise.
15617         * elf/setup-vdso.h (setup_vdso): Likewise.
15618         * grp/compat-initgroups.c (compat_call): Likewise.
15619         * grp/fgetgrent.c (fgetgrent): Likewise.
15620         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15621         * grp/putgrent.c (putgrent): Likewise.
15622         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15623         Likewise.
15624         * hurd/hurdinit.c: Likewise.
15625         * iconvdata/8bit-gap.c (struct): Likewise.
15626         * iconvdata/ansi_x3.110.c : Likewise.
15627         * iconvdata/big5.c : Likewise.
15628         * iconvdata/big5hkscs.c : Likewise.
15629         * iconvdata/cp1255.c: Likewise.
15630         * iconvdata/cp1258.c : Likewise.
15631         * iconvdata/cp932.c : Likewise.
15632         * iconvdata/euc-cn.c: Likewise.
15633         * iconvdata/euc-jisx0213.c : Likewise.
15634         * iconvdata/euc-jp.c: Likewise.
15635         * iconvdata/euc-jp-ms.c : Likewise.
15636         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15637         * iconvdata/gb18030.c : Likewise.
15638         * iconvdata/gbbig5.c (const): Likewise.
15639         * iconvdata/gbgbk.c: Likewise.
15640         * iconvdata/gbk.c : Likewise.
15641         * iconvdata/ibm1364.c : Likewise.
15642         * iconvdata/ibm930.c : Likewise.
15643         * iconvdata/ibm932.c: Likewise.
15644         * iconvdata/ibm933.c : Likewise.
15645         * iconvdata/ibm935.c : Likewise.
15646         * iconvdata/ibm937.c : Likewise.
15647         * iconvdata/ibm939.c : Likewise.
15648         * iconvdata/ibm943.c: Likewise.
15649         * iconvdata/iso_11548-1.c: Likewise.
15650         * iconvdata/iso-2022-cn.c : Likewise.
15651         * iconvdata/iso-2022-cn-ext.c : Likewise.
15652         * iconvdata/iso-2022-jp-3.c: Likewise.
15653         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15654         * iconvdata/iso-2022-kr.c : Likewise.
15655         * iconvdata/iso646.c (gconv_end): Likewise.
15656         * iconvdata/iso_6937-2.c : Likewise.
15657         * iconvdata/iso_6937.c : Likewise.
15658         * iconvdata/iso8859-1.c: Likewise.
15659         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15660         * iconvdata/shift_jisx0213.c : Likewise.
15661         * iconvdata/sjis.c : Likewise.
15662         * iconvdata/t.61.c : Likewise.
15663         * iconvdata/tcvn5712-1.c : Likewise.
15664         * iconvdata/tscii.c: Likewise.
15665         * iconvdata/uhc.c : Likewise.
15666         * iconvdata/unicode.c (gconv_end): Likewise.
15667         * iconvdata/utf-16.c (gconv_end): Likewise.
15668         * iconvdata/utf-32.c (gconv_end): Likewise.
15669         * iconvdata/utf-7.c (base64): Likewise.
15670         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15671         * iconv/gconv_close.c (__gconv_close): Likewise.
15672         * iconv/gconv_open.c (__gconv_open): Likewise.
15673         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15674         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15675         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15676         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15677         (ucs4le_internal_loop_single): Likewise.
15678         * iconv/iconv.c (iconv): Likewise.
15679         * iconv/iconv_close.c: Likewise.
15680         * iconv/loop.c (SINGLE): Likewise.
15681         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15682         * include/atomic.h: Likewise.
15683         * inet/inet6_option.c (option_alloc): Likewise.
15684         * intl/bindtextdom.c (set_binding_values): Likewise.
15685         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15686         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15687         * intl/localealias.c (read_alias_file): Likewise.
15688         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15689         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15690         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15691         * libio/fmemopen.c (fmemopen): Likewise.
15692         * libio/iofgets.c (_IO_fgets): Likewise.
15693         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15694         * libio/iofgetws.c (fgetws): Likewise.
15695         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15696         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15697         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15698         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15699         * locale/findlocale.c (_nl_find_locale): Likewise.
15700         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15701         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15702         Likewise.
15703         * locale/setlocale.c (setlocale): Likewise.
15704         * login/programs/pt_chown.c (main): Likewise.
15705         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15706         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15707         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15708         (mmap, mmap64, mremap, munmap): Likewise.
15709         * math/e_exp2l.c: Likewise.
15710         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15711         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15712         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15713         * math/s_catan.c (__catan): Likewise.
15714         * math/s_catanf.c (__catanf): Likewise.
15715         * math/s_catanh.c (__catanh): Likewise.
15716         * math/s_catanhf.c (__catanhf): Likewise.
15717         * math/s_catanhl.c (__catanhl): Likewise.
15718         * math/s_catanl.c (__catanl): Likewise.
15719         * math/s_ccosh.c (__ccosh): Likewise.
15720         * math/s_ccoshf.c (__ccoshf): Likewise.
15721         * math/s_ccoshl.c (__ccoshl): Likewise.
15722         * math/s_cexp.c (__cexp): Likewise.
15723         * math/s_cexpf.c (__cexpf): Likewise.
15724         * math/s_cexpl.c (__cexpl): Likewise.
15725         * math/s_clog10.c (__clog10): Likewise.
15726         * math/s_clog10f.c (__clog10f): Likewise.
15727         * math/s_clog10l.c (__clog10l): Likewise.
15728         * math/s_clog.c (__clog): Likewise.
15729         * math/s_clogf.c (__clogf): Likewise.
15730         * math/s_clogl.c (__clogl): Likewise.
15731         * math/s_csin.c (__csin): Likewise.
15732         * math/s_csinf.c (__csinf): Likewise.
15733         * math/s_csinh.c (__csinh): Likewise.
15734         * math/s_csinhf.c (__csinhf): Likewise.
15735         * math/s_csinhl.c (__csinhl): Likewise.
15736         * math/s_csinl.c (__csinl): Likewise.
15737         * math/s_csqrt.c (__csqrt): Likewise.
15738         * math/s_csqrtf.c (__csqrtf): Likewise.
15739         * math/s_csqrtl.c (__csqrtl): Likewise.
15740         * math/s_ctan.c (__ctan): Likewise.
15741         * math/s_ctanf.c (__ctanf): Likewise.
15742         * math/s_ctanh.c (__ctanh): Likewise.
15743         * math/s_ctanhf.c (__ctanhf): Likewise.
15744         * math/s_ctanhl.c (__ctanhl): Likewise.
15745         * math/s_ctanl.c (__ctanl): Likewise.
15746         * math/w_pow.c: Likewise.
15747         * math/w_powf.c: Likewise.
15748         * math/w_powl.c: Likewise.
15749         * math/w_scalb.c (sysv_scalb): Likewise.
15750         * math/w_scalbf.c (sysv_scalbf): Likewise.
15751         * math/w_scalbl.c (sysv_scalbl): Likewise.
15752         * misc/error.c (error_tail): Likewise.
15753         * misc/pselect.c (__pselect): Likewise.
15754         * nis/nis_callback.c (__nis_create_callback): Likewise.
15755         * nis/nis_call.c (__nisfind_server): Likewise.
15756         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15757         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15758         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15759         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15760         * nis/nis_lookup.c (nis_lookup): Likewise.
15761         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15762         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15763         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15764         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15765         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15766         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15767         * nis/nss_compat/compat-initgroups.c (add_group)
15768         (internal_getgrent_r): Likewise.
15769         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15770         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15771         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15772         (internal_getspnam_r): Likewise.
15773         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15774         (_nss_nis_getaliasbyname_r): Likewise.
15775         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15776         (_nss_nis_getntohost_r): Likewise.
15777         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15778         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15779         (_nss_nis_getgrgid_r): Likewise.
15780         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15781         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15782         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15783         (_nss_nis_gethostbyname4_r): Likewise.
15784         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15785         (initgroups_netid): Likewise.
15786         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15787         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15788         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15789         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15790         (_nss_nis_getprotobynumber_r): Likewise.
15791         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15792         (_nss_nis_getsecretkey): Likewise.
15793         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15794         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15795         (_nss_nis_getpwuid_r): Likewise.
15796         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15797         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15798         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15799         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15800         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15801         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15802         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15803         Likewise.
15804         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15805         (_nss_nisplus_getntohost_r): Likewise.
15806         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15807         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15808         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15809         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15810         Likewise.
15811         * nis/nss_nisplus/nisplus-initgroups.c
15812         (_nss_nisplus_initgroups_dyn): Likewise.
15813         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15814         (_nss_nisplus_getnetbyaddr_r): Likewise.
15815         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15816         (_nss_nisplus_getprotobynumber_r): Likewise.
15817         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15818         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15819         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15820         Likewise.
15821         * nis/nss_nisplus/nisplus-service.c
15822         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15823         (_nss_nisplus_getservbyport_r): Likewise.
15824         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15825         (_nss_nisplus_getspnam_r): Likewise.
15826         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15827         Likewise.
15828         * nscd/aicache.c (addhstaiX): Likewise.
15829         * nscd/cache.c (cache_search, prune_cache): Likewise.
15830         * nscd/connections.c (register_traced_file, send_ro_fd)
15831         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15832         (main_loop_epoll): Likewise.
15833         * nscd/grpcache.c (addgrbyX): Likewise.
15834         * nscd/hstcache.c (addhstbyX): Likewise.
15835         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15836         * nscd/mem.c (gc, mempool_alloc): Likewise.
15837         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15838         (addinnetgrX): Likewise.
15839         * nscd/nscd-client.h (__nscd_acquire_maplock)
15840         (__nscd_drop_map_ref): Likewise.
15841         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15842         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15843         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15844         Likewise.
15845         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15846         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15847         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15848         (__nscd_get_map_ref): Likewise.
15849         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15850         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15851         Likewise.
15852         * nscd/pwdcache.c (addpwbyX): Likewise.
15853         * nscd/selinux.c (preserve_capabilities): Likewise.
15854         * nscd/servicescache.c (addservbyX): Likewise.
15855         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15856         * posix/fnmatch.c (fnmatch): Likewise.
15857         * posix/getopt.c (_getopt_internal_r): Likewise.
15858         * posix/glob.c (glob, glob_in_dir): Likewise.
15859         * posix/wordexp.c (exec_comm_child): Likewise.
15860         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15861         (getanswer_r, gaih_getanswer_slice): Likewise.
15862         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15863         * resolv/res_init.c: Likewise.
15864         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15865         * resolv/res_query.c (__libc_res_nquery): Likewise.
15866         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15867         Likewise.
15868         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15869         * stdio-common/perror.c (perror): Likewise.
15870         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15871         * stdio-common/tmpnam.c (tmpnam): Likewise.
15872         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15873         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15874         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15875         Likewise.
15876         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15877         * stdlib/putenv.c (putenv): Likewise.
15878         * stdlib/setenv.c (__add_to_environ): Likewise.
15879         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15880         * stdlib/strtol_l.c (INTERNAL): Likewise.
15881         * string/memmem.c (memmem): Likewise.
15882         * string/strerror.c (strerror): Likewise.
15883         * string/strnlen.c (__strnlen): Likewise.
15884         * string/test-memmem.c (simple_memmem): Likewise.
15885         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15886         * sunrpc/pm_getport.c (__get_socket): Likewise.
15887         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15888         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15889         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15890         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15891         Likewise.
15892         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15893         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15894         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15895         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15896         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15897         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15898         Likewise.
15899         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15900         Likewise.
15901         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15902         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15903         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15904         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15905         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15906         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15907         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15908         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15909         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15910         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15911         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15912         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15913         Likewise.
15914         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15915         Likewise.
15916         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15917         Likewise.
15918         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15919         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15920         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15921         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15922         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15923         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15924         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15925         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15926         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15927         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15928         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15929         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15930         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15931         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15932         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15933         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15934         Likewise.
15935         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15936         Likewise.
15937         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15938         Likewise.
15939         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15940         Likewise.
15941         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15942         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15943         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15944         Likewise.
15945         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15946         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15947         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15948         * sysdeps/posix/sleep.c: Likewise.
15949         * sysdeps/posix/tempname.c: Likewise.
15950         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15951         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15952         Likewise.
15953         * sysdeps/powerpc/powerpc32/dl-machine.h
15954         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15955         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15956         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15957         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15958         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15959         Likewise.
15960         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15961         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15962         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15963         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15964         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15965         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15966         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15967         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15968         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15969         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15970         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15971         (elf_machine_lazy_rel): Likewise.
15972         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15973         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15974         (elf_machine_lazy_rel): Likewise.
15975         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15976         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15977         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15978         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15979         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15980         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15981         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15982         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15983         Likewise.
15984         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15985         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15986         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15987         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15988         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15989         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15990         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15991         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15992         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15993         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15994         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15995         Likewise.
15996         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15997         (__posix_fallocate64_l64): Likewise.
15998         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15999         (posix_fallocate): Likewise.
16000         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
16001         Likewise.
16002         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
16003         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
16004         (getifaddrs_internal): Likewise.
16005         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
16006         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
16007         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
16008         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
16009         * sysdeps/unix/sysv/linux/posix_fallocate64.c
16010         (__posix_fallocate64_l64): Likewise.
16011         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
16012         Likewise.
16013         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
16014         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
16015         (__get_clockfreq): Likewise.
16016         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
16017         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
16018         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
16019         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
16020         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
16021         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
16022         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
16023         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
16024         Likewise.
16025         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
16026         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
16027         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
16028         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
16029         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
16030         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
16031         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
16032         Likewise.
16033         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
16034         (posix_fallocate): Likewise.
16035         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
16036         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
16037         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
16038         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
16039         (elf_machine_rela, elf_machine_rela_relative)
16040         (elf_machine_lazy_rel): Likewise.
16041         * time/asctime.c (asctime_internal): Likewise.
16042         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
16043         * time/tzset.c (__tzset_parse_tz): Likewise.
16044         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
16045         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
16046         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
16047         * wcsmbs/wcsmbsload.h: Likewise.
16048
16049         [BZ #15894]
16050         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
16051
16052         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
16053         (arena_get2): Remove THREAD_STATS conditionals.
16054         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
16055         (__malloc_stats, int): Likewise.
16056
16057 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
16058
16059         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
16060         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
16061
16062         * manual/setjmp.texi: Fix typos/grammar errors.
16063
16064         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
16065         Only return early when n is <= 0.  Delete unused return statement.
16066
16067         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
16068         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
16069         * debug/tst-longjmp_chk3.c: New file.
16070
16071         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
16072         (test_main): Replace code with set_fortify_handler call.
16073         * debug/test-strcpy_chk.c: Likewise.
16074         * debug/tst-chk1.c: Likewise.
16075         * debug/tst-longjmp_chk.c: Likewise.
16076         * test-skeleton.c: Include fcntl.h & paths.h
16077         (set_fortify_handler): Define.
16078
16079         * debug/tst-longjmp_chk.c: Add header comment and include
16080         ../test-skeleton.c.
16081         (do_test): Mark static.
16082         (TEST_FUNCTION): Define.
16083
16084         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
16085         (IP_PMTUDISC_INTERFACE): Likewise.
16086         (IP_MULTICAST_IF): Likewise.
16087         (IP_MULTICAST_TTL): Likewise.
16088         (IP_MULTICAST_LOOP): Likewise.
16089         (IP_ADD_MEMBERSHIP): Likewise.
16090         (IP_DROP_MEMBERSHIP): Likewise.
16091         (IP_UNBLOCK_SOURCE): Likewise.
16092         (IP_BLOCK_SOURCE): Likewise.
16093         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
16094         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
16095         (IP_MSFILTER): Likewise.
16096         (MCAST_JOIN_GROUP): Likewise.
16097         (MCAST_BLOCK_SOURCE): Likewise.
16098         (MCAST_UNBLOCK_SOURCE): Likewise.
16099         (MCAST_LEAVE_GROUP): Likewise.
16100         (MCAST_JOIN_SOURCE_GROUP): Likewise.
16101         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
16102         (MCAST_MSFILTER): Likewise.
16103         (IP_MULTICAST_ALL): Likewise.
16104         (IP_UNICAST_IF): Likewise.
16105
16106         * timezone/Makefile: Delete $(have-ksh) check.
16107         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
16108         * timezone/tzselect.ksh: Add +x mode bits.
16109
16110         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
16111         (ANON_INODE_FS_MAGIC): Likewise.
16112         (BDEVFS_MAGIC): Likewise.
16113         (BINFMTFS_MAGIC): Likewise.
16114         (BTRFS_TEST_MAGIC): Likewise.
16115         (CRAMFS_MAGIC_WEND): Likewise.
16116         (DEBUGFS_MAGIC): Likewise.
16117         (ECRYPTFS_SUPER_MAGIC): Likewise.
16118         (EXT3_SUPER_MAGIC): Likewise.
16119         (EXT4_SUPER_MAGIC): Likewise.
16120         (FUTEXFS_SUPER_MAGIC): Likewise.
16121         (HOSTFS_SUPER_MAGIC): Likewise.
16122         (HUGETLBFS_MAGIC): Likewise.
16123         (MINIX3_SUPER_MAGIC): Likewise.
16124         (MTD_INODE_FS_MAGIC): Likewise.
16125         (NILFS_SUPER_MAGIC): Likewise.
16126         (OPENPROM_SUPER_MAGIC): Likewise.
16127         (PIPEFS_MAGIC): Likewise.
16128         (PSTOREFS_MAGIC): Likewise.
16129         (QNX6_SUPER_MAGIC): Likewise.
16130         (RAMFS_MAGIC): Likewise.
16131         (REISERFS_SUPER_MAGIC_STRING): Likewise.
16132         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
16133         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
16134         (SECURITYFS_MAGIC): Likewise.
16135         (SELINUX_MAGIC): Likewise.
16136         (SMACK_MAGIC): Likewise.
16137         (SOCKFS_MAGIC): Likewise.
16138         (SQUASHFS_MAGIC): Likewise.
16139         (STACK_END_MAGIC): Likewise.
16140         (TMPFS_MAGIC): Likewise.
16141         (USBDEVICE_SUPER_MAGIC): Likewise.
16142         (V9FS_MAGIC): Likewise.
16143         (XENFS_SUPER_MAGIC): Likewise.
16144         (CRAMFS_MAGIC): Fix typo in comment.
16145         (EXT2_SUPER_MAGIC): Update comment.
16146         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
16147
16148 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
16149
16150         * sysdeps/arm: Move directory from ports/sysdeps/arm.
16151         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
16152         * sysdeps/unix/sysv/linux/arm: Move directory from
16153         ports/sysdeps/unix/sysv/linux/arm.
16154         * README: Update listing for arm-*-linux-gnueabi.
16155
16156         * README: Remove mention of am33.
16157
16158 2014-02-07  Roland McGrath  <roland@hack.frob.com>
16159
16160         * bits/sigset.h (__sigemptyset): Use a statement expression rather
16161         than the comma operator, to avoid "rhs of comma has no effect"
16162         compiler warnings.
16163         (__sigfillset, __sigandset, __sigorset): Likewise.
16164         * include/signal.h (__sigemptyset): Likewise.
16165         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
16166
16167 2014-02-07  Allan McRae  <allan@archlinux.org>
16168
16169         * version.h (RELEASE): Set to "development".
16170         (VERSION): Set to "2.19.90"
16171         * NEWS: Add 2.20 section.
16172
16173 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
16174
16175         [BZ #16529]
16176         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
16177
16178 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
16179
16180         * manual/contrib.texi: Update entry for Carlos O'Donell,
16181         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
16182
16183 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
16184
16185         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
16186
16187         * sysdeps/unix/sysv/linux/kernel-features.h
16188         [__LINUX_KERNEL_VERSION >= 0x020621]
16189         (__ASSUME_PROC_PID_TASK_COMM): Define.
16190
16191 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16192
16193         [BZ #16398]
16194         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
16195         conversion when destination buffer does not have enough space.
16196         * libio/tst-ftell-partial-wide.c: New test case.
16197         * libio/Makefile (tests): Add tst-ftell-partial-wide.
16198
16199         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
16200         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
16201         Leonard and Allan McRae.
16202
16203 2014-02-04  David S. Miller  <davem@davemloft.net>
16204
16205         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
16206         32-bit.
16207
16208 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16209
16210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16211         New file
16212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16213         New file
16214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16215         New file.
16216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16217         New file.
16218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16219         New file.
16220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16221         New file.
16222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16223         New file.
16224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16225         New file.
16226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16227         New file.
16228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16229         New file.
16230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16231         New file.
16232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16233         New file.
16234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16235         New file.
16236
16237 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16238
16239         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16240         * shlib-versions: Likewise.
16241
16242 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16243             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16244
16245         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16246         (abilist-pattern): New variable, set to %-le.abilist.
16247
16248         * Makerules (abilist-pattern): New variable.
16249         (vpath): Use $(abilist-pattern) in place of %.abilist.
16250         (check-abi-% pattern rule): Likewise.
16251         (check-abi, update-abi): Likewise.
16252
16253 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16254
16255         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16256
16257 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16258
16259         * manual/startup.texi: Add next, previous, and top entries for
16260         the `Program Arguments' and `Environment Variables' nodes.
16261
16262 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16263
16264         * manual/macros.texi: Add comments before MTASC-safety macros.
16265
16266         * manual/users.texi: Document MTASC-safety properties.
16267
16268         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16269         (pthread_getspecific, pthread_setspecific): Format with
16270         @deftypefun, and add @safety note.
16271         * manual/signal.texi: Move comments that analyze the above
16272         functions to their home place.
16273
16274 2014-02-03  Allan McRae  <allan@archlinux.org>
16275
16276         * po/sl.po: Update Slovenian translation from translation project.
16277
16278 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16279
16280         * manual/time.texi (timegm): Add missing blank after @c.
16281         Reported by Joseph Myers <joseph@codesourcery.com>.
16282
16283 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16284
16285         * manual/check-safety.sh: New.
16286         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16287
16288         * manual/terminal.texi: Document MTASC-safety properties.
16289
16290         * manual/filesys.texi: Document MTASC-safety properties.
16291
16292         * manual/errno.texi: Document MTASC-safety properties.
16293
16294         * manual/intro.texi: Document safety identifiers and
16295         conditionals.
16296
16297         * manual/string.texi (wcstok): Fix prototype.
16298         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16299
16300         * manual/time.texi: Document MTASC-safety properties.
16301
16302         * manual/string.texi: Document MTASC-safety properties.
16303
16304         * manual/threads.texi: Document MTASC-safety properties.
16305
16306         * manual/stdio.texi: Document MTASC-safety properties.
16307
16308         * manual/syslog.texi: Document MTASC-safety properties.
16309
16310         * manual/sysinfo.texi: Document MTASC-safety properties.
16311
16312         * manual/startup.texi: Document MTASC-safety properties.
16313
16314         * manual/socket.texi: Document MTASC-safety properties.
16315
16316         * manual/signal.texi: Document MTASC-safety properties.
16317
16318 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16319
16320         * manual/setjmp.texi: Document MTASC-safety properties.
16321
16322         * manual/search.texi: Document MTASC-safety properties.
16323
16324         * manual/resource.texi: Document MTASC-safety properties.
16325
16326         * manual/process.texi: Document MTASC-safety properties.
16327
16328         * manual/platform.texi: Document MTASC-safety properties.
16329
16330         * manual/pipe.texi: Document MTASC-safety properties.
16331
16332         * manual/pattern.texi: Document MTASC-safety properties.
16333
16334         * manual/message.texi: Document MTASC-safety properties.
16335
16336         [BZ #12751]
16337         * manual/memory.texi: Document MTASC-safety properties.
16338
16339         * manual/math.texi: Document MTASC-safety properties.
16340
16341         * manual/locale.texi: Document MTASC-safety properties.
16342
16343         * manual/llio.texi: Document MTASC-safety properties.
16344
16345         * manual/libdl.texi: New.
16346
16347         * manual/lang.texi: Document MTASC-safety properties.
16348
16349         * manual/job.texi: Document MTASC-safety properties.
16350
16351         * manual/getopt.texi: Document MTASC-safety properties.
16352
16353         * manual/ctype.texi: Document MTASC-safety properties.
16354
16355 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16356
16357         [BZ #16046]
16358         * csu/libc-tls.c (static_map): Remove variable.
16359         (__libc_setup_tls): Use main executable's link map for TLS data.
16360         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16361         casing for LM_ID_BASE and GL(dl_nns).
16362         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16363         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16364         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16365         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16366         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16367         member.
16368         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16369         l_phnum members.
16370
16371 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16372
16373         * manual/debug.texi: Document MTASC-safety properties.
16374
16375 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16376
16377         [BZ #16510]
16378         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16379         of __x86_64__ when disabling x87 inline functions.
16380
16381 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16382
16383         * manual/charset.texi: Document MTASC-safety properties.
16384
16385         * manual/crypt.texi: Document MTASC-safety properties.
16386
16387         * manual/conf.texi: Document MTASC-safety properties.
16388
16389         * manual/arith.texi: Document MTASC-safety properties.
16390
16391         * manual/argp.texi: Document MTASC-safety properties.
16392
16393         * manual/macros.texi: Introduce macros to document multi
16394         thread, asynchronous signal and asynchronous cancellation
16395         safety properties.
16396         * manual/intro.texi: Introduce the properties themselves.
16397
16398 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16399
16400         * sysdeps/sh/sh4/Makefile: New file.
16401
16402 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16403
16404         * math/gen-libm-test.pl ($srcdir): New variable.
16405         ($auto_input): Use it.
16406
16407 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16408
16409         [BZ #16506]
16410         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16411         access beyond array bounds when parsing netgroups file.
16412
16413         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16414         the old buffer before realloc.
16415
16416 2014-01-27  Allan McRae  <allan@archlinux.org>
16417
16418         * po/fr.po: Update French translation from translation project.
16419
16420 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16421
16422         * sysdeps/sh/libm-test-ulps: Regenerate.
16423
16424 2014-01-24  David S. Miller  <davem@davemloft.net>
16425
16426         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16427
16428 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16429
16430         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16431         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16432
16433 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16434
16435         [BZ #16474]
16436         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16437         string pointers after reallocation.
16438
16439 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16440
16441         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16442         __SH4A__ instead of __SH_FPU_ANY__.
16443
16444 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16445
16446         * sysdeps/sh/fpu_control.h: New file.
16447         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16448         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16449         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16450         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16451         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16452         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16453         * sysdeps/sh/sys/ucontext.h: Remove.
16454         * sysdeps/sh/sys: Remove directory.
16455
16456 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16457
16458         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16459         s390/sys/ucontext.h.
16460         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16461         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16462
16463 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16464
16465         [BZ #15605]
16466         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16467
16468 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16469
16470         [BZ#16431]
16471         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16472         Adjust the vDSO correctly for internal calls.
16473         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16474
16475 2014-01-20  Allan McRae  <allan@archlinux.org>
16476
16477         * po/ca.po: Update Catalan translation from translation project.
16478
16479 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16480
16481         * sysdeps/s390/sotruss-lib.c: New file.
16482
16483 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16484
16485         [BZ#16430]
16486         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16487         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16488         local calls issues by not having a PLT stub required for IFUNC calls.
16489         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16490
16491 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16492
16493         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16494         * math/test-fpucw-static.c: Likewise.
16495
16496 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16497
16498         [BZ #16453]
16499         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16500
16501 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16502
16503         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16504         implementation for powerpc.
16505
16506 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16507
16508         [BZ #14782]
16509         * sysdeps/posix/system.c (__libc_system): Do not enable
16510         asynchronous cancellation.
16511
16512 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16513
16514         [BZ #16427]
16515         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16516         handling only for numbers special also in the IEEE case.
16517
16518 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16519
16520         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16521
16522 2014-01-11  Allan McRae  <allan@archlinux.org>
16523
16524         * po/bg.po: Update Bulgarian translation from translation project.
16525
16526         * po/de.po: Update German translation from translation project.
16527
16528 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16529
16530         * sysdeps/generic/gcc-compat.h: New file.
16531
16532 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16533
16534         * benchtests/asin-inputs: Correct slow inputs.
16535         * benchtests/acos-inputs: Likewise.
16536
16537 2014-01-10  Allan McRae  <allan@archlinux.org>
16538
16539         * po:sv.po: Update Swedish translation from translation project.
16540
16541         * po/vi.po: Update Vietnamese translation from translation project.
16542
16543         * po/eo.po: Update Esperanto translation from translation project.
16544
16545         * po/cs.po: Update Czech translation from translation project.
16546
16547         * po/nl.po: Update Dutch translation from translation project.
16548
16549         * po/pl.po: Update Polish translation from translation project.
16550
16551         * po/ru.po: Update Russian translation from translation project.
16552
16553         * po/uk.po: Update Ukrainian translation from translation project.
16554
16555 2014-01-08  Brooks Moses  <bmoses@google.com>
16556
16557         * elf/dl-load.c: Fix comment typo.
16558
16559 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16560
16561         * po/header.pot: Rename to...
16562         * po/pot.header: ... this.
16563         * po/Makefile: Use pot.header.
16564
16565 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16566             Maxim Kuvyrkov  <maxim@kugelworks.com>
16567
16568         [BZ #16394]
16569         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16570         SRC and DEST against LEN.
16571
16572 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16573
16574         [BZ #16414]
16575         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16576         implementation.
16577         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16578
16579 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16580
16581         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16582
16583 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16584
16585         [BZ #16408]
16586         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16587         for large positive arguments.
16588
16589 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16590
16591         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16592
16593         * math/auto-libm-test-in: Mark various tests with
16594         xfail-rounding:ldbl-128ibm.
16595         * math/auto-libm-test-out: Regenerated.
16596
16597         [BZ #16407]
16598         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16599         Increase overflow threshold.
16600
16601 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16602
16603         [BZ #14286]
16604         * stdio-common/vfprintf.c: Check for integer overflow.
16605
16606 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16607
16608         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16609         the first argument and return value of __tls_get_addr_internal.
16610
16611 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16612
16613         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16614         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16615
16616 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16617
16618         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16619         * sysdeps/s390/rtld-global-offsets.sym: New file.
16620         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16621         GLIBC_2.19 symbol.
16622         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16623         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16624         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16625         ... this.
16626         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16627         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16628         ... this.
16629         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16630         Regenerate.
16631         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16632         Regenerate.
16633         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16634         halfs of GPRs for high_gprs contexts.
16635         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16636         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16637         field.
16638         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16639         uc_flags field.
16640         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16641         64 bit versions:
16642         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16643         for high GPRs (uc_high_gprs) and for future extensions
16644         (__reserved).
16645         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16646         for future extensions (__reserved).
16647         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16648         64 bit versions:
16649         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16650         SC_HIGHGPRS offset definition.
16651         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16652         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16653
16654         * Versions.def: Add GLIBC_2.19 for libpthread.
16655         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16656         siglongjmp for libpthread with GLIBC_2.19 symver.
16657         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16658         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16659         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16660         * sysdeps/s390/__longjmp.c: New file.
16661         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16662         * sysdeps/s390/longjmp.c: New file.
16663         * sysdeps/s390/setjmp.S: New file.
16664         * sysdeps/s390/sigjmp.S: New file.
16665         * sysdeps/s390/v1-longjmp.c: New file.
16666         * sysdeps/s390/v1-setjmp.h: New file.
16667         * sysdeps/s390/v1-sigjmp.c: New file.
16668         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16669         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16670         GLIBC_2.19 version.
16671         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16672         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16673         versioned symbols for ____longjmp_chk.
16674         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16675         Likewise.
16676         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16677         Regenerate.
16678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16679         Regenerate.
16680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16681         Regenerate.
16682         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16683         Regenerate.
16684         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16685         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16686         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16687         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16688         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16689         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16690         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16691         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16692         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16693         * sysdeps/s390/rtld-__longjmp.c: New file.
16694         * sysdeps/s390/rtld-setjmp.S: New file.
16695
16696 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16697
16698         [BZ #16400]
16699         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16700         Return -__logl (x) for small positive arguments without evaluating
16701         a polynomial.
16702
16703 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16704
16705         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16706         Rename to ...
16707         (__ptrace_peeksiginfo_args): ... this.
16708         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16709         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16710         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16711
16712 2014-01-06  Allan McRae  <allan@archlinux.org>
16713
16714         * inet/netinet/in.h: Fix typo in comment.
16715
16716 2014-01-05  Andreas Jaeger  <aj@suse.de>
16717
16718         * sysdeps/i386/fpu/libm-test-ulps: Update.
16719
16720 2014-01-05  Allan McRae  <allan@archlinux.org>
16721
16722         * po/libc.pot: Regenerated.
16723
16724         * malloc/memusagestat.c: Fix gettext call formatting.
16725
16726 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16727
16728         * nscd/nscd.c: Improve usage() output.
16729
16730 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16731
16732         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16733         * sysdeps/unix/sysv/linux/configure: Regenerated.
16734         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16735         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16736
16737 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16738
16739         [BZ #16390]
16740         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16741         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16742
16743 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16744
16745         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16746         extra tokens at end of #undef directive.
16747         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16748         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16749         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16750
16751 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16752
16753         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16754
16755         * math/auto-libm-test-in: Mark various tests with
16756         xfail-rounding:ldbl-128ibm.
16757         * math/auto-libm-test-out: Regenerated.
16758
16759 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16760
16761         [BZ #16386]
16762         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16763         numbers with subnormal high part when calculating exponent.
16764
16765         [BZ #16385]
16766         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16767         fabs.
16768
16769         [BZ #16384]
16770         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16771         M_LN2l.
16772         (__ieee754_acoshl): Use __log1pl not __log1p.
16773
16774 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16775
16776         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16777         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16778         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16779         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16780         (reused_arena, arena_get2): Convert to GNU style.
16781         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16782         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16783         (memalign_check, __malloc_set_state): Likewise.
16784         * malloc/mallocbug.c (main): Likewise.
16785         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16786         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16787         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16788         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16789         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16790         (__posix_memalign, malloc_info): Likewise.
16791         * malloc/malloc.h: Likewise.
16792         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16793         (mallochook, memalignhook, reallochook, mabort): Likewise.
16794         * malloc/mcheck.h: Likewise.
16795         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16796         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16797         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16798         * malloc/morecore.c (__default_morecore): Likewise.
16799         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16800         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16801         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16802         (print_and_abort): Likewise.
16803         * malloc/obstack.h: Likewise.
16804         * malloc/set-freeres.c (__libc_freeres): Likewise.
16805         * malloc/tst-mallocstate.c (main): Likewise.
16806         * malloc/tst-mtrace.c (main): Likewise.
16807         * malloc/tst-realloc.c (do_test): Likewise.
16808
16809 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16810
16811         [BZ #16366]
16812         * nscd/netgroupcache.c (do_notfound): New function.
16813         (addgetnetgrentX): Use it.
16814
16815         [BZ # 16365]
16816         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16817         NSS_STATUS_NOTFOUND.
16818
16819 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16820
16821         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16823
16824 2014-01-01  Allan McRae  <allan@archlinux.org>
16825
16826         * scripts/update-copyrights: Update configure input file suffix.
16827
16828         * NEWS: Update copyright year.
16829         * catgets/gencat.c: Likewise.
16830         * csu/version.c: Likewise.
16831         * debug/catchsegv.sh: Likewise.
16832         * debug/pcprofiledump.c: Likewise.
16833         * debug/xtrace.sh: Likewise.
16834         * elf/ldconfig.c: Likewise.
16835         * elf/ldd.bash.in: Likewise.
16836         * elf/pldd.c: Likewise.
16837         * elf/sotruss.ksh: Likewise.
16838         * elf/sprof.c: Likewise.
16839         * iconv/iconv_prog.c: Likewise.
16840         * iconv/iconvconfig.c: Likewise.
16841         * locale/programs/locale.c: Likewise.
16842         * locale/programs/localedef.c: Likewise.
16843         * login/programs/pt_chown.c: Likewise.
16844         * malloc/memusage.sh: Likewise.
16845         * malloc/memusagestat.c: Likewise.
16846         * malloc/mtrace.pl: Likewise.
16847         * manual/libc.texinfo: Likewise.
16848         * nscd/nscd.c: Likewise.
16849         * nss/getent.c: Likewise.
16850         * nss/makedb.c: Likewise.
16851         * posix/getconf.c: Likewise.
16852         * scripts/test-installation.pl: Likewise.
16853
16854         * All files with FSF copyright notices: Update copyright dates
16855         using scripts/update-copyrights.
16856         * intl/plural.c: Regenerated.
16857         * locale/programs/charmap-kw.h: Likewise.
16858         * locale/programs/locfile-kw.h: Likewise.
16859
16860 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16861
16862         * sysdeps/unix/sysv/linux/configure: Regenerated.
16863         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16864         the linux/fanotify.h header.
16865         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16866         HAVE_LINUX_FANOTIFY_H is defined.
16867
16868 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16869
16870         * benchtests/cos-inputs: New inputs.
16871         * benchtests/sin-inputs: Likewise.
16872
16873         * benchtests/atan-inputs: New inputs. Fix name of multiple
16874         precision fallback inputs.
16875
16876         * benchtests/atanh-inputs: New inputs.
16877         * benchtests/tanh-inputs: Likewise.
16878
16879         * benchtests/acosh-inputs: New inputs.
16880         * benchtests/asinh-inputs: Likewise.
16881
16882         * benchtests/cosh-inputs: New inputs.
16883         * benchtests/sinh-inputs: Likewise.
16884
16885         * benchtests/acos-inputs: Add more inputs.
16886         * benchtests/asin-inputs: Likewise.
16887
16888 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16889
16890         [BZ #16375]
16891         * manual/arith.texi: Fix spelling.
16892         * manual/charset.texi: Likewise.
16893         * manual/errno.texi: Likewise.
16894         * manual/filesys.texi: Likewise.
16895         * manual/lang.texi: Likewise.
16896         * manual/llio.texi: Likewise.
16897         * manual/locale.texi: Likewise.
16898         * manual/message.texi: Likewise.
16899         * manual/resource.texi: Likewise.
16900         * manual/search.texi: Likewise.
16901         * manual/setjmp.texi: Likewise.
16902         * manual/stdio.texi: Likewise.
16903         * manual/string.texi: Likewise.
16904         * manual/sysinfo.texi: Likewise.
16905         * manual/time.texi: Likewise.
16906
16907 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16908
16909         * po/sl.po: New file.
16910
16911 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16912
16913         * .gitignore: Add core/.gdbinit/.gdb_history.
16914
16915 2013-12-27  Allan McRae  <allan@archlinux.org>
16916
16917         [BZ #16369]
16918         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16919         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16920
16921 2013-12-24  Brooks Moses  <bmoses@google.com>
16922
16923         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16924         all compilers that claim C++98 compliance, not just GCC.
16925         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16926         Likewise.
16927
16928 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16929
16930         * NEWS: Restore accidentally deleted bug-fix entries.
16931
16932 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16933             Ondřej Bílka  <neleai@seznam.cz>
16934
16935         [BZ #15073]
16936         * malloc/malloc.c (_int_free): Perform sanity check only if we
16937         have_lock.
16938
16939 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16940
16941         [BZ #12986]
16942         * manual/stdio.texi (String Input Conversions): Clarify that character
16943         classes are not supported.
16944
16945 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16946
16947         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16948
16949 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16950
16951         [BZ #16337]
16952         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16953         Calculate results for small negative arguments directly rather
16954         than using reflection formula with special underflow handling.
16955
16956         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16957         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16958         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16959         (fchflags): Likewise.
16960         (revoke): Likewise.
16961         (setlogin): Likewise.
16962         (sigaltstack): Likewise.
16963         (wait4): Likewise.
16964         (sigblock): Remove.
16965         (sigsetmask): Likewise.
16966         (wait3): Likewise.
16967         (waitpid): Likewise.
16968         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16969         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16970         file.
16971         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16972         * sysdeps/unix/bsd/Makefile: ... here.
16973         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16974         * sysdeps/unix/bsd/Versions: ... here.
16975         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16976         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16977         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16978         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16979         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16980         * sysdeps/unix/bsd/sigblock.c: ... here.
16981         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16982         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16983         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16984         * sysdeps/unix/bsd/sigvec.c: ... here.
16985         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16986         * sysdeps/unix/bsd/tcdrain.c: ... here.
16987         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16988         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16989         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16990         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16991         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16992         * sysdeps/unix/bsd/wait.c: ... here.
16993         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16994         * sysdeps/unix/bsd/wait3.c: ... here.
16995         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16996         * sysdeps/unix/bsd/waitpid.c: ... here.
16997
16998 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16999
17000         [BZ #16356]
17001         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
17002         round-to-nearest for [!USE_AS_EXPM1L].
17003         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
17004         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
17005         more tests of exp and exp10.  Expect some exp10 tests to miss
17006         exceptions or fail in directed rounding modes.
17007         * math/auto-libm-test-out: Regenerated.
17008         * math/libm-test.inc (exp10_tonearest_test_data): New array.
17009         (exp10_test_tonearest): New function.
17010         (exp10_towardzero_test_data): New array.
17011         (exp10_test_towardzero): New function.
17012         (exp10_downward_test_data): New array.
17013         (exp10_test_downward): New function.
17014         (exp10_upward_test_data): New array.
17015         (exp10_test_upward): New function.
17016         (main): Call the new functions.
17017         * sysdeps/i386/fpu/libm-test-ulps: Update.
17018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17019
17020 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
17021
17022         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
17023         asinh, atan, atan2, atanh, cbrt, cos and cosh.
17024         * math/auto-libm-test-out: Regenerated.
17025         * math/libm-test.inc (acosh_test_data): Add more tests.
17026         (atanh_test_data): Likewise.
17027         (ceil_test_data): Likewise.
17028         (copysign_test_data): Likewise.
17029         * sysdeps/i386/fpu/libm-test-ulps: Update.
17030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17031
17032         * timezone/checktab.awk: Update from tzcode 2013i.
17033         * timezone/private.h: Likewise.
17034         * timezone/scheck.c: Likewise.
17035         * timezone/tzfile.h: Likewise.
17036         * timezone/tzselect.ksh: Likewise.
17037         * timezone/zdump.c: Likewise.
17038         * timezone/zic.c: Likewise.
17039
17040         * math/auto-libm-test-in: Add tests of cpow.
17041         * math/auto-libm-test-out: Regenerated.
17042         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
17043         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17044         mpc_cc_c.
17045         (func_calc_desc): Add mpc_cc_c union field.
17046         (test_functions): Add cpow.
17047         (special_fill_2pi): New function.
17048         (special_real_inputs): Add 2pi.
17049         (calc_generic_results): Handle mpc_cc_c.
17050         * sysdeps/i386/fpu/libm-test-ulps: Update.
17051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17052
17053         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
17054         csqrt, ctan and ctanh.
17055         * math/auto-libm-test-out: Regenerated.
17056         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17057         (TEST_COND_x86): Likewise.
17058         (ccos_test_data): Use AUTO_TESTS_c_c.
17059         (ccosh_test_data): Likewise.
17060         (cexp_test_data): Likewise.
17061         (clog_test_data): Likewise.
17062         (csqrt_test_data): Likewise.
17063         (ctan_test_data): Likewise.
17064         (ctan_tonearest_test_data): Likewise.
17065         (ctan_towardzero_test_data): Likewise.
17066         (ctan_downward_test_data): Likewise.
17067         (ctan_upward_test_data): Likewise.
17068         (ctanh_test_data): Likewise.
17069         (ctanh_tonearest_test_data): Likewise.
17070         (ctanh_towardzero_test_data): Likewise.
17071         (ctanh_downward_test_data): Likewise.
17072         (ctanh_upward_test_data): Likewise.
17073         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17074         mpc_c_c.
17075         (func_calc_desc): Add mpc_c_c union field.
17076         (FUNC_mpc_c_c): New macro.
17077         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
17078         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
17079         ctanh.
17080         (special_fill_min_subnorm_p120): New function.
17081         (special_real_inputs): Add min_subnorm_p120.
17082         (calc_generic_results): Handle mpc_c_c.
17083         * sysdeps/i386/fpu/libm-test-ulps: Update.
17084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17085
17086 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17087
17088         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
17089         (do_sin_slow): New functions.
17090         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
17091         (cslow2, csloww1, csloww2): Use the new functions.
17092
17093         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
17094         Use M to change sign of result instead of X.  Assume X is
17095         positive.
17096         (csloww1): Likewise.
17097         (__sin): Adjust.
17098         (__cos): Adjust.
17099
17100         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
17101         arguments A and DA.
17102         (__sin): Adjust.
17103         (__cos): Likewise.
17104
17105         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
17106         (__cos): Likewise.
17107         (sloww1): Don't adjust sign of DX.
17108         (csloww1): Likewise.
17109         (sloww2): Use X directly and don't adjust sign of DX.
17110         (csloww2): Likewise.
17111
17112 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17113
17114         * math/auto-libm-test-in: Add tests of cabs and carg.
17115         * math/auto-libm-test-out: Regenerated.
17116         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
17117         (carg_test_data): Likewise.
17118         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17119         mpc_c_f.
17120         (func_calc_desc): Add mpc_c_f union field.
17121         (test_functions): Add cabs and carg.
17122         (calc_generic_results): Handle mpc_c_f.
17123
17124         * sysdeps/powerpc/powerpc32/libgcc-compat.S
17125         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
17126         as a macro and a compat symbol.
17127         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
17128         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
17129         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
17130         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
17131         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
17132         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
17133         not use .hidden.
17134         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
17135         Likewise.
17136         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
17137         Likewise.
17138         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
17139         Likewise.
17140         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
17141         Likewise.
17142         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
17143         Likewise.
17144         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
17145         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
17146         from GLIBC_2.3.2.
17147
17148 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17149
17150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17151
17152 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17153
17154         * manual/texinfo.tex: Update to version 2013-11-26.10 with
17155         trailing whitespace removed.
17156         * scripts/config.guess: Update to version 2013-11-29.
17157         * scripts/config.sub: Update to version 2013-10-01.
17158
17159         * math/auto-libm-test-in: Add tests of sincos.
17160         * math/auto-libm-test-out: Regenerated.
17161         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
17162         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17163         mpfr_f_11.
17164         (func_calc_desc): Add mpfr_f_11 union field.
17165         (test_functions): Add sincos.
17166         (calc_generic_results): Handle mpfr_f_11.
17167         * sysdeps/i386/fpu/libm-test-ulps: Update.
17168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17169
17170 2013-12-19  Andreas Schwab  <schwab@suse.de>
17171
17172         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
17173         CALL_MCOUNT.
17174         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
17175         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
17176         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
17177
17178 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
17179
17180         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
17181         * sysdeps/i386/fpu/libm-test-ulps: Update.
17182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17183
17184         [BZ #16293]
17185         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
17186         round-to-nearest mode when using frndint.
17187         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
17188         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
17189         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
17190         Likewise.
17191         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
17192         sinh test to fail.
17193         * math/auto-libm-test-out: Regenerated.
17194         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
17195         (TEST_COND_x86): Likewise.
17196         (expm1_tonearest_test_data): New array.
17197         (expm1_test_tonearest): New function.
17198         (expm1_towardzero_test_data): New array.
17199         (expm1_test_towardzero): New function.
17200         (expm1_downward_test_data): New array.
17201         (expm1_test_downward): New function.
17202         (expm1_upward_test_data): New array.
17203         (expm1_test_upward): New function.
17204         (main): Run the new test functions.
17205         * sysdeps/i386/fpu/libm-test-ulps: Update.
17206         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17207
17208         * include/features.h: Update comment documenting feature test
17209         macros.  Mention _DEFAULT_SOURCE in comment.
17210         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
17211         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
17212         _BSD_SOURCE and _SVID_SOURCE.
17213         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17214         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17215         !_SVID_SOURCE]: Likewise.
17216         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17217         (__USE_POSIX_IMPLICITLY): Define.
17218         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17219         (_POSIX_SOURCE): Undefine and redefine.
17220         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17221         (_POSIX_C_SOURCE): Likewise.
17222         * manual/creature.texi (_DEFAULT_SOURCE): Document.
17223         (Feature Test Macros): Update documentation of default features.
17224
17225 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17226
17227         * benchtests/Makefile: Add bench-strtok.
17228         * benchtests/bench-strtok.c: New file: strtok benchtest.
17229
17230 2013-12-19  Allan McRae  <allan@archlinux.org>
17231
17232         * manual/install.texi: Suppress menu for plain text output.
17233         * INSTALL: Regenerated.
17234
17235 2013-12-18  Brooks Moses  <bmoses@google.com>
17236
17237         [BZ #15846]
17238         * misc/getauxval.c: Include errno.h.
17239         (__getauxval): Set errno to ENOENT if the requested type is not
17240         found.
17241         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17242         don't declare with __attribute_const__.
17243         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17244         * manual/startup.texi: Document that getauxval sets errno.
17245
17246 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17247
17248         * math/auto-libm-test-in: Add tests of jn and yn.
17249         * math/auto-libm-test-out: Regenerated.
17250         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17251         (yn_test_data): Likewise.
17252         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17253         mpfr_if_f.
17254         (func_calc_desc): Add mpfr_if_f union field.
17255         (FUNC_mpfr_if_f): New macro.
17256         (test_functions): Add jn and yn.
17257         (calc_generic_results): Assert type of second input for
17258         mpfr_ff_f.  Handle mpfr_if_f.
17259         (output_for_one_input_case): Disable all checking for arguments
17260         fitting floating-point types in case of an integer argument.
17261         * sysdeps/i386/fpu/libm-test-ulps: Update.
17262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17263
17264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17265         Don't expect fegetround reference in libm.so.
17266
17267 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17268
17269         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17270         $(config-cflags-nofma).
17271
17272 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17273
17274         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17275         * math/auto-libm-test-out: Regenerated.
17276
17277         [BZ #16338]
17278         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17279         to determine exponent and adjust argument to have exponent of -1.
17280         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17281         log2.
17282         * math/auto-libm-test-out: Regenerated.
17283         * sysdeps/i386/fpu/libm-test-ulps: Update.
17284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17285
17286 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17287
17288         * manual/probes.texi: Remove cases when per-thread arenas are
17289         disabled.
17290
17291 2013-12-18  Andreas Schwab  <schwab@suse.de>
17292
17293         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17294         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17295         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17296         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17297         * sysdeps/i386/i686/multiarch/Makefile: Update.
17298         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17299
17300 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17301
17302         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17303         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17304
17305 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17306
17307         [BZ #15968]
17308         Support TZ transition times < 00:00:00.
17309         This is needed for version-3 tz-format files; it supports time
17310         stamps past 2037 for America/Godthab (the only entry in the tz
17311         database for which this change is relevant).
17312         * manual/time.texi (TZ Variable): Document transition times
17313         from -167:59:59 through -00:00:01.
17314         * time/tzset.c (tz_rule): Time of day is now signed.
17315         (__tzset_parse_tz): Parse negative time of day.
17316
17317         Document TZ transition times >= 25:00:00.
17318         * manual/time.texi (TZ Variable): Document transition times from
17319         25:00:00 through 167:59:59.  These are already supported, and this
17320         support will help with version-3 tz-format files.
17321
17322         * manual/time.texi (TZ Variable): Modernize North America example
17323         to reflect current (i.e., 2007-and-later) daylight saving rules.
17324
17325         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17326
17327 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17328
17329         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17330         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17331         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17332         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17333         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17334         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17335         * sysdeps/unix/bsd/clock.c: Likewise.
17336         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17337         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17338         * sysdeps/unix/bsd/init-posix.c: Likewise.
17339         * sysdeps/unix/bsd/poll.c: Likewise.
17340         * sysdeps/unix/bsd/ptsname.c: Likewise.
17341         * sysdeps/unix/bsd/seekdir.c: Likewise.
17342         * sysdeps/unix/bsd/setegid.c: Likewise.
17343         * sysdeps/unix/bsd/seteuid.c: Likewise.
17344         * sysdeps/unix/bsd/setgid.c: Likewise.
17345         * sysdeps/unix/bsd/setrgid.c: Likewise.
17346         * sysdeps/unix/bsd/setruid.c: Likewise.
17347         * sysdeps/unix/bsd/setsid.c: Likewise.
17348         * sysdeps/unix/bsd/setuid.c: Likewise.
17349         * sysdeps/unix/bsd/sigaction.c: Likewise.
17350         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17351         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17352         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17353         * sysdeps/unix/bsd/telldir.c: Likewise.
17354         * sysdeps/unix/bsd/times.c: Likewise.
17355         * sysdeps/unix/bsd/usleep.c: Likewise.
17356
17357         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17358         ($(objpfx)libbsd-compat.a): Remove rule.
17359
17360         * include/features.h (__FAVOR_BSD): Do not define.
17361         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17362         features conflicting with POSIX.
17363         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17364         (_BSD_SOURCE): Remove description of not being a subset of other
17365         feature test macros.
17366         * manual/job.texi (getpgrp): Do not document BSD version.
17367         (getpgid): Do not document by reference to BSD getpgrp.
17368         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17369         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17370         * signal/signal.h [__FAVOR_BSD]: Likewise.
17371         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17372         instead of making contents conditional on [__FAVOR_BSD].
17373         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17374
17375 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17376
17377         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17378
17379 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17380
17381         [BZ #16314]
17382         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17383         values below 2**-450, not 2**-500.
17384         * math/auto-libm-test-in: Don't allow spurious underflow from
17385         hypot.
17386         * math/auto-libm-test-out: Regenerated.
17387
17388         [BZ #16316]
17389         [BZ #16330]
17390         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17391         values of ha and hb and sort them after adjusting subnormal
17392         arguments.
17393         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17394         Likewise.
17395         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17396         values of ea and eb and sort them after adjusting subnormal
17397         arguments.
17398         * math/auto-libm-test-in: Do not expect some hypot tests of
17399         subnormals to fail.  Add more hypot tests.
17400         * math/auto-libm-test-out: Regenerated.
17401
17402 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17403
17404         [BZ #13304]
17405         * sysdeps/sh/s_fma.c: New file.
17406         * sysdeps/sh/s_fmaf.c: New file.
17407         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17408         version.
17409         * sysdeps/sh/Implies: Add sh/soft-fp.
17410
17411 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17412
17413         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17414         level of indirection to members `objname', `errstring', `malloced'.
17415         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17416         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17417         it as the __longjmp argument (just pass 1 instead).
17418         (_dl_catch_error): Initialize C with argument pointers and address of
17419         volatile local ERRCODE rather than copying values out of C at return.
17420
17421 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17422
17423         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17424         * math/auto-libm-test-out: Regenerated.
17425         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17426         (hypot_test_data): Likewise.
17427         (pow_test_data): Likewise.
17428         (pow_tonearest_test_data): Likewise.
17429         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17430         mpfr_ff_f.
17431         (func_calc_desc): Add mpfr_ff_f union field.
17432         (FUNC_mpfr_ff_f): New macro.
17433         (test_functions): Add atan2, hypot and pow.
17434         (special_fill_min): New function.
17435         (special_fill_minus_min): Likewise.
17436         (special_fill_min_subnorm): Likewise.
17437         (special_fill_minus_min_subnorm): Likewise.
17438         (special_real_inputs): Add min, -min, min_subnorm and
17439         -min_subnorm.
17440         (calc_generic_results): Handle mpfr_ff_f.
17441         * sysdeps/i386/fpu/libm-test-ulps: Update.
17442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17443
17444 2013-12-16  Will Newton  <will.newton@linaro.org>
17445
17446         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17447         (Aligned Memory Blocks): Add documentation for aligned_alloc
17448         and suggest it as an alternative to posix_memalign.
17449         (Hooks for Malloc): Document __memalign_hook is also called
17450         for aligned_alloc.  (Summary of Malloc): Add summary for
17451         aligned alloc.  Document __memalign_hook is also called
17452         for aligned_alloc.
17453
17454 2013-12-16  Will Newton  <will.newton@linaro.org>
17455
17456         * manual/memory.texi (Malloc Examples): Clarify default
17457         alignment documentation.  Suggest posix_memalign rather
17458         than memalign or valloc.
17459         (Aligned Memory Blocks): Remove suggestion to use memalign
17460         or valloc.  Remove obsolete comment about BSD.
17461         Document memalign errno values and mark the function obsolete.
17462         Document posix_memalign returned error codes.  Mark valloc
17463         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17464         called for posix_memalign and valloc.
17465         (Summary of Malloc): Add posix_memalign to function summary.
17466         __memalign_hook is also called for posix_memalign and valloc.
17467
17468 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17469
17470         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17471         TAYLOR_SIN.
17472         (__sin): Adjust.
17473         (__cos): Likewise.
17474         (sloww): Use mynumber union.  Expand ternary operator into
17475         if-else statements.
17476         (cslow): use mynumber union.
17477
17478 2013-12-16  Allan McRae  <allan@archlinux.org>
17479
17480         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17481         * configure: Regenerated.
17482
17483         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17484
17485         [BZ #14120]
17486         * configure.ac: Added --enable-maintainer-mode. Check for
17487         autoconf when enabled.
17488         * configure: Regenerated.
17489
17490         * nscd/nscd.service: New file.
17491         * nscd/nscd.tmpfiles: New file.
17492
17493 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17494
17495         [BZ #12100]
17496         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17497         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17498         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17499         (strstr): Add __strstr_sse2_unaligned ifunc.
17500         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17501         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17502         (strcasestr): Remove __strcasestr_sse42 ifunc.
17503         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17504         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17505         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17506
17507 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17508
17509         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17510         * sysdeps/sh/bits/fenv.h: ... here.
17511         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17512
17513 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17514
17515         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17516
17517         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17518         hypotf multiarch implementations.
17519         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17520         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17521         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17522         multiarch hypot for PPC64.
17523         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17524         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17525         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17526         multiarch hypotf for PPC64.
17527
17528         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17529         modff multiarch implementations.
17530         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17531         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17532         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17533         multiarch modf for PPC64.
17534         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17536         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17537         multiarch modff for PPC64.
17538
17539         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17540         and logl multiarch implementations.
17541         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17542         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17543         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17544         multiarch logb for PPC64.
17545         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17546         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17547         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17548         multiarch logb for PPC64.
17549         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17550         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17551         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17552         multiarch logb for PPC64.
17553
17554         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17555         isinff multiarch implementation.
17556         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17557         file.
17558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17559         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17560         multiarch isinf for PPC64.
17561         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17562         file.
17563         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17564         multiarch isinff for PPC64.
17565
17566         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17567         finitef multiarch implementation.
17568         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17569         file.
17570         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17571         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17572         multiarch finite for PPC64.
17573         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17574         file.
17575         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17576         multiarch finitef for PPC64.
17577
17578         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17579         lrint multiarch implementation.
17580         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17581         file.
17582         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17583         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17584         multiarch llrint for PPC64.
17585         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17586         multiarch lrint for PPC64.
17587
17588         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17589         copysignf multiarch implementation.
17590         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17591         file.
17592         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17593         file.
17594         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17595         multiarch copysign for PPC64.
17596         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17597         multiarch copysignf for PPC64.
17598
17599         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17600         multiarch implementation.
17601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17602         file.
17603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17604         file.
17605         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17606         file.
17607         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17608         file.
17609         multiarch llround for PPC64.
17610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17611         multiarch trunc for PPC64.
17612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17613         multiarch truncf for PPC64.
17614
17615         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17616         multiarch implementation.
17617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17618         file.
17619         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17620         file.
17621         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17622         file.
17623         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17624         file.
17625         multiarch llround for PPC64.
17626         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17627         multiarch round for PPC64.
17628         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17629         multiarch roundf for PPC64.
17630
17631         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17632         multiarch implementation.
17633         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17634         file.
17635         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17636         file.
17637         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17638         file.
17639         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17640         file.
17641         multiarch llround for PPC64.
17642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17643         multiarch floor for PPC64.
17644         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17645         multiarch floorf for PPC64.
17646
17647         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17648         multiarch implementation.
17649         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17650         file.
17651         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17652         file.
17653         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17654         file.
17655         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17656         file.
17657         multiarch llround for PPC64.
17658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17659         multiarch ceil for PPC64.
17660         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17661         multiarch ceilf for PPC64.
17662
17663         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17664         multiarch implementation.
17665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17666         file.
17667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17668         file.
17669         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17670         file.
17671         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17672         multiarch llround for PPC64.
17673         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17674         multiarch lround for PPC64.
17675
17676         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17677         multiarch implementation.
17678         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17680         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17681         file.
17682         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17683         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17684         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17685         multiarch isnan for PPC64.
17686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17687         multiarch isnanf for PPC64.
17688
17689         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17690         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17691         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17692         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17693         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17695
17696         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17697         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17698         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17699         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17700
17701         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17702         multiarch implementations.
17703         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17704         (__libc_ifunc_impl_list): Likewise.
17705         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17706         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17707         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17708         multiarch stpcpy for PPC64.
17709
17710         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17711         multiarch implementations.
17712         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17713         (__libc_ifunc_impl_list): Likewise.
17714         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17715         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17716         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17717         multiarch strcpy for PPC64.
17718
17719         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17720         redefine function name.
17721         (_wordcopy_fwd_dest_aligned): Likewise.
17722         (_wordcopy_bwd_aligned): Likewise.
17723         (_wordcopy_bwd_dest_aligned): Likewise.
17724         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17725         multiarch implementations.
17726         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17727         (__libc_ifunc_impl_list): Likewise.
17728         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17729         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17730         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17731         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17732         multiarch wcscpy for PPC64.
17733
17734         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17735         multiarch implementations.
17736         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17737         (__libc_ifunc_impl_list): Likewise.
17738         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17739         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17740         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17741         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17742         multiarch wcscpy for PPC64.
17743
17744         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17745         multiarch implementations.
17746         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17747         (__libc_ifunc_impl_list): Likewise.
17748         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17749         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17750         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17751         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17752         multiarch wcsrchr for PPC64.
17753
17754         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17755         multiarch implementations.
17756         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17757         (__libc_ifunc_impl_list): Likewise.
17758         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17759         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17760         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17761         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17762         multiarch wcschr for PPC64.
17763
17764         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17765         multiarch implementations.
17766         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17767         (__libc_ifunc_impl_list): Likewise.
17768         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17769         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17770         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17771         multiarch strchrnul for PPC64.
17772
17773         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17774         implementations.
17775         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17776         (__libc_ifunc_impl_list): Likewise.
17777         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17778         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17779         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17780         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17781         strchr for PPC64.
17782
17783         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17784         implementations.
17785         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17786         (__libc_ifunc_impl_list): Likewise.
17787         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17788         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17789         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17790         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17791         strncmp for PPC64.
17792
17793         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17794         multiarch implementations.
17795         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17796         (__libc_ifunc_impl_list): Likewise.
17797         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17798         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17799         strncasecmp for PPC64.
17800         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17801         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17802         multiarch strncasecmp_l for PPC64.
17803
17804         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17805         multiarch implementations.
17806         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17807         (__libc_ifunc_impl_list): Likewise.
17808         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17809         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17810         multiarch strcasecmp for PPC64.
17811         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17812         file.
17813         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17814         multiarch strcasecmp_l for PPC64.
17815
17816         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17817         implementations.
17818         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17819         (__libc_ifunc_impl_list): Likewise.
17820         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17821         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17822         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17823         strnlen for PPC64.
17824
17825         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17826         implementations.
17827         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17828         (__libc_ifunc_impl_list): Likewise.
17829         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17830         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17831         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17832         strlen for PPC64.
17833
17834         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17835         implementations.
17836         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17837         (__libc_ifunc_impl_list): Likewise.
17838         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17839         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17840         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17841         rawmemrchr for PPC64.
17842
17843         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17844         implementation.
17845         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17846         (__libc_ifunc_impl_list): Likewise.
17847         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17848         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17849         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17850         memrchr for PPC64.
17851
17852         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17853         implementation.
17854         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17855         (__libc_ifunc_impl_list): Likewise.
17856         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17857         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17858         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17859         memchr for PPC64.
17860
17861         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17862         implementation.
17863         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17864         (__libc_ifunc_impl_list): Likewise.
17865         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17866         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17867         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17868         mempcpy for PPC64.
17869
17870         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17871         avoid cretion of __bzero symbol.
17872         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17873         Likewise.
17874         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17875         Likewise.
17876         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17877         Likewise.
17878         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17879         multiarch implementations.
17880         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17881         (__libc_ifunc_impl_list): Likewise.
17882         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17883         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17884         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17885         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17886         bzero for PPC32.
17887         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17888         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17889         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17890         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17891         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17892         memset for PPC64.
17893         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17894
17895         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17896         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17897         implementations.
17898         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17899         (__libc_ifunc_impl_list): Likewise.
17900         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17901         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17902         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17903         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17904         memcmp for PPC64.
17905
17906         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17907         multiarch for POWER/PPC64.
17908         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17909         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17910         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17911         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17912         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17913         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17914         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17915         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17916         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17917         memcpy for PPC64.
17918
17919         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17920         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17921         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17922         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17923         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17924         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17925         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17926         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17927         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17928         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17929         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17930         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17931         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17932         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17933         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17941
17942 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17943
17944         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17945
17946 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17947
17948         * benchtests/Makefile (bench): Add exp2 and log2.
17949         (LDLIBS-bench-exp2): Add -lm.
17950         (LDLIBS-bench-log2): Likewise.
17951         * benchtests/exp2-inputs: New inputs file.
17952         * benchtests/log2-inputs: New inputs file.
17953         * benchtests/log-inputs: Add new inputs.
17954         * benchtests/tan-inputs: Likewise.
17955
17956 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17957
17958         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17959         definition...
17960         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17961         (csloww2): ... from here.
17962
17963         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17964         instead of structures.
17965         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17966         (POLYNOMIAL): Likewise.
17967         (TAYLOR_SLOW): Likewise.
17968         (__sin): Likewise.
17969         (__cos): Likewise.
17970         (slow1): Likewise.
17971         (slow2): Likewise.
17972         (sloww): Likewise.
17973         (sloww1); Likewise.
17974         (sloww2): Likewise.
17975         (bsloww1): Likewise.
17976         (bsloww2): Likewise.
17977         (cslow2): Likewise.
17978         (csloww): Likewise.
17979         (csloww1): Likewise.
17980         (csloww2): Likewise.
17981
17982 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17983
17984         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17985         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17986         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17987         * malloc/hooks.c (realloc_check): Likewise.
17988
17989         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17990         * malloc/arena.c: Remove PER_THREAD conditional.
17991         [!PER_THREAD]: Remove code.
17992         (ptmalloc_unlock_all2): Likewise.
17993         (ptmalloc_init): Likewise.
17994         (_int_new_arena): Likewise.
17995         (arena_get2): Likewise.
17996         * malloc/hooks.c (__malloc_get_state): Likewise.
17997         (__malloc_set_state): Likewise.
17998         * malloc/malloc.c: Likewise.
17999         (struct malloc_state): Likewise.
18000         (struct malloc_par): Likewise.
18001         (__libc_realloc): Likewise.
18002         (__libc_mallopt): Likewise.
18003
18004 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18005
18006         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
18007
18008 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
18009
18010         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
18011         macro to a function.  Check for zero perturb_byte.
18012         (_int_malloc, _int_free): Remove zero perturb_byte checks.
18013
18014         * malloc/malloc.c: (force_reg): Remove.
18015         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
18016         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
18017         force_reg by atomic_forced_read.
18018         * malloc/arena.c (ptmalloc_init): Likewise.
18019         * malloc/hooks.c (top_check): Likewise.
18020
18021 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18022
18023         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18024
18025 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
18026
18027         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18028
18029 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
18030
18031         * math/auto-libm-test-in: Add tests of lgamma.
18032         * math/auto-libm-test-out: Regenerated.
18033         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
18034         (M_LOG_2_SQRT_PIl): Likewise.
18035         (lgamma_test_data): Use AUTO_TESTS_f_f1.
18036         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18037         mpfr_f_f1.
18038         (func_calc_desc): Add mpfr_f_f1 union field.
18039         (ARGS1): New macro.
18040         (ARGS2): Likewise.
18041         (ARGS3): Likewise.
18042         (ARGS4): Likewise.
18043         (RET1): Likewise.
18044         (RET2): Likewise.
18045         (CALC): Likewise.
18046         (FUNC): Likewise.
18047         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
18048         (test_functions): Add lgamma.
18049         (calc_generic_results): Handle mpfr_f_f1.
18050         * sysdeps/i386/fpu/libm-test-ulps: Update.
18051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18052
18053 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18054
18055         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
18056         __mpn_add_n for PowerPC64/POWER7.
18057         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
18058         __mpn_sub_n for PowerPC64/POWER7.
18059
18060         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
18061         __mpn_addmul_1 for PowerPC64.
18062         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
18063         __mpn_submul_1 for PowerPC64.
18064         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
18065         for PowerPC64.
18066         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
18067         for PowerPC64.
18068
18069 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
18070
18071         [BZ #15089]
18072         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
18073
18074 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18075
18076         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
18077
18078         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
18079         add multiarch folders.
18080         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
18081         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
18082         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
18083         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
18084         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
18085         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
18086         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
18087         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
18088         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
18089         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
18090         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
18091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
18092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
18093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
18094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
18095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
18096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
18097
18098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18099         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
18100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
18101         New file.
18102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
18103         New file.
18104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
18105         multiarch __ieee754_hypot for PowerPC32.
18106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
18107         New file.
18108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
18109         New file.
18110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
18111         multiarch __ieee754_hypotf for PowerPC32.
18112
18113         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
18114         long_double_symbol only if __logbl is defined.
18115         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
18116         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
18117         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
18118         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
18119         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
18120         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
18121         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
18122         path for implementation.
18123         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
18124         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
18125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
18126         logb, and logbl multiarch implementations for PowerPC32.
18127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
18128         file.
18129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
18130         file.
18131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
18132         multiarch logb for PowerPC32.
18133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
18134         file.
18135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
18136         file.
18137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
18138         multiarch logbf for PowerPC32.
18139         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
18140         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
18141         file.
18142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
18143         multiarch logbl implementation for PowerPC32.
18144
18145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
18146         and modff multiarch implementations.
18147         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
18148         New file.
18149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
18150         New file.
18151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
18152         multiarch modf for PowerPC32.
18153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
18154         New file.
18155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
18156         New file.
18157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
18158         multiarch modff for PowerPC32.
18159
18160         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
18161         and lrintf multiarch implementations.
18162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
18163         New file.
18164         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
18165         New file.
18166         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
18167         multiarch lrint for PowerPC32.
18168         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
18169         file: multiarch lrintf for PowerPC32.
18170
18171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
18172         and lroundf multiarch implementations.
18173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
18174         New file.
18175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
18176         New file.
18177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
18178         New file.
18179         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
18180         multiarch lround for PowerPC32.
18181         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
18182         file: multiarch lroundf for PowerPC32.
18183
18184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
18185         copysign and copysignf multiarch implementations.
18186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
18187         New file.
18188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
18189         New file.
18190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
18191         file: multiarch copysign for PowerPC32.
18192         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
18193         file: multiarch copysignf for PowerPC32.
18194
18195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
18196         and truncf multiarch implementations.
18197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
18198         New file.
18199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
18200         file.
18201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
18202         multiarch trunc for PowerPC32.
18203         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
18204         New file.
18205         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
18206         New file.
18207         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
18208         multiarch truncf for PowerPC32.
18209
18210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
18211         and roundf multiarch implementations.
18212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
18213         New file.
18214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18215         file.
18216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18217         multiarch round for PowerPC32.
18218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18219         New file.
18220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18221         New file.
18222         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18223         multiarch roundf for PowerPC32.
18224
18225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18226         and floorf multiarch implementations.
18227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18228         New file.
18229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18230         file.
18231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18232         multiarch floor for PowerPC32.
18233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18234         New file.
18235         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18236         New file.
18237         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18238         multiarch floorf for PowerPC32.
18239
18240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18241         and ceilf multiarch implementations.
18242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18243         New file.
18244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18245         file.
18246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18247         multiarch ceil for PowerPC32.
18248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18249         New file.
18250         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18251         file.
18252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18253         multiarch ceilf for PowerPC32.
18254
18255         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18256         is defined.
18257         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18258         FINITEF is defined.
18259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18260         and finitef multiarch implementations.
18261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18262         New file.
18263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18264         file.
18265         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18266         multiarch finite for PowerPC32.
18267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18268         New file.
18269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18270         file: multiarch finitef for PowerPC32.
18271
18272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18273         and isinff multiarch implementations.
18274         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18275         file.
18276         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18277         file.
18278         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18279         multiarch isinf for PowerPC32.
18280         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18281         New file.
18282         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18283         multiarch isinff for PowerPC32.
18284
18285         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18286         alias when __isnan is defined.
18287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18288         and isnanf multiarch implementations.
18289         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18290         file.
18291         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18292         file.
18293         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18294         file.
18295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18296         file.
18297         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18298         multiarch isnan for PowerPC32.
18299         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18300         New file.
18301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18302         New file.
18303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18304         multiarch isnanf for PowerPC32.
18305
18306         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18307         and sqrtf multiarch implementations.
18308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18309         file.
18310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18311         file.
18312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18313         multiarch sqrt for PowerPC32.
18314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18315         file.
18316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18317         file.
18318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18319         multiarch sqrtf for PowerPC32.
18320
18321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18322         and llroundf multiarch implementations.
18323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18324         New file.
18325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18326         New file.
18327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18328         New file.
18329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18330         file: multiarch llround for PowerPC32.
18331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18332         file: multiarch llroundf for PowerPC32.
18333
18334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18335         multiarch PowerPC32 fpu implementations.
18336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18337         New file.
18338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18339         New file.
18340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18341         multiarch llrint for PowerPC32.
18342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18343         New file.
18344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18345         New file.
18346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18347         file.
18348
18349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18350
18351         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18352         file.
18353         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18354         file.
18355         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18356         file.
18357         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18358         multiarch wordcopy for PPC32.
18359         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18360         wordcopy objects.
18361         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18362         (__libc_ifunc_impl_list): Likewise.
18363         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18364         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18365         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18366         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18367         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18368         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18369
18370         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18371         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18372         file.
18373         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18374         file.
18375         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18376         file.
18377         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18378         multiarch wcscpy for PPC32.
18379         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18380         multiarch objects.
18381         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18382         (__libc_ifunc_impl_list): Likewise.
18383         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18384         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18385         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18386         sysdeps/powerpc/power6/wcscpy.c.
18387
18388         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18389         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18390         file.
18391         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18392         file.
18393         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18394         file.
18395         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18396         multiarch wcsrchr for PPC32.
18397         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18398         multiarch objects.
18399         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18400         (__libc_ifunc_impl_list): Likewise.
18401         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18402         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18403         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18404         sysdeps/powerpc/power6/wcsrchr.c.
18405
18406         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18407         file.
18408         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18409         file.
18410         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18411         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18412         multiarch wcschr for PPc32.
18413         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18414         multiarch objects.
18415         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18416         (__libc_ifunc_impl_list): Likewise.
18417         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18418         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18419         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18420         sysdeps/powerpc/power6/wcschr.c.
18421
18422         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18423         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18424         file.
18425         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18426         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18427         file: multiarch strchr for PPC32.
18428         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18429         multiarch objects.
18430         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18431         (__libc_ifunc_impl_list): Likewise.
18432
18433         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18434         name.
18435         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18436         file.
18437         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18438         file.
18439         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18440         multiarch strchrnul for PPC32.
18441         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18442         multiarch objects.
18443         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18444         (__libc_ifunc_impl_list): Likewise.
18445
18446         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18447         file.
18448         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18449         multiarch strncasecmp for PPC32.
18450         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18451         file.
18452         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18453         multiarch strncasecmp_l for PPC32.
18454         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18455         strncasecmp multiarch objects.
18456         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18457         (__libc_ifunc_impl_list): Likewise.
18458
18459         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18460         file.
18461         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18462         multiarch strncasecmp for PPC32.
18463         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18464         New file.
18465         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18466         multiarch strcasecmp_l for PPC32.
18467         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18468         multiarch objects.
18469         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18470         (__libc_ifunc_impl_list): Likewise.
18471
18472         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18473         file.
18474         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18475         file.
18476         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18477         multiarch strncmp for PPC32.
18478         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18479         multiarch objects.
18480         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18481         (__libc_ifunc_impl_list): Likewise.
18482
18483         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18484         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18485         file.
18486         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18487         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18488         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18489         multiarch objects.
18490         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18491         (__libc_ifunc_impl_list): Likewise.
18492
18493         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18494         file.
18495         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18496         file.
18497         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18498         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18499         multiarch objects.
18500         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18501         (__libc_ifunc_impl_list): Likewise.
18502
18503         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18504         file.
18505         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18506         file.
18507         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18508         multiarch rawmemchr for PPC32.
18509         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18510         multiarch objects.
18511         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18512         (__libc_ifunc_impl_list): Likewise.
18513
18514         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18515         file.
18516         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18517         file.
18518         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18519         file: memrchr multiarch for PPC32.
18520         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18521         multiarch objects.
18522         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18523         (__libc_ifunc_impl_list): Likewise.
18524
18525         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18526         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18527         file.
18528         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18529         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18530         multiarch memchr for PPC32.
18531         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18532         multiarch objects.
18533         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18534         (__libc_ifunc_impl_list): Likewise.
18535
18536         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18537         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18538         file.
18539         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18540         file.
18541         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18542         file: multiarch mempcpy for PPC32.
18543         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18544         multiarch objects.
18545         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18546         (__libc_ifunc_impl_list): Likewise.
18547
18548         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18549         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18550         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18551         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18552         multiarch bzero for PPC32.
18553         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18554         file.
18555         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18556         file.
18557         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18558         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18559         file: multiarch memset for PPC32.
18560         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18561         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18562         memset multiarch objects.
18563         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18564         (__libc_ifunc_impl_list): Likewise.
18565
18566         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18567         file.
18568         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18569         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18570         memcmp for PPC32.
18571         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18572         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18573         multiarch objects.
18574         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18575         (__libc_ifunc_impl_list): Likewise.
18576
18577         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18578         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18579         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18580         file.
18581         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18582         file.
18583         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18584         file.
18585         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18586         multiarch memcpy for PPC32.
18587         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18588         multiarch objects.
18589         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18590         (__libc_ifunc_impl_list): Likewise.
18591
18592         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18593         support multiarch for POWER/PPC32.
18594         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18595         Likewise.
18596         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18598         Implies file to make multiarch folder appers before the fpu and
18599         default folder for power4 configuration.
18600
18601 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18602
18603         * scripts/bench.pl: Append volatile keyword to type.
18604
18605 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18606
18607         * sysdeps/sh/sotruss-lib.c: New file.
18608         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18609
18610 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18611
18612         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18613
18614 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18615
18616         [BZ #6810]
18617         * math/w_tgamma.c: Include <errno.h>.
18618         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18619         * math/w_tgammaf.c: Include <errno.h>.
18620         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18621         * math/w_tgammal.c: Include <errno.h>.
18622         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18623         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18624         underflow.  Add more tgamma tests.
18625         * math/auto-libm-test-out: Regenerated.
18626         * sysdeps/i386/fpu/libm-test-ulps: Update.
18627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18628
18629         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18630         sin, sinh, tan, tanh, tgamma, y0 and y1.
18631         * math/auto-libm-test-out: Regenerated.
18632         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18633         (TEST_COND_x86): Likewise.
18634         (M_E2l): Remove macro.
18635         (M_E3l): Likewise.
18636         (M_2_SQRT_PIl): Likewise.
18637         (M_SQRT_PIl): Likewise.
18638         (M_1_DIV_El): Likewise.
18639         (log_test_data): Use AUTO_TESTS_f_f.
18640         (log10_test_data): Likewise.
18641         (log1p_test_data): Likewise.
18642         (log2_test_data): Likewise.
18643         (sin_test_data): Likewise.
18644         (sin_tonearest_test_data): Likewise.
18645         (sin_towardzero_test_data): Likewise.
18646         (sin_downward_test_data): Likewise.
18647         (sin_upward_test_data): Likewise.
18648         (sinh_test_data): Likewise.
18649         (sinh_tonearest_test_data): Likewise.
18650         (sinh_towardzero_test_data): Likewise.
18651         (sinh_downward_test_data): Likewise.
18652         (sinh_upward_test_data): Likewise.
18653         (tan_test_data): Likewise.
18654         (tan_tonearest_test_data): Likewise.
18655         (tan_towardzero_test_data): Likewise.
18656         (tan_downward_test_data): Likewise.
18657         (tan_upward_test_data): Likewise.
18658         (tanh_test_data): Likewise.
18659         (tgamma_test_data): Likewise.
18660         (y0_test_data): Likewise.
18661         (y1_test_data): Likewise.
18662         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18663         (special_real_inputs): Add pi/4.
18664         * sysdeps/i386/fpu/libm-test-ulps: Update.
18665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18666
18667 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18668
18669         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18670         "longjmp_target" static probes.
18671         (__longjmp): Rename to __longjmp_symbol.
18672         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18673         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18674         on which longjmp to generate.
18675         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18676         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18677         probe.
18678         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18679         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18680         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18681         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18682         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18683         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18685         __longjmp_symbol based on which __longjmp to generate.
18686         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18687         probe.
18688         (setjmp): Rename to setjmp_symbol.
18689         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18690         (_setjmp): Rename to _setjmp_symbol.
18691         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18692         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18693         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18694         which setjmp to generate.
18695         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18696         "longjmp_target" static probes.
18697
18698 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18699
18700         * benchtests/README: Add note about output arguments.
18701         * benchtests/bench-sincos.c: Remove file.
18702         * benchtests/sincos-inputs: New file.
18703         * scripts/bench.pl: Identify output arguments and define
18704         static variables for them.
18705
18706         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18707
18708         [BZ #15941]
18709         * Makefile (INSTALL): Add install-plain.texi as the primary
18710         dependency.
18711         * manual/install-plain.texi: New file.
18712         * manual/install.texi: Include node directive only for
18713         non-plaintext output.
18714
18715 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18716
18717         * stdlib/longlong.h: Update from GCC.
18718
18719         [BZ #6807]
18720         [BZ #15901]
18721         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18722         * math/w_j0f.c (y0f): Likewise.
18723         * math/w_j0l.c (__y0l): Likewise.
18724         * math/w_j1.c (y1): Likewise.
18725         * math/w_j1f.c (y1f): Likewise.
18726         * math/w_j1l.c (__y1l): Likewise
18727         * math/w_jn.c (yn): Likewise.
18728         * math/w_jnf.c (ynf): Likewise.
18729         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18730         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18731         value for Bessel function domain errors outside _SVID_ mode.
18732         Adjust sign of return value for yn (negative integer, 0).
18733         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18734         by zero in return for negative x and set sign appropriately for
18735         negative n.
18736         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18737         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18738         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18739         expectations in error cases.
18740         (y1_test_data): Likewise.
18741         (yn_test_data): Likewise.
18742         * sysdeps/i386/fpu/libm-test-ulps: Update.
18743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18744
18745 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18746
18747         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18748         "64" to "64-v1".  Add "64-v2".
18749         (abi-64-options): Rename to ...
18750         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18751         (abi-64-condition): Rename to ...
18752         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18753         (abi-64-ld-soname): Rename to ...
18754         (abi-64-v1-ld-soname): ... this.
18755         (abi-64-v2-options): Define.
18756         (abi-64-v2-condition): Likewise.
18757         (abi-64-v2-ld-soname): Likewise.
18758         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18759         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18763
18764 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18765             Alan Modra  <amodra@gmail.com>
18766
18767         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18768         New versions for use with the ELFv2 ABI.
18769         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18770         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18771         declaration.
18772         (struct La_ppc64v2_retval): Likewise.
18773         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18774         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18775         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18776         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18777         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18778         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18779         Do not save or restore CR.
18780         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18781         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18782         return values for ELFv2 ABI.  Fix location of FPR return registers.
18783         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18784         updated values for _CALL_ELF == 2.
18785         (La_regs, La_retval, int_retval): Likewise.
18786
18787 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18788
18789         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18790         (FRAME_MIN_SIZE_PARM): Likewise.
18791         (FRAME_BACKCHAIN): Likewise.
18792         (FRAME_CR_SAVE): Likewise.
18793         (FRAME_LR_SAVE): Likewise.
18794         (FRAME_TOC_SAVE): Likewise.
18795         (FRAME_PARM_SAVE): Likewise.
18796         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18797         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18798         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18799         (call_mcount_parm_offset): New macro.
18800         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18801         (PROF): Use symbolic stack frame offsets.
18802         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18803         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18804         Redefine in terms of FRAME_MIN_SIZE.
18805         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18806         (_dl_profile_resolve): Likewise.  Update comment.
18807         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18808         symbols stack frame offsets.
18809         (__sigsetjmp): Likewise.
18810         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18811         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18812         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18813         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18814
18815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18816         (FRAME_BACKCHAIN): Remove.
18817         (FRAME_CR_SAVE): Likewise.
18818         (FRAME_LR_SAVE): Likewise.
18819         (FRAME_COMPILER_DW): Likewise.
18820         (FRAME_LINKER_DW): Likewise.
18821         (FRAME_TOC_SAVE): Likewise.
18822         (FRAME_PARM_SAVE): Likewise.
18823         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18824         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18825         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18827         (CHECK_SP): Use symbolic stack frame offsets.
18828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18829         zone" instead of caller's parameter save area for temp storage.
18830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18831         Likewise.  Also, use symbolic stack frame offsets.
18832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18833         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18834         our own stack frame instead of the caller's.
18835         (__socket): Use symbolic stack frame offsets.
18836
18837 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18838             Alan Modra  <amodra@gmail.com>
18839
18840         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18841         Define.
18842         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18843         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18844         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18845         New function.
18846         (elf_machine_fixup_plt): Call it.
18847         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18848         reloc arguments.
18849         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18850         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18851         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18852         r2 before calling target.
18853
18854 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18855             Alan Modra  <amodra@gmail.com>
18856
18857         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18858         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18859         versions of macros to support ELFv2 ABI.
18860         (LOCALENTRY): New macro.
18861         (ENTRY, EALIGN): Use it.
18862         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18863         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18864         fall through into ENTRY entry point.
18865         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18866         Only define if _CALL_ELF != 2.
18867
18868         (elf_machine_matches_host): Verify ABI version matches.
18869         (RTLD_START): Use LOCALENTRY.
18870         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18871         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18872         (PLT_ENTRY_WORDS): New macro.
18873         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18874         (elf_machine_runtime_setup): Support ELFv2 ABI.
18875         (elf_machine_fixup_plt): Likewise.
18876         (elf_machine_plt_conflict): Likewise.
18877         (resolve_ifunc): Likewise.
18878         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18879         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18880         Likewise.
18881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18882         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18884         (makecontext): Support ELFv2 ABI.
18885         * elf/elf.h (EF_PPC64_ABI): Define.
18886
18887 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18888
18889         * sysdeps/powerpc/powerpc64/sysdep.h
18890         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18891         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18892         (ENTRY) [ASSEMBLER]: ... but instead here ...
18893         (EALIGN) [ASSEMBLER]: ... and here.
18894         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18895         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18896         (ENTRY_2) [!ASSEMBLER]: Use it.
18897         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18898         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18899         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18900         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18901         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18903         Use PPC64_LOAD_FUNCPTR.
18904
18905         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18906
18907 2013-12-04  Alan Modra  <amodra@gmail.com>
18908
18909         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18910         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18911         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18912         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18913
18914         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18915         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18916         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18917         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18918         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18919         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18920
18921 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18922
18923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18924         (__makecontext): Fix incorrect CFI when backtracing out of
18925         context created via makecontext.
18926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18927         (__setcontext): Fix incorrect CFI during switch to new context.
18928         (__novec_setcontext): Likewise.
18929
18930 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18931
18932         [BZ #4772]
18933         * time/strptime_l.c (__strptime_internal): Allow modifiers
18934         in strptime.
18935         * time/tst-strptime.c (day_tests): Add testcase.
18936
18937 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18938
18939         * scripts/bench.pl: Skip over blank lines.
18940
18941 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18942
18943         [BZ #926]
18944         * manual/time.texi (Calendar Time): Clarify what timezone functions
18945         use.
18946
18947 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18948
18949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18950
18951 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18952
18953         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18954         implementation.
18955         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18956         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18957         * debug/memset_chk.c (__memset_chk): Likewise.
18958         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18959         * debug/strncpy_chk.c: Likewise.
18960
18961 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18962
18963         [BZ #15268]
18964         [BZ #15425]
18965         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18966         (__ieee754_exp): For possibly underflowing results, check size of
18967         result and force underflow exception if required.
18968         * math/auto-libm-test-in: Add more tests of exp.
18969         * math/auto-libm-test-out: Regenerated.
18970         * sysdeps/i386/fpu/libm-test-ulps: Update.
18971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18972
18973         [BZ #16283]
18974         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18975         * math/w_exp2f.c (__exp2f): Likewise.
18976         * math/w_exp2l.c (__exp2l): Likewise.
18977         * math/auto-libm-test-in: Do not allow missing errno on exp2
18978         underflow.
18979         * math/auto-libm-test-out: Regenerated.
18980
18981 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18982
18983         [BZ #16274]
18984         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18985         handle filename validation.
18986         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18987         (do_open): Delete.
18988
18989 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18990
18991         [BZ #6786]
18992         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18993         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18994         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18995         <float.h>.
18996         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18997         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18998         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18999         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
19000         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19001         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
19002         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
19003         * math/auto-libm-test-in: Don't allow missing errno from erfc.
19004         Add more erfc tests.
19005         * math/auto-libm-test-out: Regenerated.
19006         * sysdeps/i386/fpu/libm-test-ulps: Update.
19007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19008
19009         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
19010         exp2, expm1, j0 and j1.
19011         * math/auto-libm-test-out: Regenerated.
19012         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
19013         (erfc_test_data): Likewise.
19014         (exp_test_data): Likewise.
19015         (exp_tonearest_test_data): Likewise.
19016         (exp_towardzero_test_data): Likewise.
19017         (exp_downward_test_data): Likewise.
19018         (exp_upward_test_data): Likewise.
19019         (exp10_test_data): Likewise.
19020         (exp2_test_data): Likewise.
19021         (expm1_test_data): Likewise.
19022         (j0_test_data): Likewise.
19023         (j1_test_data): Likewise.
19024         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
19025         (input_flag_type): Add flag_xfail_rounding.
19026         (input_flags): Add xfail-rounding.
19027         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
19028         (output_for_one_input_case): Handle flag_xfail_rounding.
19029         * sysdeps/i386/fpu/libm-test-ulps: Update.
19030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19031
19032 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
19033
19034         [BZ #16289]
19035         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
19036         division by 0.
19037
19038 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19039
19040         [BZ #16195]
19041         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
19042         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
19043         (STAP_PROBE0): New macro.
19044         (STAP_PROBE1): Likewise.
19045         (STAP_PROBE2): Likewise.
19046         (STAP_PROBE3): Likewise.
19047         (STAP_PROBE4): Likewise.
19048
19049 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
19050
19051         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
19052
19053 2013-12-02  Steve Ellcey  <sellcey@mips.com>
19054
19055         * benchtests/Makefile (bench): Add sqrt.
19056         (LDLIBS-bench-sqrt): New.
19057         * benchtests/sqrt-input: New.
19058
19059 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
19060
19061         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
19062         (GAIH_EAI): Likewise.
19063         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
19064         (gaih_inet): Likewise.
19065         (getaddrinfo): Don't use GAIH_EAI.
19066
19067         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
19068         (struct gaih): Remove definition.
19069
19070 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19071
19072         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
19073         Use HERRNOP directly.
19074
19075 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19076
19077         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19078
19079 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
19080
19081         * math/gen-auto-libm-tests.c (test_functions): Add more
19082         single-argument functions.
19083         (special_fill_pi_2): New function.
19084         (special_fill_minus_pi_2): Likewise.
19085         (special_fill_pi_6): Likewise.
19086         (special_fill_minus_pi_6): Likewise.
19087         (special_fill_pi_3): Likewise.
19088         (special_fill_2pi_3): Likewise.
19089         (special_fill_e): Likewise.
19090         (special_fill_1_e): Likewise.
19091         (special_fill_e_minus_1): Likewise.
19092         (special_real_inputs): Add more special inputs.
19093         (output_for_one_input_case): Do not require ERANGE on underflow to
19094         zero if round-to-nearest result does not underflow to zero, unless
19095         exact results required.
19096         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
19097         atan, atanh, cbrt, cos and cosh.
19098         * math/auto-libm-test-out: Regenerated.
19099         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
19100         (acos_tonearest_test_data): Likewise.
19101         (acos_towardzero_test_data): Likewise.
19102         (acos_downward_test_data): Likewise.
19103         (acos_upward_test_data): Likewise.
19104         (acosh_test_data): Likewise.
19105         (asin_test_data): Likewise.
19106         (asin_tonearest_test_data): Likewise.
19107         (asin_towardzero_test_data): Likewise.
19108         (asin_upward_test_data): Likewise.
19109         (asinh_test_data): Likewise.
19110         (atan_test_data): Likewise.
19111         (atanh_test_data): Likewise.
19112         (cbrt_test_data): Likewise.
19113         (cos_test_data): Likewise.
19114         (cos_tonearest_test_data): Likewise.
19115         (cos_towardzero_test_data): Likewise.
19116         (cos_downward_test_data): Likewise.
19117         (cos_upward_test_data): Likewise.
19118         (cosh_test_data): Likewise.
19119         (cosh_tonearest_test_data): Likewise.
19120         (cosh_towardzero_test_data): Likewise.
19121         (cosh_downward_test_data): Likewise.
19122         (cosh_upward_test_data): Likewise.
19123         * sysdeps/i386/fpu/libm-test-ulps: Update.
19124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19125
19126 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
19127
19128         [BZ #6787]
19129         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
19130         * math/w_exp10f.c (__exp10f): Likewise.
19131         * math/w_exp10l.c (__exp10l): Likewise.
19132         * math/libm-test.inc (exp10_test_data): Add more tests and expect
19133         errno settings in existing tests.
19134
19135         [BZ #14032]
19136         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
19137         precision control set to double precision.
19138         * sysdeps/i386/fpu/w_sqrt.c: New file.
19139         * math/auto-libm-test-in: Add more tests.
19140         * math/auto-libm-test-out: Update.
19141
19142         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
19143         (sqrt_test_tonearest): New function.
19144         (sqrt_towardzero_test_data): New variable.
19145         (sqrt_test_towardzero): New function.
19146         (sqrt_downward_test_data): New variable.
19147         (sqrt_test_downward): New function.
19148         (sqrt_upward_test_data): New variable.
19149         (sqrt_test_upward): New function.
19150         (main): Call the new functions.
19151
19152         * math/gen-auto-libm-tests.c: New file.
19153         * math/auto-libm-test-in: Likewise.
19154         * math/auto-libm-test-out: New generated file.
19155         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
19156         variables.
19157         (%beautify): Add generated representations of zero.
19158         (top level): Set $auto_input and call parse_auto_input.
19159         (beautify): Remove trailing "f" from hex float constants.
19160         (parse_args): Handle XFAIL_TEST.
19161         (convert_condition): New function.
19162         (or_value): Likewise.
19163         (or_cond_value): Likewise.
19164         (generate_testfile): Handle AUTO_TESTS_* lines.
19165         (parse_auto_input): New function.
19166         * math/libm-test.inc (XFAIL_TEST): New macro.
19167         (ERRNO_UNCHANGED): Update value.
19168         (ERRNO_EDOM): Likewise.
19169         (ERRNO_ERANGE): Likewise.
19170         (IGNORE_RESULT): Likewise.
19171         (TEST_COND_flt_32): New macro.
19172         (TEST_COND_dbl_64): Likewise.
19173         (TEST_COND_ldbl_96_intel): Likewise.
19174         (TEST_COND_ldbl_96_m68k): Likewise.
19175         (TEST_COND_ldbl_128): Likewise.
19176         (TEST_COND_ldbl_128ibm): Likewise.
19177         (TEST_COND_long32): Likewise.
19178         (TEST_COND_long64): Likewise.
19179         (TEST_COND_before_rounding): Likewise.
19180         (TEST_COND_after_rounding): Likewise.
19181         (enable_test): Handle XFAIL_TEST flag.
19182         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
19183         with finite results.
19184         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
19185         auto-libm-test-out.
19186
19187 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19188             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19189
19190         [BZ #16214]
19191         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
19192         __tls_get_addr_internal instead of __tls_get_offset in order to
19193         avoid GOT pointer dependency.  Make rtld export
19194         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
19195         __tls_get_addr since we are a __tls_get_offset platform.
19196         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
19197         GOT pointer being set up before.
19198         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
19199
19200 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
19201
19202         * manual/math.texi (Errors in Math Functions): Document accuracy
19203         goals.
19204
19205         [BZ #15004]
19206         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
19207         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
19208         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
19209         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
19210         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
19211         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
19212         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
19213         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19214         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19215         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19216         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19217         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19218         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19219         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19220         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19221         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19222
19223         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19224         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19225         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19226         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19227         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19228         Likewise.
19229         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19230         Likewise.
19231         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19232         Likewise.
19233         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19234         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19235         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19236         atomic-feupdateenv and flt-rounds.
19237         * sysdeps/powerpc/nofpu/Versions (libc): Add
19238         __atomic_feholdexcept, __atomic_feclearexcept,
19239         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19240         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19241         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19242         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19243         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19244         here.
19245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19246         Update.
19247
19248         * manual/arith.texi (FP Exceptions): Document that exceptions may
19249         not be raised when matherr is used.
19250         (Math Error Reporting): Document overflow in directed rounding
19251         modes.  Document that errno may not be set when finite values are
19252         returned on overflow.  Document intent to set errno on underflow
19253         only for underflow to zero.
19254
19255         [BZ #16271]
19256         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19257         round-to-nearest then adjust result for other rounding modes.
19258         * include/fenv.h (fegetround): Use libm_hidden_proto.
19259         * math/fegetround.c (fegetround): Use libm_hidden_def.
19260         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19261         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19262         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19263         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19264         Likewise.
19265         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19266         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19267         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19268         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19269
19270 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19271
19272         [BZ #16077]
19273         * nss/Versions (libnss_files): Add
19274         _nss_files_gethostbyname3_r.
19275         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19276         New function.
19277         (HOST_DB_LOOKUP): Remove macro.
19278         (_nss_files_gethostbyname_r): Implement function without the
19279         HOST_DB_LOOKUP macro.
19280         (_nss_files_gethostbyname2_r): Likewise.
19281
19282 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19283
19284         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19285
19286 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19287
19288         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19289         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19290         warning.
19291
19292 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19293
19294         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19295         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19296         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19297         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19298         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19299         __fe_nomask_env_priv and attribute_hidden.
19300         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19301         (libc_feupdateenv_test_ppc): Likewise.
19302         (libc_feresetround_ppc): Likewise.
19303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19304         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19305         compat_symbol macro.
19306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19307         (__fe_nomask_env): Likewise.
19308         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19309
19310 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19311
19312         * string/Makefile: Remove ifunc tests.
19313         * string/test-string.h: Define TEST_IFUNC.
19314         * string/test-bcopy-ifunc.c: Remove.
19315         * string/test-bzero-ifunc.c: Likewise.
19316         * string/test-memccpy-ifunc.c: Likewise.
19317         * string/test-memchr-ifunc.c: Likewise.
19318         * string/test-memcmp-ifunc.c: Likewise.
19319         * string/test-memcpy-ifunc.c: Likewise.
19320         * string/test-memmem-ifunc.c: Likewise.
19321         * string/test-memmove-ifunc.c: Likewise.
19322         * string/test-mempcpy-ifunc.c: Likewise.
19323         * string/test-memrchr-ifunc.c: Likewise.
19324         * string/test-memset-ifunc.c: Likewise.
19325         * string/test-rawmemchr-ifunc.c: Likewise.
19326         * string/test-stpcpy-ifunc.c: Likewise.
19327         * string/test-stpncpy-ifunc.c: Likewise.
19328         * string/test-strcasecmp-ifunc.c: Likewise.
19329         * string/test-strcasestr-ifunc.c: Likewise.
19330         * string/test-strcat-ifunc.c: Likewise.
19331         * string/test-strchr-ifunc.c: Likewise.
19332         * string/test-strchrnul-ifunc.c: Likewise.
19333         * string/test-strcmp-ifunc.c: Likewise.
19334         * string/test-strcpy-ifunc.c: Likewise.
19335         * string/test-strcspn-ifunc.c: Likewise.
19336         * string/test-strlen-ifunc.c: Likewise.
19337         * string/test-strncasecmp-ifunc.c: Likewise.
19338         * string/test-strncat-ifunc.c: Likewise.
19339         * string/test-strncmp-ifunc.c: Likewise.
19340         * string/test-strncpy-ifunc.c: Likewise.
19341         * string/test-strnlen-ifunc.c: Likewise.
19342         * string/test-strpbrk-ifunc.c: Likewise.
19343         * string/test-strrchr-ifunc.c: Likewise.
19344         * string/test-strspn-ifunc.c: Likewise.
19345         * string/test-strstr-ifunc.c: Likewise.
19346
19347 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19348
19349         * benchtests/Makefile: Remove ifunc tests.
19350         * benchtests/bench-string.h: Define TEST_IFUNC.
19351         * benchtests/bench-bcopy-ifunc.c: Remove.
19352         * benchtests/bench-bzero-ifunc.c: Likewise.
19353         * benchtests/bench-memccpy-ifunc.c: Likewise.
19354         * benchtests/bench-memchr-ifunc.c: Likewise.
19355         * benchtests/bench-memcmp-ifunc.c: Likewise.
19356         * benchtests/bench-memcpy-ifunc.c: Likewise.
19357         * benchtests/bench-memmem-ifunc.c: Likewise.
19358         * benchtests/bench-memmove-ifunc.c: Likewise.
19359         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19360         * benchtests/bench-memrchr-ifunc.c: Likewise.
19361         * benchtests/bench-memset-ifunc.c: Likewise.
19362         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19363         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19364         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19365         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19366         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19367         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19368         * benchtests/bench-strcat-ifunc.c: Likewise.
19369         * benchtests/bench-strchr-ifunc.c: Likewise.
19370         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19371         * benchtests/bench-strcmp-ifunc.c: Likewise.
19372         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19373         * benchtests/bench-strcpy-ifunc.c: Likewise.
19374         * benchtests/bench-strcspn-ifunc.c: Likewise.
19375         * benchtests/bench-strlen-ifunc.c: Likewise.
19376         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19377         * benchtests/bench-strncat-ifunc.c: Likewise.
19378         * benchtests/bench-strncmp-ifunc.c: Likewise.
19379         * benchtests/bench-strncpy-ifunc.c: Likewise.
19380         * benchtests/bench-strnlen-ifunc.c: Likewise.
19381         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19382         * benchtests/bench-strrchr-ifunc.c: Likewise.
19383         * benchtests/bench-strsep-ifunc.c: Likewise.
19384         * benchtests/bench-strspn-ifunc.c: Likewise.
19385         * benchtests/bench-strstr-ifunc.c: Likewise.
19386
19387 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19388
19389         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19390
19391 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19392
19393         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19394         * rt/aio.h: Likewise.
19395         * sysdeps/gnu/bits/utmp.h: Likewise.
19396         * sysdeps/gnu/bits/utmpx.h: Likewise.
19397         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19398         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19399         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19400         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19401         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19402         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19403         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19404         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19405         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19406         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19407         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19408         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19409         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19411         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19412         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19413         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19414         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19415         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19416         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19417         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19418         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19419         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19420         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19421         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19422         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19423         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19424         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19425         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19426         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19427         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19428         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19429         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19430         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19431         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19432         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19433         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19434         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19435         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19436         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19437         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19438         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19439
19440 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19441
19442         [BZ #16245]
19443         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19444         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19445
19446 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19447
19448         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19449         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19450         Likewise.
19451
19452 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19453
19454         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19455         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19456         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19457         (__fesetround): Remove define.
19458         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19459         rounding and exceptions handling.
19460         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19461         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19462         (__fe_nomask_env): Likewise.
19463         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19464         __fegetround instead of fegetround.
19465         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19466         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19467
19468 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19469
19470         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19471         it's there.
19472
19473         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19474
19475 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19476
19477         [BZ #11157]
19478         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19479         (encrypt_r): Likewise.
19480         * malloc/obstack.h (obstack_free): Likewise.
19481         * posix/unistd.h (encrypt): Likewise.
19482
19483 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19484
19485         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19486         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19487         DL_CALL_DT_FINI() that call the functions directly.
19488         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19489         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19490         * elf/dl-fini.c: Likewise.
19491
19492 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19493
19494         * malloc/hooks.c (memalign_check): Add alignment rounding.
19495         * malloc/malloc.c (_mid_memalign): New function.
19496         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19497         Implement by calling _mid_memalign.
19498         * manual/probes.texi (Memory Allocation Probes): Remove
19499         memory_valloc_retry and memory_pvalloc_retry.
19500
19501 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19502
19503         * locale/programs/locarchive.c (open_archive): Add const
19504         qualifier to ARCHIVEFNAME and copy default fname to
19505         DEFAULT_FNAME.
19506
19507         [BZ #15601]
19508         * libio/tst-widetext.input: Rename Oriya to Odia.
19509         * locale/iso-639.def: Likewise.
19510
19511         * manual/probes.texi (Mathematical Function Probes): Add
19512         documentation for sin, cos, asin and acos probes.
19513         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19514         (__sin32): Add slowasin probe.
19515         (__cos32): Add slowacos probe.
19516         (__mpsin): Add slowsin probe.
19517         (__mpcos): Add slowcos probe.
19518
19519 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19520
19521         [BZ #15483]
19522         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19523         thread-local __sim_exceptions_thread and global
19524         __sim_exceptions_global.
19525         (__sim_disabled_exceptions): Change to thread-local
19526         __sim_disabled_exceptions_thread and global
19527         __sim_disabled_exceptions_global.
19528         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19529         and global __sim_round_mode_global.
19530         (__simulate_exceptions): Use thread-local floating-point state and
19531         set global state from it as needed.
19532         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19533         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19534         __sim_round_mode_thread.
19535         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19536         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19537         and global __sim_exceptions_global.
19538         (__sim_disabled_exceptions): Change to thread-local
19539         __sim_disabled_exceptions_thread and global
19540         __sim_disabled_exceptions_global.
19541         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19542         and global __sim_round_mode_global.
19543         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19544         (SIM_SET_GLOBAL): Likewise.
19545         * sysdeps/powerpc/soft-fp/sfp-machine.h
19546         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19547         __sim_round_mode_thread.
19548         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19549         __sim_disabled_exceptions_thread.
19550         (__sim_exceptions): Change to __sim_exceptions_thread.
19551         (__sim_disabled_exceptions): Change to
19552         __sim_disabled_exceptions_thread.
19553         (__sim_round_mode): Change to __sim_round_mode_thread.
19554         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19555         thread-local floating-point state and set global state from it as
19556         needed.
19557         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19558         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19559         (__sim_disabled_exceptions): Remove extern declaration.
19560         (feenableexcept): Use thread-local floating-point state and set
19561         global state from it as needed.
19562         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19563         extern declaration.
19564         (__sim_disabled_exceptions): Likewise.
19565         (__sim_round_mode): Likewise.
19566         (__fegetenv): Use thread-local floating-point state.
19567         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19568         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19569         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19570         floating-point state and set global state from it as needed.
19571         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19572         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19573         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19574         Likewise.
19575         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19576         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19577         Likewise.
19578         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19579         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19580         Use __sim_round_mode_thread.
19581         * math/test-fenv-tls.c: New file.
19582         * math/Makefile (tests): Add test-fenv-tls.
19583         ($(objpfx)test-fenv-tls): Depend on
19584         $(common-objpfx)nptl/libpthread.so.
19585
19586 2013-11-19  Andreas Schwab  <schwab@suse.de>
19587
19588         * locale/programs/locale.c (show_info): Decode wordarray elements.
19589         * locale/categories.def (LC_MONETARY): Add element for
19590         _NL_MONETARY_CRNCYSTR.
19591         * locale/C-monetary.c (conversion_rate): New variable.
19592         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19593         element.
19594
19595 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19596
19597         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19598         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19599
19600 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19601
19602         * elf/Makefile (tst-auxv): New test.
19603         * elf/tst-auxv.c: New
19604         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19605
19606 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19607
19608         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19609         (hidden_proto): Caller changed.
19610         (hidden_tls_proto): New macro.
19611         (libc_hidden_tls_proto): Likewise.
19612         (rtld_hidden_tls_proto): Likewise.
19613         (libm_hidden_tls_proto): Likewise.
19614         (libresolv_hidden_tls_proto): Likewise.
19615         (librt_hidden_tls_proto): Likewise.
19616         (libdl_hidden_tls_proto): Likewise.
19617         (libnss_files_hidden_tls_proto): Likewise.
19618         (libnsl_hidden_tls_proto): Likewise.
19619         (libnss_nisplus_hidden_tls_proto): Likewise.
19620         (libutil_hidden_tls_proto): Likewise.
19621
19622 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19623
19624         [BZ #10253]
19625         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19626         (decompose_rpath): Defer expansion to fillin_rpath.
19627         (_dl_init_paths): Pass linkmap to fillin_rpath.
19628
19629 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19630
19631         * benchtests/Makefile: Add strsep.
19632         * benchtests/bench-strsep.c: New file: strsep benchtest.
19633         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19634
19635 2013-11-18  Andreas Schwab  <schwab@suse.de>
19636
19637         * locale/programs/locale.c (show_info) [case byte]: Check for
19638         '\377' instead of '\177'.
19639         * locale/C-monetary.c (not_available): Always use "\377".
19640         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19641         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19642         detect unavailable sign_posn locale elements.
19643         * locale/localeconv.c (__localeconv): For grouping and
19644         mon_grouping handle "\177" and "\377" like no grouping.
19645         (INT_ELEM): New macro.  Use it to set all numeric members.
19646         * locale/programs/ld-monetary.c (monetary_read)
19647         <tok_mon_grouping>: Normalize single -1 to the empty string.
19648         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19649         Likewise.
19650
19651 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19652
19653         [BZ #16055]
19654         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19655         when we match (nil).
19656         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19657
19658 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19659
19660         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19661         (NO_TEST_INLINE): Update value.
19662         (ERRNO_UNCHANGED): Likewise.
19663         (ERRNO_EDOM): Likewise.
19664         (ERRNO_ERANGE): Likewise.
19665         (IGNORE_RESULT): Likewise.
19666         (check_float_internal): Check signs of NaN results if
19667         TEST_NAN_SIGN used.
19668         (check_complex): Pass TEST_NAN_SIGN flag through to second
19669         check_float_internal call.
19670         (copysign_test_data): Add tests with quiet NaNs as second
19671         argument.  Use TEST_NAN_SIGN.
19672         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19673         TEST_NAN_SIGN.
19674         (signbit_test_data): Add tests of quiet NaN argument.
19675         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19676
19677         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19678         $ignore_result.
19679         (parse_args): Handle function results specified as IGNORE.
19680         * math/libm-test.inc (IGNORE_RESULT): New macro.
19681         (check_float_internal): Do not check numerical result if flag
19682         IGNORE_RESULT set.
19683         (check_complex): Pass through IGNORE_RESULT to second
19684         check_float_internal call.
19685         (check_int): Do not check numerical result if flag IGNORE_RESULT
19686         set.
19687         (check_long): Likewise.
19688         (check_bool): Likewise.
19689         (check_longlong): Likewise.
19690         (lrint_test_data): Add tests of infinite and NaN arguments.
19691         (lrint_tonearest_test_data): Likewise.
19692         (lrint_towardzero_test_data): Likewise.
19693         (lrint_downward_test_data): Likewise.
19694         (lrint_upward_test_data): Likewise.
19695         (llrint_test_data): Likewise.
19696         (llrint_tonearest_test_data): Likewise.
19697         (llrint_towardzero_test_data): Likewise.
19698         (llrint_downward_test_data): Likewise.
19699         (llrint_upward_test_data): Likewise.
19700         (lround_test_data): Likewise.
19701         (llround_test_data): Likewise.
19702
19703         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19704         (ERRNO_UNCHANGED): Update value.
19705         (ERRNO_EDOM): Likewise.
19706         (ERRNO_ERANGE): Likewise.
19707         (NO_TEST_INLINE_FLOAT): New macro.
19708         (NO_TEST_INLINE_DOUBLE): Likewise.
19709         (enable_test): New function.
19710         (RUN_TEST_f_f): Check enable_test before running test.
19711         (RUN_TEST_2_f): Likewise.
19712         (RUN_TEST_fff_f): Likewise.
19713         (RUN_TEST_c_f): Likewise.
19714         (RUN_TEST_f_f1): Likewise.
19715         (RUN_TEST_fF_f1): Likewise.
19716         (RUN_TEST_fI_f1): Likewise.
19717         (RUN_TEST_ffI_f1): Likewise.
19718         (RUN_TEST_c_c): Likewise.
19719         (RUN_TEST_cc_c): Likewise.
19720         (RUN_TEST_f_i): Likewise.
19721         (RUN_TEST_f_i_tg): Likewise.
19722         (RUN_TEST_ff_i_tg): Likewise.
19723         (RUN_TEST_f_b): Likewise.
19724         (RUN_TEST_f_b_tg): Likewise.
19725         (RUN_TEST_f_l): Likewise.
19726         (RUN_TEST_f_L): Likewise.
19727         (RUN_TEST_fFF_11): Likewise.
19728         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19729         conditionals.
19730         (cosh_test_data): Likewise.
19731         (exp_test_data): Likewise.
19732         (expm1_test_data): Likewise.
19733         (hypot_test_data): Likewise.
19734         (pow_test_data): Likewise.
19735         (sinh_test_data): Likewise.
19736         (tanh_test_data): Likewise.
19737         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19738         flags argument.
19739
19740         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19741         tests with quiet NaN input and output.
19742         (acosh_test_data): Likewise.
19743         (asin_test_data): Likewise.
19744         (asinh_test_data): Likewise.
19745         (atan_test_data): Likewise.
19746         (atanh_test_data): Likewise.
19747         (atan2_test_data): Likewise.
19748         (cbrt_test_data): Likewise.
19749         (cos_test_data): Likewise.
19750         (cosh_test_data): Likewise.
19751         (erf_test_data): Likewise.
19752         (erfc_test_data): Likewise.
19753         (exp_test_data): Likewise.
19754         (exp10_test_data): Likewise.
19755         (exp2_test_data): Likewise.
19756         (expm1_test_data): Likewise.
19757         (hypot_test_data): Likewise.
19758         (j0_test_data): Likewise.
19759         (j1_test_data): Likewise.
19760         (jn_test_data): Likewise.
19761         (lgamma_test_data): Likewise.
19762         (log_test_data): Likewise.
19763         (log10_test_data): Likewise.
19764         (log1p_test_data): Likewise.
19765         (log2_test_data): Likewise.
19766         (pow_test_data): Likewise.
19767         (scalb_test_data): Likewise.
19768         (sin_test_data): Likewise.
19769         (sincos_test_data): Likewise.
19770         (sinh_test_data): Likewise.
19771         (tan_test_data): Likewise.
19772         (tanh_test_data): Likewise.
19773         (tgamma_test_data): Likewise.
19774         (y0_test_data): Likewise.
19775         (y1_test_data): Likewise.
19776         (yn_test_data): Likewise.
19777
19778         [BZ #16167]
19779         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19780         argument being NaN and avoid computations with second argument in
19781         that case.
19782         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19783         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19784         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19785
19786 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19787
19788         * locale/iso-639.def: Add Chitwani Tharu (the).
19789
19790 2013-11-14  Andreas Schwab  <schwab@suse.de>
19791
19792         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19793         word instead of empty string.
19794
19795 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19796
19797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19798         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19800         (__fe_nomask_env): Likewise.
19801
19802 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19803
19804         * benchtests/bench-timing.h: Include time.h.
19805
19806 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19807
19808         [BZ #15997]
19809         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19810         to 3.4.0 for x32.
19811         * sysdeps/unix/sysv/linux/configure: Regenerated.
19812
19813 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19814
19815         [BZ #16151]
19816         * stdlib/strtod_l.c (round_and_return): Do not consider
19817         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19818         exponent one less than half the least subnormal exponent.
19819         * stdlib/test-strtod-round-data: Add more tests.
19820         * stdlib/tst-strtod-round.c (tests): Regenerated.
19821
19822 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19823
19824         [BZ #14143]
19825         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19826         (__fe_mask_env): Likewise.
19827         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19828         libm_hidden_proto and add function prototype.
19829         (__fe_mask_env): Add function prototype.
19830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19831         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19833         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19835         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19836
19837 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19838
19839         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19840         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19841
19842 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19843
19844         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19845         of htab_find_slot().
19846
19847 2013-11-11  David S. Miller  <davem@davemloft.net>
19848
19849         [BZ #16150]
19850         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19851         symbol in the non-vis3 case in static builds.
19852         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19853         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19854         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19855         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19856
19857 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19858
19859         [BZ #387]
19860         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19861         it is empty.
19862
19863 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19864
19865         * benchtests/Makefile: Add bench-strtod.
19866         * benchtests/bench-strtod.c: New file: strtod benchtest
19867
19868 2013-11-11  Andreas Schwab  <schwab@suse.de>
19869
19870         [BZ #16153]
19871         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19872         terminating NUL in key length.
19873
19874 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19875
19876         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19877         Add artificial ODP entry for vDSO symbol for PPC64.
19878         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19879         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19880
19881 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19882
19883         [BZ #15374]
19884         * nss/getent.c (services_keys): Recognize services starting with digit.
19885
19886 2013-11-06  David S. Miller  <davem@davemloft.net>
19887
19888         [BZ #15985]
19889         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19890         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19891
19892 2013-11-06  Will Newton  <will.newton@linaro.org>
19893
19894         * manual/memory.texi (Malloc Examples): Remove register
19895         keyword from examples.
19896
19897 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19898
19899         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19900
19901 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19902
19903         [BZ #6981]
19904         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19905         depending on [__GCC_IEC_559 > 0].
19906         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19907         depending on [__GCC_IEC_559_COMPLEX > 0].
19908
19909 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19910
19911         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19912         to iso-639.def.
19913
19914 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19915
19916         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19917
19918 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19919
19920         [BZ #16112]
19921         * malloc/malloc (malloc_info): Do not handle first bin as
19922         special case.
19923
19924 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19925
19926         * locale/iso-639.def: Add Central Nahuatl (nhn).
19927
19928 2013-11-01  Bruno Haible  <bruno@clisp.org>
19929
19930         [BZ #7003]
19931         * manual/math.texi (BSD Random): Specify range upper bound as
19932         in POSIX.
19933
19934 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19935
19936         * locale/iso-639.def: Add Meadow Mari (mhr).
19937
19938 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19939
19940         [BZ #14752], [BZ #15763]
19941         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19942         Validate name.
19943         * rt/tst_shm.c: Add test for escaping directory.
19944
19945 2013-10-31  Andreas Schwab  <schwab@suse.de>
19946
19947         [BZ #15917]
19948         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19949         followed by 'x' as part of digit sequence.
19950         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19951
19952 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19953
19954         [BZ #16037]
19955         * configure.ac: allow GNU Make 4.0 and greater.
19956         * configure: Regenerated.
19957
19958 2013-10-30  Will Newton  <will.newton@linaro.org>
19959
19960         [BZ #16038]
19961         * malloc/hooks.c (memalign_check): Limit alignment to the
19962         maximum representable power of two.
19963         * malloc/malloc.c (__libc_memalign): Likewise.
19964         * malloc/tst-memalign.c (do_test): Add test for very
19965         large alignment values.
19966         * malloc/tst-posix_memalign.c (do_test): Likewise.
19967
19968 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19969
19970         [BZ #11087]
19971         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19972         (munmap_chunk): Likewise.
19973         (mremap_chunk): Likewise.
19974
19975 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19976
19977         [BZ #15799]
19978         * stdlib/div.c (div): Remove obsolete code.
19979         * stdlib/ldiv.c (ldiv): Likewise.
19980         * stdlib/lldiv.c (lldiv): Likewise.
19981
19982 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19983
19984         [BZ #16071]
19985         * nss/nss_files/files-XXX.c (get_contents_ret): New
19986         enumerator.
19987         (get_contents): New function.
19988         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19989
19990 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19991
19992         * configure.in: Moved to ...
19993         * configure.ac: ... here. Change reference to configure.in
19994         to configure.ac.
19995         * sysdeps/arm/preconfigure.ac: ... here.
19996         configure.in to configure.ac.
19997         * sysdeps/gnu/configure.in: Moved to ...
19998         * sysdeps/gnu/configure.ac: ... here.
19999         * sysdeps/i386/configure.in: Moved to ...
20000         * sysdeps/i386/configure.ac: ... here.
20001         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
20002         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
20003         * sysdeps/mach/configure.in: Moved to ...
20004         * sysdeps/mach/configure.ac: ... here.
20005         * sysdeps/mach/hurd/configure.in: Moved to ...
20006         * sysdeps/mach/hurd/configure.ac: ... here.
20007         * sysdeps/powerpc/configure.in: Moved to ...
20008         * sysdeps/powerpc/configure.ac: ... here.
20009         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
20010         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
20011         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
20012         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
20013         * sysdeps/s390/s390-32/configure.in: Moved to ...
20014         * sysdeps/s390/s390-32/configure.ac: ... here.
20015         * sysdeps/s390/s390-64/configure.in: Moved to ...
20016         * sysdeps/s390/s390-64/configure.ac: ... here.
20017         * sysdeps/sh/configure.in: Moved to ...
20018         * sysdeps/sh/configure.ac: ... here.
20019         * sysdeps/sparc/configure.in: Moved to ...
20020         * sysdeps/sparc/configure.ac: ... here.
20021         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
20022         * sysdeps/unix/sysv/linux/configure.ac: ... here.
20023         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
20024         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
20025         * sysdeps/x86_64/configure.in: Moved to ...
20026         * sysdeps/x86_64/configure.ac: ... here.
20027         * sysdeps/x86_64/preconfigure.in: Moved to ...
20028         * sysdeps/x86_64/preconfigure.ac: ... here.
20029         * aclocal.m4: Change reference to configure.in to configure.ac.
20030         * config.h.in: Likewise.
20031         * manual/install.texi: Likewise.
20032         * manual/maint.texi: Likewise.
20033         * Makefile: Likewise.
20034         * malloc/Makefile: Likewise.
20035         * nscd/Makefile: Likewise.
20036         * Makeconfig: Change reference to configure.in and
20037         preconfigure.in to configure.ac and preconfigure.ac
20038         respectively.
20039         * INSTALL: Regenerated.
20040         * configure: Likewise.
20041         * sysdeps/gnu/configure: Likewise.
20042         * sysdeps/i386/configure: Likewise.
20043         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
20044         * sysdeps/mach/configure: Likewise.
20045         * sysdeps/mach/hurd/configure: Likewise.
20046         * sysdeps/powerpc/configure: Likewise.
20047         * sysdeps/powerpc/powerpc32/configure: Likewise.
20048         * sysdeps/powerpc/powerpc64/configure: Likewise.
20049         * sysdeps/s390/s390-32/configure: Likewise.
20050         * sysdeps/s390/s390-64/configure: Likewise.
20051         * sysdeps/sh/configure: Likewise.
20052         * sysdeps/sparc/configure: Likewise.
20053         * sysdeps/unix/sysv/linux/configure: Likewise.
20054         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
20055         * sysdeps/x86_64/configure: Likewise.
20056         * sysdeps/x86_64/preconfigure: Likewise.
20057
20058 2013-10-29  Andreas Schwab  <schwab@suse.de>
20059
20060         * stdio-common/Makefile (tst-swscanf-ENV): Define.
20061
20062 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20063
20064         * benchtests/pow-inputs: Add new inputs.
20065
20066         * benchtests/exp-inputs: Add new inputs.
20067
20068         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
20069         conditional check for return value.
20070         (__cos32): Likewise.
20071
20072 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20073
20074         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
20075         to provide a boost for large inputs with word alignment.
20076         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
20077         implementation based on optimized PPC64 strcpy.
20078         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
20079         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
20080         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
20081         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
20082
20083 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20084
20085         [BZ #2801]
20086         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
20087
20088 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20089
20090         [BZ #14876]
20091         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
20092         * time/tst-strptime.c (day_tests): Add testcase.
20093
20094 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
20095
20096         [BZ #14029]
20097         * manual/pattern.texi: Acknowledge that fnmatch can fail.
20098
20099 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
20100
20101         [BZ #16074]
20102         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
20103         MAP_FAILED on error.
20104
20105 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
20106
20107         [BZ #16072]
20108         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
20109         heap for large requests.
20110
20111 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
20112
20113         [BZ #9954]
20114         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
20115         result if the result has no associated interface.
20116         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
20117         interface for all 127.X.Y.Z addresses.
20118
20119 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
20120
20121         * locale/iso-639.def: Add Ligurian (lij)
20122
20123 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
20124
20125         [BZ #15825]
20126         * sunrpc/rpc_main.c: Document rpcgen -5.
20127
20128 2013-10-19  Michael Stahl  <mstahl@redhat.com>
20129
20130         * elf/rtld.c (do_preload): Print the reason why preloading failed.
20131
20132 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20133
20134         [BZ #10278]
20135         * posix/glob.c: Match only directories when trailing slash is present.
20136         * posix/tst-gnuglob.c (my_opendir): Do not open files.
20137         (main): Add testcase.
20138
20139 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
20140
20141         [BZ #15670]
20142         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
20143
20144 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
20145
20146         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
20147         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
20148         AUTH_DES and cindex for FIPS 140-2.
20149         (DES Encryption): Add cindex FIPS 46-3.
20150
20151         * locale/locarchive.h (struct locarhandle): Add fname.
20152         * locale/programs/localedef.c (main): Pass ARGV[remaining]
20153         if an optional argument was specified to --list-archive,
20154         otherwise NULL.
20155         * locale/programs/locarchive.c (show_archive_content): Take new
20156         argument fname and pass it via ah.fname to open_archive.
20157         * locale/programs/localedef.h: Update decl.
20158         (open_archive): If AH->fname is non-null, open that file
20159         rather than the default file name, and don't ignore ENOENT.
20160         (create_archive): Set AH.fname to NULL.
20161         (delete_locales_from_archive): Likewise.
20162         (add_locales_to_archive): Likewise.
20163         * locale/programs/locfile.c (write_all_categories): Likewise.
20164
20165 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
20166             Aldy Hernandez  <aldyh@redhat.com>
20167
20168         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
20169         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
20170         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
20171         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
20172         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
20173         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
20174         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
20175         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
20176         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
20177         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
20178         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
20179         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
20180         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
20181         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
20182         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
20183         Likewise.
20184         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
20185         Likewise.
20186         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
20187         Likewise.
20188         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
20189         Likewise.
20190         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
20191         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
20192         Likewise.
20193         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
20194         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
20195         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
20196         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
20197         Likewise.
20198         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
20199         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
20200         * sysdeps/powerpc/preconfigure: Likewise.
20201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
20202         Likewise.
20203         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
20204         Replace contents of file by #include of <fenv_libc.h>.
20205         * sysdeps/powerpc/soft-fp/sfp-machine.h
20206         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
20207         and <sys/prctl.h>.
20208         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
20209         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
20210         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
20211         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
20212         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
20213         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20214         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20215         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20216         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20217         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20218         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20219         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20221         Allow copysignl PLT reference to be missing.
20222
20223 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
20224             Joseph Myers  <joseph@codesourcery.com
20225
20226         [BZ #15948]
20227         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20228         single character.
20229         (add_to_tablewc): Assert sequence of wide characters is nonempty.
20230
20231 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20232
20233         * elf/tst-tls-dlinfo.c: Don't include tls.h.
20234         * elf/tst-tls1.c: Likewise.
20235         * elf/tst-tls10.h: Likewise.
20236         * elf/tst-tls14.c: Likewise.
20237         * elf/tst-tls2.c: Likewise.
20238         * elf/tst-tls3.c: Likewise.
20239         * elf/tst-tls4.c: Likewise.
20240         * elf/tst-tls5.c: Likewise.
20241         * elf/tst-tls6.c: Likewise.
20242         * elf/tst-tls7.c: Likewise.
20243         * elf/tst-tls8.c: Likewise.
20244         * elf/tst-tls9.c: Likewise.
20245         * elf/tst-tlsmod1.c: Likewise.
20246         * elf/tst-tlsmod13.c: Likewise.
20247         * elf/tst-tlsmod13a.c: Likewise.
20248         * elf/tst-tlsmod14a.c: Likewise.
20249         * elf/tst-tlsmod16a.c: Likewise.
20250         * elf/tst-tlsmod16b.c: Likewise.
20251         * elf/tst-tlsmod2.c: Likewise.
20252         * elf/tst-tlsmod3.c: Likewise.
20253         * elf/tst-tlsmod4.c: Likewise.
20254         * elf/tst-tlsmod5.c: Likewise.
20255         * elf/tst-tlsmod6.c: Likewise.
20256
20257 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20258
20259         [BZ #12486]
20260         * malloc/malloc.c: remove checks for statistics.
20261
20262 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20263
20264         [BZ #15277]
20265         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20266         * inet/tst-network.c: Add testcase.
20267
20268 2013-10-17  Andreas Schwab  <schwab@suse.de>
20269
20270         [BZ #15218]
20271         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20272         to determine canonical name.
20273
20274 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20275
20276         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20277         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20278         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20279         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20280         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20281         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20282         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20283         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20284         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20285         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20286         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20287         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20288         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20289         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20290         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20291         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20292         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20293         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20294         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20295         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20296         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20297         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20298         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20299         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20300         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20301         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20302         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20303         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20304         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20305         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20306         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20307         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20308         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20309         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20310         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20311         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20312         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20313         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20314         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20315         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20316         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20317         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20318         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20319         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20320         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20321         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20322         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20323         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20324         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20325         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20326         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20327         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20328         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20329         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20330         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20331         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20332         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20333         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20334
20335 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20336
20337         [BZ #16041]
20338         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20339         make result into a quiet NaN.
20340
20341 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20342
20343         * soft-fp/adddf3.c: Fix horizontal whitespace.
20344         * soft-fp/addsf3.c: Likewise.
20345         * soft-fp/addtf3.c: Likewise.
20346         * soft-fp/divdf3.c: Likewise.
20347         * soft-fp/divsf3.c: Likewise.
20348         * soft-fp/divtf3.c: Likewise.
20349         * soft-fp/double.h: Likewise.
20350         * soft-fp/eqdf2.c: Likewise.
20351         * soft-fp/eqsf2.c: Likewise.
20352         * soft-fp/eqtf2.c: Likewise.
20353         * soft-fp/extenddftf2.c: Likewise.
20354         * soft-fp/extended.h: Likewise.
20355         * soft-fp/extendsfdf2.c: Likewise.
20356         * soft-fp/extendsftf2.c: Likewise.
20357         * soft-fp/extendxftf2.c: Likewise.
20358         * soft-fp/fixdfdi.c: Likewise.
20359         * soft-fp/fixdfsi.c: Likewise.
20360         * soft-fp/fixdfti.c: Likewise.
20361         * soft-fp/fixsfdi.c: Likewise.
20362         * soft-fp/fixsfsi.c: Likewise.
20363         * soft-fp/fixsfti.c: Likewise.
20364         * soft-fp/fixtfdi.c: Likewise.
20365         * soft-fp/fixtfsi.c: Likewise.
20366         * soft-fp/fixtfti.c: Likewise.
20367         * soft-fp/fixunsdfdi.c: Likewise.
20368         * soft-fp/fixunsdfsi.c: Likewise.
20369         * soft-fp/fixunsdfti.c: Likewise.
20370         * soft-fp/fixunssfdi.c: Likewise.
20371         * soft-fp/fixunssfsi.c: Likewise.
20372         * soft-fp/fixunssfti.c: Likewise.
20373         * soft-fp/fixunstfdi.c: Likewise.
20374         * soft-fp/fixunstfsi.c: Likewise.
20375         * soft-fp/fixunstfti.c: Likewise.
20376         * soft-fp/floatdidf.c: Likewise.
20377         * soft-fp/floatdisf.c: Likewise.
20378         * soft-fp/floatditf.c: Likewise.
20379         * soft-fp/floatsidf.c: Likewise.
20380         * soft-fp/floatsisf.c: Likewise.
20381         * soft-fp/floatsitf.c: Likewise.
20382         * soft-fp/floattidf.c: Likewise.
20383         * soft-fp/floattisf.c: Likewise.
20384         * soft-fp/floattitf.c: Likewise.
20385         * soft-fp/floatundidf.c: Likewise.
20386         * soft-fp/floatundisf.c: Likewise.
20387         * soft-fp/floatunditf.c: Likewise.
20388         * soft-fp/floatunsidf.c: Likewise.
20389         * soft-fp/floatunsisf.c: Likewise.
20390         * soft-fp/floatunsitf.c: Likewise.
20391         * soft-fp/floatuntidf.c: Likewise.
20392         * soft-fp/floatuntisf.c: Likewise.
20393         * soft-fp/floatuntitf.c: Likewise.
20394         * soft-fp/fmadf4.c: Likewise.
20395         * soft-fp/fmasf4.c: Likewise.
20396         * soft-fp/fmatf4.c: Likewise.
20397         * soft-fp/gedf2.c: Likewise.
20398         * soft-fp/gesf2.c: Likewise.
20399         * soft-fp/getf2.c: Likewise.
20400         * soft-fp/ledf2.c: Likewise.
20401         * soft-fp/lesf2.c: Likewise.
20402         * soft-fp/letf2.c: Likewise.
20403         * soft-fp/muldf3.c: Likewise.
20404         * soft-fp/mulsf3.c: Likewise.
20405         * soft-fp/multf3.c: Likewise.
20406         * soft-fp/negdf2.c: Likewise.
20407         * soft-fp/negsf2.c: Likewise.
20408         * soft-fp/negtf2.c: Likewise.
20409         * soft-fp/op-1.h: Likewise.
20410         * soft-fp/op-2.h: Likewise.
20411         * soft-fp/op-4.h: Likewise.
20412         * soft-fp/op-8.h: Likewise.
20413         * soft-fp/op-common.h: Likewise.
20414         * soft-fp/quad.h: Likewise.
20415         * soft-fp/single.h: Likewise.
20416         * soft-fp/soft-fp.h: Likewise.
20417         * soft-fp/sqrtdf2.c: Likewise.
20418         * soft-fp/sqrtsf2.c: Likewise.
20419         * soft-fp/sqrttf2.c: Likewise.
20420         * soft-fp/subdf3.c: Likewise.
20421         * soft-fp/subsf3.c: Likewise.
20422         * soft-fp/subtf3.c: Likewise.
20423         * soft-fp/truncdfsf2.c: Likewise.
20424         * soft-fp/trunctfdf2.c: Likewise.
20425         * soft-fp/trunctfsf2.c: Likewise.
20426         * soft-fp/trunctfxf2.c: Likewise.
20427         * soft-fp/unorddf2.c: Likewise.
20428         * soft-fp/unordsf2.c: Likewise.
20429         * soft-fp/unordtf2.c: Likewise.
20430
20431 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20432
20433         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20434         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20435
20436 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20437
20438         * elf/dl-libc.c: Clear initfini list after freeing.
20439
20440 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20441
20442         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20443         * soft-fp/addsf3.c: Likewise.
20444         * soft-fp/addtf3.c: Likewise.
20445         * soft-fp/divdf3.c: Likewise.
20446         * soft-fp/divsf3.c: Likewise.
20447         * soft-fp/divtf3.c: Likewise.
20448         * soft-fp/double.h: Likewise.
20449         * soft-fp/eqdf2.c: Likewise.
20450         * soft-fp/eqsf2.c: Likewise.
20451         * soft-fp/eqtf2.c: Likewise.
20452         * soft-fp/extenddftf2.c: Likewise.
20453         * soft-fp/extended.h: Likewise.
20454         * soft-fp/extendsfdf2.c: Likewise.
20455         * soft-fp/extendsftf2.c: Likewise.
20456         * soft-fp/extendxftf2.c: Likewise.
20457         * soft-fp/fixdfdi.c: Likewise.
20458         * soft-fp/fixdfsi.c: Likewise.
20459         * soft-fp/fixdfti.c: Likewise.
20460         * soft-fp/fixsfdi.c: Likewise.
20461         * soft-fp/fixsfsi.c: Likewise.
20462         * soft-fp/fixsfti.c: Likewise.
20463         * soft-fp/fixtfdi.c: Likewise.
20464         * soft-fp/fixtfsi.c: Likewise.
20465         * soft-fp/fixtfti.c: Likewise.
20466         * soft-fp/fixunsdfdi.c: Likewise.
20467         * soft-fp/fixunsdfsi.c: Likewise.
20468         * soft-fp/fixunsdfti.c: Likewise.
20469         * soft-fp/fixunssfdi.c: Likewise.
20470         * soft-fp/fixunssfsi.c: Likewise.
20471         * soft-fp/fixunssfti.c: Likewise.
20472         * soft-fp/fixunstfdi.c: Likewise.
20473         * soft-fp/fixunstfsi.c: Likewise.
20474         * soft-fp/fixunstfti.c: Likewise.
20475         * soft-fp/floatdidf.c: Likewise.
20476         * soft-fp/floatdisf.c: Likewise.
20477         * soft-fp/floatditf.c: Likewise.
20478         * soft-fp/floatsidf.c: Likewise.
20479         * soft-fp/floatsisf.c: Likewise.
20480         * soft-fp/floatsitf.c: Likewise.
20481         * soft-fp/floattidf.c: Likewise.
20482         * soft-fp/floattisf.c: Likewise.
20483         * soft-fp/floattitf.c: Likewise.
20484         * soft-fp/floatundidf.c: Likewise.
20485         * soft-fp/floatundisf.c: Likewise.
20486         * soft-fp/floatunsidf.c: Likewise.
20487         * soft-fp/floatunsisf.c: Likewise.
20488         * soft-fp/floatuntidf.c: Likewise.
20489         * soft-fp/floatuntisf.c: Likewise.
20490         * soft-fp/floatuntitf.c: Likewise.
20491         * soft-fp/fmadf4.c: Likewise.
20492         * soft-fp/fmasf4.c: Likewise.
20493         * soft-fp/fmatf4.c: Likewise.
20494         * soft-fp/gedf2.c: Likewise.
20495         * soft-fp/gesf2.c: Likewise.
20496         * soft-fp/getf2.c: Likewise.
20497         * soft-fp/ledf2.c: Likewise.
20498         * soft-fp/lesf2.c: Likewise.
20499         * soft-fp/letf2.c: Likewise.
20500         * soft-fp/muldf3.c: Likewise.
20501         * soft-fp/mulsf3.c: Likewise.
20502         * soft-fp/multf3.c: Likewise.
20503         * soft-fp/negdf2.c: Likewise.
20504         * soft-fp/negsf2.c: Likewise.
20505         * soft-fp/negtf2.c: Likewise.
20506         * soft-fp/op-1.h: Likewise.
20507         * soft-fp/op-2.h: Likewise.
20508         * soft-fp/op-4.h: Likewise.
20509         * soft-fp/op-8.h: Likewise.
20510         * soft-fp/op-common.h: Likewise.
20511         * soft-fp/quad.h: Likewise.
20512         * soft-fp/single.h: Likewise.
20513         * soft-fp/soft-fp.h: Likewise.
20514         * soft-fp/sqrtdf2.c: Likewise.
20515         * soft-fp/sqrtsf2.c: Likewise.
20516         * soft-fp/sqrttf2.c: Likewise.
20517         * soft-fp/subdf3.c: Likewise.
20518         * soft-fp/subsf3.c: Likewise.
20519         * soft-fp/subtf3.c: Likewise.
20520         * soft-fp/truncdfsf2.c: Likewise.
20521         * soft-fp/trunctfdf2.c: Likewise.
20522         * soft-fp/trunctfsf2.c: Likewise.
20523         * soft-fp/trunctfxf2.c: Likewise.
20524         * soft-fp/unorddf2.c: Likewise.
20525         * soft-fp/unordsf2.c: Likewise.
20526         * soft-fp/unordtf2.c: Likewise.
20527
20528 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20529
20530         [BZ #15672]
20531         * misc/error.c (error_tail): Fix possible buffer overflow.
20532
20533 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20534
20535         [BZ #13028]
20536         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20537         address.
20538
20539 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20540
20541         [BZ #832]
20542         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20543         testing pipefail option.
20544
20545 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20546
20547         * soft-fp/double.h: Indent preprocessor directives inside #if.
20548         * soft-fp/extended.h: Likewise.
20549         * soft-fp/op-2.h: Likewise.
20550         * soft-fp/op-4.h: Likewise.
20551         * soft-fp/op-common.h: Likewise.
20552         * soft-fp/quad.h: Likewise.
20553         * soft-fp/single.h: Likewise.
20554         * soft-fp/soft-fp.h: Likewise.
20555
20556 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20557
20558         * iconv/iconv_prog.c: Fix typos.
20559         * stdio-common/psiginfo-data.h: Likewise.
20560
20561 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20562
20563         [BZ #15764]
20564         * locale/setlocale.c: Fix typo.
20565
20566 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20567
20568         [BZ #16036]
20569         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20570         signaling NaN arguments.
20571         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20572         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20573
20574         [BZ #14910]
20575         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20576         unordered operands.
20577         * soft-fp/gesf2.c (__gesf2): Likewise.
20578         * soft-fp/getf2.c (__getf2): Likewise.
20579         * soft-fp/ledf2.c (__ledf2): Likewise.
20580         * soft-fp/lesf2.c (__lesf2): Likewise.
20581         * soft-fp/letf2.c (__letf2): Likewise.
20582
20583         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20584         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20585         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20586         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20587         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20588         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20589         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20590         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20591         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20592         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20593         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20594         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20595         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20596         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20597         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20598         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20599         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20600         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20601         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20602         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20603         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20604         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20605         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20606         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20607         * soft-fp/floattidf.c (__floattidf): Likewise.
20608         * soft-fp/floattisf.c (__floattisf): Likewise.
20609         * soft-fp/floattitf.c (__floattitf): Likewise.
20610         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20611         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20612         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20613         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20614         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20615         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20616         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20617         * soft-fp/gesf2.c (__gesf2): Likewise.
20618         * soft-fp/getf2.c (__getf2): Likewise.
20619         * soft-fp/ledf2.c (__ledf2): Likewise.
20620         * soft-fp/lesf2.c (__lesf2): Likewise.
20621         * soft-fp/letf2.c (__letf2): Likewise.
20622
20623         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20624         Undefine and redefine.
20625         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20626         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20627         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20628         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20629         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20630         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20631         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20632         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20633         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20634         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20635         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20636         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20637         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20638         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20639         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20640
20641         [BZ #16032]
20642         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20643         without decrementing exponent if mantissa >= that for the
20644         denominator, not >.
20645         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20646         denominator, not >.  Decrement exponent in < case instead of
20647         incrementing in >= case.
20648         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20649         without decrementing exponent if mantissa >= that for the
20650         denominator, not >.
20651
20652         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20653         computing saturated result for unsigned overflow.
20654
20655 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20656             Jeff Law  <law@redhat.com>
20657
20658         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20659         (atan2Mp): Add systemtap probe marker.
20660         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20661         (__ieee754_log): Add systemtap probe marker.
20662         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20663         (atanMp): Add systemtap probe marker.
20664         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20665         (tanMp): Add systemtap probe marker.
20666         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20667         (__slowexp): Add systemtap probe marker.
20668         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20669         (__slowpow): Add systemtap probe marker.
20670         * manual/probes.texi: Document probes.
20671
20672 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20673
20674         [BZ #15362]
20675         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20676         written.
20677         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20678         written.
20679         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20680         written to buffer but not flushed.
20681         * libio/iofwrite_u.c:  Likewise.
20682         * libio/iopadn.c:  Return bytes returned even if EOF was
20683         encountered.
20684         * libio/iowpadn.c:  Likewise.
20685         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20686         if _IO_padn does not write the whole buffer.
20687         [!COMPILE_WPRINTF] (PAD): Likewise.
20688
20689 2013-10-10  David S. Miller  <davem@davemloft.net>
20690
20691         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20692         directory block.
20693
20694 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20695
20696         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20697         instead of FSF address.
20698         * soft-fp/fixdfti.c: Likewise.
20699         * soft-fp/fixsfti.c: Likewise.
20700         * soft-fp/fixtfti.c: Likewise.
20701         * soft-fp/fixunsdfti.c: Likewise.
20702         * soft-fp/fixunssfti.c: Likewise.
20703         * soft-fp/fixunstfti.c: Likewise.
20704         * soft-fp/floattidf.c: Likewise.
20705         * soft-fp/floattisf.c: Likewise.
20706         * soft-fp/floattitf.c: Likewise.
20707         * soft-fp/floatuntidf.c: Likewise.
20708         * soft-fp/floatuntisf.c: Likewise.
20709         * soft-fp/floatuntitf.c: Likewise.
20710         * soft-fp/trunctfxf2.c: Likewise.
20711
20712         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20713         * soft-fp/fixdfti.c: Likewise.
20714         * soft-fp/fixsfti.c: Likewise.
20715         * soft-fp/fixtfti.c: Likewise.
20716         * soft-fp/fixunsdfti.c: Likewise.
20717         * soft-fp/fixunssfti.c: Likewise.
20718         * soft-fp/fixunstfti.c: Likewise.
20719         * soft-fp/floattidf.c: Likewise.
20720         * soft-fp/floattisf.c: Likewise.
20721         * soft-fp/floattitf.c: Likewise.
20722         * soft-fp/floatuntidf.c: Likewise.
20723         * soft-fp/floatuntisf.c: Likewise.
20724         * soft-fp/floatuntitf.c: Likewise.
20725         * soft-fp/trunctfxf2.c: Likewise.
20726
20727 2013-10-10  David S. Miller  <davem@davemloft.net>
20728
20729         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20730
20731 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20732
20733         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20734         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20735         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20736         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20737         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20738         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20739         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20740
20741         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20742         for NaNs before doing comparisons on argument.
20743         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20744         Likewise.
20745
20746 2013-10-10  Will Newton  <will.newton@linaro.org>
20747
20748         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20749         passed to _int_memalign does not overflow.
20750
20751 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20752
20753         * scripts/bench.pl: Add include-sources directive.
20754         * benchtests/README: Update documentation.
20755
20756 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20757
20758         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20759         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20760         instead of FP_INIT_ROUNDMODE.
20761         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20762         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20763
20764         [BZ #16034]
20765         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20766         copy class of input value.
20767         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20768         not handle exceptions.
20769         * soft-fp/negsf2.c (__negsf2): Likewise.
20770         * soft-fp/negtf2.c (__negtf2): Likewise.
20771         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20772
20773 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20774
20775         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20776         semicolon.  From Linux kernel.
20777
20778 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20779
20780         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20781
20782 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20783
20784         [BZ #156]
20785         * manual/socket.texi: Added statement about buffer
20786         for gethostbyname2_r.
20787
20788 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20789
20790         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20791         Use .p2align directive instead, throughout.
20792         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20793         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20794         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20795         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20796         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20797         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20798         * sysdeps/x86_64/strchr.S: Likewise.
20799         * sysdeps/x86_64/strrchr.S: Likewise.
20800
20801 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20802
20803         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20804
20805         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20806
20807         * sysdeps/generic/math_private.h (__mpsin1): Remove
20808         declaration.
20809         (__mpcos1): Likewise.
20810         (__mpsin): New argument __range_reduce.
20811         (__mpcos): Likewise.
20812         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20813         (slow): Use __mpsin and __mpcos.
20814         (slow1): Likewise.
20815         (slow2): Likewise.
20816         (sloww): Likewise.
20817         (sloww1): Likewise.
20818         (sloww2): Likewise.
20819         (bsloww): Likewise.
20820         (bsloww1): Likewise.
20821         (bsloww2): Likewise.
20822         (cslow2): Likewise.
20823         (csloww): Likewise.
20824         (csloww1): Likewise.
20825         (csloww2): Likewise.
20826         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20827         range_reduce.  Merge in __mpsin1.
20828         (__mpcos): Likewise.
20829         (__mpsin1): Remove.
20830         (__mpcos1): Likewise.
20831
20832 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20833
20834         * locale/loadlocale.c (_nl_intern_locale_data): Use
20835         LOCFILE_ALIGNED_P.
20836         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20837         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20838         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20839         obstack data is appropriately aligned.
20840         (obstack_int32_grow_fast): Likewise.
20841         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20842         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20843         (add_locale_uint32_array): Likewise.
20844
20845 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20846
20847         * benchtests/Makefile: Remove ARGLIST and RET variables.
20848         ($(objpfx)bench-%.c): Pass only function name to the script.
20849         * benchtests/README: Update documentation.
20850         * benchtests/acos-inputs: Add new directives.
20851         * benchtests/acosh-inputs: Likewise.
20852         * benchtests/asin-inputs: Likewise.
20853         * benchtests/asinh-inputs: Likewise.
20854         * benchtests/atan-inputs: Likewise.
20855         * benchtests/atanh-inputs: Likewise.
20856         * benchtests/cos-inputs: Likewise.
20857         * benchtests/cosh-inputs: Likewise.
20858         * benchtests/exp-inputs: Likewise.
20859         * benchtests/log-inputs: Likewise.
20860         * benchtests/pow-inputs: Likewise.
20861         * benchtests/rint-inputs: Likewise.
20862         * benchtests/sin-inputs: Likewise.
20863         * benchtests/sinh-inputs: Likewise.
20864         * benchtests/tan-inputs: Likewise.
20865         * benchtests/tanh-inputs: Likewise.
20866         * scripts/bench.pl: Add support for new directives.
20867
20868 2013-10-07  Alan Modra  <amodra@gmail.com>
20869
20870         * README: Fix careless merge.
20871
20872 2013-10-05  Alan Modra  <amodra@gmail.com>
20873
20874         * NEWS: Mention powerpc64le support and bugs fixed.
20875         * README: Both big-endian and little-endian powerpc64 supported.
20876
20877 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20878
20879         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20880         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20881         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20882         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20883
20884 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20885
20886         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20887         match prototype.
20888
20889 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20890
20891         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20892         Move -mhard-float appending from
20893         ports/sysdeps/powerpc/powerpc32/Makefile.
20894         [$(with-fp) = yes] (ASFLAGS): Likewise.
20895         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20896         * sysdeps/powerpc/nofpu: Move directory from
20897         ports/sysdeps/powerpc/nofpu.
20898         * sysdeps/powerpc/soft-fp: Move directory from
20899         ports/sysdeps/powerpc/soft-fp.
20900         * sysdeps/powerpc/powerpc32/405: Move directory from
20901         ports/sysdeps/powerpc/powerpc32/405.
20902         * sysdeps/powerpc/powerpc32/440: Move directory from
20903         ports/sysdeps/powerpc/powerpc32/440.
20904         * sysdeps/powerpc/powerpc32/464: Move directory from
20905         ports/sysdeps/powerpc/powerpc32/464.
20906         * sysdeps/powerpc/powerpc32/476: Move directory from
20907         ports/sysdeps/powerpc/powerpc32/476.
20908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20909         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20911         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20913         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20915         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20917         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20918         * README: Update for powerpc-*-linux-gnu software floating point
20919         support in libc.
20920
20921         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20922         case to powerpc/powerpc32*.
20923         * sysdeps/unix/sysv/linux/configure: Regenerated.
20924
20925         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20926         (_FPU_MASK_OM): Define as 0x04.
20927         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20928         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20929         0x00c10080.
20930         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20931         0x0000003c.
20932         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20933
20934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20935         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20936         getcontext_e500.
20937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20938         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20939         setcontext_e500.
20940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20941         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20942         and setcontext_e500.
20943
20944 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20945
20946         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20947
20948 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20949
20950         * manual/threads.texi (Default Thread Attributes): Fix typo.
20951
20952 2013-10-04  Will Newton  <will.newton@linaro.org>
20953
20954         * malloc/Makefile: Add tst-memalign.
20955         * malloc/tst-memalign.c: New file.
20956
20957         * malloc/tst-posix_memalign.c: Add comments.
20958         (do_test): Add comments and call free on all potentially
20959         allocated pointers. Add space after cast.
20960
20961         * malloc/tst-pvalloc.c: Add comments.
20962         (do_test): Add comments and call free on all potentially
20963         allocated pointers. Remove duplicate check for NULL pointer.
20964         Add space after cast.
20965
20966         * malloc/tst-valloc.c: Add comments.
20967         (do_test): Add comments and call free on all potentially
20968         allocated pointers. Remove duplicate check for NULL pointer.
20969         Add space after cast.
20970
20971 2013-10-04  Alan Modra  <amodra@gmail.com>
20972
20973         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20974         Use stdint types in rather than __attribute__((mode())).
20975         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20976
20977 2013-10-04  Alan Modra  <amodra@gmail.com>
20978
20979         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20980         Correct handling of unaligned relocs for little-endian.
20981         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20982
20983 2013-10-04  Alan Modra  <amodra@gmail.com>
20984
20985         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20986         * configure: Regenerate.
20987         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20988         * shlib-versions: Likewise.
20989
20990 2013-10-04  Alan Modra  <amodra@gmail.com>
20991
20992         * string/tester.c (test_memrchr): Increment reported test cycle.
20993
20994 2013-10-04  Alan Modra  <amodra@gmail.com>
20995
20996         * string/test-memcpy.c (do_one_test): When reporting errors, print
20997         string address and don't overrun end of string.
20998
20999 2013-10-04  Alan Modra  <amodra@gmail.com>
21000
21001         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
21002         insrdi.  Make better use of reg selection to speed exit slightly.
21003         Schedule entry path a little better.  Remove useless "are we done"
21004         checks on entry to main loop.  Handle wrapping around zero address.
21005         Correct main loop count.  Handle single left-over word from main
21006         loop inline rather than by using loop_small.  Remove extra word
21007         case in loop_small caused by wrong loop count.  Add little-endian
21008         support.
21009         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
21010         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
21011         cache hint.
21012         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
21013         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
21014         support.  Avoid rlwimi.
21015         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
21016
21017 2013-10-04  Alan Modra  <amodra@gmail.com>
21018
21019         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
21020         insrdi.  Formatting.
21021         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
21022         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21023         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
21024         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
21025         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21026         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
21027
21028 2013-10-04  Alan Modra  <amodra@gmail.com>
21029
21030         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
21031         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21032         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
21033         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
21034         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
21035         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
21036         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21037         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
21038         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
21039         use of regs.  Use power7 mtocrf.  Tidy function tails.
21040
21041 2013-10-04  Alan Modra  <amodra@gmail.com>
21042
21043         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
21044         Formatting.  Consistently use rXXX register defines or rN defines.
21045         Use early exit labels that avoid restoring unused non-volatile regs.
21046         Make cr field use more consistent with rWORDn compares.  Rename
21047         regs used as shift registers for unaligned loop, using rN defines
21048         for short lifetime/multiple use regs.
21049         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
21050         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
21051         addi 1,1,64 to pop stack frame.  Simplify return value code.
21052         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21053
21054 2013-10-04  Alan Modra  <amodra@gmail.com>
21055
21056         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
21057         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
21058         rather than rlwimi.
21059         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
21060         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
21061         little-endian support.  Correct typos.
21062         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
21063         rather than rlwimi.
21064         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
21065         in loop and entry code to keep "and." results.
21066         (strchr): Add little-endian support.  Comment.  Move cntlzd
21067         earlier in tail.
21068         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
21069
21070 2013-10-04  Alan Modra  <amodra@gmail.com>
21071
21072         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
21073         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
21074         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
21075         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
21076
21077 2013-10-04  Alan Modra  <amodra@gmail.com>
21078
21079         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
21080         (rTMP): Define as r11.
21081         (strcmp): Add little-endian support.  Optimise tail.
21082         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
21083         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
21084         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
21085         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
21086         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
21087         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
21088         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
21089
21090 2013-10-04  Alan Modra  <amodra@gmail.com>
21091
21092         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
21093         little-endian support.  Remove unnecessary "are we done" tests.
21094         Handle "s" wrapping around zero and extremely large "size".
21095         Correct main loop count.  Handle single left-over word from main
21096         loop inline rather than by using small_loop.  Correct comments.
21097         Delete "zero" tail, use "end_max" instead.
21098         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
21099
21100 2013-10-04  Alan Modra  <amodra@gmail.com>
21101
21102         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
21103         support.  Don't branch over align.
21104         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
21105         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
21106         support.  Rearrange tmp reg use to suit.  Comment.
21107         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
21108
21109 2013-10-04  Alan Modra  <amodra@gmail.com>
21110
21111         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
21112
21113 2013-10-04  Alan Modra  <amodra@gmail.com>
21114
21115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
21116         conditional form of branch and link when obtaining pc.
21117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
21118
21119 2013-10-04  Alan Modra  <amodra@gmail.com>
21120
21121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
21122         HIWORD/LOWORD.
21123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
21124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
21125
21126 2013-10-04  Alan Modra  <amodra@gmail.com>
21127
21128         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
21129         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
21130         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
21131         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
21132         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21133         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21134         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
21135         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21136         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
21137         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
21138
21139 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21140             Alistair Popple <alistair@ozlabs.au.ibm.com>
21141             Alan Modra <amodra@gmail.com>
21142
21143         [BZ #15723]
21144         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
21145         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
21146         _dl_hwcap access for little-endian.
21147         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
21148         destroy vmx regs when saving unaligned.
21149         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
21150         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
21151         destroy vmx regs when saving unaligned.
21152
21153 2013-10-04  Alan Modra  <amodra@gmail.com>
21154
21155         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
21156         Don't use a union to pack hi/low value.
21157
21158 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21159
21160         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
21161         for little-endian.
21162         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
21163         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
21164         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21165         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
21166         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
21167
21168 2013-10-04  Alan Modra  <amodra@gmail.com>
21169
21170         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
21171         constants to usual value for .cst8 section, and remove redundant
21172         high address load.
21173         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
21174         constant for 0x1p52.  Load little-endian words of double from
21175         correct stack offsets.
21176
21177 2013-10-04  Alan Modra  <amodra@gmail.com>
21178
21179         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
21180         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
21181         words of double from correct stack offsets.
21182         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
21183         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
21184         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
21185         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
21186         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
21187         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
21188         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
21189         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
21190         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
21191         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
21192         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
21193         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
21194         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
21195         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
21196         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
21197         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
21198         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
21199
21200 2013-10-04  Alan Modra  <amodra@gmail.com>
21201
21202         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
21203         64-bit int/double union.
21204         (_FPU_SETCW): Likewise.
21205         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
21206         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
21207
21208 2013-10-04  Alan Modra  <amodra@gmail.com>
21209
21210         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
21211         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
21212
21213 2013-10-04  Alan Modra  <amodra@gmail.com>
21214
21215         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21216         use vector int constants.
21217         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21218
21219 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21220
21221         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21222         array with long long.
21223         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21224         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21225         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21226         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21227         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21228         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21229         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21230         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21231         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21232         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21233         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21234         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21235         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21236
21237 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21238
21239         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21240         (__signbit): Likewise.  Correct for little-endian.
21241         (__signbitl): Call __signbit.
21242         (lrint): Correct for little-endian.
21243         (lrintf): Call lrint.
21244
21245 2013-10-04  Alan Modra  <amodra@gmail.com>
21246
21247         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21248         union 32-bit int array member with 64-bit int array.
21249         (t515, tm256): Double rather than long double.
21250         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21251
21252 2013-10-04  Alan Modra  <amodra@gmail.com>
21253
21254         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21255         Delete.
21256         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21257         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21258         version of math_ldbl.h.
21259
21260 2013-10-04  Alan Modra  <amodra@gmail.com>
21261
21262         [BZ #15734], [BZ #15735]
21263         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21264         all uses of ieee875 long double macros and unions.  Simplify test
21265         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21266         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21267         normalize after ldbl_extract_mantissa, and don't add hidden bit
21268         already handled.  Don't treat low word of ieee854 mantissa like
21269         low word of IBM long double and mask off bit when testing for
21270         zero.
21271         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21272         all uses of ieee875 long double macros and unions.  Simplify tests
21273         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21274         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21275         two1022, instead use their values.  Recognise that tests for large
21276         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21277         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21278         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21279         test for 0.0L and nan.  Correct negation.
21280         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21281         ieee875 long double macros and unions.  Correct output for large
21282         magnitude x.  Correct absolute value calculation.
21283         (__erfcl): Likewise.
21284         * math/libm-test.inc: Add tests for errors discovered in IBM long
21285         double versions of fmodl, remainderl, erfl and erfcl.
21286
21287 2013-10-04  Alan Modra  <amodra@gmail.com>
21288
21289         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21290         all uses of ieee854 long double macros and unions.  Simplify tests
21291         for long doubles that are fully specified by the high double.
21292         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21293         Likewise.
21294         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21295         Remove dead code too.
21296         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21297         (__ieee754_ynl): Likewise.
21298         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21299         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21300         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21301         Remove dead code too.
21302         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21303         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21304         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21305         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21306         Simplify.
21307         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21308         Simplify.
21309         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21310         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21311         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21312         Comment on variable precision.
21313         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21314         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21315         Likewise.
21316         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21317         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21318         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21319         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21320         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21321
21322 2013-10-04  Alan Modra  <amodra@gmail.com>
21323
21324         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21325         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21326         all uses of ieee854 long double macros and unions.
21327         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21328         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21329         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21330         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21331         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21332         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21333         Likewise.
21334         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21335         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21336         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21337         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21338         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21339         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21340         Simplify sign and nan test too.
21341         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21342         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21343         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21344         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21345         Likewise.
21346         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21347         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21348         Likewise.
21349         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21350         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21351         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21352         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21353         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21354         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21355
21356 2013-10-04  Alan Modra  <amodra@gmail.com>
21357
21358         * stdio-common/printf_size.c (__printf_size): Don't use
21359         union ieee854_long_double in fpnum union.
21360         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21361         signbit macro to retrieve sign from long double.
21362         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21363         retrieve sign from long double.
21364         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21365         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21366         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21367         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21368         * math/test-misc.c (main): Don't use union ieee854_long_double.
21369
21370 2013-10-04  Alan Modra  <amodra@gmail.com>
21371
21372         [BZ #15680]
21373         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21374         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21375         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21376         calculation.  Remove unnecessary test for denormal exponent.
21377         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21378         Correct handling of denormals.  Avoid undefined shift behaviour.
21379         Correct normalisation of low mantissa when low double is denormal.
21380         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21381         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21382         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21383         Correct normalisation of low mantissa.  Test for overflow of high
21384         mantissa and normalise.
21385         (ldbl_nearbyint): Use more readable constant for two52.
21386         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21387         (__mpn_construct_long_double): Fix test for overflow of high
21388         mantissa and correct normalisation.  Avoid undefined shift.
21389
21390 2013-10-04  Alan Modra  <amodra@gmail.com>
21391
21392         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21393         (union ibm_extended_long_double): Define as an array of ieee754_double.
21394         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21395         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21396         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21397         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21398         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21399         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21400         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21401         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21402         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21403         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21404         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21405
21406 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21407
21408         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21409         page size instead of calling getpagesize.
21410
21411         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21412         (LOCFILE_ALIGN_MASK): Likewise.
21413         (LOCFILE_ALIGN_UP): Likewise.
21414         (LOCFILE_ALIGNED_P): Likewise.
21415         * locale/programs/ld-collate.c (collate_output): Use the new
21416         macros instead of __alignof__ (int32_t).
21417         * locale/weight.h (findidx): Likewise.
21418
21419 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21420
21421         [BZ #431]
21422         * manual/string.texi: Fix strncat and wcsncat.
21423
21424 2013-10-03  Brooks Moses  <bmoses@google.com>
21425
21426         [BZ #15915]
21427         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21428         * Makerules: ...here, and adjust associated comments.
21429
21430 2013-10-02  Will Newton  <will.newton@linaro.org>
21431
21432         * malloc/Makefile: Add tst-pvalloc.
21433         * malloc/tst-pvalloc.c: New file.
21434
21435 2013-10-02  Will Newton  <will.newton@linaro.org>
21436
21437         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21438         improve test coverage.
21439
21440 2013-10-02  Will Newton  <will.newton@linaro.org>
21441
21442         * malloc/Makefile: Add tst-posix_memalign.
21443         * malloc/tst-posix_memalign.c: New file.
21444
21445 2013-10-01  Eric Blake  <eblake@redhat.com>
21446
21447         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21448         Use __THROWNL rather than __THROW on static functions.
21449
21450 2013-09-30  Petr Machata  <pmachata@redhat.com>
21451
21452         * elf/elf.h (R_AARCH64_ABS16): New macro.
21453         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21454         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21455         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21456         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21457         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21458         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21459         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21460         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21461         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21462         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21463         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21464         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21465         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21466         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21467         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21468         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21469         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21470         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21471         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21472         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21473         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21474         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21475         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21476         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21477         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21478         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21479         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21480         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21481         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21482         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21483         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21484         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21485         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21486         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21487         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21488         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21489         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21490         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21491         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21492         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21493         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21494         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21495         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21496         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21497         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21498         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21499         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21500         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21501         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21502         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21503         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21504         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21505         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21506         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21507         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21508         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21509         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21510         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21511         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21512         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21513         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21514         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21515         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21516         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21517         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21518         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21519         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21520         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21521         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21522         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21523         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21524         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21525         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21526         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21527         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21528         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21529         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21530         (R_AARCH64_TLSDESC_LDR): Likewise.
21531         (R_AARCH64_TLSDESC_ADD): Likewise.
21532         (R_AARCH64_TLSDESC_CALL): Likewise.
21533
21534 2013-09-30  Andreas Schwab  <schwab@suse.de>
21535
21536         [BZ #15048]
21537         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21538         the nss database lookup.
21539         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21540         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21541
21542 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21543
21544         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21545
21546 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21547
21548         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21549         ${Bash-specific parameter/pattern/string} parameter expansion.
21550         * sysdeps/unix/make-syscalls.sh: Likewise.
21551
21552 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21553
21554         * sysdeps/sh/stackguard-macros.h: New file.
21555
21556 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21557
21558         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21559         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21560         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21561         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21562         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21563         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21564
21565 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21566
21567         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21568         Fix thread ID register.
21569
21570 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21571
21572         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21573         [POSIX || UNIX98]: Require rather than permitting all symbols from
21574         <time.h>.
21575         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21576         element of struct sched_param.
21577         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21578         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21579         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21580         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21581         constant.
21582
21583 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21584
21585         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21586         argument calculation.
21587
21588 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21589
21590         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21591         Expect macro.
21592         [POSIX] (pthread_attr_t): Do not require type.
21593         [POSIX] (pthread_cond_t): Likewise.
21594         [POSIX] (pthread_condattr_t): Likewise.
21595         [POSIX] (pthread_key_t): Likewise.
21596         [POSIX] (pthread_mutex_t): Likewise.
21597         [POSIX] (pthread_mutexattr_t): Likewise.
21598         [POSIX] (pthread_once_t): Likewise.
21599         [POSIX] (pthread_t): Likewise.
21600         [POSIX-based standards] (pthread_atfork): Expect function.
21601
21602 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21603             Richard Sandiford  <richard@codesourcery.com>
21604
21605         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21606         (swap_endianness_p): New extern variable.
21607         (set_big_endian): New inline function.
21608         (maybe_swap_uint32): Likewise.
21609         (maybe_swap_uint32_array): Likewise.
21610         (maybe_swap_uint32_obstack): Likewise.
21611         * locale/programs/locfile.c: Include <stdbool.h>.
21612         (swap_endianness_p): New variable.
21613         (add_locale_uint32): Call maybe_swap_uint32.
21614         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21615         (write_locale_data): Call maybe_swap_uint32_array.
21616         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21617         maybe_swap_uint32.
21618         (obstack_int32_grow_fast): Likewise.
21619         (output_weightwc): Call maybe_swap_uint32_obstack.
21620         (collate_output): Likewise.
21621         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21622         (OPT_LITTLE_ENDIAN): Likewise.
21623         (options): Add --little-endian and --big-endian options.
21624         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21625         * locale/programs/locarchive.c: Include "locfile.h".
21626         (GET): New macro.
21627         (SET): Likewise.
21628         (INC): Likewise.
21629         (create_archive): Use the new macros to access fields of
21630         structures directly mapped from or written to locale archives.
21631         (oldlocrecentcmp): Likewise.
21632         (enlarge_archive): Likewise.
21633         (insert_name): Likewise.
21634         (add_alias): Likewise.
21635         (add_locale): Likewise.
21636         (delete_locales_from_archive): Likewise.
21637         (show_archive_content): Likewise.
21638         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21639         locale data.
21640
21641 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21642
21643         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21644         http://www.gnu.org/doc/freemanuals.texi.
21645         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21646
21647 2013-09-24  Will Newton  <will.newton@linaro.org>
21648
21649         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21650         macro.
21651
21652 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21653
21654         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21655         unsigned char.
21656
21657 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21658
21659         * manual/threads.texi (POSIX Threads): Fix a typo.
21660
21661 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21662
21663         [BZ #14547]
21664         * string/tst-strcoll-overflow.c: New test case.
21665         * string/Makefile (xtests): Add tst-strcoll-overflow.
21666         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21667         cache if string sizes may cause integer overflow.
21668
21669         [BZ #14547]
21670         * string/strcoll_l.c (coll_seq): New members rule, idx,
21671         save_idx and back_us.
21672         (get_next_seq_nocache): New function.
21673         (do_compare_nocache): New function.
21674         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21675         when malloc fails.
21676
21677 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21678
21679         [BZ #15754]
21680         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21681         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21682         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21683
21684         [BZ #15754]
21685         * elf/Makefile (tests): Add tst-ptrguard1.
21686         (tests-static): Add tst-ptrguard1-static.
21687         (tst-ptrguard1-ARGS): Define.
21688         (tst-ptrguard1-static-ARGS): Define.
21689         * elf/tst-ptrguard1.c: New file.
21690         * elf/tst-ptrguard1-static.c: New file.
21691         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21692         * sysdeps/i386/stackguard-macros.h: Likewise.
21693         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21694         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21695         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21696         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21697         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21698         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21699
21700 2013-09-23  Hector Marco  <hecmargi@upv.es>
21701             Ismael Ripoll  <iripoll@disca.upv.es>
21702             Carlos O'Donell  <carlos@redhat.com>
21703
21704         [BZ #15754]
21705         * sysdeps/generic/stackguard-macros.h: Define
21706         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21707         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21708         Define __pointer_chk_guard_local.
21709         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21710         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21711
21712 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21713
21714         [BZ #15859]
21715         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21716
21717 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21718
21719         * include/string.h (__ffs): Declare as hidden.
21720         * string/ffs.c (__ffs): Define as hidden.
21721         * sysdeps/i386/ffs.c (__ffs): Likewise.
21722         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21723         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21724         * sysdeps/s390/ffs.c (__ffs): Likewise.
21725         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21726
21727 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21728
21729         * NEWS: Mention malloc probes.
21730
21731         * malloc/arena.c (new_heap): New memory_heap_new probe.
21732         (grow_heap): New memory_heap_more probe.
21733         (shrink_heap): New memory_heap_less probe.
21734         (heap_trim): New memory_heap_free probe.
21735         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21736         (systrim): New memory_sbrk_less probe.
21737         * manual/probes.texi: Document them.
21738
21739         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21740         * manual/probes.texi: Document it.
21741
21742         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21743         (__libc_realloc): Add memory_realloc_retry probe.
21744         (__libc_memalign): Add memory_memalign_retry probe.
21745         (__libc_valloc): Add memory_valloc_retry probe.
21746         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21747         (__libc_calloc): Add memory_calloc_retry probe.
21748         * manual/probes.texi: Document them.
21749
21750         * malloc/arena.c (get_free_list): Add probe
21751         memory_arena_reuse_free_list.
21752         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21753         and memory_arena_reuse.
21754         (arena_get2) [!PER_THREAD]: Likewise.
21755         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21756         memory_arena_reuse_realloc.
21757         * manual/probes.texi: Document them.
21758
21759         * malloc/malloc.c (__libc_free): Add
21760         memory_mallopt_free_dyn_thresholds probe.
21761         (__libc_mallopt): Add multiple memory_mallopt probes.
21762         * manual/probes.texi: Document them.
21763
21764         * malloc/malloc.c: Include stap-probe.h.
21765         (__libc_mallopt): Add memory_mallopt probe.
21766         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21767         * manual/probes.texi: New.
21768         * manual/Makefile (chapters): Add probes.
21769         * manual/threads.texi: Set next node.
21770
21771 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21772
21773         [BZ #15963, #13985]
21774         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21775         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21776         Add `Chinese' to `nan' entry name.
21777
21778 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21779
21780         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21781         (POLYNOMIAL): Likewise.
21782         (TAYLOR_SINCOS): Likewise.
21783         (TAYLOR_SLOW): Likewise.
21784         (__sin): Use TAYLOR_SINCOS.
21785         (__cos): Likewise.
21786         (slow): Use TAYLOR_SLOW.
21787         (sloww): Likewise.
21788         (bsloww): Likewise.
21789         (csloww): Likewise.
21790
21791 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21792
21793         * stdlib/strtod_l.c: Fix buffer overrun.
21794
21795 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21796
21797         * benchtests/Makefile (bench): Add sincos.
21798         * benchtests/bench-sincos.c: New file.
21799
21800         * math/libm-test.inc (cos_test_data): New test inputs.
21801         (sin_test_data): Likewise.
21802
21803         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21804         macro.
21805         (__sin): Use it.
21806         (__cos): Likewise.
21807         (slow1): Likewise.
21808         (slow2): Likewise.
21809         (sloww1): Likewise.
21810         (sloww2): Likewise.
21811         (bsloww1): Likewise.
21812         (bsloww2): Likewise.
21813         (cslow2): Likewise.
21814         (csloww1): Likewise.
21815         (csloww2): Likewise.
21816
21817         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21818         function.
21819         (__sin): Use it.
21820         (__cos): Likewise.
21821
21822         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21823         gotos.
21824         (__cos): Likewise.
21825
21826 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21827
21828         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21829         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21830         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21831         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21832         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21833         * elf/cache.c (print_entry): Handle the new cache flags.
21834
21835 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21836             Aldy Hernandez  <aldyh@redhat.com>
21837
21838         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21839         Change condition to [_SOFT_FLOAT].
21840         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21841         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21842         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21843         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21844         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21845         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21846         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21847         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21848         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21849         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21850         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21851         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21852         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21853         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21854         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21855         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21856         declaration.
21857
21858 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21859
21860         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21861         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21862         (__longjmp): Use LOAD_GP to load saved GPRs.
21863         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21864         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21865         (__sigsetjmp): Use SAVE_GP to save GPRs.
21866
21867         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21868         Do not append -msoft-float.
21869         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21870
21871 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21872
21873         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21874
21875 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21876
21877         [BZ #15966]
21878         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21879         (_FPU_GETCW): Use initial "__" on variable and field names but not
21880         on macro parameter name.
21881         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21882         parentheses around reference to macro parameter.
21883
21884 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21885
21886         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21887         prototype.
21888         (ctype_startup): Use uint32_t in cast and sizeof for
21889         ctype->charnames.
21890
21891 2013-09-11  Jia Liu  <proljc@gmail.com>
21892
21893         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21894         __daddr_t_defined.
21895         [__FreeBSD__]: Likewise.
21896
21897 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21898
21899         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21900         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21901         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21902         (strchr): Remove __strchr_sse42 ifunc selection.
21903         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21904         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21905
21906 2013-09-11  Will Newton  <will.newton@linaro.org>
21907
21908         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21909         parameter to RES. Remove hardcoded 1000 value.
21910         * benchtests/bench-skeleton.c (main): Pass RES parameter
21911         to TIMING_INIT and multiply result by 1000.
21912
21913 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21914
21915         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21916
21917 2013-09-11  Andreas Schwab  <schwab@suse.de>
21918
21919         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21920         if not defined.
21921         (O_TMPFILE) [__USE_GNU]: Define.
21922         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21923         Define.
21924
21925 2013-09-11  Will Newton  <will.newton@linaro.org>
21926
21927         [BZ #15857]
21928         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21929         does not overflow.
21930
21931 2013-09-11  Will Newton  <will.newton@linaro.org>
21932
21933         [BZ #15856]
21934         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21935         does not overflow.
21936
21937 2013-09-11  Will Newton  <will.newton@linaro.org>
21938
21939         [BZ #15855]
21940         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21941         does not overflow.
21942
21943 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21944
21945         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21946         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21947         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21948         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21949         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21950
21951 2013-09-10  Allan McRae  <allan@archlinux.org>
21952
21953         [BZ #15748]
21954         * manual/arith.texi (Parsing of Floats): Clarify
21955         cross-reference.
21956
21957         [BZ #15849]
21958         * manual/install.texi (Running make install): Mention
21959         --enable-pt-chown.
21960         * INSTALL: Regenerated.
21961
21962 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21963
21964         * csu/init-first.c (_init): Remove the !SHARED condition around
21965         FPU control word initialization.
21966         * elf/dl-support.c (_dl_fpu_control): New variable.
21967         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21968         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21969         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21970         * math/test-fpucw-static.c: New file.
21971         * math/test-fpucw-ieee.c: New file.
21972         * math/test-fpucw-ieee-static.c: New file.
21973         * math/Makefile (tests): Add `test-fpucw-ieee' and
21974         `$(tests-static)'.
21975         (tests-static): New variable.
21976         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21977         dependency to...
21978         [($(build-shared),yes)]
21979         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21980         ... this.
21981         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21982         New dependency.
21983
21984 2013-09-09  Allan McRae  <allan@archlinux.org>
21985
21986         [BZ #15939]
21987         * manual/string.texi (Collation Functions): Fix typo in
21988         strcoll example.
21989         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21990
21991         [BZ #15893]
21992         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21993
21994         [BZ #15892]
21995         * libio/memstream.c (open_memstream): Fix memory leak.
21996         * libio/wmemstream.c (open_wmemstream): Likewise.
21997
21998         [BZ #15895]
21999         * nscd/netgroupcache.c: Fix nesting of ifdefs.
22000
22001 2013-09-09  Will Newton  <will.newton@linaro.org>
22002
22003         * malloc/Makefile: Add tst-realloc to tests.
22004         * malloc/tst-realloc.c: New file.
22005
22006 2013-09-09  Allan McRae  <allan@archlinux.org>
22007
22008         [BZ #15844]
22009         * COPYING: Update from GNU website to fix FSF address.
22010         * COPYING.LIB: Likewise.
22011
22012 2013-09-06  David S. Miller  <davem@davemloft.net>
22013
22014         * po/zh_TW.po: Update Chinese (traditional) translation from
22015         translation project.
22016
22017 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
22018             Joseph Myers  <joseph@codesourcery.com>
22019
22020         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
22021         "localeinfo.h".
22022         (obstack_chunk_alloc): New macro.
22023         (obstack_chunk_free): Likewise.
22024         (record_offset): New function.
22025         (init_locale_data): Likewise.
22026         (align_locale_data): Likewise.
22027         (add_locale_empty): Likewise.
22028         (add_locale_raw_data): Likewise.
22029         (add_locale_raw_obstack): Likewise.
22030         (add_locale_string): Likewise.
22031         (add_locale_wstring): Likewise.
22032         (add_locale_uint32): Likewise.
22033         (add_locale_uint32_array): Likewise.
22034         (add_locale_char): Likewise.
22035         (start_locale_structure): Likewise.
22036         (end_locale_structure): Likewise.
22037         (start_locale_prelude): Likewise.
22038         (end_locale_prelude): Likewise.
22039         (write_locale_data): Take locale_file structure rather than an
22040         iovec.
22041         * locale/programs/locfile.h: Include "obstack.h".
22042         (struct locale_file): Change to store locale file contents instead
22043         of header.
22044         (init_locale_data): New prototype.
22045         (align_locale_data): Likewise.
22046         (add_locale_empty): Likewise.
22047         (add_locale_raw_data): Likewise.
22048         (add_locale_raw_obstack): Likewise.
22049         (add_locale_string): Likewise.
22050         (add_locale_wstring): Likewise.
22051         (add_locale_uint32): Likewise.
22052         (add_locale_uint32_array): Likewise.
22053         (add_locale_char): Likewise.
22054         (start_locale_structure): Likewise.
22055         (end_locale_structure): Likewise.
22056         (start_locale_prelude): Likewise.
22057         (end_locale_prelude): Likewise.
22058         (write_locale_data): Update prototype.
22059         * locale/programs/3level.h (struct TABLE): Remove result field.
22060         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
22061         Use new locale_file interface.
22062         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
22063         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
22064         * locale/programs/ld-address.c (address_output): Use new
22065         locale_file interface.
22066         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
22067         NO_ADD_LOCALE.
22068         (collate_finish): Don't call collseq_table_finalize.
22069         (collate_output): Use new locale_file interface.
22070         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
22071         in file.
22072         (NO_FINALIZE): Change to NO_ADD_LOCALE.
22073         (TABLE): Move defines earlier in file.
22074         (ELEMENT): Likewise.
22075         (DEFAULT): Likewise.
22076         (wctrans_table_add): Move macro and inline function earlier in
22077         file.
22078         (struct wctype_table): Move type earlier in file.
22079         (add_locale_wctype_table): New static prototype.
22080         (struct locale_ctype_t): Use logical types instead of struct iovec
22081         pointers for members.
22082         (ctype_output): Use new locale_file interface.
22083         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
22084         new locale_file interface.
22085         (allocate_arrays): Update for use of new locale_file interface.
22086         * locale/programs/ld-identification.c (identification_output): Use
22087         new locale_file interface.
22088         * locale/programs/ld-measurement.c (measurement_output): Likewise.
22089         * locale/programs/ld-messages.c (messages_output): Likewise.
22090         * locale/programs/ld-monetary.c (monetary_output): Likewise.
22091         * locale/programs/ld-name.c (name_output): Likewise.
22092         * locale/programs/ld-numeric.c (numeric_output): Likewise.
22093         * locale/programs/ld-paper.c (paper_output): Likewise.
22094         * locale/programs/ld-telephone.c (telephone_output): Likewise.
22095         * locale/programs/ld-time.c (time_output): Likewise.
22096
22097 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22098
22099         * benchtests/Makefile: Add memrchr benchmark.
22100         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
22101         benchmark as memrchr.
22102         * benchtests/bench-memrchr-ifunc.c: New file.
22103         * benchtests/bench-memrchr.c: New file.
22104
22105 2013-09-06   Will Newton  <will.newton@linaro.org>
22106
22107         * benchtests/Makefile (string-bench): Add memcpy.
22108
22109 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
22110             Cong Wang  <amwang@redhat.com>
22111
22112         [BZ #15850]
22113         * sysdeps/unix/sysv/linux/bits/in.h
22114         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
22115         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
22116         before __USE_KERNEL_IPV6_DEFS uses.
22117         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
22118         IPPROTO_BEETPH.
22119         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
22120         sockaddr_in6, or ipv6_mreq.
22121
22122 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22123
22124         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
22125         memory access for final bytes in some large inputs.
22126         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
22127
22128 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22129
22130         * string/test-memrchr.c: New file.
22131         * string/test-memrchr-ifunc.c: New file.
22132         * string/Makefile: Add new memrchr testcase.
22133
22134 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
22135
22136         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
22137         fanotify_init returns EPERM.
22138
22139 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22140
22141         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
22142         errors.
22143         (top level): Treat second token from macro or constant entries for
22144         allowed headers as allowed.
22145         * include/complex.h: Condition internal declarations on
22146         [!_ISOMAC].
22147         * include/fenv.h: Condition include of <stdbool.h> and internal
22148         declarations on [!_ISOMAC].
22149
22150 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
22151
22152         [BZ #15923]
22153         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
22154
22155 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
22156
22157         * configure.in (--enable-versioning): Remove configure option.
22158         (libc_cv_asm_symver_directive): Remove configure test.
22159         (libc_cv_ld_version_script_option): Likewise.
22160         (VERSIONING): Remove variable and AC_SUBST.
22161         (DO_VERSIONING): Remove AC_DEFINE.
22162         * configure: Regenerated.
22163         * config.h.in (DO_VERSIONING): Remove macro.
22164         * Makerules [$(versioning) = yes]: Change conditionals to
22165         [$(build-shared) = yes].
22166         * config.make.in (versioning): Remove variable.
22167         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
22168         [$(build-shared) = yes].
22169         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
22170         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
22171         * elf/Makefile [$(versioning) = yes]: Change conditionals to
22172         [$(build-shared) = yes].
22173         * extra-lib.mk [$(versioning) = yes]: Likewise.
22174         * hurd/Makefile [$(versioning) = yes]: Likewise.
22175         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
22176         [SHARED].
22177         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
22178         [SHARED].
22179         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22180         [SHARED && !NO_HIDDEN].
22181         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
22182         [SHARED].
22183         [SHARED && DO_VERSIONING]: Likewise..
22184         * libio/Makefile [$(versioning) = yes]: Change conditionals to
22185         [$(build-shared) = yes].
22186         * manual/install.texi (--disable-versioning): Remove
22187         documentation.
22188         * INSTALL: Regenerated.
22189         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
22190         to [SHARED].
22191         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
22192         [$(build-shared) = yes].
22193         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
22194         * sysdeps/i386/i686/multiarch/strstr-c.c
22195         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
22196         [SHARED && !NO_HIDDEN].
22197         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
22198         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
22199         * sysdeps/powerpc/powerpc32/dl-machine.c
22200         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
22201         * sysdeps/powerpc/powerpc32/sysdep.h
22202         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
22203         to [SHARED && PIC && !NO_HIDDEN].
22204         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
22205         conditional to [SHARED].
22206
22207 2013-09-04   Will Newton  <will.newton@linaro.org>
22208
22209         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
22210         * benchtests/bench-string.h: Include bench-timing.h instead
22211         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
22212         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
22213         call to HP_TIMING_DIFF_INIT.
22214         * benchtests/bench-memccpy.c: Use bench-timing.h macros
22215         instead of hp-timing.h macros.
22216         * benchtests/bench-memchr.c: Likewise.
22217         * benchtests/bench-memcmp.c: Likewise.
22218         * benchtests/bench-memcpy.c: Likewise.
22219         * benchtests/bench-memmem.c: Likewise.
22220         * benchtests/bench-memmove.c: Likewise.
22221         * benchtests/bench-memset.c: Likewise.
22222         * benchtests/bench-rawmemchr.c: Likewise.
22223         * benchtests/bench-strcasecmp.c: Likewise.
22224         * benchtests/bench-strcasestr.c: Likewise.
22225         * benchtests/bench-strcat.c: Likewise.
22226         * benchtests/bench-strchr.c: Likewise.
22227         * benchtests/bench-strcmp.c: Likewise.
22228         * benchtests/bench-strcpy.c: Likewise.
22229         * benchtests/bench-strcpy_chk.c: Likewise.
22230         * benchtests/bench-strlen.c: Likewise.
22231         * benchtests/bench-strncasecmp.c: Likewise.
22232         * benchtests/bench-strncat.c: Likewise.
22233         * benchtests/bench-strncmp.c: Likewise.
22234         * benchtests/bench-strncpy.c: Likewise.
22235         * benchtests/bench-strnlen.c: Likewise.
22236         * benchtests/bench-strpbrk.c: Likewise.
22237         * benchtests/bench-strrchr.c: Likewise.
22238         * benchtests/bench-strspn.c: Likewise.
22239         * benchtests/bench-strstr.c: Likewise.
22240
22241 2013-09-04  Will Newton  <will.newton@linaro.org>
22242
22243         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22244
22245 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22246
22247         [BZ #15427]
22248         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22249         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22250         * math/libm-test.inc (lgamma_test_data): Add more tests.
22251         * sysdeps/i386/fpu/libm-test-ulps: Update.
22252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22253
22254 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22255
22256         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22257         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22258         Add ifunc.
22259         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22260         Add strcmp-sse2-unaligned
22261         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22262
22263 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22264
22265         * Versions.def (libc): Add GLIBC_2.19.
22266
22267 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22268
22269         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22270         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22271
22272 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22273
22274         [BZ #14155]
22275         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22276         intermediate calculations in recurrence.
22277         (__ieee754_ynf): Likewise.
22278         * math/libm-test.inc (jn_test_data): Do not allow spurious
22279         underflow exception.  Add more tests.
22280         (yn_test_data): Add more tests.
22281         * sysdeps/i386/fpu/libm-test-ulps: Update.
22282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22283
22284 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22285
22286         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22287
22288 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22289
22290         * csu/init-first.c: Fix then/than typos.
22291         * locale/programs/ld-collate.c: Likewise.
22292         * locale/programs/linereader.h: Likewise.
22293         * manual/charset.texi: Likewise.
22294         * manual/filesys.texi: Likewise.
22295         * manual/stdio.texi: Likewise.
22296         * manual/string.texi: Likewise.
22297         * stdlib/fmtmsg.c: Likewise.
22298         * sysdeps/i386/stpncpy.S: Likewise.
22299         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22300         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22301         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22302         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22303
22304 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22305
22306         * elf/dl-open.c: Fix typos.
22307         * iconvdata/gbbig5.c: Likewise.
22308         * iconvdata/iso-2022-jp.c: Likewise.
22309         * iconv/gconv_int.h: Likewise.
22310         * iconv/loop.c: Likewise.
22311         * nis/rpcsvc/nis.h: Likewise.
22312         * resolv/ns_name.c: Likewise.
22313         * stdio-common/vfscanf.c: Likewise.
22314         * streams/stropts.h: Likewise.
22315         * sunrpc/rpc_thread.c: Likewise.
22316         * sysdeps/i386/strpbrk.S: Likewise.
22317         * sysdeps/ieee754/k_standard.c: Likewise.
22318         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22319         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22320         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22321         * sysdeps/mach/hurd/profil.c: Likewise.
22322         * sysdeps/s390/dl-procinfo.h: Likewise.
22323         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22324         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22325         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22326         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22327         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22328
22329 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22330
22331         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22332         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22333
22334 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22335
22336         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22337         aix specific files.
22338         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22339         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22340         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22341         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22342         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22343         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22344         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22345         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22346
22347 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22348             Roland McGrath  <roland@hack.frob.com>
22349
22350         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22351         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22352
22353 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22354
22355         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22356         __executable_start symbol instead of _start.
22357
22358 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22359
22360         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22361         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22362         Move macros to...
22363         * sysdeps/gnu/ldsodefs.h: ... this new file.
22364
22365         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22366         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22367         instead of ELFOSABI_LINUX.
22368
22369         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22370         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22371         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22372         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22373         Likewise.
22374         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22375         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22376         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22377         Likewise.
22378         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22379         (ibm_extended_long_double): Add ieee_nan member.
22380         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22381         (do_test): New function.
22382
22383         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22384         TEST_TRUNC.
22385         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22386         functions, renamed from truncdfsf_test, trunctfsf_test,
22387         trunctfdf_test.
22388         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22389         functions.
22390         (do_test): Run all these.
22391
22392 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22393
22394         * argp/argp-help.c: Fix typos.
22395         * argp/argp-parse.c: Likewise.
22396         * debug/backtracesyms.c: Likewise.
22397         * elf/elf.h: Likewise.
22398         * malloc/malloc.c: Likewise.
22399         * nis/nis_print.c: Likewise.
22400         * resolv/res_comp.c: Likewise.
22401         * stdlib/stdlib.h: Likewise.
22402         * sunrpc/clnt_tcp.c: Likewise.
22403         * sunrpc/clnt_udp.c: Likewise.
22404         * sunrpc/clnt_unix.c: Likewise.
22405         * sysdeps/unix/bsd/ptsname.c: Likewise.
22406         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22407         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22409         Likewise.
22410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22411         Likewise.
22412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22413         Likewise.
22414         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22415
22416 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22417
22418         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22419         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22420
22421 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22422
22423         [BZ #15897]
22424         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22425         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22426         ($(objpfx)bug-dl-leaf): New rule.
22427         ($(objpfx)bug-dl-leaf.so): Likewise.
22428         ($(objpfx)bug-dl-leaf.out): Likewise.
22429         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22430         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22431         * dlfcn/bug-dl-leaf.c: New test.
22432         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22433         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22434         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22435         (dlclose): Likewise.
22436         (dlmopen): Likewise.
22437
22438 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22439
22440         * include/netdb.h [!_ISOMAC]:
22441         Don't include <tls.h>.
22442         (h_errno, __libc_h_errno): Move declaration and macros out of
22443         [_LIBC_REENTRANT].
22444
22445         * include/resolv.h [_RESOLV_H_]:
22446         Don't include <tls.h>.
22447         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22448         * resolv/res_libc.c: Don't include <tls.h>.
22449         (_res): Use __attribute__ ((nocommon)) in place of
22450         __attribute__ ((section (".bss"))).
22451
22452         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22453         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22454
22455         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22456
22457         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22458         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22459
22460         * resolv/res_mkquery.c: Include <sys/time.h>.
22461
22462         * inet/ifreq.c: Moved to ...
22463         * sysdeps/unix/ifreq.c: ... here.
22464         * inet/ifreq.c: New file, true stub version.
22465
22466         * socket/sa_len.c: New file.
22467         * socket/Makefile (aux): Add it.
22468         * sysdeps/unix/sysv/linux/Makefile
22469         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22470         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22471         and #include <socket/sa_len.c>.
22472         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22473         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22474
22475         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22476         * bits/socket.h: ... here.
22477
22478         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22479         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22480         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22481
22482 2013-08-27  Andreas Schwab  <schwab@suse.de>
22483
22484         [BZ #15736]
22485         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22486         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22487         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22488         * string/test-strcasecmp.c (test_main): Run tests in several
22489         locales.
22490         * string/test-strncasecmp.c (test_main): Likewise.
22491
22492         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22493         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22494         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22495         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22496         (__strncasecmp_ssse3) [PIC]: Likewise.
22497
22498 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22499
22500         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22501
22502         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22503         instead of explicitly declaring xdecrypt.
22504         * nis/nss_nis/nis-publickey.c: Likewise.
22505
22506 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22507
22508         [BZ #15890]
22509         * nscd/aicache.c: Include res_hconf.h.
22510         (addhstaiX): Initialize res_hconf.
22511
22512 2013-08-26  Andreas Schwab  <schwab@suse.de>
22513
22514         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22515         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22516
22517 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22518
22519         * nscd/aicache.c (addhstaiX): Fix indentation.
22520
22521 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22522
22523         * configure.ac: Quote $build_pt_chown test.
22524         * configure: Regenerated.
22525
22526 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22527
22528         [BZ #15532]
22529         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22530         * math/s_cexpf.c (__cexpf): Likewise.
22531         * math/s_cexpl.c (__cexpl): Likewise.
22532         * math/libm-test.inc (cexp_test_data): Correct expected return
22533         value for NaN + i0.  Add another test.
22534
22535 2013-08-22  David S. Miller  <davem@davemloft.net>
22536
22537         * po/ca.po: Update Catalan translation from translation project.
22538         * po/uk.po: Add Ukrainian translations from translation project.
22539
22540 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22541
22542         [BZ #15797]
22543         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22544         is infinite, not alongside NaN test.
22545         * math/s_fdimf.c (__fdimf): Likewise.
22546         * math/s_fdiml.c (__fdiml): Likewise.
22547         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22548         errno is unchanged.
22549
22550 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22551
22552         * argp/argp-help.c: Fix typos.
22553         * crypt/speeds.c: Likewise.
22554         * csu/check_fds.c: Likewise.
22555         * elf/dl-load.c: Likewise.
22556         * elf/dl-open.c: Likewise.
22557         * elf/reldep3.c: Likewise.
22558         * elf/reldep.c: Likewise.
22559         * elf/sprof.c: Likewise.
22560         * iconv/iconv_charmap.c: Likewise.
22561         * iconv/skeleton.c: Likewise.
22562         * iconv/strtab.c: Likewise.
22563         * io/lockf64.c: Likewise.
22564         * libio/libioP.h: Likewise.
22565         * resolv/gai_notify.c: Likewise.
22566         * resolv/ns_name.c: Likewise.
22567         * resolv/ns_samedomain.c: Likewise.
22568         * resolv/res_send.c: Likewise.
22569         * stdlib/random.c: Likewise.
22570         * sunrpc/rpc/xdr.h: Likewise.
22571         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22572         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22573         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22574         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22575         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22576         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22577         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22578         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22579         * sysdeps/mach/hurd/check_fds.c: Likewise.
22580         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22581         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22582         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22583         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22584         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22585         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22586         * sysdeps/pthread/aio_notify.c: Likewise.
22587         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22588         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22589         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22590         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22591         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22592
22593 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22594
22595         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22596         version if bit_Slow_SSE4_2 is set.
22597         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22598         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22599
22600 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22601
22602         [BZ #15867]
22603         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22604         trampoline stack frame information.
22605         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22606         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22607         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22608         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22609         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22610         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22611         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22612         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22613         sa_flags value.
22614         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22615         interrupting a syscall and set with option SA_SIGINFO.
22616
22617 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22618
22619         [BZ #15531]
22620         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22621         argument is infinite.
22622         * math/s_cprojf.c (__cprojf): Likewise.
22623         * math/s_cprojl.c (__cprojl): Likewise.
22624         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22625         * math/libm-test.inc (cproj_test_data): Add more tests.
22626
22627         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22628
22629         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22630         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22631         size.  Use __ffs to determine corresponding shift.
22632
22633 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22634             Roland McGrath  <roland@hack.frob.com>
22635
22636         * Makefile (INSTALL): Remove trailing blank lines from output of
22637         makeinfo.
22638
22639 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22640
22641         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22642         Align 32 bit compat elf_greg to 8 bytes.
22643
22644 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22645
22646         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22647
22648 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22649
22650         * string/strcoll_l.c (coll_seq): New structure.
22651         (get_next_seq_cached): New function.
22652         (get_next_seq): New function.
22653         (do_compare): New function.
22654         (STRCOLL): Use GNU style definition.  Simplify implementation
22655         by using get_next_seq, get_next_seq_cached and do_compare.
22656
22657 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22658
22659         [BZ #14699]
22660         CVE-2013-4237
22661         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22662         member.
22663         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22664         member.
22665         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22666         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22667         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22668         conditional.
22669         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22670         GETDENTS_64BIT_ALIGNED.
22671         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22672         * manual/filesys.texi (Reading/Closing Directory): Document
22673         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22674         strongly.
22675         * manual/conf.texi (Limits for Files): Add portability note to
22676         NAME_MAX, PATH_MAX.
22677         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22678
22679 2013-08-13  Andreas Schwab  <schwab@suse.de>
22680
22681         [BZ #15749]
22682         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22683         of fabs.
22684         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22685         LDBL_MAX_EXP >= 16384]: Add tests for it.
22686
22687 2013-08-12  David S. Miller  <davem@davemloft.net>
22688
22689         * version.h (RELEASE): Set to "development".
22690         (VERSION): Set to "2.18.90".
22691         * NEWS: Add 2.19 section.
22692
22693 2013-08-03  David S. Miller  <davem@davemloft.net>
22694
22695         * po/ko.po: Update Korean translation from translation project.
22696
22697 2013-08-01  David S. Miller  <davem@davemloft.net>
22698
22699         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22700         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22701         Bilka.
22702
22703 2013-07-30  David S. Miller  <davem@davemloft.net>
22704
22705         * po/fr.po: Update French translation from translation project.
22706
22707 2013-07-28  David S. Miller  <davem@davemloft.net>
22708
22709         * po/cs.po: Update Czech translation from translation project.
22710
22711         * po/sv.po: Update Swedish translation from translation project.
22712
22713 2013-07-27  David S. Miller  <davem@davemloft.net>
22714
22715         * po/eo.po: Update Esperanto translation from translation project.
22716
22717         * po/vi.po: Update Vietnamese translation from translation project.
22718
22719         * po/de.po: Update German translation from translation project.
22720
22721 2013-07-26  David S. Miller  <davem@davemloft.net>
22722
22723         * po/bg.po: Update Bulgarian translation from translation project.
22724
22725         * po/nl.po: Update Dutch translation from translation project.
22726         * po/pl.po: Update Polish translation from translation project.
22727         * po/ru.po: Update Russian translation from translation project.
22728
22729 2013-07-24  David S. Miller  <davem@davemloft.net>
22730
22731         * po/libc.pot: Update.
22732
22733 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22734
22735         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22736         variable page size.
22737         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22738         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22739         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22740
22741 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22742
22743         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22744
22745 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22746             Andreas Schwab  <schwab@suse.de>
22747             Roland McGrath  <roland@hack.frob.com>
22748             Joseph Myers  <joseph@codesourcery.com>
22749             Carlos O'Donell  <carlos@redhat.com>
22750
22751         [BZ #15755]
22752         * config.h.in: Define HAVE_PT_CHOWN.
22753         * config.make.in (build-pt-chown): New variable.
22754         * configure.in (--enable-pt_chown): New configure option.
22755         * configure: Regenerate.
22756         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22757         build-pt-chown is enabled.
22758         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22759         pt_chown to fix pty ownership.
22760         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22761         CLOSE_ALL_FDS.
22762         * manual/install.texi (Configuring and compiling): Mention
22763         --enable-pt_chown. Add @findex for grantpt.
22764         * INSTALL: Regenerate.
22765
22766 2013-07-20  David S. Miller  <davem@davemloft.net>
22767
22768         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22769         difference between 32-bit and 64-bit.
22770
22771 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22772
22773         [BZ #15711]
22774         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22775         Avoid system header dependency with -ffreestanding.
22776         ($(objpfx)bits/syscall%d): Likewise.
22777
22778 2013-07-13  David S. Miller  <davem@davemloft.net>
22779
22780         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22781         underflows from atanl/atan2l due to bug 15319.
22782         (casinh_test_data): Likewise.
22783
22784 2013-07-07  David S. Miller  <davem@davemloft.net>
22785
22786         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22787
22788 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22789
22790         * sysdeps/i386/fpu/libm-test-ulps: Update.
22791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22792
22793 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22794
22795         * configure.in (--enable-lock-elision): Fix message text.
22796         * INSTALL: Regenerate.
22797         * configure: Regenerate.
22798
22799 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22800
22801         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22802
22803 2013-07-03  Andreas Jaeger  <aj@suse.de>
22804
22805         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22806         define.
22807         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22808         (ptrace_peeksiginfo_args): Add.
22809         (__ptrace_peeksiginfo_flags): Add.
22810         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22811         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22812         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22813
22814 2013-07-03  Allan McRae  <allan@archlinux.org>
22815
22816         * sysdeps/i386/fpu/libm-test-ulps: Update.
22817
22818 2013-07-02  David S. Miller  <davem@davemloft.net>
22819
22820         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22821
22822 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22823
22824         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22825
22826 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22827
22828         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22830
22831 2013-07-02  Andi Kleen <ak@linux.intel.com>
22832
22833         * config.h.in (ENABLE_LOCK_ELISION): Add.
22834         * configure.in (--enable-lock-elision): Add option.
22835         * manual/install.texi: Document --enable lock elision.
22836         * configure: Regenerate
22837         * INSTALL: Regenerate.
22838
22839 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22840
22841         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22842         SSE4.2 strcasecmp for libc.a.
22843         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22844
22845 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22846
22847         [BZ #13304]
22848         * soft-fp/op-common.h (_FP_FMA): New macro.
22849         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22850         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22851         (_FP_MUL_MEAT_1_imm): ... here.
22852         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22853         (_FP_MUL_MEAT_1_wide): ... here.
22854         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22855         (_FP_MUL_MEAT_1_hard): ... here.
22856         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22857         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22858         (_FP_MUL_MEAT_2_wide): ... here.
22859         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22860         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22861         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22862         (_FP_MUL_MEAT_2_gmp): ... here.
22863         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22864         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22865         (_FP_MUL_MEAT_4_wide): ... here.
22866         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22867         (_FP_MUL_MEAT_4_gmp): ... here.
22868         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22869         (_FP_WFRACBITS_DW_S): Likewise.
22870         (_FP_WFRACXBITS_DW_S): Likewise.
22871         (_FP_HIGHBIT_DW_S): Likewise.
22872         (FP_FMA_S): Likewise.
22873         (_FP_FRAC_HIGH_DW_S): Likewise.
22874         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22875         (_FP_WFRACBITS_DW_D): Likewise.
22876         (_FP_WFRACXBITS_DW_D): Likewise.
22877         (_FP_HIGHBIT_DW_D): Likewise.
22878         (FP_FMA_D): Likewise.
22879         (_FP_FRAC_HIGH_DW_D): Likewise.
22880         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22881         (_FP_WFRACBITS_DW_E): Likewise.
22882         (_FP_WFRACXBITS_DW_E): Likewise.
22883         (_FP_HIGHBIT_DW_E): Likewise.
22884         (FP_FMA_E): Likewise.
22885         (_FP_FRAC_HIGH_DW_E): Likewise.
22886         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22887         (_FP_WFRACBITS_DW_Q): Likewise.
22888         (_FP_WFRACXBITS_DW_Q): Likewise.
22889         (_FP_HIGHBIT_DW_Q): Likewise.
22890         (FP_FMA_Q): Likewise.
22891         (_FP_FRAC_HIGH_DW_Q): Likewise.
22892         * soft-fp/fmasf4.c: New file.
22893         * soft-fp/fmadf4.c: Likewise.
22894         * soft-fp/fmatf4.c: Likewise.
22895
22896 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22897
22898         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22899         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22900         Silvermont.
22901         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22902         macro.
22903         (index_Slow_SSE4_2): Likewise.
22904         (index_Prefer_PMINUB_for_stringop): Likewise.
22905         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22906         bit_Slow_SSE4_2 is set.
22907         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22908         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22909
22910 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22911
22912         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22913         rtld_global._dl_hwcap2.
22914         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22915         POWER8.
22916         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22917         POWER8 feature descriptions defined in _dl_hwcap2.
22918         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22919         string handling for POWER8 feature bits.
22920         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22921         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22922         _dl_powerpc_cap_flags.
22923         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22924         * sysdeps/powerpc/rtld-global-offsets.sym
22925         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22926         _dl_hwcap2 in the rtld_global_ro structure.
22927
22928 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22929
22930         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22931         hardware capabilities in support of AT_HWCAP2.
22932         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22933         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22934         GLRO(dl_hwcap2).
22935         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22936         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22937         explicitly the unknown a_type display mechanism is used.
22938         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22939         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22940         struct member.
22941         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22942         to macro prototype for AT_HWCAP2 support.
22943         * sysdeps/i386/dl-procinfo.h: Likewise.
22944         * sysdeps/s390/dl-procinfo.h: Likewise.
22945         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22946         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22947         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22948         return -1 for unknown a_type display fallback.
22949         * sysdeps/sparc/dl-procinfo.h: Likewise.
22950         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22951         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22952
22953 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22954
22955         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22956         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22957
22958 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22959
22960         [BZ #12492]
22961         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22962         mprotect making __stack_prot writable.
22963
22964 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22965             Joseph Myers  <joseph@codesourcery.com>
22966
22967         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22968         as being properly aligned.
22969
22970 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22971
22972         * dlfcn/modstatic5.c: New file.
22973         * dlfcn/tststatic5.c: New file.
22974         * dlfcn/Makefile (tests): Add tststatic5.
22975         (tests-static): Likewise.
22976         (modules-names): Add modstatic5.
22977         (tststatic5-ENV): New variable.
22978         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22979
22980         [BZ #15022]
22981         * elf/dl-support.c (_dl_main_map): New variable.
22982         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22983         (_dl_nns, _dl_load_adds): Set to 1.
22984         (_dl_initial_searchlist): Refer to _dl_main_map.
22985         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22986         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22987         call to _dl_get_origin.
22988         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22989         around call_map.
22990         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22991         * dlfcn/modstatic3.c: New file.
22992         * dlfcn/tststatic3.c: New file.
22993         * dlfcn/tststatic4.c: New file.
22994         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22995         (tests-static): Likewise.
22996         (modules-names): Add modstatic3.
22997         (tststatic3-ENV, tststatic4-ENV): New variables.
22998         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22999         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
23000
23001 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
23002
23003         * configure.in (CC): Require GCC version 4.4 or later.
23004         * configure: Regenerated.
23005         * manual/install.texi (Tools for Compilation): Update GCC version
23006         requirement.
23007         * INSTALL: Regenerated.
23008
23009 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23010
23011         [BZ #15674]
23012         * string/test-memcmp.c (check2): New.
23013         (main): Call check2.
23014
23015         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
23016
23017 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
23018
23019         [BZ #15022]
23020         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
23021         over to...
23022         (dl_open_worker) [!SHARED]: ... here.
23023
23024 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23025
23026         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
23027
23028 2013-06-25  Richard Henderson  <rth@redhat.com>
23029
23030         * locale/programs/locarchive.c: Include <libc-internal.h>
23031
23032 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
23033
23034         * manual/texinfo.tex: Update to version 2013-06-21.17, with
23035         trailing whitespace removed.
23036
23037 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
23038
23039         [BZ #10283]
23040         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
23041         * locale/programs/locarchive.c: Include libc-mmap.h.
23042         (prepare_address_space): Take two new outputs (the mmap base and len).
23043         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
23044         values.
23045         (create_archive): Declare new mmap base and len values for
23046         prepare_address_space, and store the result in ah.
23047         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
23048         (enlarge_archive): If ah->mmap_base is not NULL, use that and
23049         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
23050         Declare new mmap base and len values for
23051         prepare_address_space, and store the result in new_ah.
23052         (open_archive): Declare new mmap base and len values for
23053         prepare_address_space, and store the result in ah.
23054         (close_archive): If ah->mmap_base is not NULL, use that and
23055         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
23056         * sysdeps/generic/libc-mmap.h: New file.
23057
23058 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
23059
23060         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
23061         (ALIGN_UP): Likewise.
23062         (PTR_ALIGN_DOWN): Likewise.
23063         (PTR_ALIGN_UP): Likewise.
23064
23065 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23066
23067         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
23068         entry mapped to PPC_PLATFORM_POWER8.
23069         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
23070         POWER8.
23071         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
23072         (_dl_string_platform): Add case for exporting platform position for
23073         POWER8.
23074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
23075         search path to sysdeps/powerpc/powerpc32/power8 directory.
23076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
23077         search path to sysdeps/powerpc/powerpc64/power8 directory.
23078         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
23079         power7 directories.
23080         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
23081         power7 directories.
23082
23083 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23084
23085         * INSTALL: Regenerate.
23086
23087         * nscd/connections.c (nscd_init): Fix comment.
23088
23089 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
23090
23091         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
23092
23093         [BZ #15667]
23094         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
23095         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
23096
23097 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
23098
23099         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
23100         DL_DST_REQ_STATIC.
23101         (DL_DST_REQ_STATIC): Remove macro.
23102
23103 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
23104
23105         [BZ #7006]
23106         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
23107         with a shift of 0 bits.
23108
23109 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
23110
23111         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
23112         $(tststatic-ENV).
23113
23114 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23115
23116         [BZ #15655]
23117         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
23118
23119 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23120
23121         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
23122         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
23123         accepts -fno-tree-loop-distribute-patterns.
23124         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
23125         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
23126         recursive call.
23127         * string/memset.c (memset): Likewise.
23128         * string/test-memmove.c (simple_memmove): Disable loop transformation
23129         to library calls.
23130         * string/test-memset.c (simple_memset): Likewise.
23131         * benchtests/bench-memmove.c (simple_memmove): Likewise.
23132         * benchtests/bench-memset.c (simple_memset): Likewise.
23133         * configure: Regenerated.
23134
23135 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
23136
23137         * math/test-misc.c (main): Ignore fesetround failure when failures
23138         of subsequent rounding tests would be ignored.
23139
23140         [BZ #15654]
23141         * math/fedisblxcpt.c (fedisableexcept): Return 0.
23142         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
23143         * math/fegetenv.c (__fegetenv): Return 0.
23144         * math/fegetexcept.c (fegetexcept): Return 0.
23145         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
23146         FE_TONEAREST.
23147         * math/feholdexcpt.c (feholdexcept): Return 0.
23148         * math/fesetenv.c (__fesetenv): Return 0.
23149         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
23150         argument FE_TONEAREST.
23151         * math/feupdateenv.c (__feupdateenv): Return 0.
23152         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
23153
23154 2013-06-18  Roland McGrath  <roland@hack.frob.com>
23155
23156         * elf/rtld-Rules (rtld-compile-command.S): New variable.
23157         (rtld-compile-command.s, rtld-compile-command.c): New variables.
23158         ($(objpfx)rtld-%.os rules): Use them.
23159
23160 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23161
23162         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
23163         fields.
23164
23165 2013-06-17  Roland McGrath  <roland@hack.frob.com>
23166
23167         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
23168         length of target pattern, then descending length of dependency pattern.
23169         * configure.in (AWK): Require gawk 3.1.2 or newer.
23170         * manual/install.texi (Tools for Compilation): Say that we do.
23171         * configure: Regenerated.
23172
23173         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
23174         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
23175         * scripts/sysd-rules.awk: ... this new script.
23176         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
23177         than a glob-style pattern.
23178
23179 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
23180
23181         * math/test-misc.c (main): Do not treat incorrectly rounded
23182         conversions as failure unless ROUNDING_TESTS passes.
23183
23184 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
23185
23186         [BZ #15631]
23187         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
23188         restore exception state around main square root computation, then
23189         check for inexactness explicitly.
23190
23191         * math/libm-test.inc (fma_test_data): Add another test.
23192
23193 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23194
23195         * manual/threads.texi (Non-POSIX Extensions): New document
23196         node.  Document pthread_getattr_default_np and
23197         pthread_setattr_default_np.
23198
23199         * Versions.def (libpthread): Add GLIBC_2.18.
23200         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
23201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
23202         Likewise.
23203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
23204         Likewise.
23205         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23206         Likewise.
23207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23208         Likewise.
23209         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
23210         Likewise.
23211         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23212         Likewise.
23213         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23214         Likewise.
23215         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23216         Likewise.
23217         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23218         Likewise.
23219
23220 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23221
23222         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23223         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23224
23225 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23226             H.J. Lu  <hjl.tools@gmail.com>
23227
23228         [BZ #15627]
23229         * sysdeps/x86_64/rtld-memset.c: Remove file.
23230         * sysdeps/x86_64/rtld-memset.S: New file.
23231
23232 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
23233
23234         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23235         (test_in_one_mode): Take arguments for whether the rounding mode
23236         is supported for each floating-point type.
23237         (do_test): Pass new arguments to test_in_one_mode using
23238         ROUNDING_TESTS.
23239
23240 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23241
23242         * posix/tst-waitid.c (do_test): Distinguish different instances of
23243         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23244         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23245         before entering the kernel for waitpid.
23246
23247 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23248
23249         * NEWS: Fix note on clock function precision.  Text by Roland
23250         McGrath.
23251
23252 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23253
23254         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23255         it into place only when and if the sanity check passes.
23256
23257 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23258
23259         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23260         output for whether conversion result is exact.  Take argument
23261         indicating whether type is IBM long double.
23262         (round_for_all): Change need_exact field to ibm_ld.
23263         * stdlib/tst-strtod-round.c (struct exactness): New type.
23264         (struct test): Change bool ld_ok field to struct exactness exact.
23265         (TEST): Update all definitions for change to field.
23266         (tests): Regenerate array contents.
23267         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23268         field value.  Check for IBM long double here.
23269         (do_test): Update calls to test_in_one_mode.
23270
23271 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23272
23273         [BZ #12515]
23274         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23275         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23276
23277 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23278
23279         [BZ #15605]
23280         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23281         generated by the compiler on loop optimizations.
23282         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23283         general definitions.
23284
23285 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23286
23287         * math/bug-nextafter.c: Include <math-tests.h>.
23288         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23289         the relevant type.
23290         * math/bug-nexttoward.c: Include <math-tests.h>.
23291         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23292         the relevant type.
23293         * math/test-misc.c: Include <math-tests.h>.
23294         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23295         the relevant type.
23296
23297 2013-06-12  Andreas Jaeger  <aj@suse.de>
23298
23299         * po/ia.po: Update Interlingua translation from translation
23300         project.
23301
23302 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23303
23304         * include/fenv.h: Include stdbool.h.
23305         (struct rm_ctx): New structure.
23306         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23307         Define macro.
23308         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23309         (SET_RESTORE_ROUNDF): Likewise.
23310         (SET_RESTORE_ROUNDL): Likewise.
23311         (SET_RESTORE_ROUND_NOEX): Likewise.
23312         (SET_RESTORE_ROUND_NOEXF): Likewise.
23313         (SET_RESTORE_ROUND_NOEXL): Likewise.
23314         (SET_RESTORE_ROUND_53BIT): Likewise.
23315         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23316         (libc_feresetround_noexf_ctx): Likewise.
23317         (libc_feresetround_noexl_ctx): Likewise.
23318         (libc_feholdsetround_53bit_ctx): Likewise.
23319         (libc_feresetround_53bit_ctx): Likewise.
23320         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23321         (libc_feholdexcept_setround_sse_ctx): New function.
23322         (libc_fesetenv_sse_ctx): Likewise.
23323         (libc_feupdateenv_sse_ctx): Likewise.
23324         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23325         (libc_feholdexcept_setround_387_ctx): Likewise.
23326         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23327         (libc_feholdsetround_387_prec_ctx): Likewise.
23328         (libc_feholdsetround_387_ctx): Likewise.
23329         (libc_feholdsetround_387_53bit_ctx): Likewise.
23330         (libc_feholdsetround_sse_ctx): Likewise.
23331         (libc_feresetround_sse_ctx): Likewise.
23332         (libc_feresetround_387_ctx): Likewise.
23333         (libc_feupdateenv_387_ctx): Likewise.
23334         (libc_feholdexcept_setroundf_ctx): Define macro.
23335         (libc_fesetenvf_ctx): Likewise.
23336         (libc_feupdateenvf_ctx): Likewise.
23337         (libc_feholdsetroundf_ctx): Likewise.
23338         (libc_feresetroundf_ctx): Likewise.
23339         (libc_feholdexcept_setround_ctx): Likewise.
23340         (libc_fesetenv_ctx): Likewise.
23341         (libc_feupdateenv_ctx): Likewise.
23342         (libc_feholdsetround_ctx): Likewise.
23343         (libc_feresetround_ctx): Likewise.
23344         (libc_feholdexcept_setroundl_ctx): Likewise.
23345         (libc_feupdateenvl_ctx): Likewise.
23346         (libc_feholdsetroundl_ctx): Likewise.
23347         (libc_feresetroundl_ctx): Likewise.
23348         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23349         (libc_feresetround_53bit_ctx): Likewise.
23350
23351 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23352
23353         * locale/iso-639.def: Convert to UTF-8.
23354
23355 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23356
23357         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23358         (EXCEPTION_TESTS_double): Likewise.
23359         (EXCEPTION_TESTS_long_double): Likewise.
23360         (EXCEPTION_TESTS): Likewise.
23361         * math/libm-test.inc (test_exceptions): Only test exceptions if
23362         EXCEPTION_TESTS (FLOAT).
23363
23364 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23365
23366         * benchtests/Makefile (string-bench): Add strcpy_chk and
23367         stpcpy_chk.
23368         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23369         * benchtests/bench-stpcpy_chk.c: New file.
23370         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23371         * benchtests/bench-strcpy_chk.c: New file.
23372         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23373         code.
23374         (do_test): Likewise.
23375
23376 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23377
23378         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23379         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23380         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23381         with tabs where appropriate.
23382         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23383         dl-procinfo.h.
23384         [PPC_PLATFORM_PPC440]: Likewise.
23385         [PPC_PLATFORM_PPC464]: Likewise.
23386         [PPC_PLATFORM_PPC476]: Likewise.
23387         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23388         ppc464, and ppc476 platform strings merging from ports/
23389         dl-procinfo.h.
23390
23391 2013-06-11  Andreas Schwab  <schwab@suse.de>
23392
23393         [BZ #14991]
23394         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23395         (from_ucs4_idx): Regenerate.
23396         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23397         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23398         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23399         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23400         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23401         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23402         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23403         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23404         from FROM_LOOP and TO_LOOP specific macros.
23405         (BODY): Handle combining characters.
23406         * iconvdata/BIG5HKSCS.irreversible: Update.
23407         * iconvdata/BIG5HKSCS.precomposed: New file.
23408         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23409         characters.
23410         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23411
23412 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23413
23414         * include/sys/time.h: Fix indentation and add copyright header.
23415
23416         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23417         (do_test): Likewise.
23418         * string/test-memchr.c (do_one_test): Likewise.
23419         (do_test): Likewise.
23420         * string/test-memcmp.c (do_one_test): Likewise.
23421         (do_test): Likewise.
23422         * string/test-memcpy.c (do_one_test): Likewise.
23423         (do_test): Likewise.
23424         * string/test-memmem.c (do_one_test): Likewise.
23425         (do_test): Likewise.
23426         (do_random_tests): Likewise.
23427         * string/test-memmove.c (do_one_test): Likewise.
23428         (do_test): Likewise.
23429         * string/test-memset.c (do_one_test): Likewise.
23430         (do_test): Likewise.
23431         * string/test-rawmemchr.c (do_one_test): Likewise.
23432         (do_test): Likewise.
23433         * string/test-strcasecmp.c (do_one_test): Likewise.
23434         (do_test): Likewise.
23435         * string/test-strcasestr.c (do_one_test): Likewise.
23436         (do_test): Likewise.
23437         * string/test-strcat.c (do_one_test): Likewise.
23438         (do_test): Likewise.
23439         * string/test-strchr.c (do_one_test): Likewise.
23440         (do_test): Likewise.
23441         * string/test-strcmp.c (do_one_test): Likewise.
23442         (do_test): Likewise.
23443         * string/test-strcpy.c (do_one_test): Likewise.
23444         (do_test): Likewise.
23445         * string/test-string.h: Likewise.
23446         (test_init): Likewise.
23447         * string/test-strlen.c (do_one_test): Likewise.
23448         (do_test): Likewise.
23449         * string/test-strncasecmp.c (do_one_test): Likewise.
23450         (do_test): Likewise.
23451         * string/test-strncat.c (do_one_test): Likewise.
23452         (do_test): Likewise.
23453         * string/test-strncmp.c (do_one_test): Likewise.
23454         (do_test_limit): Likewise.
23455         (do_test): Likewise.
23456         * string/test-strncpy.c (do_one_test): Likewise.
23457         (do_test): Likewise.
23458         * string/test-strnlen.c (do_one_test): Likewise.
23459         (do_test): Likewise.
23460         * string/test-strpbrk.c (do_one_test): Likewise.
23461         (do_test): Likewise.
23462         * string/test-strrchr.c (do_one_test): Likewise.
23463         (do_test): Likewise.
23464         * string/test-strspn.c (do_one_test): Likewise.
23465         (do_test): Likewise.
23466         * string/test-strstr.c (do_one_test): Likewise.
23467         (do_test): Likewise.
23468
23469         * benchtests/Makefile (string-bench): Add string benchmarks.
23470         * benchtests/bench-bcopy-ifunc.c: New file.
23471         * benchtests/bench-bcopy.c: New file.
23472         * benchtests/bench-bzero-ifunc.c: New file.
23473         * benchtests/bench-bzero.c: New file.
23474         * benchtests/bench-memccpy-ifunc.c: New file.
23475         * benchtests/bench-memccpy.c: New file.
23476         * benchtests/bench-memchr-ifunc.c: New file.
23477         * benchtests/bench-memchr.c: New file.
23478         * benchtests/bench-memcmp-ifunc.c: New file.
23479         * benchtests/bench-memcmp.c: New file.
23480         * benchtests/bench-memmem-ifunc.c: New file.
23481         * benchtests/bench-memmem.c: New file.
23482         * benchtests/bench-memmove-ifunc.c: New file.
23483         * benchtests/bench-memmove.c: New file.
23484         * benchtests/bench-mempcpy-ifunc.c: New file.
23485         * benchtests/bench-mempcpy.c: New file.
23486         * benchtests/bench-memset-ifunc.c: New file.
23487         * benchtests/bench-memset.c: New file.
23488         * benchtests/bench-rawmemchr-ifunc.c: New file.
23489         * benchtests/bench-rawmemchr.c: New file.
23490         * benchtests/bench-stpcpy-ifunc.c: New file.
23491         * benchtests/bench-stpcpy.c: New file.
23492         * benchtests/bench-stpncpy-ifunc.c: New file.
23493         * benchtests/bench-stpncpy.c: New file.
23494         * benchtests/bench-strcasecmp-ifunc.c: New file.
23495         * benchtests/bench-strcasecmp.c: New file.
23496         * benchtests/bench-strcasestr-ifunc.c: New file.
23497         * benchtests/bench-strcasestr.c: New file.
23498         * benchtests/bench-strcat-ifunc.c: New file.
23499         * benchtests/bench-strcat.c: New file.
23500         * benchtests/bench-strchr-ifunc.c: New file.
23501         * benchtests/bench-strchr.c: New file.
23502         * benchtests/bench-strchrnul-ifunc.c: New file.
23503         * benchtests/bench-strchrnul.c: New file.
23504         * benchtests/bench-strcmp-ifunc.c: New file.
23505         * benchtests/bench-strcmp.c: New file.
23506         * benchtests/bench-strcpy-ifunc.c: New file.
23507         * benchtests/bench-strcpy.c: New file.
23508         * benchtests/bench-strcspn-ifunc.c: New file.
23509         * benchtests/bench-strcspn.c: New file.
23510         * benchtests/bench-strlen-ifunc.c: New file.
23511         * benchtests/bench-strlen.c: New file.
23512         * benchtests/bench-strncasecmp-ifunc.c: New file.
23513         * benchtests/bench-strncasecmp.c: New file.
23514         * benchtests/bench-strncat-ifunc.c: New file.
23515         * benchtests/bench-strncat.c: New file.
23516         * benchtests/bench-strncmp-ifunc.c: New file.
23517         * benchtests/bench-strncmp.c: New file.
23518         * benchtests/bench-strncpy-ifunc.c: New file.
23519         * benchtests/bench-strncpy.c: New file.
23520         * benchtests/bench-strnlen-ifunc.c: New file.
23521         * benchtests/bench-strnlen.c: New file.
23522         * benchtests/bench-strpbrk-ifunc.c: New file.
23523         * benchtests/bench-strpbrk.c: New file.
23524         * benchtests/bench-strrchr-ifunc.c: New file.
23525         * benchtests/bench-strrchr.c: New file.
23526         * benchtests/bench-strspn-ifunc.c: New file.
23527         * benchtests/bench-strspn.c: New file.
23528         * benchtests/bench-strstr-ifunc.c: New file.
23529         * benchtests/bench-strstr.c: New file.
23530
23531         * benchtests/Makefile: Disable parallel execution of targets.
23532         (string-bench): Add memcpy.
23533         (benchset): New variable to store a list of benchmark sets.
23534         (bench-func): Renamed from bench.
23535         (bench-set): New target.
23536         (bench): Depend on bench-func and bench-set.
23537         * benchtests/README: Add section on benchmark sets.
23538         * benchtests/bench-memcpy-ifunc.c: New file.
23539         * benchtests/bench-memcpy.c: New file.
23540         * benchtests/bench-string.h: New file.
23541
23542 2013-06-11  Andreas Schwab  <schwab@suse.de>
23543
23544         [BZ #15577]
23545         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23546         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23547         values in the triple.
23548         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23549         terminator in the group key.
23550
23551 2013-06-11  Andreas Jaeger  <aj@suse.de>
23552
23553         * po/zh_TW.po: Update Chinese (traditional) translation from
23554         translation project.
23555
23556 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23557
23558         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23559         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23560         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23561         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23562         (clock_getcpuclockid): Likewise.
23563         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23564         Add weak_alias and libc_hidden_def.
23565         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23566         * rt/clock_gettime.c (clock_gettime): Rename to
23567         __clock_gettime.  Add weak_alias and libc_hidden_def.
23568         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23569         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23570         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23571         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23572         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23573         Likewise.
23574         * rt/clock_settime.c (clock_settime): Rename to
23575         __clock_settime.  Add weak_alias and libc_hidden_def.
23576         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23577
23578 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23579
23580         * mach/err_boot.sub: Remove trailing whitespace.
23581         * mach/err_ipc.sub: Likewise.
23582         * mach/err_mach.sub: Likewise.
23583
23584         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23585         (ROUNDING_TESTS_double): Likewise.
23586         (ROUNDING_TESTS_long_double): Likewise.
23587         (ROUNDING_TESTS): Likewise.
23588         * math/libm-test.inc: Include <math-tests.h>.
23589         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23590         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23591         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23592         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23593
23594 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23595
23596         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23597         of assigning.
23598
23599 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23600
23601         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23602         otherwise empty TRANS lines.
23603         * sysdeps/gnu/errlist.c: Regenerated.
23604
23605         * catgets/gencat.c (error_print): Use (void) in function
23606         definition.
23607         * crypt/crypt_util.c (__init_des): Likewise.
23608         * crypt/speeds.c (Stop): Likewise.
23609         (main): Likewise.
23610         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23611         * inet/ruserpass.c (token): Likewise.
23612         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23613         * intl/localealias.c (extend_alias_table): Likewise.
23614         * intl/plural-exp.c (init_germanic_plural): Likewise.
23615         * libio/fcloseall.c (__fcloseall): Likewise.
23616         * libio/genops.c (_IO_flush_all): Likewise.
23617         (_IO_flush_all_linebuffered): Likewise.
23618         (_IO_cleanup): Likewise.
23619         (_IO_iter_begin): Likewise.
23620         (_IO_iter_end): Likewise.
23621         (_IO_list_lock): Likewise.
23622         (_IO_list_unlock): Likewise.
23623         (_IO_list_resetlock): Likewise.
23624         * libio/getchar.c (getchar): Likewise.
23625         * libio/getchar_u.c (getchar_unlocked): Likewise.
23626         * libio/getwchar.c (getwchar): Likewise.
23627         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23628         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23629         * login/getpt.c (__getpt): Likewise.
23630         * login/tst-utmp.c (main): Likewise.
23631         * malloc/hooks.c (__malloc_check_init): Likewise.
23632         * malloc/malloc.c (__malloc_stats): Likewise.
23633         * malloc/mtrace.c (tr_break): Likewise.
23634         (mtrace): Likewise.
23635         (muntrace): Likewise.
23636         * misc/fstab.c (endfsent): Likewise.
23637         * misc/getclktck.c (__getclktck): Likewise.
23638         * misc/getdtsz.c (__getdtablesize): Likewise.
23639         * misc/gethostid.c (gethostid): Likewise.
23640         * misc/getpagesize.c (__getpagesize): Likewise.
23641         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23642         (__get_nprocs): Likewise.
23643         (__get_phys_pages): Likewise.
23644         (__get_avphys_pages): Likewise.
23645         * misc/getttyent.c (getttyent): Likewise.
23646         (setttyent): Likewise.
23647         (endttyent): Likewise.
23648         * misc/getusershell.c (getusershell): Likewise.
23649         (endusershell): Likewise.
23650         (setusershell): Likewise.
23651         (initshells): Likewise.
23652         * misc/hsearch.c (__hdestroy): Likewise.
23653         * misc/sync.c (sync): Likewise.
23654         * misc/syslog.c (closelog_internal): Likewise.
23655         (closelog): Likewise.
23656         * misc/ttyslot.c (ttyslot): Likewise.
23657         * misc/vhangup.c (vhangup): Likewise.
23658         * posix/fork.c (__fork): Likewise.
23659         * posix/getegid.c (__getegid): Likewise.
23660         * posix/geteuid.c (__geteuid): Likewise.
23661         * posix/getgid.c (__getgid): Likewise.
23662         * posix/getpid.c (__getpid): Likewise.
23663         * posix/getppid.c (__getppid): Likewise.
23664         * posix/getuid.c (__getuid): Likewise.
23665         * posix/pause.c (pause): Likewise.
23666         * posix/setpgrp.c (setpgrp): Likewise.
23667         * posix/setsid.c (__setsid): Likewise.
23668         * posix/test-vfork.c (noop): Likewise.
23669         * resolv/gethnamaddr.c (_endhtent): Likewise.
23670         (_gethtent): Likewise.
23671         (ht_endhostent): Likewise.
23672         (gethostent): Likewise.
23673         (dns_service): Likewise.
23674         * stdlib/drand48.c (drand48): Likewise.
23675         * stdlib/lrand48.c (lrand48): Likewise.
23676         * stdlib/mrand48.c (mrand48): Likewise.
23677         * stdlib/rand.c (rand): Likewise.
23678         * stdlib/random.c (__random): Likewise.
23679         * stdlib/setenv.c (clearenv): Likewise.
23680         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23681         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23682         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23683         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23684         (__get_nprocs): Likewise.
23685         (__get_phys_pages): Likewise.
23686         (__get_avphys_pages): Likewise.
23687         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23688         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23689         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23690         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23691         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23692         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23693         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23694         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23695         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23696         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23697         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23698         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23699         * sysdeps/posix/clock.c (clock): Likewise.
23700         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23701         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23702         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23703         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23704         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23705         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23706         (__get_nprocs_conf): Likewise.
23707         (__get_phys_pages): Likewise.
23708         (__get_avphys_pages): Likewise.
23709         * time/clock.c (clock): Likewise.
23710         * time/tzset.c (__tzname_max): Likewise.
23711
23712 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23713
23714         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23715         (__bswap_32): Do not use "register".
23716         * crypt/crypt.c (_ufc_doit_r): Likewise.
23717         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23718         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23719         * gmon/gmon.c (__monstartup): Likewise.
23720         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23721         * hurd/hurdmalloc.c (more_memory): Likewise.
23722         (malloc): Likewise.
23723         (free): Likewise.
23724         (realloc): Likewise.
23725         (malloc_fork_prepare): Likewise.
23726         (malloc_fork_parent): Likewise.
23727         (malloc_fork_child): Likewise.
23728         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23729         (_svcauth_des): Likewise.
23730         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23731         * inet/inet_net.c (inet_network): Likewise.
23732         * inet/inet_netof.c (inet_netof): Likewise.
23733         * inet/rcmd.c (__validuser2_sa): Likewise.
23734         * io/fts.c (fts_open): Likewise.
23735         (fts_load): Likewise.
23736         (fts_close): Likewise.
23737         (fts_read): Likewise.
23738         (fts_children): Likewise.
23739         (fts_build): Likewise.
23740         (fts_stat): Likewise.
23741         (fts_sort): Likewise.
23742         (fts_alloc): Likewise.
23743         (fts_lfree): Likewise.
23744         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23745         (_IO_file_xsgetn): Likewise.
23746         (_IO_file_xsgetn_mmap): Likewise.
23747         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23748         (_IO_cookie_write): Likewise.
23749         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23750         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23751         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23752         * malloc/obstack.c (_obstack_begin): Likewise.
23753         (_obstack_begin_1): Likewise.
23754         (_obstack_newchunk): Likewise.
23755         (_obstack_allocated_p): Likewise.
23756         (obstack_free): Likewise.
23757         (_obstack_memory_used): Likewise.
23758         * misc/getttyent.c (getttynam): Likewise.
23759         (getttyent): Likewise.
23760         (skip): Likewise.
23761         (value): Likewise.
23762         * misc/getusershell.c (initshells): Likewise.
23763         * misc/syslog.c (__vsyslog_chk): Likewise.
23764         * misc/ttyslot.c (ttyslot): Likewise.
23765         * nis/nis_hash.c (__nis_hash): Likewise.
23766         * posix/fnmatch_loop.c (FCT): Likewise.
23767         * posix/getconf.c (print_all): Likewise.
23768         (main): Likewise.
23769         * posix/getopt.c (exchange): Likewise.
23770         * posix/glob.c (globfree): Likewise.
23771         (prefix_array): Likewise.
23772         (__glob_pattern_type): Likewise.
23773         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23774         (NS_GET32): Likewise.
23775         (NS_PUT16): Likewise.
23776         (NS_PUT32): Likewise.
23777         * resolv/gethnamaddr.c (getanswer): Likewise.
23778         (gethostbyname2): Likewise.
23779         (gethostbyaddr): Likewise.
23780         (_gethtent): Likewise.
23781         (_gethtbyname2): Likewise.
23782         (_gethtbyaddr): Likewise.
23783         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23784         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23785         * resolv/res_init.c (__res_vinit): Likewise.
23786         (net_mask): Likewise.
23787         * resolv/res_mkquery.c (outchar): Likewise.
23788         (PRINT): Likewise.
23789         * stdio-common/printf_fp.c (outchar): Likewise.
23790         (PRINT): Likewise.
23791         * stdio-common/printf_fphex.c (outchar): Likewise.
23792         (PRINT): Likewise.
23793         * stdio-common/printf_size.c (outchar): Likewise.
23794         (PRINT): Likewise.
23795         * stdio-common/test_rdwr.c (main): Likewise.
23796         * stdio-common/tfformat.c (matches): Likewise.
23797         * stdio-common/vfprintf.c (outchar): Likewise.
23798         (printf_unknown): Likewise.
23799         (buffered_vfprintf): Likewise.
23800         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23801         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23802         (ReadFile): Likewise.
23803         * stdlib/qsort.c (SWAP): Likewise.
23804         (_quicksort): Likewise.
23805         * stdlib/setenv.c (__add_to_environ): Likewise.
23806         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23807         * stdlib/strtol_l.c (__strtol_l): Likewise.
23808         * stdlib/tst-strtod.c (main): Likewise.
23809         * stdlib/tst-strtol.c (main): Likewise.
23810         * stdlib/tst-strtoll.c (main): Likewise.
23811         * string/bits/string2.h (__strcmp_cc): Likewise.
23812         (__strcmp_cg): Likewise.
23813         (__strcspn_c1): Likewise.
23814         (__strcspn_c2): Likewise.
23815         (__strcspn_c3): Likewise.
23816         (__strspn_c1): Likewise.
23817         (__strspn_c2): Likewise.
23818         (__strspn_c3): Likewise.
23819         (__strsep_1c): Likewise.
23820         (__strsep_2c): Likewise.
23821         (__strsep_3c): Likewise.
23822         * string/memccpy.c (__memccpy): Likewise.
23823         * string/stpcpy.c (__stpcpy): Likewise.
23824         * string/strcmp.c (strcmp): Likewise.
23825         * string/strrchr.c (strrchr): Likewise.
23826         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23827         Likewise.
23828         * sysdeps/mach/hurd/getcwd.c
23829         (_hurd_canonicalize_directory_name_internal): Likewise.
23830         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23831         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23832         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23833         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23834         Likewise, in both definitions.
23835         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23836         definitions.
23837         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23838         64] (__bswap_64): Likewise.
23839         * time/test_time.c (main): Likewise.
23840         * time/tzfile.c (__tzfile_read): Likewise.
23841         (__tzfile_compute): Likewise.
23842         * time/tzset.c (__tzset_parse_tz): Likewise.
23843         (tzset_internal): Likewise.
23844         (compute_change): Likewise.
23845         * wcsmbs/wcscat.c (__wcscat): Likewise.
23846         * wcsmbs/wcschr.c (wcschr): Likewise.
23847         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23848         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23849         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23850         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23851         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23852         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23853         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23854         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23855         * wcsmbs/wmemset.c (wmemset): Likewise.
23856
23857 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23858
23859         * scripts/config.guess: Update to version 2013-05-16.
23860         * scripts/config.sub: Update to version 2013-04-24.
23861         * scripts/install-sh: Update to version 2011-11-20.07.
23862         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23863         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23864
23865 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23866
23867         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23868         * elf/sln.c: Likewise.
23869         * hurd/hurd/ioctl.h: Likewise.
23870         * hurd/hurdmalloc.c: Likewise.
23871         * hurd/xattr.c: Likewise.
23872         * include/shlib-compat.h: Likewise.
23873         * inet/ruserpass.c: Likewise.
23874         * libio/iofgets_u.c: Likewise.
23875         * libio/iofgetws_u.c: Likewise.
23876         * locale/programs/ld-identification.c: Likewise.
23877         * locale/programs/ld-time.c: Likewise.
23878         * mach/msg-destroy.c: Likewise.
23879         * nss/nss_files/files-netgrp.c: Likewise.
23880         * resolv/res_data.c: Likewise.
23881         * soft-fp/op-1.h: Likewise.
23882         * soft-fp/op-2.h: Likewise.
23883         * soft-fp/op-4.h: Likewise.
23884         * soft-fp/op-common.h: Likewise.
23885         * stdio-common/printf_fphex.c: Likewise.
23886         * stdlib/strtod_l.c: Likewise.
23887         * sunrpc/rpc/clnt.h: Likewise.
23888         * sysdeps/generic/framestate.c: Likewise.
23889         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23890         * sysdeps/i386/bsd-setjmp.S: Likewise.
23891         * sysdeps/i386/__longjmp.S: Likewise.
23892         * sysdeps/i386/setjmp.S: Likewise.
23893         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23894         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23895         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23896         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23897         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23898         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23899         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23900         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23901         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23902         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23903         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23904         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23905         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23906         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23907         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23908         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23909         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23910         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23911         * sysdeps/ieee754/support.c: Likewise.
23912         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23913         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23914         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23915         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23916         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23917         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23918         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23919         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23920         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23921         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23922         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23923         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23924         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23925         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23926         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23927         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23928         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23930
23931 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23932
23933         * posix/transbug.c: Remove executable mode.
23934
23935 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23936
23937         * crypt/speeds.c: Remove trailing whitespace.
23938         * dlfcn/default.c: Likewise.
23939         * elf/ifuncdep2.c: Likewise.
23940         * elf/ifuncmain1.c: Likewise.
23941         * elf/ifuncmain1vis.c: Likewise.
23942         * elf/testobj.h: Likewise.
23943         * elf/tst-stackguard1.c: Likewise.
23944         * gmon/sys/gmon.h: Likewise.
23945         * hurd/hurdmsg.c: Likewise.
23946         * hurd/new-fd.c: Likewise.
23947         * hurd/ports-get.c: Likewise.
23948         * iconvdata/ibm1008_420.c: Likewise.
23949         * inet/tst-getni1.c: Likewise.
23950         * inet/tst-getni2.c: Likewise.
23951         * libio/ioungetc.c: Likewise.
23952         * libio/wfiledoalloc.c: Likewise.
23953         * manual/libm-err-tab.pl: Likewise.
23954         * math/w_dremf.c: Likewise.
23955         * misc/ftruncate.c: Likewise.
23956         * posix/bug-glob2.c: Likewise.
23957         * posix/tst-pcre.c: Likewise.
23958         * posix/wait4.c: Likewise.
23959         * resolv/README: Likewise.
23960         * resolv/res_debug.h: Likewise.
23961         * resolv/tst-inet_ntop.c: Likewise.
23962         * setjmp/bug269-setjmp.c: Likewise.
23963         * soft-fp/extended.h: Likewise.
23964         * soft-fp/op-1.h: Likewise.
23965         * soft-fp/op-2.h: Likewise.
23966         * soft-fp/op-4.h: Likewise.
23967         * soft-fp/op-8.h: Likewise.
23968         * soft-fp/testit.c: Likewise.
23969         * stdio-common/bug16.c: Likewise.
23970         * stdlib/random.c: Likewise.
23971         * sunrpc/rpcsvc/rquota.x: Likewise.
23972         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23973         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23974         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23975         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23976         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23977         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23978         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23979         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23980         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23981         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23982         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23983         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23984         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23985         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23986         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23987         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23988         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23989         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23990         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23991         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23992         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23993         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23994         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23995         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23996         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23997         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23998         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23999         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
24000         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
24001         * sysdeps/ieee754/s_lib_version.c: Likewise.
24002         * sysdeps/mach/hurd/check_fds.c: Likewise.
24003         * sysdeps/mach/hurd/getsockname.c: Likewise.
24004         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
24005         * sysdeps/mach/hurd/recvfrom.c: Likewise.
24006         * sysdeps/powerpc/bits/link.h: Likewise.
24007         * sysdeps/powerpc/dl-procinfo.c: Likewise.
24008         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
24009         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
24010         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
24011         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
24012         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
24013         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
24014         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
24015         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
24016         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
24017         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
24018         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24019         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
24020         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
24021         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
24022         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
24023         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24024         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24025         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
24026         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
24027         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
24028         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
24029         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24030         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24031         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
24032         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24033         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24034         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
24035         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
24036         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24037         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24038         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24039         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24040         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
24041         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
24042         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
24043         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
24044         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24045         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
24046         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
24047         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
24048         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
24049         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
24050         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
24051         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24052         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
24053         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
24054         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24055         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
24056         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
24057         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
24058         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
24059         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24060         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24061         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
24062         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
24063         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
24064         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24065         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
24066         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
24067         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
24068         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
24069         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
24070         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24071         * sysdeps/powerpc/sysdep.h: Likewise.
24072         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
24073         * sysdeps/s390/s390-64/sub_n.S: Likewise.
24074         * sysdeps/sh/dl-trampoline.S: Likewise.
24075         * sysdeps/sh/memset.S: Likewise.
24076         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
24077         * sysdeps/sh/strlen.S: Likewise.
24078         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
24079         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
24080         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
24081         * sysdeps/sparc/sparc32/rem.S: Likewise.
24082         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
24083         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
24084         * sysdeps/sparc/sparc32/strchr.S: Likewise.
24085         * sysdeps/sparc/sparc32/udiv.S: Likewise.
24086         * sysdeps/sparc/sparc32/urem.S: Likewise.
24087         * sysdeps/sparc/sparc64/add_n.S: Likewise.
24088         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
24089         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
24090         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
24091         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
24092         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
24093         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
24094         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
24095         * sysdeps/unix/bsd/times.c: Likewise.
24096         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
24097         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
24098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
24099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
24100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
24101         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
24102         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
24103         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
24104         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
24105         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
24106         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
24107         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24108         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
24109         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
24110         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24111         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
24112         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24113         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
24114         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
24115         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
24116         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
24117         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
24118         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
24119         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
24120         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
24121         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
24122         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
24123         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
24124         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
24125         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
24126         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
24127         * sysdeps/x86_64/strcspn.S: Likewise.
24128
24129 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24130
24131         * locale/C-translit.h: Revert #include <stdint.h> because this is a
24132         generated file.  Regenerate properly from gen-translit.pl.
24133         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
24134         locale/C-translit.h.
24135
24136 2013-06-05  Andreas Schwab  <schwab@suse.de>
24137
24138         [BZ #15100]
24139         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
24140         week as 6 instead of -1.
24141         * time/tst-strptime.c (day_tests): Add test case.
24142
24143 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
24144
24145         * sysdeps/generic/math_private.h
24146         (libc_feholdexcept_setround_53bit): Replace with
24147         libc_feholdsetround_53bit.
24148         (libc_feupdateenv_53bit): Replace with
24149         libc_feresetround_53bit.
24150         (SET_RESTORE_ROUND_53BIT): Adjust.
24151
24152 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
24153
24154         * string/test-strchrnul.c: Add copyright header.
24155
24156         * posix/tst-getaddrinfo4.c: Increase test timeout.
24157
24158 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
24159
24160         [BZ #15536]
24161         * math/libm-test.inc (MAX_EXP): Remove
24162         (MIN_EXP): Define.
24163         (ulp): Use MIN_EXP - MANT_DIG.
24164         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
24165
24166 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
24167
24168         * po/be.po: Revert last change.
24169         * po/zh_CN.po: Likewise.
24170         * po/header.pot: Likewise.
24171
24172 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
24173
24174         * Makefile ($(common-objpfx)linkobj/libc.so): Define
24175         link-libc-deps to empty as target-specific variable.
24176         * Makerules (link-libc-args): New variable.
24177         (libc-for-link): Likewise.
24178         (link-libc-deps): Likewise.
24179         (lib%.so): Depend on $(link-libc-deps).  Link with
24180         $(link-libc-args).
24181         (build-module): Link with $(link-libc-args).
24182         (build-module-asneeded): Likewise.
24183         (build-module-helper-objlist): Filter out $(link-libc-deps) from
24184         list of objects.
24185         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
24186         target-specific variable.
24187         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
24188         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
24189         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
24190         libc.
24191         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
24192         libc and ld.so.
24193         ($(objpfx)libpcprofile.so): Likewise.
24194         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
24195         libc_nonshared.a.
24196         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
24197         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
24198         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
24199         $(link-libc-deps).
24200         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
24201         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
24202         * login/Makefile ($(objpfx)libutil.so): Likewise.
24203         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
24204         * math/Makefile ($(objpfx)libm.so): Likewise.
24205         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
24206         $(objpfx)libnsl.so): Define libc-for-link as target-specific
24207         variable instead of depending directly on libc.
24208         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
24209         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
24210         $(link-libc-deps).
24211         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
24212         libc.
24213         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24214         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24215         ($(objpfx)libanl.so): Likewise.
24216         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24217         ld.so.
24218         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24219         $(link-libc-deps).
24220         * sysdeps/i386/fpu/Makefile: Remove file.
24221         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24222         ($(objpfx)libm.so): Remove dependency on ld.so.
24223
24224 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
24225
24226         [BZ # 15553]
24227         * nis/yp_xdr.c (XDRMAXNAME): Define.
24228         (XDRMAXRECORD): Define.
24229         (xdr_domainname): Use XDRMAXNAME.
24230         (xdr_mapname): Likewise.
24231         (xdr_peername): Likewise.
24232         (xdr_keydat): Use XDRMAXRECORD.
24233         (xdr_valdat): Likewise.
24234
24235 2013-05-30  Jeff Law  <law@redhat.com>
24236
24237         [BZ #14256]
24238         * manual/errno.texi (ESTALE): Update to account for more than
24239         just NFS file systems.
24240         * sysdeps/gnu/errlist.c: Regenerated.
24241
24242 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24243
24244         [BZ #15465]
24245         * elf/Makefile (tests): Add tst-null-argv.
24246         (modules-names):  Add tst-null-argv-lib.
24247         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24248         (tst-null-argv-ENV): Set environment for tst-null-argv.
24249         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24250         (RTLD_PROGNAME): New macro.
24251         * elf/tst-null-argv.c: New test case.
24252         * elf/tst-null-argv-lib.c: Library for test case.
24253         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24254         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24255         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24256         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24257         * elf/dl-init.c (call_init): Likewise.
24258         (_dl_init): Likewise.
24259         * elf/dl-load.c (print_search_path): Likewise.
24260         (_dl_map_object): Likewise.
24261         * elf/dl-lookup.c (do_lookup_x): Likewise.
24262         (add_dependency): Likewise.
24263         (_dl_lookup_symbol_x): Likewise.
24264         (_dl_debug_bindings): Likewise.
24265         * elf/dl-open.c (_dl_show_scope): Likewise.
24266         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24267         * elf/dl-version.c (match_symbol): Likewise.
24268         (_dl_check_map_versions): Likewise.
24269         * elf/rtld.c (dl_main): Likewise.
24270         (print_unresolved): Use RTLD_PROGNAME.
24271         (print_missing_version): Likewise.
24272         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24273         (elf_machine_rela): Likewise.
24274         * sysdeps/powerpc/powerpc32/dl-machine.c
24275         (__process_machine_rela): Likewise.
24276         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24277         Likewise.
24278         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24279         Likewise.
24280         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24281         Likewise.
24282         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24283         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24284         Likewise.
24285         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24286         Likewise.
24287         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24288
24289 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24290
24291         * po/be.po: Add descriptive title.
24292         * po/zh_CN.po: Likewise.
24293         * po/header.pot: Likewise.
24294
24295 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24296
24297         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24298         error message.
24299         (enlarge_archive): Likewise.
24300
24301 2013-05-28  Ben North  <ben@redfrontdoor.org>
24302
24303         * manual/arith.texi (frexp): It is the magnitude of the return
24304         value which lies in [0.5, 1), not the return value itself.
24305
24306 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24307
24308         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24309
24310 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24311
24312         * stdio-common/bug26.c (main): Correct fscanf template.
24313
24314         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24315         declare _dl_skip_args.
24316
24317         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24318         Don't declare.
24319
24320         * manual/platform.texi: Add missing @end deftypefun.
24321
24322 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24323
24324         [BZ #15529]
24325         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24326         bit of mantissa of 2^16382.
24327         * math/libm-test.inc (hypot_test_data): Add more tests.
24328
24329         * math/libm-test.inc: Add drem and pow10 to list of tested
24330         functions.
24331         (pow10_test): New function.
24332         (drem_test): Likewise.
24333         (drem_test_tonearest): Likewise.
24334         (drem_test_towardzero): Likewise.
24335         (drem_test_downward): Likewise.
24336         (drem_test_upward): Likewise.
24337         (main): Call the new functions.
24338
24339         * math/libm-test.inc (finite_test_data): Remove.
24340         (finite_test): Run tests from isfinite_test_data.
24341         (gamma_test_data): Remove.
24342         (gamma_test): Run tests from lgamma_test_data.
24343         * sysdeps/i386/fpu/libm-test-ulps: Update.
24344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24345
24346 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24347
24348         * manual/platform.texi: Add PowerPC PPR function set documentation.
24349         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24350         implementation.
24351
24352 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24353
24354         * math/libm-test.inc (MAX_EXP): Define.
24355         (ULPDIFF): Define.
24356         (ulp): New function.
24357         (check_float_internal): Use ULPDIFF.
24358         (cpow_test): Disable failing test.
24359         (check_ulp): Test ulp() implemetnation.
24360         (main): Call check_ulp before starting tests.
24361
24362 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24363
24364         * math/gen-libm-test.pl (generate_testfile): Do not handle
24365         START_DATA and END_DATA.
24366         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24367         END_DATA.
24368         (acos_tonearest_test_data): Likewise.
24369         (acos_towardzero_test_data): Likewise.
24370         (acos_downward_test_data): Likewise.
24371         (acos_upward_test_data): Likewise.
24372         (acosh_test_data): Likewise.
24373         (asin_test_data): Likewise.
24374         (asin_tonearest_test_data): Likewise.
24375         (asin_towardzero_test_data): Likewise.
24376         (asin_downward_test_data): Likewise.
24377         (asin_upward_test_data): Likewise.
24378         (asinh_test_data): Likewise.
24379         (atan_test_data): Likewise.
24380         (atanh_test_data): Likewise.
24381         (atan2_test_data): Likewise.
24382         (cabs_test_data): Likewise.
24383         (cacos_test_data): Likewise.
24384         (cacosh_test_data): Likewise.
24385         (carg_test_data): Likewise.
24386         (casin_test_data): Likewise.
24387         (casinh_test_data): Likewise.
24388         (catan_test_data): Likewise.
24389         (catanh_test_data): Likewise.
24390         (cbrt_test_data): Likewise.
24391         (ccos_test_data): Likewise.
24392         (ccosh_test_data): Likewise.
24393         (ceil_test_data): Likewise.
24394         (cexp_test_data): Likewise.
24395         (cimag_test_data): Likewise.
24396         (clog_test_data): Likewise.
24397         (clog10_test_data): Likewise.
24398         (conj_test_data): Likewise.
24399         (copysign_test_data): Likewise.
24400         (cos_test_data): Likewise.
24401         (cos_tonearest_test_data): Likewise.
24402         (cos_towardzero_test_data): Likewise.
24403         (cos_downward_test_data): Likewise.
24404         (cos_upward_test_data): Likewise.
24405         (cosh_test_data): Likewise.
24406         (cosh_tonearest_test_data): Likewise.
24407         (cosh_towardzero_test_data): Likewise.
24408         (cosh_downward_test_data): Likewise.
24409         (cosh_upward_test_data): Likewise.
24410         (cpow_test_data): Likewise.
24411         (cproj_test_data): Likewise.
24412         (creal_test_data): Likewise.
24413         (csin_test_data): Likewise.
24414         (csinh_test_data): Likewise.
24415         (csqrt_test_data): Likewise.
24416         (ctan_test_data): Likewise.
24417         (ctan_tonearest_test_data): Likewise.
24418         (ctan_towardzero_test_data): Likewise.
24419         (ctan_downward_test_data): Likewise.
24420         (ctan_upward_test_data): Likewise.
24421         (ctanh_test_data): Likewise.
24422         (ctanh_tonearest_test_data): Likewise.
24423         (ctanh_towardzero_test_data): Likewise.
24424         (ctanh_downward_test_data): Likewise.
24425         (ctanh_upward_test_data): Likewise.
24426         (erf_test_data): Likewise.
24427         (erfc_test_data): Likewise.
24428         (exp_test_data): Likewise.
24429         (exp_tonearest_test_data): Likewise.
24430         (exp_towardzero_test_data): Likewise.
24431         (exp_downward_test_data): Likewise.
24432         (exp_upward_test_data): Likewise.
24433         (exp10_test_data): Likewise.
24434         (exp2_test_data): Likewise.
24435         (expm1_test_data): Likewise.
24436         (fabs_test_data): Likewise.
24437         (fdim_test_data): Likewise.
24438         (finite_test_data): Likewise.
24439         (floor_test_data): Likewise.
24440         (fma_test_data): Likewise.
24441         (fma_towardzero_test_data): Likewise.
24442         (fma_downward_test_data): Likewise.
24443         (fma_upward_test_data): Likewise.
24444         (fmax_test_data): Likewise.
24445         (fmin_test_data): Likewise.
24446         (fmod_test_data): Likewise.
24447         (fpclassify_test_data): Likewise.
24448         (frexp_test_data): Likewise.
24449         (gamma_test_data): Likewise.
24450         (hypot_test_data): Likewise.
24451         (ilogb_test_data): Likewise.
24452         (isfinite_test_data): Likewise.
24453         (isgreater_test_data): Likewise.
24454         (isgreaterequal_test_data): Likewise.
24455         (isinf_test_data): Likewise.
24456         (isless_test_data): Likewise.
24457         (islessequal_test_data): Likewise.
24458         (islessgreater_test_data): Likewise.
24459         (isnan_test_data): Likewise.
24460         (isnormal_test_data): Likewise.
24461         (issignaling_test_data): Likewise.
24462         (isunordered_test_data): Likewise.
24463         (j0_test_data): Likewise.
24464         (j1_test_data): Likewise.
24465         (jn_test_data): Likewise.
24466         (ldexp_test_data): Likewise.
24467         (lgamma_test_data): Likewise.
24468         (lrint_test_data): Likewise.
24469         (lrint_tonearest_test_data): Likewise.
24470         (lrint_towardzero_test_data): Likewise.
24471         (lrint_downward_test_data): Likewise.
24472         (lrint_upward_test_data): Likewise.
24473         (llrint_test_data): Likewise.
24474         (llrint_tonearest_test_data): Likewise.
24475         (llrint_towardzero_test_data): Likewise.
24476         (llrint_downward_test_data): Likewise.
24477         (llrint_upward_test_data): Likewise.
24478         (log_test_data): Likewise.
24479         (log10_test_data): Likewise.
24480         (log1p_test_data): Likewise.
24481         (log2_test_data): Likewise.
24482         (logb_test_data): Likewise.
24483         (logb_downward_test_data): Likewise.
24484         (lround_test_data): Likewise.
24485         (llround_test_data): Likewise.
24486         (modf_test_data): Likewise.
24487         (nearbyint_test_data): Likewise.
24488         (nextafter_test_data): Likewise.
24489         (nexttoward_test_data): Likewise.
24490         (pow_test_data): Likewise.
24491         (pow_tonearest_test_data): Likewise.
24492         (pow_towardzero_test_data): Likewise.
24493         (pow_downward_test_data): Likewise.
24494         (pow_upward_test_data): Likewise.
24495         (remainder_test_data): Likewise.
24496         (remainder_tonearest_test_data): Likewise.
24497         (remainder_towardzero_test_data): Likewise.
24498         (remainder_downward_test_data): Likewise.
24499         (remainder_upward_test_data): Likewise.
24500         (remquo_test_data): Likewise.
24501         (rint_test_data): Likewise.
24502         (rint_tonearest_test_data): Likewise.
24503         (rint_towardzero_test_data): Likewise.
24504         (rint_downward_test_data): Likewise.
24505         (rint_upward_test_data): Likewise.
24506         (round_test_data): Likewise.
24507         (scalb_test_data): Likewise.
24508         (scalbn_test_data): Likewise.
24509         (scalbln_test_data): Likewise.
24510         (signbit_test_data): Likewise.
24511         (sin_test_data): Likewise.
24512         (sin_tonearest_test_data): Likewise.
24513         (sin_towardzero_test_data): Likewise.
24514         (sin_downward_test_data): Likewise.
24515         (sin_upward_test_data): Likewise.
24516         (sincos_test_data): Likewise.
24517         (sinh_test_data): Likewise.
24518         (sinh_tonearest_test_data): Likewise.
24519         (sinh_towardzero_test_data): Likewise.
24520         (sinh_downward_test_data): Likewise.
24521         (sinh_upward_test_data): Likewise.
24522         (sqrt_test_data): Likewise.
24523         (tan_test_data): Likewise.
24524         (tan_tonearest_test_data): Likewise.
24525         (tan_towardzero_test_data): Likewise.
24526         (tan_downward_test_data): Likewise.
24527         (tan_upward_test_data): Likewise.
24528         (tanh_test_data): Likewise.
24529         (tgamma_test_data): Likewise.
24530         (trunc_test_data): Likewise.
24531         (y0_test_data): Likewise.
24532         (y1_test_data): Likewise.
24533         (yn_test_data): Likewise.
24534         (significand_test_data): Likewise.
24535
24536         * math/gen-libm-test.pl (@functions): Remove variable.
24537         (generate_testfile): Don't handle START and END lines.
24538         * math/libm-test.inc (START): New macro.
24539         (END): Likewise.
24540         (END_COMPLEX): Likewise.
24541         (acos_test): Use END macro without arguments.
24542         (acos_test_tonearest): Likewise.
24543         (acos_test_towardzero): Likewise.
24544         (acos_test_downward): Likewise.
24545         (acos_test_upward): Likewise.
24546         (acosh_test): Likewise.
24547         (asin_test): Likewise.
24548         (asin_test_tonearest): Likewise.
24549         (asin_test_towardzero): Likewise.
24550         (asin_test_downward): Likewise.
24551         (asin_test_upward): Likewise.
24552         (asinh_test): Likewise.
24553         (atan_test): Likewise.
24554         (atanh_test): Likewise.
24555         (atan2_test): Likewise.
24556         (cabs_test): Likewise.
24557         (cacos_test): Use END_COMPLEX macro without arguments.
24558         (cacosh_test): Likewise.
24559         (carg_test): Use END macro without arguments.
24560         (casin_test): Use END_COMPLEX macro without arguments.
24561         (casinh_test): Likewise.
24562         (catan_test): Likewise.
24563         (catanh_test): Likewise.
24564         (cbrt_test): Use END macro without arguments.
24565         (ccos_test): Use END_COMPLEX macro without arguments.
24566         (ccosh_test): Likewise.
24567         (ceil_test): Use END macro without arguments.
24568         (cexp_test): Use END_COMPLEX macro without arguments.
24569         (cimag_test): Use END macro without arguments.
24570         (clog_test): Use END_COMPLEX macro without arguments.
24571         (clog10_test): Likewise.
24572         (conj_test): Likewise.
24573         (copysign_test): Use END macro without arguments.
24574         (cos_test): Likewise.
24575         (cos_test_tonearest): Likewise.
24576         (cos_test_towardzero): Likewise.
24577         (cos_test_downward): Likewise.
24578         (cos_test_upward): Likewise.
24579         (cosh_test): Likewise.
24580         (cosh_test_tonearest): Likewise.
24581         (cosh_test_towardzero): Likewise.
24582         (cosh_test_downward): Likewise.
24583         (cosh_test_upward): Likewise.
24584         (cpow_test): Use END_COMPLEX macro without arguments.
24585         (cproj_test): Likewise.
24586         (creal_test): Use END macro without arguments.
24587         (csin_test): Use END_COMPLEX macro without arguments.
24588         (csinh_test): Likewise.
24589         (csqrt_test): Likewise.
24590         (ctan_test): Likewise.
24591         (ctan_test_tonearest): Likewise.
24592         (ctan_test_towardzero): Likewise.
24593         (ctan_test_downward): Likewise.
24594         (ctan_test_upward): Likewise.
24595         (ctanh_test): Likewise.
24596         (ctanh_test_tonearest): Likewise.
24597         (ctanh_test_towardzero): Likewise.
24598         (ctanh_test_downward): Likewise.
24599         (ctanh_test_upward): Likewise.
24600         (erf_test): Use END macro without arguments.
24601         (erfc_test): Likewise.
24602         (exp_test): Likewise.
24603         (exp_test_tonearest): Likewise.
24604         (exp_test_towardzero): Likewise.
24605         (exp_test_downward): Likewise.
24606         (exp_test_upward): Likewise.
24607         (exp10_test): Likewise.
24608         (exp2_test): Likewise.
24609         (expm1_test): Likewise.
24610         (fabs_test): Likewise.
24611         (fdim_test): Likewise.
24612         (finite_test): Likewise.
24613         (floor_test): Likewise.
24614         (fma_test): Likewise.
24615         (fma_test_towardzero): Likewise.
24616         (fma_test_downward): Likewise.
24617         (fma_test_upward): Likewise.
24618         (fmax_test): Likewise.
24619         (fmin_test): Likewise.
24620         (fmod_test): Likewise.
24621         (fpclassify_test): Likewise.
24622         (frexp_test): Likewise.
24623         (gamma_test): Likewise.
24624         (hypot_test): Likewise.
24625         (ilogb_test): Likewise.
24626         (isfinite_test): Likewise.
24627         (isgreater_test): Likewise.
24628         (isgreaterequal_test): Likewise.
24629         (isinf_test): Likewise.
24630         (isless_test): Likewise.
24631         (islessequal_test): Likewise.
24632         (islessgreater_test): Likewise.
24633         (isnan_test): Likewise.
24634         (isnormal_test): Likewise.
24635         (issignaling_test): Likewise.
24636         (isunordered_test): Likewise.
24637         (j0_test): Likewise.
24638         (j1_test): Likewise.
24639         (jn_test): Likewise.
24640         (ldexp_test): Likewise.
24641         (lgamma_test): Likewise.
24642         (lrint_test): Likewise.
24643         (lrint_test_tonearest): Likewise.
24644         (lrint_test_towardzero): Likewise.
24645         (lrint_test_downward): Likewise.
24646         (lrint_test_upward): Likewise.
24647         (llrint_test): Likewise.
24648         (llrint_test_tonearest): Likewise.
24649         (llrint_test_towardzero): Likewise.
24650         (llrint_test_downward): Likewise.
24651         (llrint_test_upward): Likewise.
24652         (log_test): Likewise.
24653         (log10_test): Likewise.
24654         (log1p_test): Likewise.
24655         (log2_test): Likewise.
24656         (logb_test): Likewise.
24657         (logb_test_downward): Likewise.
24658         (lround_test): Likewise.
24659         (llround_test): Likewise.
24660         (modf_test): Likewise.
24661         (nearbyint_test): Likewise.
24662         (nextafter_test): Likewise.
24663         (nexttoward_test): Likewise.
24664         (pow_test): Likewise.
24665         (pow_test_tonearest): Likewise.
24666         (pow_test_towardzero): Likewise.
24667         (pow_test_downward): Likewise.
24668         (pow_test_upward): Likewise.
24669         (remainder_test): Likewise.
24670         (remainder_test_tonearest): Likewise.
24671         (remainder_test_towardzero): Likewise.
24672         (remainder_test_downward): Likewise.
24673         (remainder_test_upward): Likewise.
24674         (remquo_test): Likewise.
24675         (rint_test): Likewise.
24676         (rint_test_tonearest): Likewise.
24677         (rint_test_towardzero): Likewise.
24678         (rint_test_downward): Likewise.
24679         (rint_test_upward): Likewise.
24680         (round_test): Likewise.
24681         (scalb_test): Likewise.
24682         (scalbn_test): Likewise.
24683         (scalbln_test): Likewise.
24684         (signbit_test): Likewise.
24685         (sin_test): Likewise.
24686         (sin_test_tonearest): Likewise.
24687         (sin_test_towardzero): Likewise.
24688         (sin_test_downward): Likewise.
24689         (sin_test_upward): Likewise.
24690         (sincos_test): Likewise.
24691         (sinh_test): Likewise.
24692         (sinh_test_tonearest): Likewise.
24693         (sinh_test_towardzero): Likewise.
24694         (sinh_test_downward): Likewise.
24695         (sinh_test_upward): Likewise.
24696         (sqrt_test): Likewise.
24697         (tan_test): Likewise.
24698         (tan_test_tonearest): Likewise.
24699         (tan_test_towardzero): Likewise.
24700         (tan_test_downward): Likewise.
24701         (tan_test_upward): Likewise.
24702         (tanh_test): Likewise.
24703         (tgamma_test): Likewise.
24704         (trunc_test): Likewise.
24705         (y0_test): Likewise.
24706         (y1_test): Likewise.
24707         (yn_test): Likewise.
24708         (significand_test): Likewise.
24709
24710 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24711
24712         [BZ #15381]
24713         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24714
24715 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24716
24717         [BZ #14894]
24718         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24719         __ppc_mdoio and __ppc_mdoom.
24720         * manual/platform.texi: Document new functions __ppc_yield,
24721         __ppc_mdoio and __ppc_mdoom.
24722
24723 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24724
24725         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24726         (main): Mention "tls" pseudo-hwcap is legacy.
24727         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24728
24729 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24730
24731         * math/gen-libm-test.pl (parse_args): Output only string of
24732         arguments as text for test name, not full call or descriptions of
24733         tests for extra outputs.
24734         (generate_testfile): Do not pass function name to parse_args.
24735         Generate this_func variable from START.
24736         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24737         field to arg_str.
24738         (struct test_ff_f_data): Likewise.
24739         (test_ff_f_data_nexttoward): Likewise.
24740         (struct test_fi_f_data): Likewise.
24741         (struct test_fl_f_data): Likewise.
24742         (struct test_if_f_data): Likewise.
24743         (struct test_fff_f_data): Likewise.
24744         (struct test_c_f_data): Likewise.
24745         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24746         (struct test_fF_f1_data): Likewise.
24747         (struct test_ffI_f1_data): Likewise.
24748         (struct test_c_c_data): Rename test_name field to arg_str.
24749         (struct test_cc_c_data): Likewise.
24750         (struct test_f_i_data): Likewise.
24751         (struct test_ff_i_data): Likewise.
24752         (struct test_f_l_data): Likewise.
24753         (struct test_f_L_data): Likewise.
24754         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24755         and extra2_name.
24756         (COMMON_TEST_SETUP): New macro.
24757         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24758         (COMMON_TEST_CLEANUP): Likewise.
24759         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24760         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24761         macros.
24762         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24763         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24764         macros.
24765         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24766         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24767         cleanup macros.
24768         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24769         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24770         macros.
24771         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24772         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24773         macros.
24774         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24775         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24776         cleanup macros.
24777         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24778         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24779         cleanup macros.
24780         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24781         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24782         cleanup macros.
24783         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24784         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24785         macros.
24786         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24787         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24788         macros.
24789         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24790         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24791         macros.
24792         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24793         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24794         cleanup macros.
24795         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24796         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24797         cleanup macros.
24798         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24799         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24800         macros.
24801         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24802         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24803         cleanup macros.
24804         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24805         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24806         macros.
24807         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24808         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24809         macros.
24810         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24811         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24812         cleanup macros.
24813         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24814
24815 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24816
24817         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24818         to _sifields.sigfault.
24819         (si_addr_lsb): Define new macro.
24820         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24821         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24822         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24823
24824 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24825
24826         [BZ #15441]
24827         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24828         returns -1.
24829         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24830         null return -1.
24831         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24832         loading the domain.
24833
24834 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24835
24836         * math/gen-libm-test.pl (parse_args): Do not include expected
24837         result in test name.
24838         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24839         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24840         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24841         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24842         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24844
24845 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24846
24847         * benchtests/Makefile: Sort function entries.
24848
24849         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24850         tanh, asinh, acosh, atanh.
24851         * benchtests/acos-inputs: New file.
24852         * benchtests/acosh-inputs: New file.
24853         * benchtests/asin-inputs: New file.
24854         * benchtests/asinh-inputs: New file.
24855         * benchtests/atanh-inputs: New file.
24856         * benchtests/cosh-inputs: New file.
24857         * benchtests/log-inputs: New file.
24858         * benchtests/sinh-inputs: New file.
24859         * benchtests/tanh-inputs: New file.
24860
24861 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24862
24863         [BZ #15339]
24864         * posix/tst-getaddrinfo4.c: New test.
24865         * posix/Makefile (tests): Add it.
24866
24867 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24868
24869         [BZ #15339]
24870         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24871         when no services were used.
24872         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24873         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24874
24875 2013-05-21  Andreas Schwab  <schwab@suse.de>
24876
24877         [BZ #15014]
24878         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24879         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24880         successful.
24881         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24882         redundant variable declarations and reallocation of buffer when
24883         parsing as IPv6 address.  Always set NSS status when called from
24884         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24885         buffer too small.  Correct computation of needed size.
24886         * nss/Makefile (tests): Add test-digits-dots.
24887         * nss/test-digits-dots.c: New test.
24888
24889 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24890
24891         * benchtests/Makefile: Remove instructions for adding
24892         benchmark tests.
24893         * benchtests/README: New file to explain how to execute and
24894         enhance the benchmark tests.
24895
24896 2013-05-21  Andreas Schwab  <schwab@suse.de>
24897
24898         [BZ #15493]
24899         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24900         * setjmp/tst-sigsetjmp.c: New test.
24901
24902 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24903
24904         * sysdeps/x86_64/memset.S (memset): New implementation.
24905         (__bzero): Likewise.
24906         (__memset_tail): New function.
24907
24908 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24909
24910         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24911         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24912         __memcpy_sse2_unaligned ifunc selection.
24913         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24914         Add memcpy-sse2-unaligned.S.
24915         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24916         Add: __memcpy_sse2_unaligned.
24917
24918 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24919
24920         [BZ #15490]
24921         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24922         math_force_eval before restoring floating-point envrionment.
24923         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24924         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24925         Likewise.
24926         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24927         <math_private.h>.
24928         (__nearbyintl): Use math_force_eval before restoring
24929         floating-point environment.
24930         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24931
24932         * math/gen-libm-test.pl (special_functions): Remove.
24933         (parse_args): Don't handle TEST_extra.  Handle functions with no
24934         return value.
24935         * math/libm-test.inc (struct test_sincos_data): Replace with
24936         struct test_fFF_11_data.
24937         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24938         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24939         (sincos_test_data): Change element type to struct
24940         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24941         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24942         RUN_TEST_LOOP_sincos.
24943         * math/README.libm-test: Don't mention special handling of
24944         individual functions.
24945         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24946         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24947         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24948         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24949         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24951
24952         * math/gen-libm-test.pl (get_variable): Remove function.
24953         (parse_args): Don't show pointer parameters to call in test
24954         names.  Use "extra output N" in test names for extra outputs
24955         rather than naming variables.
24956
24957 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24958
24959         [BZ #15488]
24960         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24961         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24962         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24963         double tests.
24964         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24965         disable.
24966         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24967         check_long_double.
24968
24969         * math/gen-libm-test.pl (@tests): Remove variable.
24970         ($count): Likewise.
24971         (new_test): Remove function.
24972         (show_exceptions): New function.
24973         (special_functions): Use show_exceptions instead of new_test.
24974         (parse_args): Likewise.
24975         (generate_testfile): Pass only function name in generated call to
24976         print_max_error or print_complex_max_error.
24977         (get_ulps): Do not handle complex tests specially.
24978         (output_test): Rename to ...
24979         (get_all_ulps_for_test): ... this.  Return a string rather than
24980         printing to a file.  Require ulps to be present.
24981         (output_ulps): Generate arrays rather than #defines.
24982         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24983         (struct ulp_data): New type.
24984         (BUILD_COMPLEX_ULP): Remove macro.
24985         (compare_ulp_data): New function.
24986         (find_ulps): Likewise.
24987         (find_test_ulps): Likewise.
24988         (find_function_ulps): Likewise.
24989         (find_complex_function_ulps): Likewise.
24990         (print_max_error): Determine allowed ulps using
24991         find_function_ulps.
24992         (print_complex_max_error): Determine allowed ulps using
24993         find_complex_function_ulps.
24994         (check_float_internal): Determine max ulps using find_test_ulps.
24995         (check_float): Do not take max_ulp parameter.  Update call to
24996         check_float_internal.
24997         (check_complex): Likewise.
24998         (check_int): Do not take max_ulp parameter.
24999         (check_long): Likewise.
25000         (check_bool): Likewise.
25001         (check_longlong): Likewise.
25002         (struct test_f_f_data): Remove max_ulp field.
25003         (struct test_ff_f_data): Likewise.
25004         (struct test_ff_f_data_nexttoward): Likewise.
25005         (struct test_fi_f_data): Likewise.
25006         (struct test_fl_f_data): Likewise.
25007         (struct test_if_f_data): Likewise.
25008         (struct test_fff_f_data): Likewise.
25009         (struct test_c_f_data): Likewise.
25010         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
25011         (struct test_fF_f1_data): Likewise.
25012         (struct test_ffI_f1_data): Likewise.
25013         (struct test_c_c_data): Remove max_ulp field.
25014         (struct test_cc_c_data): Likewise.
25015         (struct test_f_i_data): Likewise.
25016         (struct test_ff_i_data): Likewise.
25017         (struct test_f_l_data): Likewise.
25018         (struct test_f_L_data): Likewise.
25019         (struct test_sincos_data): Likewise.
25020         (RUN_TEST_f_f): Do not handle ulps.
25021         (RUN_TEST_LOOP_f_f): Likewise.
25022         (RUN_TEST_2_f): Likewise.
25023         (RUN_TEST_LOOP_2_f): Likewise.
25024         (RUN_TEST_fff_f): Likewise.
25025         (RUN_TEST_LOOP_fff_f): Likewise.
25026         (RUN_TEST_c_f): Likewise.
25027         (RUN_TEST_LOOP_c_f): Likewise.
25028         (RUN_TEST_f_f1): Likewise.
25029         (RUN_TEST_LOOP_f_f1): Likewise.
25030         (RUN_TEST_fF_f1): Likewise.
25031         (RUN_TEST_LOOP_fF_f1): Likewise.
25032         (RUN_TEST_fI_f1): Likewise.
25033         (RUN_TEST_LOOP_fI_f1): Likewise.
25034         (RUN_TEST_ffI_f1): Likewise.
25035         (RUN_TEST_LOOP_ffI_f1): Likewise.
25036         (RUN_TEST_c_c): Likewise.
25037         (RUN_TEST_LOOP_c_c): Likewise.
25038         (RUN_TEST_cc_c): Likewise.
25039         (RUN_TEST_LOOP_cc_c): Likewise.
25040         (RUN_TEST_f_i): Likewise.
25041         (RUN_TEST_LOOP_f_i): Likewise.
25042         (RUN_TEST_f_i_tg): Likewise.
25043         (RUN_TEST_LOOP_f_i_tg): Likewise.
25044         (RUN_TEST_ff_i_tg): Likewise.
25045         (RUN_TEST_LOOP_ff_i_tg): Likewise.
25046         (RUN_TEST_f_b): Likewise.
25047         (RUN_TEST_LOOP_f_b): Likewise.
25048         (RUN_TEST_f_b_tg): Likewise.
25049         (RUN_TEST_LOOP_f_b_tg): Likewise.
25050         (RUN_TEST_f_l): Likewise.
25051         (RUN_TEST_LOOP_f_l): Likewise.
25052         (RUN_TEST_f_L): Likewise.
25053         (RUN_TEST_LOOP_f_L): Likewise.
25054         (RUN_TEST_sincos): Likewise.
25055         (RUN_TEST_LOOP_sincos): Likewise.
25056
25057 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
25058
25059         [BZ #15480]
25060         [BZ #15485]
25061         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
25062         main case of finite arguments, set rounding mode to FE_TONEAREST
25063         and discard exceptions.
25064         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
25065         exceptions.
25066         (remainder_tonearest_test_data): New variable.
25067         (remainder_test_tonearest): New function.
25068         (remainder_towardzero_test_data): New variable.
25069         (remainder_test_towardzero): New function.
25070         (remainder_downward_test_data): New variable.
25071         (remainder_test_downward): New function.
25072         (remainder_upward_test_data): New variable.
25073         (remainder_test_upward): New function.
25074         (main): Call the new test functions.
25075
25076         * math/libm-test.inc (struct test_f_f1_data): Remove field
25077         extra_init.
25078         (struct test_fF_f1_data): Likewise.
25079         (struct test_ffI_f1_data): Likewise.
25080         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
25081         based on value of EXTRA_EXPECTED.
25082         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
25083         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
25084         EXTRA_VAR based on value of EXTRA_EXPECTED.
25085         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
25086         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
25087         EXTRA_VAR based on value of EXTRA_EXPECTED.
25088         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
25089         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
25090         EXTRA_VAR based on value of EXTRA_EXPECTED.
25091         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
25092         * math/gen-libm-test.pl (parse_args): Don't output initializers
25093         for extra output values.
25094
25095         * math/libm-test.inc (check_int): Expect result to be exactly
25096         equal to expected value and do not handle ulps.
25097         (check_long): Likewise.
25098         (check_longlong): Likewise.
25099
25100         * math/libm-test.inc (ceil_test_data): Test for "inexact"
25101         exceptions.
25102         (cimag_test_data): Likewise.
25103         (conj_test_data): Likewise.
25104         (copysign_test_data): Likewise.
25105         (cproj_test_data): Likewise.
25106         (creal_test_data): Likewise.
25107         (fabs_test_data): Likewise.
25108         (fdim_test_data): Likewise.
25109         (finite_test_data): Likewise.
25110         (floor_test_data): Likewise.
25111         (fmax_test_data): Likewise.
25112         (fmin_test_data): Likewise.
25113         (fmod_test_data): Likewise.
25114         (fpclassify_test_data): Likewise.
25115         (frexp_test_data): Likewise.
25116         (ilogb_test_data): Likewise.
25117         (isfinite_test_data): Likewise.
25118         (isgreater_test_data): Likewise.
25119         (isgreaterequal_test_data): Likewise.
25120         (isinf_test_data): Likewise.
25121         (isless_test_data): Likewise.
25122         (islessequal_test_data): Likewise.
25123         (islessgreater_test_data): Likewise.
25124         (isnan_test_data): Likewise.
25125         (isnormal_test_data): Likewise.
25126         (issignaling_test_data): Likewise.
25127         (isunordered_test_data): Likewise.
25128         (ldexp_test_data): Likewise.
25129         (lrint_test_data): Likewise.
25130         (lrint_test_data) [TEST_FLOAT]: Disable one test.
25131         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
25132         (lrint_tonearest_test_data): Test for "inexact" exceptions.
25133         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25134         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
25135         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25136         test input.
25137         (lrint_towardzero_test_data): Test for "inexact" exceptions.
25138         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25139         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
25140         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
25141         that test input.
25142         (lrint_downward_test_data): Test for "inexact" exceptions.
25143         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25144         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
25145         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
25146         test input.
25147         (lrint_upward_test_data): Test for "inexact" exceptions.
25148         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
25149         test input.
25150         (llrint_test_data): Test for "inexact" exceptions.
25151         (llrint_test_data) [TEST_FLOAT]: Disable one test.
25152         (llrint_tonearest_test_data): Test for "inexact" exceptions.
25153         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
25154         (llrint_towardzero_test_data): Test for "inexact" exceptions.
25155         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
25156         (llrint_downward_test_data): Test for "inexact" exceptions.
25157         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
25158         (llrint_upward_test_data): Test for "inexact" exceptions.
25159         (logb_test_data): Likewise.
25160         (logb_downward_test_data): Likewise.
25161         (nextafter_test_data): Likewise.
25162         (nexttoward_test_data): Likewise.
25163         (remainder_test_data): Likewise.
25164         (remquo_test_data): Likewise.
25165         (scalbn_test_data): Likewise.
25166         (scalbln_test_data): Likewise.
25167         (signbit_test_data): Likewise.
25168         (sqrt_test_data): Likewise.
25169         (significand_test_data): Likewise.
25170
25171 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25172
25173         [BZ #15424]
25174         * benchtests/bench-modf.c (struct args): Mark arg0 as
25175         volatile.
25176         * scripts/bench.pl: Mark members of struct args as volatile.
25177
25178 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25179
25180         [BZ # 15497]
25181         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
25182         negative infinity on POWER6 or lower.
25183         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
25184
25185 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
25186
25187         [BZ #15442]
25188         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
25189         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
25190         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
25191         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
25192         (_FP_SETQNAN): New macro.
25193         (_FP_SETQNAN_SEMIRAW): Likewise.
25194         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
25195         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
25196         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
25197         (FP_EXTEND): Use _FP_FRAC_SNANP.
25198         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
25199         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
25200         into account.
25201         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25202         New macro.
25203         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
25204         Likewise.
25205
25206 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25207
25208         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
25209         with DIVIDE_BY_ZERO_EXCEPTION.
25210         (gamma_test_data): Likewise.
25211         (lgamma_test_data): Likewise.
25212         (log_test_data): Likewise.
25213         (log10_test_data): Likewise.
25214         (log2_test_data): Likewise.
25215         (tgamma_test_data): Likewise.
25216
25217         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25218         (acos_test_tonearest): Likewise.
25219         (acos_test_towardzero): Likewise.
25220         (acos_test_downward): Likewise.
25221         (acos_test_upward): Likewise.
25222         (acosh_test): Likewise.
25223         (asin_test): Likewise.
25224         (asin_test_tonearest): Likewise.
25225         (asin_test_towardzero): Likewise.
25226         (asin_test_downward): Likewise.
25227         (asin_test_upward): Likewise.
25228         (asinh_test): Likewise.
25229         (atan_test): Likewise.
25230         (atanh_test): Likewise.
25231         (atan2_test): Likewise.
25232         (cabs_test): Likewise.
25233         (cacos_test): Likewise.
25234         (cacosh_test): Likewise.
25235         (casin_test): Likewise.
25236         (casinh_test): Likewise.
25237         (catan_test): Likewise.
25238         (catanh_test): Likewise.
25239         (cbrt_test): Likewise.
25240         (ccos_test): Likewise.
25241         (ccosh_test): Likewise.
25242         (cexp_test): Likewise.
25243         (clog_test): Likewise.
25244         (clog10_test): Likewise.
25245         (cos_test): Likewise.
25246         (cos_test_tonearest): Likewise.
25247         (cos_test_towardzero): Likewise.
25248         (cos_test_downward): Likewise.
25249         (cos_test_upward): Likewise.
25250         (cosh_test): Likewise.
25251         (cosh_test_tonearest): Likewise.
25252         (cosh_test_towardzero): Likewise.
25253         (cosh_test_downward): Likewise.
25254         (cosh_test_upward): Likewise.
25255         (cpow_test): Likewise.
25256         (csin_test): Likewise.
25257         (csinh_test): Likewise.
25258         (csqrt_test): Likewise.
25259         (ctan_test): Likewise.
25260         (ctan_test_tonearest): Likewise.
25261         (ctan_test_towardzero): Likewise.
25262         (ctan_test_downward): Likewise.
25263         (ctan_test_upward): Likewise.
25264         (ctanh_test): Likewise.
25265         (ctanh_test_tonearest): Likewise.
25266         (ctanh_test_towardzero): Likewise.
25267         (ctanh_test_downward): Likewise.
25268         (ctanh_test_upward): Likewise.
25269         (erf_test): Likewise.
25270         (erfc_test): Likewise.
25271         (exp_test): Likewise.
25272         (exp_test_tonearest): Likewise.
25273         (exp_test_towardzero): Likewise.
25274         (exp_test_downward): Likewise.
25275         (exp_test_upward): Likewise.
25276         (exp10_test): Likewise.
25277         (exp2_test): Likewise.
25278         (expm1_test): Likewise.
25279         (fmod_test): Likewise.
25280         (gamma_test): Likewise.
25281         (hypot_test): Likewise.
25282         (j0_test): Likewise.
25283         (j1_test): Likewise.
25284         (jn_test): Likewise.
25285         (lgamma_test): Likewise.
25286         (log_test): Likewise.
25287         (log10_test): Likewise.
25288         (log1p_test): Likewise.
25289         (log2_test): Likewise.
25290         (logb_test_downward): Likewise.
25291         (pow_test): Likewise.
25292         (pow_test_tonearest): Likewise.
25293         (pow_test_towardzero): Likewise.
25294         (pow_test_downward): Likewise.
25295         (pow_test_upward): Likewise.
25296         (remainder_test): Likewise.
25297         (remquo_test): Likewise.
25298         (sin_test): Likewise.
25299         (sin_test_tonearest): Likewise.
25300         (sin_test_towardzero): Likewise.
25301         (sin_test_downward): Likewise.
25302         (sin_test_upward): Likewise.
25303         (sincos_test): Likewise.
25304         (sinh_test): Likewise.
25305         (sinh_test_tonearest): Likewise.
25306         (sinh_test_towardzero): Likewise.
25307         (sinh_test_downward): Likewise.
25308         (sinh_test_upward): Likewise.
25309         (sqrt_test): Likewise.
25310         (tan_test): Likewise.
25311         (tan_test_tonearest): Likewise.
25312         (tan_test_towardzero): Likewise.
25313         (tan_test_downward): Likewise.
25314         (tan_test_upward): Likewise.
25315         (tanh_test): Likewise.
25316         (tgamma_test): Likewise.
25317         (y0_test): Likewise.
25318         (y1_test): Likewise.
25319         (yn_test): Likewise.
25320
25321         * math/gen-libm-test.pl (adjust_arg): Remove function.
25322         (special_function): Remove argument $in_func.  Only handle
25323         generating output for tables of tests, not inside functions.
25324         (parse_args): Likewise.
25325         (generate_testfile): Remove variable $in_func.  Update call to
25326         parse_args.
25327         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25328         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25329         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25330         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25331         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25332         (MAX_VALUE_INIT): Rename macro to max_value.
25333         (MIN_VALUE_INIT): Rename macro to min_value.
25334         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25335         (plus_zero): Remove variable.
25336         (minus_zero): Likewise.
25337         (plus_infty): Likewise.
25338         (minus_infty): Likewise.
25339         (qnan_value): Likewise.
25340         (max_value): Likewise.
25341         (min_value): Likewise.
25342         (min_subnorm_value): Likewise.
25343
25344 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25345
25346         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25347         uint64_t or uint32_t usage.
25348         * crypt/sha256-block.c: Likewise.
25349         * crypt/sha256-crypt.c: Likewise.
25350         * crypt/sha256.c: Likewise.
25351         * crypt/sha512-block.c: Likewise.
25352         * crypt/sha512-crypt.c: Likewise.
25353         * crypt/sha512.c: Likewise.
25354         * debug/backtrace-tst.c: Likewise.
25355         * debug/pcprofiledump.c: Likewise.
25356         * elf/cache.c: Likewise.
25357         * elf/dl-cache.c: Likewise.
25358         * elf/dl-misc.c: Likewise.
25359         * elf/dl-profile.c: Likewise.
25360         * elf/dl-support.c: Likewise.
25361         * elf/ldconfig.c: Likewise.
25362         * elf/sprof.c: Likewise.
25363         * iconv/dummy-repertoire.c: Likewise.
25364         * iconv/iconv_charmap.c: Likewise.
25365         * iconv/skeleton.c: Likewise.
25366         * iconvdata/8bit-generic.c: Likewise.
25367         * iconvdata/cp737.h: Likewise.
25368         * iconvdata/cp775.h: Likewise.
25369         * iconvdata/ibm1008.h: Likewise.
25370         * iconvdata/ibm1025.h: Likewise.
25371         * iconvdata/ibm1046.h: Likewise.
25372         * iconvdata/ibm1097.h: Likewise.
25373         * iconvdata/ibm1112.h: Likewise.
25374         * iconvdata/ibm1122.h: Likewise.
25375         * iconvdata/ibm1123.h: Likewise.
25376         * iconvdata/ibm1124.h: Likewise.
25377         * iconvdata/ibm1129.h: Likewise.
25378         * iconvdata/ibm1130.h: Likewise.
25379         * iconvdata/ibm1132.h: Likewise.
25380         * iconvdata/ibm1133.h: Likewise.
25381         * iconvdata/ibm1137.h: Likewise.
25382         * iconvdata/ibm1140.h: Likewise.
25383         * iconvdata/ibm1141.h: Likewise.
25384         * iconvdata/ibm1142.h: Likewise.
25385         * iconvdata/ibm1143.h: Likewise.
25386         * iconvdata/ibm1144.h: Likewise.
25387         * iconvdata/ibm1145.h: Likewise.
25388         * iconvdata/ibm1146.h: Likewise.
25389         * iconvdata/ibm1147.h: Likewise.
25390         * iconvdata/ibm1148.h: Likewise.
25391         * iconvdata/ibm1149.h: Likewise.
25392         * iconvdata/ibm1153.h: Likewise.
25393         * iconvdata/ibm1154.h: Likewise.
25394         * iconvdata/ibm1155.h: Likewise.
25395         * iconvdata/ibm1156.h: Likewise.
25396         * iconvdata/ibm1157.h: Likewise.
25397         * iconvdata/ibm1158.h: Likewise.
25398         * iconvdata/ibm1160.h: Likewise.
25399         * iconvdata/ibm1161.h: Likewise.
25400         * iconvdata/ibm1162.h: Likewise.
25401         * iconvdata/ibm1163.h: Likewise.
25402         * iconvdata/ibm1164.h: Likewise.
25403         * iconvdata/ibm1166.h: Likewise.
25404         * iconvdata/ibm1167.h: Likewise.
25405         * iconvdata/ibm12712.h: Likewise.
25406         * iconvdata/ibm1390.h: Likewise.
25407         * iconvdata/ibm1399.h: Likewise.
25408         * iconvdata/ibm16804.h: Likewise.
25409         * iconvdata/ibm4517.h: Likewise.
25410         * iconvdata/ibm4899.h: Likewise.
25411         * iconvdata/ibm4909.h: Likewise.
25412         * iconvdata/ibm4971.h: Likewise.
25413         * iconvdata/ibm5347.h: Likewise.
25414         * iconvdata/ibm803.h: Likewise.
25415         * iconvdata/ibm856.h: Likewise.
25416         * iconvdata/ibm901.h: Likewise.
25417         * iconvdata/ibm902.h: Likewise.
25418         * iconvdata/ibm9030.h: Likewise.
25419         * iconvdata/ibm9066.h: Likewise.
25420         * iconvdata/ibm921.h: Likewise.
25421         * iconvdata/ibm922.h: Likewise.
25422         * iconvdata/ibm9448.h: Likewise.
25423         * iconvdata/isiri-3342.h: Likewise.
25424         * iconvdata/jis0201.h: Likewise.
25425         * include/link.h: Likewise.
25426         * include/netdb.h: Likewise.
25427         * inet/check_native.c: Likewise.
25428         * inet/check_pf.c: Likewise.
25429         * inet/getipv4sourcefilter.c: Likewise.
25430         * inet/getnameinfo.c: Likewise.
25431         * inet/getsourcefilter.c: Likewise.
25432         * inet/htonl.c: Likewise.
25433         * inet/setipv4sourcefilter.c: Likewise.
25434         * inet/setsourcefilter.c: Likewise.
25435         * inet/test-inet6_opt.c: Likewise.
25436         * inet/tst-network.c: Likewise.
25437         * locale/C-collate.c: Likewise.
25438         * locale/C-ctype.c: Likewise.
25439         * locale/C-time.c: Likewise.
25440         * locale/C-translit.h: Likewise.
25441         * locale/loadarchive.c: Likewise.
25442         * locale/programs/3level.h: Likewise.
25443         * locale/programs/charmap.c: Likewise.
25444         * locale/programs/charmap.h: Likewise.
25445         * locale/programs/ld-address.c: Likewise.
25446         * locale/programs/ld-collate.c: Likewise.
25447         * locale/programs/ld-ctype.c: Likewise.
25448         * locale/programs/ld-identification.c: Likewise.
25449         * locale/programs/ld-measurement.c: Likewise.
25450         * locale/programs/ld-messages.c: Likewise.
25451         * locale/programs/ld-monetary.c: Likewise.
25452         * locale/programs/ld-name.c: Likewise.
25453         * locale/programs/ld-numeric.c: Likewise.
25454         * locale/programs/ld-paper.c: Likewise.
25455         * locale/programs/ld-telephone.c: Likewise.
25456         * locale/programs/ld-time.c: Likewise.
25457         * locale/programs/linereader.c: Likewise.
25458         * locale/programs/locale.c: Likewise.
25459         * locale/programs/locarchive.c: Likewise.
25460         * locale/programs/locfile.h: Likewise.
25461         * locale/programs/repertoire.c: Likewise.
25462         * locale/programs/simple-hash.c: Likewise.
25463         * locale/programs/simple-hash.h: Likewise.
25464         * malloc/memusage.c: Likewise.
25465         * malloc/memusagestat.c: Likewise.
25466         * nis/nis_defaults.c: Likewise.
25467         * nis/nis_hash.c: Likewise.
25468         * nis/nis_print.c: Likewise.
25469         * nis/nis_xdr.c: Likewise.
25470         * nscd/connections.c: Likewise.
25471         * nscd/hstcache.c: Likewise.
25472         * nscd/nscd_gethst_r.c: Likewise.
25473         * nscd/nscd_getserv_r.c: Likewise.
25474         * nscd/nscd_helper.c: Likewise.
25475         * nscd/servicescache.c: Likewise.
25476         * nss/makedb.c: Likewise.
25477         * nss/nss_db/db-XXX.c: Likewise.
25478         * nss/nss_db/db-initgroups.c: Likewise.
25479         * nss/nss_db/db-netgrp.c: Likewise.
25480         * nss/nss_files/files-network.c: Likewise.
25481         * nss/nss_files/files-parse.c: Likewise.
25482         * posix/bug-regex5.c: Likewise.
25483         * posix/fnmatch_loop.c: Likewise.
25484         * posix/regcomp.c: Likewise.
25485         * posix/regexec.c: Likewise.
25486         * posix/tst-rfc3484-2.c: Likewise.
25487         * posix/tst-rfc3484-3.c: Likewise.
25488         * posix/tst-rfc3484.c: Likewise.
25489         * resolv/nss_dns/dns-canon.c: Likewise.
25490         * resolv/nss_dns/dns-network.c: Likewise.
25491         * resolv/res_init.c: Likewise.
25492         * resolv/res_mkquery.c: Likewise.
25493         * resolv/tst-aton.c: Likewise.
25494         * stdlib/cxa_atexit.c: Likewise.
25495         * stdlib/cxa_finalize.c: Likewise.
25496         * stdlib/gen-fpioconst.c: Likewise.
25497         * stdlib/strtol_l.c: Likewise.
25498         * string/tst-endian.c: Likewise.
25499         * sunrpc/auth_des.c: Likewise.
25500         * sunrpc/clnt_udp.c: Likewise.
25501         * sunrpc/rtime.c: Likewise.
25502         * sunrpc/svcauth_des.c: Likewise.
25503         * sunrpc/xdr.c: Likewise.
25504         * sunrpc/xdr_intXX_t.c: Likewise.
25505         * sunrpc/xdr_rec.c: Likewise.
25506         * sysdeps/generic/ldconfig.h: Likewise.
25507         * sysdeps/generic/ldsodefs.h: Likewise.
25508         * sysdeps/generic/memusage.h: Likewise.
25509         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25510         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25511         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25512         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25513         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25514         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25515         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25516         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25517         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25518         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25519         * sysdeps/posix/getaddrinfo.c: Likewise.
25520         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25521         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25522         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25523         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25524         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25525         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25526         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25527         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25528         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25529         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25530         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25531         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25532         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25533         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25534         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25535         * sysdeps/x86_64/dl-tls.h: Likewise.
25536         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25537         * time/alt_digit.c: Likewise.
25538         * time/era.c: Likewise.
25539         * wcsmbs/tst-c16c32-1.c: Likewise.
25540
25541 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25542
25543         * math/libm-test.inc (struct test_sincos_data): New type.
25544         (RUN_TEST_LOOP_sincos): New macro.
25545         (sincos_test_data): New variable.
25546         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25547
25548 2013-05-16  Richard Henderson  <rth@redhat.com>
25549
25550         * math/atest-exp2.c (LIMB64): New macro.
25551         (CONSTSZ): New macro.
25552         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25553         (hexdig): Move ...
25554         (print_mpn_fp): ... to function scope.
25555         (read_mpn_hex): Remove.
25556         (get_log2): Remove.
25557         (exp2_mpn): Use mp_log2.
25558         (main): Use mp_exp1.
25559
25560 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25561
25562         * math/libm-test.inc: Remove comment about not testing "inexact"
25563         exceptions.
25564         (INEXACT_EXCEPTION): New macro.
25565         (NO_INEXACT_EXCEPTION): Likewise.
25566         (INVALID_EXCEPTION_OK): Update value.
25567         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25568         (OVERFLOW_EXCEPTION_OK): Likewise.
25569         (UNDERFLOW_EXCEPTION_OK): Likewise.
25570         (IGNORE_ZERO_INF_SIGN): Likewise.
25571         (ERRNO_UNCHANGED): Likewise.
25572         (ERRNO_EDOM): Likewise.
25573         (ERRNO_ERANGE): Likewise.
25574         (test_exceptions): Handle testing "inexact" exceptions.
25575         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25576         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25577         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25578         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25579         INEXACT_EXCEPTION.
25580         (rint_towardzero_test_data): Likewise.
25581         (rint_downward_test_data): Likewise.
25582         (rint_upward_test_data): Likewise.
25583
25584         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25585         with OVERFLOW_EXCEPTION.
25586         (exp10_test_data): Likewise.
25587         (exp2_test_data): Likewise.
25588         (expm1_test_data): Likewise.
25589         (lgamma_test_data): Likewise.
25590         (pow_test_data): Likewise.
25591         (tgamma_test_data): Likewise.
25592         (yn_test_data): Remove duplicate test of overflow.
25593
25594         * math/libm-test.inc (struct test_cc_c_data): New type.
25595         (RUN_TEST_LOOP_cc_c): New macro.
25596         (cpow_test_data): New variable.
25597         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25598
25599         * math/libm-test.inc (struct test_f_L_data): New type.
25600         (RUN_TEST_LOOP_f_L): New macro.
25601         (llrint_test_data): New variable.
25602         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25603         (llrint_tonearest_test_data): New variable.
25604         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25605         (llrint_towardzero_test_data): New variable.
25606         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25607         (llrint_downward_test_data): New variable.
25608         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25609         (llrint_upward_test_data): New variable.
25610         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25611         (llround_test_data): New variable.
25612         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25613
25614 2013-05-13  Peter Collingbourne  <pcc@google.com>
25615
25616         * math/atest-exp2.c (get_log2): Remove const attribute.
25617
25618 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25619
25620         * math/libm-test.inc (struct test_f_l_data): New type.
25621         (RUN_TEST_LOOP_f_l): New macro.
25622         (lrint_test_data): New variable.
25623         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25624         (lrint_tonearest_test_data): New variable.
25625         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25626         (lrint_towardzero_test_data): New variable.
25627         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25628         (lrint_downward_test_data): New variable.
25629         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25630         (lrint_upward_test_data): New variable.
25631         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25632         (lround_test_data): New variable.
25633         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25634
25635 2013-05-15  Peter Collingbourne  <pcc@google.com>
25636
25637         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25638         (EXTRACT_WORDS64) Use where appropriate.
25639         (INSERT_WORDS64) Likewise.
25640
25641         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25642         constraints with x constraints.
25643         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25644
25645         * malloc/obstack.c (_obstack_compat): Add initializer.
25646
25647 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25648
25649         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25650         si_trapno and add si_addr_lsb to _sifields.sigfault.
25651         (si_trapno): Remove macro.
25652         (si_addr_lsb): Define new macro.
25653         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25654
25655 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25656
25657         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25658         instead of TEST_f_l.
25659         (llrint_test_tonearest): Likewise.
25660         (llrint_test_towardzero): Likewise.
25661         (llrint_test_downward): Likewise.
25662         (llrint_test_upward): Likewise.
25663         (llround_test): Likewise.
25664
25665         * math/libm-test.inc (struct test_f_i_data): Add comment.
25666         (RUN_TEST_LOOP_f_b): New macro.
25667         (RUN_TEST_LOOP_f_b_tg): Likewise.
25668         (finite_test_data): New variable.
25669         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25670         (isfinite_test_data): New variable.
25671         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25672         (isinf_test_data): New variable.
25673         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25674         (isnan_test_data): New variable.
25675         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25676         (isnormal_test_data): New variable.
25677         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25678         (issignaling_test_data): New variable.
25679         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25680         (signbit_test_data): New variable.
25681         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25682
25683         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25684         with INVALID_EXCEPTION.
25685         (acosh_test_data): Likewise.
25686         (asin_test_data): Likewise.
25687         (atanh_test_data): Likewise.
25688         (fmod_test_data): Likewise.
25689         (log_test_data): Likewise.
25690         (log10_test_data): Likewise.
25691         (log2_test_data): Likewise.
25692         (pow_test_data): Likewise.
25693         (sqrt_test_data): Likewise.
25694         (y0_test_data): Likewise.
25695         (y1_test_data): Likewise.
25696         (yn_test_data): Likewise.
25697
25698         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25699         function contents.
25700
25701         * math/libm-test.inc (struct test_ff_i_data): New type.
25702         (RUN_TEST_LOOP_ff_i_tg): New macro.
25703         (isgreater_test_data): New variable.
25704         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25705         (isgreaterequal_test_data): New variable.
25706         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25707         (isless_test_data): New variable.
25708         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25709         (islessequal_test_data): New variable.
25710         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25711         (islessgreater_test_data): New variable.
25712         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25713         (isunordered_test_data): New variable.
25714         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25715
25716 2013-05-14  David S. Miller  <davem@davemloft.net>
25717
25718         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25719
25720 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25721
25722         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25723
25724         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25725         extra_test to int.
25726         (struct test_f_i_data): Change type of max_ulp to int.
25727
25728         * math/libm-test.inc (test_ffI_f1_data): New type.
25729         (RUN_TEST_LOOP_ffI_f1): New macro.
25730         (remquo_test_data): New variable.
25731         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25732
25733         * setjmp/tst-setjmp-fp.c: New file.
25734         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25735         (link-libm): New variable.
25736         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25737
25738         * math/libm-test.inc (struct test_f_i_data): New type.
25739         (RUN_TEST_LOOP_f_i): New macro.
25740         (RUN_TEST_LOOP_f_i_tg): Likewise.
25741         (fpclassify_test_data): New variable.
25742         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25743         (ilogb_test_data): New variable.
25744         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25745
25746         * math/libm-test.inc (scalbln_test): Correct function name in END
25747         call.
25748
25749         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25750         (RUN_TEST_LOOP_fI_f1): New macro.
25751         (frexp_test_data): New variable.
25752         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25753
25754         * math/libm-test.inc (struct test_fF_f1_data): New type.
25755         (RUN_TEST_LOOP_fF_f1): New macro.
25756         (modf_test_data): New variable.
25757         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25758
25759         * math/libm-test.inc (struct test_f_f1_data): New type.
25760         (RUN_TEST_LOOP_f_f1): New macro.
25761         (gamma_test_data): New variable.
25762         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25763         (lgamma_test_data): New variable.
25764         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25765
25766 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25767
25768         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25769         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25770         (main): Comment "tls" pseudo-hwcap.
25771
25772 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25773
25774         * math/libm-test.inc (struct test_fl_f_data): New type.
25775         (RUN_TEST_LOOP_fl_f): New variable.
25776         (scalbln_test_data): New variable.
25777         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25778
25779         * math/libm-test.inc (struct test_fi_f_data): New type.
25780         (RUN_TEST_LOOP_fi_f): New macro.
25781         (ldexp_test_data): New variable.
25782         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25783         (scalbn_test_data): New variable.
25784         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25785
25786         * math/libm-test.inc (struct test_c_f_data): New type.
25787         (RUN_TEST_LOOP_c_f): New macro.
25788         (cabs_test_data): New variable.
25789         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25790         (carg_test_data): New variable.
25791         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25792         (cimag_test_data): New variable.
25793         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25794         (creal_test_data): New variable.
25795         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25796
25797         * math/libm-test.inc (struct test_if_f_data): New type.
25798         (RUN_TEST_LOOP_if_f): New macro.
25799         (jn_test_data): New variable.
25800         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25801         (yn_test_data): New variable.
25802         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25803
25804         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25805
25806 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25807
25808         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25809         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25810
25811 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25812
25813         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25814         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25815         (bench-deps): Add bench-timing.h.
25816         * benchtests-bench-skeleton.c: Include bench-timing.h.
25817         (main): Use TIMING_* macros instead of clock_gettime.
25818         * benchtests/bench-timing.h: New file.
25819
25820         [BZ #14582]
25821         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25822         Renamed from _LIB_VERSION.
25823         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25824
25825 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25826
25827         * math/libm-test.inc (struct test_fff_f_data): New type.
25828         (RUN_TEST_LOOP_fff_f): New macro.
25829         (fma_test_data): New variable.
25830         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25831         (fma_towardzero_test_data): New variable.
25832         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25833         (fma_downward_test_data): New variable.
25834         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25835         (fma_upward_test_data): New variable.
25836         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25837
25838         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25839         (struct test_c_c_data): New type.
25840         (RUN_TEST_LOOP_c_c): New macro.
25841         (cacos_test_data): New variable.
25842         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25843         (cacosh_test_data): New variable.
25844         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25845         (casin_test_data): New variable.
25846         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25847         (casinh_test_data): New variable.
25848         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25849         (catan_test_data): New variable.
25850         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25851         (catanh_test_data): New variable.
25852         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25853         (ccos_test_data): New variable.
25854         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25855         (ccosh_test_data): New variable.
25856         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25857         (cexp_test_data): New variable.
25858         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25859         (clog_test_data): New variable.
25860         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25861         (clog10_test_data): New variable.
25862         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25863         (conj_test_data): New variable.
25864         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25865         (cproj_test_data): New variable.
25866         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25867         (csin_test_data): New variable.
25868         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25869         (csinh_test_data): New variable.
25870         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25871         (csqrt_test_data): New variable.
25872         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25873         (ctan_test_data): New variable.
25874         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25875         (ctan_tonearest_test_data): New variable.
25876         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25877         (ctan_towardzero_test_data): New variable.
25878         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25879         (ctan_downward_test_data): New variable.
25880         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25881         (ctan_upward_test_data): New variable.
25882         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25883         (ctanh_test_data): New variable.
25884         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25885         (ctanh_tonearest_test_data): New variable.
25886         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25887         (ctanh_towardzero_test_data): New variable.
25888         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25889         (ctanh_downward_test_data): New variable.
25890         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25891         (ctanh_upward_test_data): New variable.
25892         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25893         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25894         of BUILD_COMPLEX.
25895
25896         * math/libm-test.inc (struct test_ff_f_data): New type.
25897         (struct test_ff_f_data_nexttoward): Likewise.
25898         (RUN_TEST_LOOP_2_f): New macro.
25899         (RUN_TEST_LOOP_ff_f): Likewise.
25900         (atan2_test_data): New variable.
25901         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25902         (copysign_test_data): New variable.
25903         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25904         (fdim_test_data): New variable.
25905         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25906         (fmax_test_data): New variable.
25907         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25908         (fmin_test_data): New variable.
25909         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25910         (fmod_test_data): New variable.
25911         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25912         (hypot_test_data): New variable.
25913         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25914         (nextafter_test_data): New variable.
25915         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25916         (nexttoward_test_data): New variable.
25917         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25918         (pow_test_data): New variable.
25919         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25920         (pow_tonearest_test_data): New variable.
25921         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25922         (pow_towardzero_test_data): New variable.
25923         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25924         (pow_downward_test_data): New variable.
25925         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25926         (pow_upward_test_data): New variable.
25927         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25928         (remainder_test_data): New variable.
25929         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25930         (scalb_test_data): New variable.
25931         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25932         * sysdeps/i386/fpu/libm-test-ulps: Update.
25933
25934 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25935
25936         * math/libm-test.inc (fma_test): Use max_value instead of local
25937         variable fltmax.
25938         (nextafter_test): Likewise.
25939
25940         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25941         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25942         (acos_downward_test_data): New variable.
25943         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25944         (acos_upward_test_data): New variable.
25945         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25946         (acosh_test_data): New variable.
25947         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25948         (asin_test_data): New variable.
25949         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25950         (asin_tonearest_test_data): New variable.
25951         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25952         (asin_towardzero_test_data): New variable.
25953         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25954         (asin_downward_test_data): New variable.
25955         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25956         (asin_upward_test_data): New variable.
25957         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25958         (asinh_test_data): New variable.
25959         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25960         (atan_test_data): New variable.
25961         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25962         (atanh_test_data): New variable.
25963         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25964         (cbrt_test_data): New variable.
25965         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25966         (ceil_test_data): New variable.
25967         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25968         (cos_test_data): New variable.
25969         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25970         (cos_tonearest_test_data): New variable.
25971         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25972         (cos_towardzero_test_data): New variable.
25973         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25974         (cos_downward_test_data): New variable.
25975         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25976         (cos_upward_test_data): New variable.
25977         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25978         (cosh_test_data): New variable.
25979         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25980         (cosh_tonearest_test_data): New variable.
25981         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25982         (cosh_towardzero_test_data): New variable.
25983         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25984         (cosh_downward_test_data): New variable.
25985         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25986         (cosh_upward_test_data): New variable.
25987         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25988         (erf_test_data): New variable.
25989         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25990         (erfc_test_data): New variable.
25991         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25992         (exp_test_data): New variable.
25993         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25994         (exp_tonearest_test_data): New variable.
25995         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25996         (exp_towardzero_test_data): New variable.
25997         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25998         (exp_downward_test_data): New variable.
25999         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26000         (exp_upward_test_data): New variable.
26001         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26002         (exp10_test_data): New variable.
26003         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
26004         (exp2_test_data): New variable.
26005         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
26006         (expm1_test_data): New variable.
26007         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
26008         (fabs_test_data): New variable.
26009         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
26010         (floor_test_data): New variable.
26011         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
26012         (j0_test_data): New variable.
26013         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
26014         (j1_test_data): New variable.
26015         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
26016         (log_test_data): New variable.
26017         (log_test): Run tests with RUN_TEST_LOOP_f_f.
26018         (log10_test_data): New variable.
26019         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
26020         (log1p_test_data): New variable.
26021         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
26022         (log2_test_data): New variable.
26023         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
26024         (logb_test_data): New variable.
26025         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
26026         (logb_downward_test_data): New variable.
26027         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26028         (nearbyint_test_data): New variable.
26029         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
26030         (rint_test_data): New variable.
26031         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
26032         (rint_tonearest_test_data): New variable.
26033         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26034         (rint_towardzero_test_data): New variable.
26035         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26036         (rint_downward_test_data): New variable.
26037         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26038         (rint_upward_test_data): New variable.
26039         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26040         (round_test_data): New variable.
26041         (round_test): Run tests with RUN_TEST_LOOP_f_f.
26042         (sin_test_data): New variable.
26043         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
26044         (sin_tonearest_test_data): New variable.
26045         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26046         (sin_towardzero_test_data): New variable.
26047         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26048         (sin_downward_test_data): New variable.
26049         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26050         (sin_upward_test_data): New variable.
26051         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26052         (sinh_test_data): New variable.
26053         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
26054         (sinh_tonearest_test_data): New variable.
26055         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26056         (sinh_towardzero_test_data): New variable.
26057         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26058         (sinh_downward_test_data): New variable.
26059         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26060         (sinh_upward_test_data): New variable.
26061         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26062         (sqrt_test_data): New variable.
26063         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
26064         (tan_test_data): New variable.
26065         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
26066         (tan_tonearest_test_data): New variable.
26067         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26068         (tan_towardzero_test_data): New variable.
26069         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
26070         (tan_downward_test_data): New variable.
26071         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
26072         (tan_upward_test_data): New variable.
26073         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
26074         (tanh_test_data): New variable.
26075         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
26076         (tgamma_test_data): New variable.
26077         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
26078         (trunc_test_data): New variable.
26079         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
26080         (y0_test_data): New variable.
26081         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
26082         (y1_test_data): New variable.
26083         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
26084         (significand_test_data): New variable.
26085         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
26086
26087 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
26088
26089         [BZ #12387]
26090         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
26091
26092 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
26093
26094         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
26095
26096 2013-05-10  Andreas Jaeger  <aj@suse.de>
26097
26098         [BZ #15448]
26099         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
26100         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
26101
26102 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26103
26104         * math/gen-libm-test.pl (adjust_arg): New function.
26105         (special_functions): Handle generating output in both functions
26106         and arrays.
26107         (parse_args): Likewise.
26108         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
26109         $in_func argument to parse_args.
26110         * math/libm-test.inc (struct test_f_f_data): New type.
26111         (IF_ROUND_INIT_): New macro.
26112         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
26113         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26114         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26115         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26116         (ROUND_RESTORE_): Likewise.
26117         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
26118         (ROUND_RESTORE_FE_TONEAREST): Likewise.
26119         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
26120         (ROUND_RESTORE_FE_UPWARD): Likewise.
26121         (RUN_TEST_LOOP_f_f): New macro.
26122         (acos_test_data): New variable.
26123         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
26124         (acos_tonearest_test_data): New variable.
26125         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
26126
26127 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26128
26129         * benchtests/bench-skeleton.c (startup): Fix coding style.
26130
26131 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
26132
26133         [BZ #6809]
26134         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
26135         negative infinity argument.
26136         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
26137         negative infinity argument.
26138         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
26139         negative infinity argument.
26140         * math/libm-test.inc (tgamma_test): Expect errno to be set for
26141         domain errors.
26142
26143 2013-05-10  Florian Weimer  <fweimer@redhat.com>
26144
26145         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
26146         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
26147         * iconv/iconv_prog.c (main): Likewise.
26148         * locale/programs/charmap-dir.c (charmap_readdir)
26149         (fopen_uncompressed): Likewise.
26150         * locale/programs/locfile.c (siblings_uncached)
26151         (write_locale_data): Use lstat64 instead of lstat.
26152         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
26153         stat.
26154
26155 2013-05-10  Andreas Jaeger  <aj@suse.de>
26156
26157         [BZ #15395]
26158         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
26159         localization.
26160         Include <locale.h>.
26161
26162 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
26163
26164         * elf/dl-close.c (_dl_close_worker): Add comments.
26165
26166 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
26167
26168         [BZ #15359]
26169         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
26170         high part of pi/2.
26171         (__ieee754_rem_pio2l): Update comments.
26172
26173         [BZ #15429]
26174         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
26175         high part of pi/2.
26176         (__ieee754_rem_pio2l): Update comments.
26177
26178         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
26179         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
26180
26181         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
26182         M_PI_4l.
26183
26184         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
26185         (M_PI_34_LOG10El): Likewise.
26186         (M_PI2_LOG10El): Likewise.
26187         (M_PI4_LOG10El): Likewise.
26188         (M_PI_LOG10El): Likewise.
26189
26190 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26191
26192         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26193
26194 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
26195
26196         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
26197         (MINUS_ZERO_INIT): Likewise.
26198         (PLUS_INFTY_INIT): Likewise.
26199         (MINUS_INFTY_INIT): Likewise.
26200         (QNAN_VALUE_INIT): Likewise.
26201         (MAX_VALUE_INIT): Likewise.
26202         (MIN_VALUE_INIT): Likewise.
26203         (MIN_SUBNORM_VALUE_INIT): Likewise.
26204         (plus_zero): Initialize with PLUS_ZERO_INIT.
26205         (minus_zero): Initialize with MINUS_ZERO_INIT.
26206         (plus_infty): Initialize with PLUS_INFTY_INIT.
26207         (minus_infty): Initialize with MINUS_INFTY_INIT.
26208         (qnan_value): Initialize with QNAN_VALUE_INIT.
26209         (max_value): Initialize with MAX_VALUE_INIT.
26210         (min_value): Initialize with MIN_VALUE_INIT.
26211         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
26212
26213         * math/libm-test.inc (RUN_TEST_if_f): New macro.
26214         (jn_test): Use TEST_if_f instead of TEST_ff_f.
26215         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26216         (yn_test): Use TEST_if_f instead of TEST_ff_f.
26217
26218         * math/libm-test.inc (RUN_TEST_f_f): New macro.
26219         (RUN_TEST_2_f): Likewise.
26220         (RUN_TEST_ff_f): Likewise.
26221         (RUN_TEST_fi_f): Likewise.
26222         (RUN_TEST_fl_f): Likewise.
26223         (RUN_TEST_fff_f): Likewise.
26224         (RUN_TEST_c_f): Likewise.
26225         (RUN_TEST_f_f1): Likewise.
26226         (RUN_TEST_fF_f1): Likewise.
26227         (RUN_TEST_fI_f1): Likewise.
26228         (RUN_TEST_ffI_f1): Likewise.
26229         (RUN_TEST_c_c): Likewise.
26230         (RUN_TEST_cc_c): Likewise.
26231         (RUN_TEST_f_i): Likewise.
26232         (RUN_TEST_f_i_tg): Likewise.
26233         (RUN_TEST_ff_i_tg): Likewise.
26234         (RUN_TEST_f_b): Likewise.
26235         (RUN_TEST_f_b_tg): Likewise.
26236         (RUN_TEST_f_l): Likewise.
26237         (RUN_TEST_f_L): Likewise.
26238         (RUN_TEST_sincos): Likewise.
26239         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26240         whether to show exceptions.  Do not include ");\n" in return
26241         value.
26242         (special_functions): Output call to RUN_TEST_sincos instead of
26243         check_float calls.  Update calls to new_test.
26244         (parse_args): Output call to single RUN_TEST_* macro instead of
26245         check_* calls and other assignments.  Update calls to new_test.
26246
26247         [BZ #2546]
26248         [BZ #2560]
26249         [BZ #5159]
26250         [BZ #15426]
26251         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26252         input to result for tgamma overflow.
26253         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26254         (gamma_coeff): New variable.
26255         (NCOEFF): New macro.
26256         (gamma_positive): New function.
26257         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26258         underflow here.  Use gamma_positive instead of exp (lgamma) for
26259         other arguments.
26260         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26261         (gamma_coeff): New variable.
26262         (NCOEFF): New macro.
26263         (gammaf_positive): New function.
26264         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26265         underflow here.  Use gamma_positive instead of exp (lgamma) for
26266         other arguments.
26267         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26268         (gamma_coeff): New variable.
26269         (NCOEFF): New macro.
26270         (gammal_positive): New function.
26271         (__ieee754_gammal_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-128ibm/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, overflow and
26279         underflow here.  Handle NaN the same as positive infinity.  Remove
26280         check x < 0xffffffff for negative integers.  Use gamma_positive
26281         instead of exp (lgamma) for other arguments.
26282         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26283         (gamma_coeff): New variable.
26284         (NCOEFF): New macro.
26285         (gammal_positive): New function.
26286         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26287         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26288         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26289         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26290         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26291         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26292         * sysdeps/generic/math_private.h (__gamma_productf): New
26293         prototype.
26294         (__gamma_product): Likewise.
26295         (__gamma_productl): Likewise.
26296         * math/Makefile (libm-calls): Add gamma_product.
26297         * math/libm-test.inc (tgamma_test): Add more tests.
26298         * sysdeps/i386/fpu/libm-test-ulps: Update.
26299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26300
26301 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26302
26303         * benchtests/bench-skeleton.c (main): Preheat CPU.
26304
26305 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26306
26307         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26308
26309 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26310
26311         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26312         and _dl_skip_args_internal.
26313
26314 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26315
26316         * manual/message.texi (Message Translation): Talk about users.
26317         Message to key mapping impacts design.
26318
26319 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26320
26321         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26322
26323         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26324
26325         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26326         * sysdeps/wordsize-64/glob64.c: ... here.
26327
26328         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26329         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26330         New macros.
26331
26332         * debug/getlogin_r_chk.c: Moved to ...
26333         * login/getlogin_r_chk.c: ... here.
26334         * debug/Makefile (routines): Move getlogin_r_chk to ...
26335         * login/Makefile (routines): ... here.
26336         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26337         * login/Versions (libc: GLIBC_2.4): ... here.
26338
26339         * io/poll.c (__poll): Renamed from poll.
26340         Add libc_hidden_def.
26341         (poll): Define as weak alias.
26342
26343         * debug/ptsname_r_chk.c: Moved to ...
26344         * login/ptsname_r_chk.c: ... here.
26345         * debug/Makefile (routines): Move ptsname_r_chk to ...
26346         * login/Makefile (routines): ... here.
26347         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26348         * login/Versions (libc: GLIBC_2.4): ... here.
26349
26350         * posix/getlogin.c: Moved to ...
26351         * login/getlogin.c: ... here.
26352         * posix/getlogin_r.c: Moved to ...
26353         * login/getlogin_r.c: ... here.
26354         * posix/getlogin_r.c: Moved to ...
26355         * login/getlogin_r.c: ... here.
26356         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26357         * login/Makefile (routines): ... here.
26358         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26359         * login/Versions (libc: GLIBC_2.0): ... here.
26360
26361         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26362         (setrlimit): Define as weak alias.
26363
26364         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26365         Call __ names for open, ftruncate, and close.
26366         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26367         (truncate): Define as weak alias.
26368
26369 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26370
26371         * math/gen-libm-test.pl (parse_args): Initialize x before each
26372         test of frexp, modf and remquo.
26373
26374         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26375         test signgam value.
26376
26377 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26378
26379         [BZ #15418]
26380         [BZ #15419]
26381         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26382         internal tests.
26383         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26384
26385 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26386
26387         * elf/dl-writev.h: New file.
26388         * elf/dl-misc.c: Include it.
26389         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26390         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26391
26392 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26393
26394         * math/libm-test.inc (noXFails): Remove variable.
26395         (noXPasses): Likewise.
26396         (BUILD_COMPLEX_INT): Remove macro.
26397         (print_screen): Remove xfail argument.
26398         (print_screen_max_error): Likewise.
26399         (update_stats): Likewise.
26400         (print_max_error): Likewise.  Update calls to other affected
26401         functions.
26402         (print_complex_max_error): Likewise.
26403         (test_single_exception): Update calls to print_screen.
26404         (test_single_errno): Likewise.
26405         (check_float_internal): Remove xfail argument.  Update calls to
26406         other affected functions.
26407         (check_float): Likewise.
26408         (check_complex): Likewise.
26409         (check_int): Likewise.
26410         (check_long): Likewise.
26411         (check_bool): Likewise.
26412         (check_longlong): Likewise.
26413         (main): Don't print noXFails and noXPasses.
26414         * math/gen-libm-test.pl (top level): Don't mention expected
26415         failure handling in comment.
26416         (new_test): Don't handle expected failures.
26417         (parse_args): Don't mention expected failure handling in comment.
26418         (generate_testfile): Don't handle expected failures.
26419         (parse_ulps): Likewise.
26420         (print_ulps_file): Likewise.
26421         (get_failure): Remove function.
26422         (output_test): Don't handle expected failures.
26423         * make/README.libm-test: Don't mention expected failure handling.
26424
26425         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26426         (minus_zero): Likewise.
26427         (plus_infty): Likewise.
26428         (minus_infty): Likewise.
26429         (qnan_value): Likewise.
26430         (max_value): Likewise.
26431         (min_value): Likewise.
26432         (min_subnorm_value): Likewise.
26433         (initialize): Do not initialize those variables dynamically.
26434
26435 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26436
26437         * io/open.c (__open_2): Moved to ...
26438         * io/open_2.c: ... this new file.
26439         * io/open64.c (__open64_2): Moved to ...
26440         * io/open64_2.c: ... this new file.
26441         * io/openat.c (__openat_2): Moved to ...
26442         * io/openat_2.c: ... this new file.
26443         * io/openat64.c (__openat64_2): Moved to ...
26444         * io/openat64_2.c: ... this new file.
26445         * io/Makefile (routines): Add them.
26446         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26447         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26448         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26449         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26450         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26451         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26452         (__openat64): Add hidden_ver.
26453         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26454         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26455
26456         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26457         Separately conditionalize setting of GLRO(dl_sysinfo) so
26458         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26459         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26460
26461 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26462
26463         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26464         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26465         definition.
26466         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26467         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26468         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26469         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26470         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26471
26472 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26473
26474         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26475         test signgam value.
26476
26477         * math/libm-test.inc (hypot_test): Do not use
26478         IGNORE_ZERO_INF_SIGN.
26479
26480 2013-05-03  Andreas Jaeger  <aj@suse.de>
26481
26482         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26483         Linux 3.9.
26484         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26485         (PF_MAX): Adjust for VSOCK change.
26486
26487 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26488
26489         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26490
26491 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26492
26493         [BZ #15264]
26494         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26495         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26496         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26497
26498 2013-05-02  David S. Miller  <davem@davemloft.net>
26499
26500         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26501
26502 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26503
26504         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26505
26506 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26507
26508         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26509
26510 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26511
26512         [BZ #14952]
26513         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26514         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26515         Use __attribute__ ((__gnu_inline__)).
26516         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26517         Don't use __attribute__ ((__gnu_inline__)).
26518
26519 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26520
26521         [BZ #15423]
26522         * math/s_catan.c (__catan): Handle small real or imaginary part of
26523         input specially to avoid spurious underflow.
26524         * math/s_catanf.c (__catanf): Likewise.
26525         * math/s_catanh.c (__catanh): Likewise.
26526         * math/s_catanhf.c (__catanhf): Likewise.
26527         * math/s_catanhl.c (__catanhl): Likewise.
26528         * math/s_catanl.c (__catanl): Likewise.
26529         * math/libm-test.inc (catan_test): Add more tests.
26530         (catanh_test): Likewise.
26531         * sysdeps/i386/fpu/libm-test-ulps: Update.
26532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26533
26534 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26535
26536         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26537
26538 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26539
26540         [BZ #15416]
26541         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26542         accurately for denominator in atan2.
26543         * math/s_catanf.c (__catanf): Likewise.
26544         * math/s_catanh.c (__catanh): Likewise.
26545         * math/s_catanhf.c (__catanhf): Likewise.
26546         * math/s_catanhl.c (__catanhl): Likewise.
26547         * math/s_catanl.c (__catanl): Likewise.
26548         * math/libm-test.inc (catan_test): Add more tests.
26549         (catanh_test): Likewise.
26550         * sysdeps/i386/fpu/libm-test-ulps: Update.
26551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26552
26553 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26554
26555         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26556
26557         * benchtests/Makefile (bench): Remove slow benchmarks.
26558         * benchtests/atan-inputs: Add slow benchmark inputs.
26559         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26560         (BENCH_FUNC): Accept variant offset.
26561         (VARIANT): Define.
26562         * benchtests/bench-skeleton.c (main): Run benchmark for each
26563         variant.
26564         * benchtests/cos-inputs: Add slow benchmark inputs.
26565         * benchtests/exp-inputs: Likewise.
26566         * benchtests/pow-inputs: Likewise.
26567         * benchtests/sin-inputs: Likewise.
26568         * benchtests/slowatan-inputs: Remove.
26569         * benchtests/slowatan.c: Remove.
26570         * benchtests/slowcos-inputs: Remove.
26571         * benchtests/slowcos.c: Remove.
26572         * benchtests/slowexp-inputs: Remove.
26573         * benchtests/slowexp.c: Remove.
26574         * benchtests/slowpow-inputs: Remove.
26575         * benchtests/slowpow.c: Remove.
26576         * benchtests/slowsin-inputs: Remove.
26577         * benchtests/slowsin.c: Remove.
26578         * benchtests/slowtan-inputs: Remove.
26579         * benchtests/slowtan.c: Remove.
26580         * benchtests/tan-inputs: Add slow benchmark inputs.
26581         * scripts/bench.pl: Parse comments and directives.
26582
26583         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26584         in CPPFLAGS.
26585         ($(objpfx)bench-%.c): Remove *-ITER.
26586         * benchtests/bench-modf.c: Remove definition of ITER.
26587         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26588         (main): Loop for DURATION seconds instead of fixed number of
26589         iterations.
26590         * scripts/bench.pl: Don't expect iterations in parameters.
26591
26592 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26593
26594         * io/fchdir.c (__fchdir): Renamed from fchdir.
26595         (fchdir): Define as weak alias.
26596
26597 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26598
26599         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26600         (ERRNO_EDOM): Likewise.
26601         (ERRNO_ERANGE): Likewise.
26602         (noErrnoTests): New variable.
26603         (init_max_error): Set errno to 0.
26604         (test_single_errno): New function.
26605         (test_errno): Likewise.
26606         (check_float_internal): Call test_errno.  Set errno to 0.
26607         (check_complex): Refer to errno tests in comment.
26608         (check_int): Call test_errno.  Set errno to 0.
26609         (check_long): Likewise.
26610         (check_bool): Likewise.
26611         (check_longlong): Likewise.
26612         (cos_test): Use ERRNO_* flags for errno tests instead of
26613         check_int.
26614         (expm1_test): Likewise.
26615         (fmod_test): Likewise.
26616         (ilogb_test): Likewise.
26617         (lgamma_test): Likewise.
26618         (pow_test): Likewise.
26619         (remainder_test): Likewise.
26620         (sin_test): Likewise.
26621         (tan_test): Likewise.
26622         (yn_test): Likewise.
26623         (initialize): Set errno to 0.
26624         (main): Print number of errno tests.
26625         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26626
26627 2013-04-29  Andreas Jaeger  <aj@suse.de>
26628
26629         [BZ #15084]
26630         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26631         and RES_USEVC.
26632
26633         [BZ #15085]
26634         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26635         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26636         unimplemented.
26637
26638         [BZ #15380]
26639         * stdlib/random.c (__initstate): Return NULL if
26640         __initstate fails.
26641
26642         [BZ #15086]
26643         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26644         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26645         RES_SNGLKUPREOP.
26646
26647 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26648
26649         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26650
26651 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26652
26653         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26654         of individual tests.
26655         (casin_test): Likewise.
26656         (casinh_test): Likewise.
26657
26658 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26659
26660         [BZ #15409]
26661         * math/s_catan.c (__catan): Handle arguments with large real or
26662         imaginary part separately without squaring.
26663         * math/s_catanf.c (__catanf): Likewise.
26664         * math/s_catanh.c (__catanh): Likewise.
26665         * math/s_catanhf.c (__catanhf): Likewise.
26666         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26667         and redefine.
26668         (__catanhl): Handle arguments with large real or imaginary part
26669         separately without squaring.
26670         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26671         and redefine.
26672         (__catanl): Handle arguments with large real or imaginary part
26673         separately without squaring.
26674         * math/libm-test.inc (catan_test): Add more tests.
26675         (catanh_test): Likewise.
26676         * sysdeps/i386/fpu/libm-test-ulps: Update.
26677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26678
26679 2013-04-27  Andreas Jaeger  <aj@suse.de>
26680
26681         [BZ #15007]
26682         * stdlib/stdlib.h: Update guards for qecvt.
26683         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26684         <stdlib.h>.
26685
26686 2013-04-27  Allan McRae  <allan@archlinux.org>
26687
26688         * sysdeps/i386/fpu/libm-test-ulps: Update.
26689
26690 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26691
26692         [BZ #15406]
26693         * math/s_catan.c: Include <float.h>.
26694         (__catan): Ensure underflow exception occurs for underflowed
26695         result.
26696         * math/s_catanf.c: Include <float.h>.
26697         (__catanf): Ensure underflow exception occurs for underflowed
26698         result.
26699         * math/s_catanh.c: Include <float.h>.
26700         (__catanh): Ensure underflow exception occurs for underflowed
26701         result.
26702         * math/s_catanhf.c: Include <float.h>.
26703         (__catanhf): Ensure underflow exception occurs for underflowed
26704         result.
26705         * math/s_catanhl.c: Include <float.h>.
26706         (__catanhl): Ensure underflow exception occurs for underflowed
26707         result.
26708         * math/s_catanl.c: Include <float.h>.
26709         (__catanl): Ensure underflow exception occurs for underflowed
26710         result.
26711         * math/libm-test.inc (catan_test): Add more tests.
26712         (catanh_test): Likewise.
26713
26714         [BZ #15405]
26715         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26716         underflowed result.
26717         * math/s_ccoshf.c (__ccoshf): Likewise.
26718         * math/s_ccoshl.c (__ccoshl): Likewise.
26719         * math/s_csin.c (__csin): Likewise.
26720         * math/s_csinf.c (__csinf): Likewise.
26721         * math/s_csinh.c (__csinh): Likewise.
26722         * math/s_csinhf.c (__csinhf): Likewise.
26723         * math/s_csinhl.c (__csinhl): Likewise.
26724         * math/s_csinl.c (__csinl): Likewise.
26725         * math/libm-test.inc (ccos_test): Add more tests.
26726         (ccosh_test): Likewise.
26727         (csin_test): Likewise.
26728         (csinh_test): Likewise.
26729
26730 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26731
26732         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26733         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26734         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26735         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26736         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26737         powerpc/power5+/fpu folders.
26738         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26739
26740
26741 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26742
26743         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26744
26745 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26746
26747         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26748         additions to variable.
26749         [$(config-machine) = x86_64] (modules-names): Likewise.
26750         ($(objpfx)tst-audit3): Remove dependency.
26751         ($(objpfx)tst-audit3.out): Likewise.
26752         ($(objpfx)tst-audit4): Likewise.
26753         ($(objpfx)tst-audit4.out): Likewise.
26754         ($(objpfx)tst-audit5): Likewise.
26755         ($(objpfx)tst-audit5.out): Likewise.
26756         ($(objpfx)tst-audit6): Likewise.
26757         ($(objpfx)tst-audit6.out): Likewise.
26758         ($(objpfx)tst-audit7): Likewise.
26759         ($(objpfx)tst-audit7.out): Likewise.
26760         (tst-audit3-ENV): Remove variable.
26761         (tst-audit4-ENV): Likewise.
26762         (tst-audit5-ENV): Likewise.
26763         (tst-audit6-ENV): Likewise.
26764         (tst-audit7-ENV): Likewise.
26765         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26766         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26767         addition to variable.
26768         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26769         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26770         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26771         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26772         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26773         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26774         tst-audit3, tst-audit4 and tst-audit5.
26775         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26776         tst-audit6 and tst-audit7.
26777         [$(subdir) = elf] (modules-names): Add audit modules for those
26778         tests.
26779         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26780         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26781         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26782         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26783         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26784         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26785         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26786         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26787         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26788         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26789         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26790         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26791         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26792         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26793         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26794         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26795         Likewise.
26796         [$(subdir) = elf && $(config-cflags-avx) = yes]
26797         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26798         [$(subdir) = elf && $(config-cflags-avx) = yes]
26799         (CFLAGS-tst-auditmod4a.c): Likewise.
26800         [$(subdir) = elf && $(config-cflags-avx) = yes]
26801         (CFLAGS-tst-auditmod4b.c): Likewise.
26802         [$(subdir) = elf && $(config-cflags-avx) = yes]
26803         (CFLAGS-tst-auditmod6b.c): Likewise.
26804         [$(subdir) = elf && $(config-cflags-avx) = yes]
26805         (CFLAGS-tst-auditmod6c.c): Likewise.
26806         [$(subdir) = elf && $(config-cflags-avx) = yes]
26807         (CFLAGS-tst-auditmod7b.c): Likewise.
26808         * elf/tst-audit3.c: Move to ...
26809         * sysdeps/x86_64/tst-audit3.c: ... here.
26810         * elf/tst-audit4.c: Move to ...
26811         * sysdeps/x86_64/tst-audit4.c: ... here.
26812         * elf/tst-audit5.c: Move to ...
26813         * sysdeps/x86_64/tst-audit5.c: ... here.
26814         * elf/tst-audit6.c: Move to ...
26815         * sysdeps/x86_64/tst-audit6.c: ... here.
26816         * elf/tst-audit7.c: Move to ...
26817         * sysdeps/x86_64/tst-audit7.c: ... here.
26818         * elf/tst-auditmod3a.c: Move to ...
26819         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26820         * elf/tst-auditmod3b.c: Move to ...
26821         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26822         * elf/tst-auditmod4a.c: Move to ...
26823         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26824         * elf/tst-auditmod4b.c: Move to ...
26825         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26826         * elf/tst-auditmod5a.c: Move to ...
26827         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26828         * elf/tst-auditmod5b.c: Move to ...
26829         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26830         * elf/tst-auditmod6a.c: Move to ...
26831         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26832         * elf/tst-auditmod6b.c: Move to ...
26833         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26834         * elf/tst-auditmod6c.c: Move to ...
26835         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26836         * elf/tst-auditmod7a.c: Move to ...
26837         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26838         * elf/tst-auditmod7b.c: Move to ...
26839         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26840
26841 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26842
26843         [BZ #15366]
26844         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26845         define unconditionally.
26846         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26847         define unconditionally.
26848         (INT8_C, INT16_C, etc.): Likewise.
26849
26850 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26851
26852         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26853         __ehdr_start with hidden visibility.
26854
26855         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26856
26857 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26858
26859         * math/libm-test.inc (cos_test): Use accurate hex constants.
26860         (sincost_test): Likewise.
26861
26862 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26863
26864         * math/libm-test.inc (catan_test): Add more tests.
26865         (catanh_test): Likewise.
26866
26867         * math/s_catanf.c (__catanf): Use suffixed floating-point
26868         constants.
26869         * math/s_catanhf.c (__catanhf): Likewise.
26870         * math/s_catanhl.c (__catanhl): Likewise.
26871         * math/s_catanl.c (__catanl): Likewise.
26872
26873         [BZ #15394]
26874         * math/s_catan.c (__catan): Calculate imaginary part of result
26875         with log1p not log unless computing log of number close to 0.
26876         * math/s_catanf.c (__catanf): Likewise.
26877         * math/s_catanl.c (__catanl): Likewise.
26878         * math/s_catanh.c (__catanh): Calculate real part of result with
26879         log1p not log unless computing log of number close to 0.
26880         * math/s_catanhf.c (__catanhf): Likewise.
26881         * math/s_catanhl.c (__catanhl): Likewise.
26882         * math/libm-test.inc (catan_test): Add more tests.
26883         (catanh_test): Likewise.
26884         * sysdeps/i386/fpu/libm-test-ulps: Update.
26885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26886
26887 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26888
26889         * benchtests/Makefile: Mention files in which fast and slow
26890         paths of math functions are implemented.
26891
26892 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26893
26894         * sysdeps/posix/timespec_get.c: New file.
26895
26896 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26897
26898         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26899         POWER.
26900         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26901         for POWER.
26902         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26903         powerpc/power5/fpu folders.
26904         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26905         * benchtests/Makefile: Add modf testcase.
26906         * benchtests/bench-modf.c: New file: Benchmark test for mo
26907
26908 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26909
26910         [BZ #14888]
26911         * time/Makefile (tests): Add tst-strptime-whitespace.
26912         * time/strptime_l.c (get_number): Use ISSPACE.
26913         (__strptime_internal): Likewise.
26914         * time/tst-strptime-whitespace.c: New test case.
26915
26916 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26917
26918         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26919         member.
26920         (_nss_files_init): Set it here.
26921
26922 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26923
26924         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26925         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26926         unsigned.
26927
26928 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26929
26930         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26931
26932 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26933
26934         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26935         size just once.
26936
26937 2013-04-21  David S. Miller  <davem@davemloft.net>
26938
26939         * po/ru.po: Update Russion translation from translation project.
26940
26941 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26942
26943         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26944         and setfsgid.
26945
26946 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26947
26948         * configure.in: Remove i386 configure warning. Remove i386 case.
26949         * configure: Regenerate.
26950         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26951         Add example to error message.
26952         * sysdeps/i386/configure: Regenerate.
26953
26954 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26955
26956         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26957         slowtan.
26958         * benchtests/cos-inputs: New file.
26959         * benchtests/slowcos-inputs: New file.
26960         * benchtests/slowcos.c: New file.
26961         * benchtests/slowtan-inputs: New file.
26962         * benchtests/slowtan.c: New file.
26963         * benchtests/tan-inputs: New file.
26964
26965 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26966
26967         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26968         considered kosher.
26969
26970 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26971
26972         * benchtests/Makefile: Include cppflags-iterator.mk to add
26973         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26974
26975         * Makefile.in (bench-clean): New target.
26976         * benchtests/Makefile (bench-clean): Likewise.
26977
26978 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26979
26980         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26981
26982 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26983
26984         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26985
26986 2013-04-15  Andreas Schwab  <schwab@suse.de>
26987
26988         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26989         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26990         * nscd/pwdcache.c (cache_addpw): Likewise.
26991         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26992         more than recsize.
26993
26994 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26995
26996         * benchtests/Makefile (bench): Write all output to
26997         bench-out.tmp together.
26998
26999 2013-04-15  Andreas Schwab  <schwab@suse.de>
27000
27001         * nscd/nscd.c (main): Don't fork again after closing files.
27002
27003 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27004
27005         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
27006
27007         * benchtests/Rules (bench-deps): Collect dependencies into a
27008         single variable.  Add Makefile to dependencies.
27009         ($(objpfx)bench-%.c): Depend on bench-deps.
27010
27011 2013-04-12  Roland McGrath  <roland@hack.frob.com>
27012             Xavier Roche  <roche+kml2@exalead.com>
27013
27014         [BZ #15361]
27015         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
27016         just that it's a file descriptor.
27017         * manual/llio.texi (Synchronizing AIO Operations): Update description
27018         for EBADF error from aio_fsync.
27019
27020 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27021
27022         * Rules (bench): Move target definition...
27023         * benchtests/Makefile: ... here.
27024
27025 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
27026
27027         * math/libm-test.inc (cos_test): Fix PI/2 test.
27028         (sincos_test): Likewise.
27029         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
27030         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
27031
27032 2013-04-11  Andreas Schwab  <schwab@suse.de>
27033
27034         [BZ #13988]
27035         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
27036         accept exponent character only when digits were seen.
27037         * stdio-common/Makefile (tests): Add bug26.
27038         * stdio-common/bug26.c: New file.
27039
27040         [BZ #14293]
27041         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
27042         non-freeable.
27043
27044 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27045
27046         * Makeconfig (rtld-prefix): Define built linker prefix.
27047         * Rules (run-bench): Use it.
27048         * math/Makefile (run-regen-ulps): Likewise.
27049
27050         * Rules (bench): Remove eval.
27051
27052 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27053             Roland McGrath  <roland@hack.frob.com>
27054             Ondrej Bilka  <neleai@seznam.cz>
27055
27056         [BZ #15346]
27057         * time/getdate.c: Include ctype.h and alloca.h.
27058         (__getdate_r): Trim leading and trailing spaces of input.
27059         * time/tst-getdate.c (tests): Add tests with leading and
27060         trailing spaces.
27061
27062 2013-04-08  Roland McGrath  <roland@hack.frob.com>
27063
27064         [BZ #14280]
27065         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
27066         when computing value.
27067
27068 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27069
27070         * math/README.libm-test (How can I generate "libm-test-ulps"?):
27071         Use testrun.sh to run libm tests.
27072
27073         [BZ #15309]
27074         * elf/dl-open.c (dl_open_worker): memset all of seen array.
27075
27076 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
27077
27078         [BZ #15264]
27079         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
27080
27081 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27082
27083         * Makefile.in (regen-ulps): New target.
27084         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
27085         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
27086         [ifneq (no,$(PERL)] (regen-ulps): New target.
27087         [ifeq (no,$(PERL)] (regen-ulps): New target.
27088         * math/libm-test.inc (ulps_file_name): Define.
27089         (output_dir): New variable.
27090         (options): Add "output-dir" option.
27091         (parse_opt): Handle 'o' case.
27092         (main): If output_dir is non-NULL use it as a prefix
27093         otherwise use "".
27094         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
27095
27096 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27097
27098         [BZ #10060, #10062]
27099         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
27100         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
27101         fail configure if __sync_val_compare_and_swap is not inlined.
27102         * sysdeps/i386/configure: Regenerate.
27103         * configure.in: Build for i686 when configured for i386.
27104         * configure: Regenerate.
27105         * README: Remove i386 reference.
27106
27107 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
27108
27109         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
27110         * sysdeps/s390/s390-64/sysdep.h: Likewise.
27111
27112 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
27113
27114         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
27115         (lmsnanval): New variables.
27116         (F): Add conversion tests.
27117         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
27118         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
27119
27120         * stdio-common/tstdiomisc.c (F): Properly collect individual
27121         tests' results.
27122
27123         [BZ #14686, #15336]
27124         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
27125         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
27126         Instead, use input NaN values or generate a qNaN by arithmetic
27127         operation.  Also fix bugs to comply with the standard.
27128         * math/libm-test.inc (remainder_test): Add more tests.
27129
27130         [BZ #15335, #15342]
27131         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
27132         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
27133         input NaN values or generate a qNaN by arithmetic operation.
27134
27135         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
27136         unreachable code.
27137
27138         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
27139         definitions.
27140
27141 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
27142
27143         [BZ #14478]
27144         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
27145         underflowed result.
27146         * math/s_cexpf.c (__cexpf): Likewise.
27147         * math/s_cexpl.c (__cexpl): Likewise.
27148         * math/libm-test.inc (cexp_test): Add more tests.
27149
27150 2013-04-03  Andreas Schwab  <schwab@suse.de>
27151
27152         [BZ #15330]
27153         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
27154         order arrays from heap if bigger than alloca cutoff.
27155
27156 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
27157
27158         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
27159         (SNAN_TESTS_double): Refer to GCC PR56831.
27160         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
27161         GCC PR56828.
27162
27163 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27164
27165         * Rules (bench): Move bench.out after the run is complete.
27166
27167         * Rules (bench): Echo currently running benchmark.
27168
27169         * benchtests/Makefile (bench): Add atan and slowatan.
27170         * benchtests/atan-inputs: New file.
27171         * benchtests/slowatan-inputs: New file.
27172         * benchtests/slowatan.c: New file.
27173
27174         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
27175         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
27176         its value.
27177
27178         [BZ #15305]
27179         * sysdeps/unix/sysv/linux/kernel-features.h
27180         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
27181         __ASSUME_XFS_RESTRICTED_CHOWN.
27182         * sysdeps/unix/sysv/linux/pathconf.c
27183         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
27184         Save and restore errno.
27185
27186 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
27187
27188         [BZ #15327]
27189         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
27190         arguments using __kernel_casinh.
27191         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
27192         arguments using __kernel_casinhf.
27193         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
27194         arguments using __kernel_casinhl.
27195         * math/libm-test.inc (cacosh_test): Add more tests.
27196         * sysdeps/i386/fpu/libm-test-ulps: Update.
27197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27198
27199 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27200
27201         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
27202         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
27203
27204         * bench/Makefile (bench): Add sin and slowsin.
27205         * benchtests/sin-inputs: New file.
27206         * benchtests/slowsin-inputs: New file.
27207         * benchtests/slowsin.c: New file.
27208
27209         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
27210         (bench): Add slowexp and slowpow.
27211         (exp-ITER): Increase iterations.
27212         (pow-ITER): Likewise.
27213         * benchtests/exp-inputs: Change input.
27214         * benchtests/pow-inputs: Likewise.
27215         * benchtests/slowexp-inputs: New file.
27216         * benchtests/slowexp.c: New file.
27217         * benchtests/slowpow-inputs: New file.
27218         * benchtests/slowpow.c: New file.
27219
27220 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27221
27222         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27223         instructions.
27224         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27225         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27226         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27227         * benchtests/Makefile: Add rint benchtest.
27228         * benchtests/rint-inputs: Input for rint benchtest.
27229
27230 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27231
27232         * Versions.def (libm): Add GLIBC_2.18.
27233         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27234         hidden libm prototypes.
27235         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27236         * math/Makefile (libm-calls): Add s_issignaling.
27237         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27238         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27239         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27240         declaration.
27241         * math/math.h [__USE_GNU] (issignaling): New macro.
27242         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27243         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27244         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27245         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27246         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27247         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27248         * manual/arith.texi (issignaling): New section.
27249         * manual/libm-err-tab.pl (@all_functions): Update comment.
27250         * math/gen-libm-test.pl (parse_args): Apply special handling for
27251         issignaling.
27252         * math/libm-test.inc (print_float, issignaling_test): New
27253         functions.
27254         (check_float_internal): Add issignaling checks.
27255         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27256         default definition.
27257         * sysdeps/powerpc/math-tests.h: New file.
27258         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27259         tests.
27260         * math/test-snan.c (TEST_FUNC): Likewise.
27261
27262 2013-03-30  David S. Miller  <davem@davemloft.net>
27263
27264         * po/de.po: Update from translation team.
27265
27266 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27267
27268         [BZ #10357]
27269         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27270         imaginary part less than 1.0 and real part less than 0.5
27271         specially.
27272         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27273         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27274         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27275         (cacos_test): Add more tests.
27276         (casin_test): Likewise.
27277         (casinh_test): Likewise.
27278         * sysdeps/i386/fpu/libm-test-ulps: Update.
27279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27280
27281 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27282
27283         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27284         ONE with its value.
27285
27286         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27287         (__pow_mp): Replace ONE and MONE with their values.
27288         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27289         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27290         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27291         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27292         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27293         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27294
27295         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27296
27297         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27298         (__pow_mp): Replace ZERO and MZERO with their values.
27299         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27300         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27301         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27302         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27303         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27304         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27305         (__sqr): Likewise.
27306
27307         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27308
27309         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27310
27311 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27312
27313         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27314         Declare with __attribute__ ((weak)).
27315         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27316         Call __call_tls_dtors only if it's not NULL.
27317
27318 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27319
27320         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27321         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27322         magic __ehdr_start linker symbol if it's defined.
27323         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27324         them up here if it was already done.
27325
27326         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27327         (_dl_aux_init): Use const in cast when setting it.
27328         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27329         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27330         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27331
27332         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27333         Declare them here.
27334         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27335         * csu/libc-tls.c: Nor here.
27336         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27337
27338         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27339         (__libc_message): Never call vsyslog.
27340
27341 2013-03-28  Alan Modra  <amodra@gmail.com>
27342
27343         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27344         Define as empty.
27345         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27346         Likewise.
27347
27348 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27349
27350         [BZ #15214]
27351         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27352         underflow.
27353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27354
27355 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27356
27357         [BZ #15304]
27358         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27359         Don't add gid passed as argument.
27360
27361         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27362
27363 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27364
27365         [BZ #15307]
27366         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27367         imaginary part between 1.0 and 1.5 and real part less than 0.5
27368         specially.
27369         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27370         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27371         * math/libm-test.inc (cacos_test): Add more tests.
27372         (casin_test): Likewise.
27373         (casinh_test): Likewise.
27374         * sysdeps/i386/fpu/libm-test-ulps: Update.
27375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27376
27377 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27378
27379         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27380         constants.
27381         (norm): Likewise.
27382         (denorm): Likewise.
27383         (__dbl_mp): Likewise.
27384         (add_magnitudes): Likewise.
27385         (sub_magnitudes): Likewise.
27386         (__add): Likewise.
27387         (__sub): Likewise.
27388         (__mul): Likewise.
27389         (__sqr): Likewise.
27390         (__inv): Likewise.
27391         (__dvd): Likewise.
27392
27393         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27394         commented code.
27395         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27396         (__dubcos): Likewise.
27397         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27398         (__ieee754_acos): Likewise.
27399         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27400         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27401         (__exp1): Likewise.
27402         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27403         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27404         (log1): Likewise.
27405         (my_log2): Likewise.
27406         (checkint): Likewise.
27407         * sysdeps/ieee754/dbl-64/e_remainder.c
27408         (__ieee754_remainder): Likewise.
27409         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27410         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27411         (bsloww): Likewise.
27412         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27413
27414         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27415         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27416         MANTISSA_STORE_T to store computations on mantissa.  Use
27417         macros for rounding and division.
27418         (denorm): Likewise.
27419         (__dbl_mp): Likewise.
27420         (add_magnitudes): Likewise.
27421         (sub_magnitudes): Likewise.
27422         (__mul): Likewise.
27423         (__sqr): Likewise.
27424         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27425         powers of two in terms of TWOPOW macro.
27426         (mp_no): Make type of mantissa as MANTISSA_T.
27427         [!RADIXI]: Define RADIXI.
27428         [!TWO52]: Define TWO52.
27429         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27430
27431 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27432
27433         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27434         llroundl symbol when building for PPC32.
27435
27436 2013-03-24  Mark H Weaver  <mhw@netris.org>
27437
27438         * manual/arith.texi (Normalization Functions): Fix prototypes for
27439         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27440
27441 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27442
27443         [BZ #13889]
27444         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27445         high value to check if expl overflow.
27446         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27447         to check for underflow and overflow.
27448         * math/libm-test.inc: Add exp test.
27449
27450 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27451
27452         [BZ #11120]
27453         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27454         with NOT_IN_libc.
27455
27456 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27457
27458         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27459         symbol.
27460
27461 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27462
27463         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27464         wrap blocks consisting of several statements.
27465
27466         * sysdeps/generic/math-tests.h: New file.
27467         * sysdeps/i386/fpu/math-tests.h: Likewise.
27468         * math/test-snan.c: Include it.
27469         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27470
27471 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27472
27473         [BZ #15285]
27474         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27475         (__ieee754_j0l): Do not improve calculations using cos of twice
27476         input for inputs above LDBL_MAX / 2.0L.
27477         (__ieee754_y0l): Likewise.
27478         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27479         (__ieee754_j1l): Do not improve calculations using cos of twice
27480         input for inputs above LDBL_MAX / 2.0L.
27481         (__ieee754_y1l): Likewise.
27482         * math/libm-test.inc (j0_test): Add another test.
27483         (j1_test): Likewise.
27484         (y0_test): Likewise.
27485         (y1_test): Likewise.
27486         * sysdeps/i386/fpu/libm-test-ulps: Update.
27487
27488 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27489
27490         * Rules ($(objpfx)bench-%.c): Include code from a C source
27491         file.
27492
27493 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27494
27495         [BZ #15287]
27496         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27497         imaginary part 1.0 and real part less than 0.5 specially.
27498         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27499         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27500         * math/libm-test.inc (cacos_test): Add more tests.
27501         (casin_test): Likewise.
27502         (casinh_test): Likewise.
27503         * sysdeps/i386/fpu/libm-test-ulps: Update.
27504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27505
27506 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27507
27508         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27509         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27510
27511 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27512
27513         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27514         * config.make.in (config-cflags-sse4): Remove variable.
27515         (config-cflags-avx): Likewise.
27516         (config-cflags-sse2avx): Likewise.
27517         (config-cflags-novzeroupper): Likewise.
27518         (config-asflags-i686): Likewise.
27519         (have-mfma4): Likewise.
27520         (have-as-vis3): Likewise.
27521         (MIG): Likewise.
27522         * configure.in (MIG): Do not AC_SUBST.
27523         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27524         (libc_cv_cc_sse4): Do not AC_SUBST.
27525         (libc_cv_cc_avx): Likewise.
27526         (libc_cv_cc_sse2avx): Likewise.
27527         (libc_cv_cc_novzeroupper): Likewise.
27528         (libc_cv_cc_fma4): Likewise.
27529         (libc_cv_as_i686): Likewise.
27530         (libc_cv_sparc_as_vis3): Likewise.
27531         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27532         LIBC_CONFIG_VAR.
27533         (config-asflags-i686): Likewise.
27534         (config-cflags-avx): Likewise.
27535         (config-cflags-sse2avx): Likewise.
27536         (have-mfma4): Likewise.
27537         (config-cflags-novzeroupper): Likewise.
27538         * sysdeps/mach/configure.in (MIG): Likewise.
27539         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27540         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27541         LIBC_CONFIG_VAR.
27542         (config-cflags-avx): Likewise.
27543         (config-cflags-sse2avx): Likewise.
27544         (have-mfma4): Likewise.
27545         (config-cflags-novzeroupper): Likewise.
27546         * configure: Regenerated.
27547         * sysdeps/i386/configure: Likewise.
27548         * sysdeps/mach/configure: Likewise.
27549         * sysdeps/sparc/configure: Likewise.
27550         * sysdeps/x86_64/configure: Likewise.
27551
27552 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27553
27554         [BZ #14812]
27555         * locale/programs/localedef.c (options): Put N_ translation marker
27556         on argument names, not just descriptions.
27557
27558 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27559
27560         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27561
27562 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27563
27564         [BZ #14176]
27565         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27566
27567 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27568
27569         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27570         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27571         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27572         [!BEFORE_ABORT] (before_abort): New function.
27573         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27574         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27575         (writev_for_fatal): New function.
27576         (WRITEV_FOR_FATAL): New macro; call that.
27577         (backtrace_and_maps): New function.
27578         (BEFORE_ABORT): New macro; call that.
27579         (struct str_list): Type removed.
27580         (__libc_message, __libc_fatal): Functions removed.
27581         Include <sysdeps/posix/libc_fatal.c> instead.
27582
27583 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27584
27585         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27586         constants.
27587         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27588         double constants.
27589
27590 2013-03-19  Andreas Schwab  <schwab@suse.de>
27591
27592         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27593         * sysdeps/gnu/configure: Regenerate.
27594
27595         * configure.in: Substitute libc_cv_rtlddir.
27596         * configure: Regenerate.
27597         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27598         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27599         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27600         * elf/Makefile (install-others, CFLAGS-interp.c)
27601         (ldso_install, common-ldd-rewrite): Likewise.
27602         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27603         $(inst_slibdir)/$(rtld-installed-name).
27604         * scripts/rellns-sh: Add -p option.
27605         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27606         for source.
27607
27608 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27609
27610         * manual/nptl.texi: Renamed to ...
27611         * manual/threads.texi: ... this.
27612         * manual/Makefile (chapters): Update.
27613
27614 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27615
27616         [BZ #14812]
27617         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27618         on argument names, not just descriptions.
27619         * malloc/memusagestat.c (options): Likewise.
27620         * nss/getent.c (options): Likewise.
27621
27622 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27623
27624         [BZ #14812]
27625         * iconv/iconv_prog.c (options): Put N_ translation marker
27626         on argument names, not just descriptions.
27627         * iconv/iconvconfig.c (options): Likewise.
27628
27629 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27630
27631         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27632         implementation which is faster on all x86_64 architectures.
27633         Tested on AMD, Intel Nehalem, SNB, IVB.
27634         * sysdeps/x86_64/strnlen.S: Likewise.
27635
27636         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27637         Remove all multiarch strlen and strnlen versions.
27638         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27639         Remove strlen and strnlen related parts.
27640
27641         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27642         Inline strlen part.
27643         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27644
27645         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27646         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27647         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27648         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27649         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27650         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27651
27652 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27653
27654         * manual/memory.texi (Malloc Tunable Parameters):
27655         Sort parameters alphabetically. Add comments for missing entries.
27656
27657 2013-03-17  David S. Miller  <davem@davemloft.net>
27658
27659         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27660
27661 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27662
27663         [BZ #15283]
27664         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27665         for arguments at most half maximum finite value.
27666         * math/libm-test.inc (j0_test): Add more tests.
27667         (j1_test): Likewise.
27668         (y0_test): Likewise.
27669         (y1_test): Likewise.
27670         * sysdeps/i386/fpu/libm-test-ulps: Update.
27671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27672
27673         [BZ #14155]
27674         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27675         1 / x and functions P and Q for arguments above 0x1p256L.
27676         (__ieee754_y0l): Likewise.
27677         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27678         (__ieee754_y1l): Likewise.
27679         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27680         (j1_test): Likewise.
27681         (y0_test): Likewise.
27682         (y1_test): Likewise.
27683
27684 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27685
27686         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27687         variable.
27688
27689 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27690
27691         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27692         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27693         zero since it's initialized to EXEC_PAGESIZE.
27694
27695         * sysdeps/unix/sysv/linux/ldsodefs.h
27696         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27697         * sysdeps/generic/ldsodefs.h: ... here.
27698
27699 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27700
27701         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27702
27703         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27704         math/test-snan.c.
27705         * math/test-snan.c: Renamed from
27706         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27707         * math/Makefile (tests): Add test-snan.
27708         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27709         test-powerpc-snan.
27710
27711         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27712         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27713         functions.
27714         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27715         __builtin_nan family of functions.
27716         * math/libm-test.inc (initialize): Initialize qnan_value with
27717         __builtin_nan family of functions.
27718         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27719         Remove variables.
27720         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27721         Remove functions.
27722         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27723         storage class.  Initialize qNaN_var and sNaN_var with
27724         __builtin_nan and __builtin_nans families of functions,
27725         respectively.
27726
27727         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27728         (sqrt_test): Remove duplicate test with qNaN input.
27729         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27730         (round_test, signbit_test, significand_test): Note missing +/-Inf
27731         as well as qNaN tests.
27732
27733         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27734         qNaN_var.  Fix a few strings, too.
27735         * math/libm-test.inc (nan_value): Rename to qnan_value.
27736         * math/gen-libm-test.pl (%beautify): Adjust to that.
27737         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27738         * math/test-misc.c (main): Likewise.
27739         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27740         to __qnan_bytes, and __qnan_union, respectively.
27741         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27742         Likewise.
27743         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27744         and lqnanval, respectively.
27745         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27746         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27747         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27748         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27749
27750         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27751         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27752         doubles.
27753
27754         * math/test-misc.c (main): Fix copy'n'pastos.
27755         * misc/tst-efgcvt.c (special): Likewise.
27756
27757         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27758         Remove declarations.
27759
27760 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27761
27762         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27763         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27764         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27765         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27766
27767 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27768
27769         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27770         macro to return vdso values correctly in IFUNC implementations.
27771         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27772         Optimization by using IFUNC.
27773
27774 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27775             Richard Henderson  <rth@redhat.com>
27776             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27777
27778         * Makefile.in (bench): New target.
27779         * NEWS: Mention the benchmark framework.
27780         * Rules (bench): Likewise.
27781         (binaries-bench): Generate binaries for functions to
27782         benchmark.
27783         * benchtests/Makefile: New makefile for benchmark tests.
27784         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27785         programs.
27786         * benchtests/exp-inputs: New input file for EXP function.
27787         * benchtests/pow-inputs: New input file for POW function.
27788         * scripts/bench.pl: New script to generate source files for
27789         benchmark programs.
27790
27791 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27792
27793         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27794         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27795         computations on mantissa.  Use macros for rounding and
27796         division.
27797         (denorm): Likewise.
27798         (__dbl_mp): Likewise.
27799         (add_magnitudes): Likewise.
27800         (sub_magnitudes): Likewise.
27801         (__mul): Likewise.
27802         (__sqr): Likewise.
27803         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27804         powers of two in terms of TWOPOW macro.
27805         (mp_no): Make type of mantissa as MANTISSA_T.
27806         [!RADIXI]: Define RADIXI.
27807         [!TWO52]: Define TWO52.
27808         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27809
27810         * manual/nptl.texi (cindex): Modify threads to pthreads.
27811
27812 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27813
27814         * sysdeps/x86_64/preconfigure: Regenerated.
27815
27816 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27817
27818         [BZ #14155]
27819         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27820         0x1p28 and above.
27821         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27822         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27823         0x1p28 and above.
27824         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27825         * math/libm-test.inc (j0_test): Do not allow one spurious
27826         underflow exception.
27827         (y1_test): Likewise.
27828
27829 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27830
27831         * manual/Makefile (chapters): Add nptl.
27832         * manual/debug.texi (Debugging Support): Add link to Threads
27833         chapter.
27834         * manual/nptl.texi: New file.
27835
27836         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27837
27838 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27839
27840         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27841         for non-NULL pointer before the memory validity test. Pointed
27842         out by Holger Brunck <holger.brunck@keymile.com>.
27843
27844 2013-03-13  Andreas Schwab  <schwab@suse.de>
27845
27846         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27847         instead of .os.
27848
27849 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27850
27851         * timezone/zic.c: Update from tzcode 2013b.
27852
27853 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27854
27855         * manual/install.texi (Configuring and compiling):
27856         Mention i686 and i586.
27857         * INSTALL: Regenerate.
27858
27859 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27860
27861         * sysdeps/init_array/elf-init.c: New file.
27862         * csu/elf-init.c
27863         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27864         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27865
27866         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27867         __gmon_start__ as global, but as static with a .preinit_array pointer.
27868         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27869         * sysdeps/init_array/crti.S: New file, empty except for comments.
27870         * sysdeps/init_array/crtn.S: Likewise.
27871
27872 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27873
27874         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27875         definining bcopy.
27876         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27877         Remove Prefer_SSE_for_memop.
27878         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27879         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27880         HAS_PREFER_SSE_FOR_MEMOP.
27881         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27882         memset-x86-64.
27883         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27884         Remove bzero, memset ifunc support.
27885         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27886         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27887         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27888         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27889
27890 2013-03-11  Andreas Schwab  <schwab@suse.de>
27891
27892         [BZ #15234]
27893         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27894         by SHLIB_COMPAT.
27895         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27896         (GLIBC_2.16): Remove pthread_atfork.
27897
27898 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27899
27900         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27901         (ptestcases.h): Likewise.
27902
27903 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27904
27905         * Makeconfig ($(common-objpfx)config.status): Depend on
27906         sysdeps/*/preconfigure{,.in} too.
27907
27908 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27909
27910         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27911         (__free_hook): Use void * instead of __malloc_ptr_t.
27912         (__malloc_hook): Likewise.
27913         (__realloc_hook): Likewise.
27914         (__memalign_hook): Likewise.
27915         (__after_morecore_hook): Likewise.
27916         * malloc/arena.c (save_malloc_hook): Likewise.
27917         (save_free_hook): Likewise.
27918         * malloc/hooks.c (malloc_hook_ini): Likewise.
27919         (realloc_hook_ini): Likewise.
27920         (memalign_hook_ini): Likewise.
27921         * malloc/malloc.c (malloc_hook_ini): Likewise.
27922         (realloc_hook_ini): Likewise.
27923         (memalign_hook_ini): Likewise.
27924         (__free_hook): Likewise.
27925         (__malloc_hook): Likewise.
27926         (__realloc_hook): Likewise.
27927         (__memalign_hook): Likewise.
27928         (__libc_malloc): Likewise.
27929         (__libc_free): Likewise.
27930         (__libc_realloc): Likewise.
27931         (__libc_memalign): Likewise.
27932         (__libc_valloc): Likewise.
27933         (__libc_pvalloc): Likewise.
27934         (__libc_calloc): Likewise.
27935         (__posix_memalign): Likewise.
27936         * malloc/morecore.c (__sbrk): Likewise.
27937         (__default_morecore): Likewise.
27938
27939         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27940
27941         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27942         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27943         __malloc_ptrdiff_t.
27944
27945         * malloc/malloc.h (__malloc_size_t): Remove macro.
27946         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27947         __malloc_size_t.
27948         (old_memalign_hook): Likewise.
27949         (old_realloc_hook): Likewise.
27950         (struct hdr): Likewise.
27951         (flood): Likewise.
27952         (mallochook): Likewise.
27953         (memalignhook): Likewise.
27954         (reallochook): Likewise.
27955         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27956         (tr_old_realloc_hook): Likewise.
27957         (tr_old_memalign_hook): Likewise.
27958         (tr_mallochook): Likewise.
27959         (tr_reallochook): Likewise.
27960         (tr_memalignhook): Likewise.
27961
27962 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27963
27964         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27965         default_ldbl_pack and using as default implementation.
27966         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27967         implementation.
27968         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27969         redundant definition.
27970         (ldbl_insert_mantissa): Likewise.
27971         (ldbl_canonicalize): Likewise.
27972         (ldbl_nearbyint): Likewise.
27973         (ldbl_pack): Rename to ldbl_pack_ppc.
27974         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27975         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27976         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27977
27978 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27979
27980         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27981         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27982         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27983         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27984         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27985         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27986         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27987         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27988
27989 2013-03-07  Andreas Jaeger  <aj@suse.de>
27990
27991         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27992         bits/mman-linux.h.
27993
27994 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27995
27996         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27997         Include mpa.h and declare __MPEXP.
27998         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27999         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
28000         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
28001         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
28002         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
28003         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
28004         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
28005
28006         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
28007         (__slowpow): Use long double EXPL and LOGL functions to
28008         compute POW.
28009         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
28010         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
28011         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
28012         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
28013         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
28014         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
28015
28016         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
28017         intermediate variable to calculate exponent.
28018         (__sqr): Likewise.
28019         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28020         Likewise.
28021         (__sqr): Likewise.
28022
28023         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
28024         [!NO__SQR]: Define __sqr.
28025         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
28026         and NO__SQR.  Remove all code except __mul and __sqr.  Include
28027         sysdeps/ieee754/dbl-64/mpa.c.
28028         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28029
28030         [BZ #12723]
28031         * posix/Makefile (tests): Add tst-pathconf.
28032         * posix/tst-pathconf.c: New test case.
28033         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
28034         _PC_PIPE_BUF.
28035         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
28036
28037 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
28038
28039         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
28040
28041 2013-03-06  Andreas Jaeger  <aj@suse.de>
28042
28043         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
28044         definition via __MAP_ANONYMOUS.
28045
28046         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
28047         it's not part of Linux headers.
28048
28049         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
28050         (MAP_HUGE_MASK): Define.
28051
28052         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28053         Define.
28054         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28055         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28056         Define.
28057         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28058         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
28059         Define.
28060         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28061         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
28062         Define.
28063         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
28064
28065         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
28066         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
28067         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
28068         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
28069         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
28070         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
28071
28072         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
28073         Handle f2fs.
28074
28075         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
28076         Handle f2fs and efivarfs.
28077
28078         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
28079         f2fs.
28080
28081         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
28082         (EFIVARFS_MAGIC): Add.
28083         (F2FS_LINK_MAX): Add.
28084
28085 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
28086
28087         * stdio-common/vfprintf.c: Replace __builtin_expect with
28088         __glibc_unlikely.
28089
28090 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
28091
28092         [BZ #13550]
28093         * sysdeps/generic/bp-sym.h: Remove file.
28094         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
28095         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
28096         <bp-sym.h> and <bp-asm.h>.
28097         (__longjmp): Don't use BP_SYM.
28098         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
28099         and <bp-asm.h>.
28100         (memcpy): Don't use BP_SYM.
28101         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
28102         <bp-sym.h> and <bp-asm.h>.
28103         (memcpy): Don't use BP_SYM.
28104         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
28105         <bp-asm.h>.
28106         (memcpy): Don't use BP_SYM.
28107         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
28108         <bp-asm.h>.
28109         (memset): Don't use BP_SYM.
28110         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28111         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28112         (__bzero): Don't use BP_SYM.
28113         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28114         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28115         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
28116         <bp-sym.h> and <bp-asm.h>.
28117         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28118         pointers.
28119         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
28120         <bp-sym.h> and <bp-asm.h>.
28121         (memcpy): Don't use BP_SYM.
28122         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
28123         <bp-sym.h> and <bp-asm.h>.
28124         (memset): Don't use BP_SYM.
28125         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28126         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28127         (__bzero): Don't use BP_SYM.
28128         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28129         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28130         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
28131         <bp-sym.h> and <bp-asm.h>.
28132         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28133         pointers.
28134         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
28135         <bp-sym.h> and <bp-asm.h>.
28136         (memcpy): Don't use BP_SYM.
28137         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
28138         <bp-sym.h> and <bp-asm.h>.
28139         (memset): Don't use BP_SYM.
28140         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28141         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28142         (__bzero): Don't use BP_SYM.
28143         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28144         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28145         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
28146         <bp-sym.h> and <bp-asm.h>.
28147         (__memchr): Don't use BP_SYM.
28148         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
28149         <bp-sym.h> and <bp-asm.h>.
28150         (memcmp): Don't use BP_SYM.  Remove comment about bounded
28151         pointers.
28152         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
28153         <bp-sym.h> and <bp-asm.h>.
28154         (memcpy): Don't use BP_SYM.
28155         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
28156         <bp-sym.h> and <bp-asm.h>.
28157         (__mempcpy): Don't use BP_SYM.
28158         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
28159         <bp-sym.h> and <bp-asm.h>.
28160         (__memrchr): Don't use BP_SYM.
28161         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
28162         <bp-sym.h> and <bp-asm.h>.
28163         (memset): Don't use BP_SYM.
28164         (__bzero): Likewise.
28165         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
28166         <bp-sym.h> and <bp-asm.h>.
28167         (__rawmemchr): Don't use BP_SYM.
28168         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
28169         <bp-sym.h> and <bp-asm.h>.
28170         (__STRCMP): Don't use BP_SYM.
28171         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
28172         <bp-sym.h> and <bp-asm.h>.
28173         (strchr): Don't use BP_SYM.
28174         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
28175         <bp-sym.h> and <bp-asm.h>.
28176         (__strchrnul): Don't use BP_SYM.
28177         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
28178         <bp-sym.h> and <bp-asm.h>.
28179         (strlen): Don't use BP_SYM.
28180         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
28181         <bp-sym.h> and <bp-asm.h>.
28182         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28183         pointers.
28184         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
28185         <bp-sym.h> and <bp-asm.h>.
28186         (__strnlen): Don't use BP_SYM.
28187         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
28188         <bp-sym.h> and <bp-asm.h>.
28189         (__GI__setjmp): Don't use BP_SYM.
28190         (_setjmp): Likewise.
28191         (__sigsetjmp): Likewise.
28192         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
28193         (L(start_addresses)): Don't use BP_SYM.
28194         (_start): Likewise.
28195         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
28196         <bp-asm.h>.
28197         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
28198         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
28199         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28200         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28201         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
28202         <bp-asm.h>.
28203         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
28204         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
28205         about bounded pointers.
28206         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28207         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28208         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
28209         <bp-asm.h>.
28210         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28211         about bounded pointers.  Remove GKM FIXME comments.
28212         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28213         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28214         <bp-asm.h>.
28215         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28216         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
28217         Remove GKM FIXME comments.
28218         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28219         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28220         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28221         <bp-asm.h>.
28222         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28223         about bounded pointers.  Remove GKM FIXME comment.
28224         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28225         and <bp-asm.h>.
28226         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28227         pointers.
28228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28229         <bp-sym.h> and <bp-asm.h>.
28230         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28232         <bp-sym.h> and <bp-asm.h>.
28233         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28234         comment.
28235
28236 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
28237
28238         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28239         call free(NULL).
28240
28241 2013-03-05  David S. Miller  <davem@davemloft.net>
28242
28243         * po/es.po: Update from translation team.
28244
28245 2013-03-05  Andreas Jaeger  <aj@suse.de>
28246
28247         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28248         <bits/mman-linux.h>.
28249         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28250         is fine.
28251         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28252         <bits/mman-linux.h> to end of file.
28253         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28254         is fine.
28255         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28256         <bits/mman-linux.h> to end of file.
28257         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28258         is fine.
28259         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28260         <bits/mman-linux.h> to end of file.
28261
28262         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28263         (MCL_CURRENT, MCL_FUTURE): Define here.
28264
28265 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28266
28267         [BZ #15232]
28268         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28269         attribute_hidden.
28270         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28271
28272 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28273
28274         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28275         fourth parameter needed for rt_sigprocmask syscall.
28276         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28277         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28278         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28279         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28280         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28281         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28282
28283 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28284
28285         [BZ #13550]
28286         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28287         comment about bounded pointers.
28288         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28289         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28290
28291 2013-03-04  Andreas Jaeger  <aj@suse.de>
28292
28293         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28294         common definitions.
28295
28296         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28297         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28298         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28299         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28300         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28301         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28302
28303 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28304
28305         [BZ #15055]
28306         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28307         __ieee754_sqrl instead of __sqrl.
28308
28309 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28310
28311         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28312         * sysdeps/powerpc/fpu_control.h: ... here.
28313         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28314         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28315         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28316         * sysdeps/powerpc/bits/mathinline.h: ... here.
28317
28318 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28319
28320         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28321         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28322         to just [NEED_DL_SYSINFO_DSO].
28323         * elf/dl-support.c: Likewise.
28324         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28325         * elf/rtld.c (dl_main): Likewise.
28326         * elf/setup-vdso.h (setup_vdso): Likewise.
28327         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28328         * sysdeps/unix/sysv/linux/dl-sysdep.c
28329         (_dl_discover_osversion): Likewise.
28330
28331 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28332
28333         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28334         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28335
28336 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28337
28338         * NEWS: Mention libm performance improvements and non-x86 PI
28339         futex support.
28340
28341         * csu/libc-start.c (__pthread_initialize_minimal): Change
28342         function arguments.
28343         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28344
28345 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28346
28347         [BZ #13550]
28348         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28349         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28350         <bp-sym.h> and <bp-asm.h>.
28351         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28352         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28353         and <bp-asm.h>.
28354         (memcpy): Don't use BP_SYM.
28355         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28356         <bp-asm.h>.
28357         (__mpn_add_n): Don't use BP_SYM.
28358         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28359         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28360         and <bp-asm.h>.
28361         (__mpn_addmul_1): Don't use BP_SYM.
28362         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28363         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28364         <bp-sym.h>.
28365         (_setjmp): Don't use BP_SYM.
28366         (__novmx_setjmp): Likewise.
28367         (__GI__setjmp): Likewise.
28368         (__vmx_setjmp): Likewise.
28369         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28370         <bp-sym.h>.
28371         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28372         (__bzero): Don't use BP_SYM.
28373         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28374         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28375         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28376         <bp-sym.h> and <bp-asm.h>.
28377         (memcpy): Don't use BP_SYM.
28378         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28379         <bp-sym.h> and <bp-asm.h>.
28380         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28381         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28382         <bp-sym.h> and <bp-asm.h>.
28383         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28384         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28385         <bp-asm.h>.
28386         (__mpn_lshift): Don't use BP_SYM.
28387         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28388         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28389         <bp-asm.h>.
28390         (memset): Don't use BP_SYM.
28391         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28392         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28393         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28394         <bp-asm.h>.
28395         (__mpn_mul_1): Don't use BP_SYM.
28396         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28397         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28398         <bp-sym.h> and <bp-asm.h>.
28399         (memcmp): Don't use BP_SYM.
28400         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28401         <bp-sym.h> and <bp-asm.h>.
28402         (memcpy): Don't use BP_SYM.
28403         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28404         <bp-sym.h> and <bp-asm.h>.
28405         (memset): Don't use BP_SYM.
28406         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28407         <bp-sym.h> and <bp-asm.h>.
28408         (strncmp): Don't use BP_SYM.
28409         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28410         <bp-sym.h> and <bp-asm.h>.
28411         (memcpy): Don't use BP_SYM.
28412         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28413         <bp-sym.h> and <bp-asm.h>.
28414         (memset): Don't use BP_SYM.
28415         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28416         <bp-sym.h> and <bp-asm.h>.
28417         (__memchr): Don't use BP_SYM.
28418         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28419         <bp-sym.h> and <bp-asm.h>.
28420         (memcmp): Don't use BP_SYM.
28421         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28422         <bp-sym.h> and <bp-asm.h>.
28423         (memcpy): Don't use BP_SYM.
28424         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28425         <bp-sym.h> and <bp-asm.h>.
28426         (__mempcpy): Don't use BP_SYM.
28427         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28428         <bp-sym.h> and <bp-asm.h>.
28429         (__memrchr): Don't use BP_SYM.
28430         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28431         <bp-sym.h> and <bp-asm.h>.
28432         (memset): Don't use BP_SYM.
28433         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28434         <bp-sym.h> and <bp-asm.h>.
28435         (__rawmemchr): Don't use BP_SYM.
28436         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28437         <bp-sym.h> and <bp-asm.h>.
28438         (__STRCMP): Don't use BP_SYM.
28439         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28440         <bp-sym.h> and <bp-asm.h>.
28441         (strchr): Don't use BP_SYM.
28442         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28443         <bp-sym.h> and <bp-asm.h>.
28444         (__strchrnul): Don't use BP_SYM.
28445         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28446         <bp-sym.h> and <bp-asm.h>.
28447         (strlen): Don't use BP_SYM.
28448         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28449         <bp-sym.h> and <bp-asm.h>.
28450         (strncmp): Don't use BP_SYM.
28451         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28452         <bp-sym.h> and <bp-asm.h>.
28453         (__strnlen): Don't use BP_SYM.
28454         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28455         <bp-asm.h>.
28456         (__mpn_rshift): Don't use BP_SYM.
28457         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28458         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28459         <bp-sym.h> and <bp-asm.h>.
28460         (__sigsetjmp): Don't use BP_SYM.
28461         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28462         (L(start_addresses)): Don't use BP_SYM.
28463         (_start): Likewise.
28464         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28465         <bp-asm.h>.
28466         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28467         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28468         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28469         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28470         <bp-asm.h>.
28471         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28472         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28473         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28474         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28475         <bp-asm.h>.
28476         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28477         comments.
28478         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28479         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28480         <bp-asm.h>.
28481         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28482         FIXME comments.
28483         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28484         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28485         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28486         <bp-asm.h>.
28487         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28488         comment.
28489         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28490         and <bp-asm.h>.
28491         (strncmp): Don't use BP_SYM,
28492         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28493         <bp-asm.h>.
28494         (__mpn_sub_n): Don't use BP_SYM.
28495         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28496         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28497         and <bp-asm.h>.
28498         (__mpn_submul_1): Don't use BP_SYM.
28499         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28501         <bp-sym.h> and <bp-asm.h>.
28502         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28504         <bp-sym.h> and <bp-asm.h>.
28505         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28506         comment.
28507
28508 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28509
28510         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28511         Use ZK to minimize writes to Z.
28512         (sub_magnitudes): Simplify code a bit.
28513         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28514         Use ZK to minimize writes to Z.
28515         (sub_magnitudes): Simplify code a bit.
28516
28517 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28518
28519         * csu/gmon-start.c: Add special exception to license text.
28520
28521 2013-02-27  Richard Henderson  <rth@redhat.com>
28522
28523         * scripts/config.guess: Update from config.git.
28524         * scripts/config.sub: Likewise.
28525
28526 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28527
28528         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28529
28530         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28531
28532         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28533
28534         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28535
28536         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28537
28538 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28539
28540         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28541         [$(build-shared = yes].
28542
28543 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28544
28545         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28546         (__mul): Reduce iterations for calculating mantissa.
28547
28548         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28549         MPTWO.
28550         (__mpranred): Likewise.
28551
28552         [BZ #15160]
28553         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28554         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28555
28556 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28557
28558         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28559         Define __attribute__.
28560
28561 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28562
28563         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28564         unused.
28565         * posix/regex_internal.h (__attribute): Remove.
28566         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28567         (re_string_context_at): Likewise.
28568         (bitset_not): Use __attribute__ and mark function as possibly
28569         unused.
28570         (bitset_merge): Likewise.
28571         (bitset_mask): Likewise.
28572         (re_string_char_size_at): Likewise.
28573         (re_string_wchar_at): Likewise.
28574         (re_string_elem_size_at): Likewise.
28575
28576 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28577
28578         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28579         code.
28580         (cc32): Likewise.
28581
28582         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28583         (__acr): Likewise.
28584         (__cpy): Likewise.
28585         (norm): Likewise.
28586         (denorm): Likewise.
28587         (__dbl_mp): Likewise.
28588         (add_magnitudes): Likewise.
28589         (sub_magnitudes): Likewise.
28590         (__mul): Likewise.
28591         (__inv): Likewise.
28592
28593         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28594         style.
28595
28596         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28597         style.
28598
28599         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28600         code.
28601
28602         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28603         up changes with default code.
28604         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28605         Likewise.
28606
28607 2013-02-24  Allan McRae  <allan@archlinux.org>
28608
28609         * manual/socket.texi (The Internet Namespace): Order menu items
28610         to match that in the file.
28611
28612         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28613         node listing of the info page menu.
28614
28615 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28616
28617         [BZ #13550]
28618         * sysdeps/i386/bp-asm.h: Remove file.
28619         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28620         (PARMS): Do not use macros from bp-asm.h.
28621         (S1): Likewise.
28622         (S2): Likewise.
28623         (SIZE): Likewise.
28624         (__mpn_add_n): Do not use BP_SYM
28625         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28626         "bp-asm.h".
28627         (PARMS): Do not use macros from bp-asm.h.
28628         (S1): Likewise.
28629         (SIZE): Likewise.
28630         (__mpn_addmul_1): Do not use BP_SYM
28631         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28632         "bp-asm.h".
28633         (PARMS): Do not use macros from bp-asm.h.
28634         (SIGMSK): Likewise.
28635         (_setjmp): Likewise.  Do not use BP_SYM.
28636         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28637         "bp-asm.h".
28638         (PARMS): Do not use macros from bp-asm.h.
28639         (SIGMSK): Likewise.
28640         (setjmp): Likewise.  Do not use BP_SYM.
28641         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28642         "bp-asm.h".
28643         (PARMS): Do not use macros from bp-asm.h.
28644         (__frexp): Do not use BP_SYM.
28645         (frexp): Likewise.
28646         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28647         "bp-asm.h".
28648         (PARMS): Do not use macros from bp-asm.h.
28649         (__frexpf): Do not use BP_SYM.
28650         (frexpf): Likewise.
28651         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28652         "bp-asm.h".
28653         (PARMS): Do not use macros from bp-asm.h.
28654         (__frexpl): Do not use BP_SYM.
28655         (frexpl): Likewise.
28656         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28657         "bp-asm.h".
28658         (PARMS): Do not use macros from bp-asm.h.
28659         (__remquo): Do not use BP_SYM.
28660         (remquo): Likewise.
28661         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28662         "bp-asm.h".
28663         (PARMS): Do not use macros from bp-asm.h.
28664         (__remquof): Do not use BP_SYM.
28665         (remquof): Likewise.
28666         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28667         "bp-asm.h".
28668         (PARMS): Do not use macros from bp-asm.h.
28669         (__remquol): Do not use BP_SYM.
28670         (remquol): Likewise.
28671         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28672         "bp-asm.h".
28673         (PARMS): Do not use macros from bp-asm.h.
28674         (DEST): Likewise.
28675         (SRC): Likewise.
28676         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28677         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28678         "bp-asm.h".
28679         (PARMS): Do not use macros from bp-asm.h.
28680         (strlen): Do not use BP_SYM.
28681         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28682         "bp-asm.h".
28683         (PARMS): Do not use macros from bp-asm.h.
28684         (S1): Likewise.
28685         (S2): Likewise.
28686         (SIZE): Likewise.
28687         (__mpn_add_n): Do not use BP_SYM.
28688         * sysdeps/i386/i586/addmul_1.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         (SIZE): Likewise.
28693         (__mpn_addmul_1): Do not use BP_SYM.
28694         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28695         weak_alias.
28696         (bzero): Likewise.
28697         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28698         "bp-asm.h".
28699         (PARMS): Do not use macros from bp-asm.h.
28700         (S): Likewise.
28701         (SIZE): Likewise.
28702         (__mpn_lshift): Do not use BP_SYM.
28703         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28704         "bp-asm.h".
28705         (PARMS): Do not use macros from bp-asm.h.
28706         (DEST): Likewise.
28707         (SRC): Likewise.
28708         (LEN): Likewise.
28709         (memcpy): Likewise.  Do not use BP_SYM.
28710         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28711         libc_hidden_def and weak_alias.
28712         (mempcpy): Do not use BP_SYM in weak_alias.
28713         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28714         "bp-asm.h".
28715         (PARMS): Do not use macros from bp-asm.h.
28716         (DEST): Likewise.
28717         (LEN): Likewise.
28718         [!BZERO_P] (CHR): Likewise.
28719         (memset): Likewise.  Do not use BP_SYM.
28720         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28721         "bp-asm.h".
28722         (PARMS): Do not use macros from bp-asm.h.
28723         (S1): Likewise.
28724         (SIZE): Likewise.
28725         (__mpn_mul_1): Do not use BP_SYM.
28726         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28727         "bp-asm.h".
28728         (PARMS): Do not use macros from bp-asm.h.
28729         (S): Likewise.
28730         (SIZE): Likewise.
28731         (__mpn_rshift): Do not use BP_SYM.
28732         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28733         "bp-asm.h".
28734         (PARMS): Do not use macros from bp-asm.h.
28735         (STR): Likewise.
28736         (CHR): Likewise.
28737         (strchr): Likewise.  Do not use BP_SYM.
28738         (index): Do not use BP_SYM in weak_alias.
28739         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28740         "bp-asm.h".
28741         (PARMS): Do not use macros from bp-asm.h.
28742         (DEST): Likewise.
28743         (SRC): Likewise.
28744         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28745         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28746         "bp-asm.h".
28747         (PARMS): Do not use macros from bp-asm.h.
28748         (strlen): Do not use BP_SYM.
28749         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28750         "bp-asm.h".
28751         (PARMS): Do not use macros from bp-asm.h.
28752         (S1): Likewise.
28753         (S2): Likewise.
28754         (SIZE): Likewise.
28755         (__mpn_sub_n): Do not use BP_SYM.
28756         * sysdeps/i386/i586/submul_1.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         (SIZE): Likewise.
28761         (__mpn_submul_1): Do not use BP_SYM.
28762         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28763         "bp-asm.h".
28764         (PARMS): Do not use macros from bp-asm.h.
28765         (S1): Likewise.
28766         (S2): Likewise.
28767         (SIZE): Likewise.
28768         (__mpn_add_n): Do not use BP_SYM.
28769         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28770         weak_alias.
28771         (bzero): Likewise.
28772         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28773         "bp-asm.h".
28774         (PARMS): Do not use macros from bp-asm.h.
28775         (BLK2): Likewise.
28776         (LEN): Likewise.
28777         (memcmp): Do not use BP_SYM.
28778         (bcmp): Do not use BP_SYM in weak_alias.
28779         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28780         "bp-asm.h".
28781         (PARMS): Do not use macros from bp-asm.h.
28782         (DEST): Likewise.
28783         (SRC): Likewise.
28784         (LEN): Likewise.
28785         (memcpy): Likewise.  Do not use BP_SYM.
28786         * sysdeps/i386/i686/memmove.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         (memmove): Likewise.  Do not use BP_SYM.
28793         * sysdeps/i386/i686/mempcpy.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         (__mempcpy): Likewise.  Do not use BP_SYM.
28800         (mempcpy): Do not use BP_SYM in weak_alias.
28801         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28802         "bp-asm.h".
28803         (PARMS): Do not use macros from bp-asm.h.
28804         (DEST): Likewise.
28805         (LEN): Likewise.
28806         [!BZERO_P] (CHR): Likewise.
28807         (memset): Likewise.  Do not use BP_SYM.
28808         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28809         "bp-asm.h".
28810         (PARMS): Do not use macros from bp-asm.h.
28811         (STR2): Likewise.
28812         (strcmp): Do not use BP_SYM.
28813         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28814         "bp-asm.h".
28815         (PARMS): Do not use macros from bp-asm.h.
28816         (STR): Likewise.
28817         (DELIM): Likewise.
28818         [USE_AS_STRTOK_R] (SAVE): Likewise.
28819         (FUNCTION): Likewise.  Do not use BP_SYM.
28820         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28821         aliases.
28822         (strtok_r): Likewise.
28823         (__GI___strtok_r): Likewise.
28824         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28825         (PARMS): Do not use macros from bp-asm.h.
28826         (S): Likewise.
28827         (SIZE): Likewise.
28828         (__mpn_lshift): Do not use BP_SYM.
28829         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28830         (PARMS): Do not use macros from bp-asm.h.
28831         (STR): Likewise.
28832         (CHR): Likewise.
28833         (__memchr): Do not use BP_SYM.
28834         (memchr): Do not use BP_SYM in weak_alias.
28835         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28836         (PARMS): Do not use macros from bp-asm.h.
28837         (BLK2): Likewise.
28838         (LEN): Likewise.
28839         (memcmp): Do not use BP_SYM.
28840         (bcmp): Do not use BP_SYM in weak_alias.
28841         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28842         (PARMS): Do not use macros from bp-asm.h.
28843         (S1): Likewise.
28844         (SIZE): Likewise.
28845         (__mpn_mul_1): Do not use BP_SYM.
28846         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28847         "bp-asm.h".
28848         (PARMS): Do not use macros from bp-asm.h.
28849         (STR): Likewise.
28850         (CHR): Likewise.
28851         (__rawmemchr): Do not use BP_SYM.
28852         (rawmemchr): Do not use BP_SYM in weak_alias.
28853         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28854         (PARMS): Do not use macros from bp-asm.h.
28855         (S): Likewise.
28856         (SIZE): Likewise.
28857         (__mpn_rshift): Do not use BP_SYM.
28858         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28859         (PARMS): Do not use macros from bp-asm.h.
28860         (SIGMSK): Likewise.
28861         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28862         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28863         (_start): Do not use BP_SYM.
28864         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28865         (PARMS): Do not use macros from bp-asm.h.
28866         (DEST): Likewise.
28867         (SRC): Likewise.
28868         (__stpcpy): Likewise.  Do not use BP_SYM.
28869         (stpcpy): Do not use BP_SYM in weak_alias.
28870         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28871         "bp-asm.h".
28872         (PARMS): Do not use macros from bp-asm.h.
28873         (DEST): Likewise.
28874         (SRC): Likewise.
28875         (LEN): Likewise.
28876         (__stpncpy): Likewise.  Do not use BP_SYM.
28877         (stpncpy): Do not use BP_SYM in weak_alias.
28878         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28879         (PARMS): Do not use macros from bp-asm.h.
28880         (STR): Likewise.
28881         (CHR): Likewise.
28882         (strchr): Likewise.  Do not use BP_SYM.
28883         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28884         "bp-asm.h".
28885         (PARMS): Do not use macros from bp-asm.h.
28886         (STR): Likewise.
28887         (CHR): Likewise.
28888         (__strchrnul): Likewise.  Do not use BP_SYM.
28889         (strchrnul): Do not use BP_SYM in weak_alias.
28890         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28891         "bp-asm.h".
28892         (PARMS): Do not use macros from bp-asm.h.
28893         (STOP): Likewise.
28894         (strcspn): Do not use BP_SYM.
28895         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28896         "bp-asm.h".
28897         (PARMS): Do not use macros from bp-asm.h.
28898         (STR): Likewise.
28899         (STOP): Likewise.
28900         (strpbrk): Likewise.  Do not use BP_SYM.
28901         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28902         "bp-asm.h".
28903         (PARMS): Do not use macros from bp-asm.h.
28904         (STR): Likewise.
28905         (CHR): Likewise.
28906         (strrchr): Likewise.  Do not use BP_SYM.
28907         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28908         (PARMS): Do not use macros from bp-asm.h.
28909         (SKIP): Likewise.
28910         (strspn): Do not use BP_SYM.
28911         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28912         (PARMS): Do not use macros from bp-asm.h.
28913         (STR): Likewise.
28914         (DELIM): Likewise.
28915         (SAVE): Likewise.
28916         (FUNCTION): Likewise.  Do not use BP_SYM.
28917         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28918         aliases.
28919         (strtok_r): Likewise.
28920         (__GI___strtok_r): Likewise.
28921         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28922         (PARMS): Do not use macros from bp-asm.h.
28923         (S1): Likewise.
28924         (S2): Likewise.
28925         (SIZE): Likewise.
28926         (__mpn_sub_n): Do not use BP_SYM.
28927         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28928         "bp-asm.h".
28929         (PARMS): Do not use macros from bp-asm.h.
28930         (S1): Likewise.
28931         (SIZE): Likewise.
28932         (__mpn_submul_1): Do not use BP_SYM.
28933         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28934         <bp-sym.h>.
28935         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28936         and <bp-asm.h>.
28937         (PARMS): Do not use macros from bp-asm.h.
28938         (FLAGS): Likewise.
28939         (PTID): Likewise.
28940         (TLS): Likewise.
28941         (CTID): Likewise.
28942         (__clone): Do not use BP_SYM.
28943         (clone): Do not use BP_SYM in weak_alias.
28944         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28945         and <bp-asm.h>.
28946         (PARMS): Do not use macros from bp-asm.h.
28947         (LEN): Likewise.
28948         (__mmap64): Do not use BP_SYM.
28949         (mmap64): Do not use BP_SYM in weak_alias.
28950         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28951         <bp-sym.h> and <bp-asm.h>.
28952         (PARMS): Do not use macros from bp-asm.h.
28953         (__posix_fadvise64_l64): Do not use BP_SYM.
28954         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28955         (PARMS): Do not use macros from bp-asm.h.
28956         (NSOPS): Likewise.
28957         (semtimedop): Do not use BP_SYM.
28958         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28959         and <bp-asm.h>.
28960
28961 2013-02-21  Allan McRae  <allan@archlinux.org>
28962
28963         * manual/message.texi (Charset conversion in gettext):
28964         Move @end statement to beginning of line.
28965
28966 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28967
28968         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28969         static.
28970         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28971         Likewise.
28972
28973         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28974         (denorm): Likewise.
28975         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28976         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28977
28978 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28979
28980         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28981         tail-call to the resolved function if pltexit isn't needed.
28982
28983 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28984
28985         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28986         or Y being zero as being unlikely.
28987         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28988         Likewise.
28989
28990 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28991
28992         * manual/nss.texi (System Databases and Name Service Switch):
28993         Remove frobnicate @pxref.
28994
28995 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28996
28997         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28998         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28999
29000 2013-02-20  Petr Machata  <pmachata@redhat.com>
29001
29002         * elf/elf.h (R_ARM_TARGET1): New macro.
29003         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
29004         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
29005         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
29006         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
29007         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
29008         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
29009         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
29010         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
29011         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
29012         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
29013         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
29014         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
29015         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
29016         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
29017         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
29018         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
29019         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
29020         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
29021         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
29022         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
29023         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
29024         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
29025         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
29026         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
29027         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
29028         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
29029         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
29030         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
29031         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
29032         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
29033         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
29034         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
29035         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
29036         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
29037         (R_ARM_THM_GOT_BREL12): Likewise.
29038         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
29039         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
29040         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
29041         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
29042         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
29043         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
29044         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
29045         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
29046         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
29047
29048 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
29049
29050         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
29051         __attribute_used__ to __attribute__ ((unused)).
29052
29053 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29054
29055         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
29056         powerpc mpa.c.
29057         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
29058         comment formatting.
29059         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
29060
29061 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
29062
29063         [BZ #13550]
29064         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
29065         Remove macro.
29066         (ENTER): Remove both macro definitions.
29067         (LEAVE): Likewise.
29068         (CHECK_BOUNDS_LOW): Likewise.
29069         (CHECK_BOUNDS_HIGH): Likewise.
29070         (CHECK_BOUNDS_BOTH): Likewise.
29071         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
29072         (RETURN_BOUNDED_POINTER): Likewise.
29073         (RETURN_NULL_BOUNDED_POINTER): Likewise.
29074         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
29075         (POP_ERRNO_LOCATION_RETURN): Likewise.
29076         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
29077         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29078         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
29079         macros.
29080         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29081         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
29082         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
29083         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
29084         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
29085         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
29086         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
29087         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
29088         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
29089         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
29090         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
29091         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
29092         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29093         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
29094         removed macros.
29095         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29096         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
29097         macros.
29098         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29099         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
29100         * sysdeps/i386/i586/memset.S (memset): Likewise.
29101         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
29102         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29103         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
29104         macros.
29105         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29106         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
29107         Change uses of L(2) to L(out).
29108         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
29109         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
29110         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
29111         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29112         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
29113         removed macros.
29114         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29115         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
29116         macros.
29117         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29118         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
29119         (RETURN): Do not use macro LEAVE.
29120         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
29121         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
29122         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
29123         * sysdeps/i386/i686/memset.S (memset): Likewise.
29124         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
29125         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
29126         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29127         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
29128         Likewise.
29129         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29130         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
29131         L(1_2) and L(1_3) into L(1).
29132         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29133         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
29134         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29135         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
29136         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29137         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
29138         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
29139         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29140         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
29141         macros.
29142         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
29143         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29144         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
29145         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
29146         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
29147         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29148         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
29149         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
29150         * sysdeps/i386/strcspn.S (strcspn): Likewise.
29151         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
29152         * sysdeps/i386/strrchr.S (strrchr): Likewise.
29153         * sysdeps/i386/strspn.S (strspn): Likewise.
29154         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
29155         conditional code.
29156         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29157         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
29158         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
29159         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
29160         L(1_3) into L(1_1).
29161         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
29162         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29163         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
29164         macros.
29165         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29166
29167 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
29168
29169         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
29170         macro.
29171
29172 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29173
29174         * math/atest-exp.c (exp_mpn): Remove ROUND.
29175         * math/atest-exp2.c (exp_mpn): Likewise.
29176         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
29177
29178         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
29179         * stdlib/tst-tls-atexit-lib.c: Likewise.
29180         * stdlib/tst-tls-atexit.c: Likewise.
29181
29182 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29183
29184         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
29185         and __attribute_alloc_size__.
29186
29187 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29188
29189         * include/programs/xmalloc.h: Change __attribute_alloc_size to
29190         __attribute_alloc_size__.
29191         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
29192         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
29193
29194 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
29195
29196         * include/programs/xmalloc.h: New file.
29197         * catgets/gencat.c: Include it.
29198         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
29199         * elf/pldd.c: Likewise.
29200         * iconv/iconv_charmap.c: Likewise.
29201         * iconv/iconvconfig.c: Likewise.
29202         * iconv/strtab.c: Likewise.
29203         * locale/programs/locale.c: Likewise.
29204         * locale/programs/localedef.h: Likewise.
29205         * locale/programs/simple-hash.c: Likewise.
29206         * nscd/nscd.h: Likewise.
29207         * nss/makedb.c: Likewise.
29208         * sysdeps/generic/ldconfig.h: Likewise.
29209
29210 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29211
29212         * Versions.def: Add GLIBC_2.18.
29213         * include/link.h (struct link_map): New member l_tls_dtor_count.
29214         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29215         (__call_tls_dtors): Likewise.
29216         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29217         __cxa_thread_atexit_impl.
29218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29219         Likewise.
29220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29221         Likewise.
29222         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29223         Likewise.
29224         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29225         Likewise.
29226         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29227         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29228         Likewise.
29229         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29230         Likewise.
29231         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29232         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29233         Likewise.
29234         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29235         (tests): Add test case tst-tls-atexit.
29236         (modules-names): Add shared library for tst-tls-atexit.
29237         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
29238         (GLIBC_PRIVATE): Add __call_tls_dtors.
29239         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29240         for libstdc++.
29241         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29242         * stdlib/tst-tls-atexit.c: New test case.
29243         * stdlib/tst-tls-atexit-lib.c: New test case.
29244
29245         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29246
29247         * elf/Versions (ld): Add _dl_find_dso_for_object.
29248         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29249         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29250         (dl_open_worker): Use _dl_find_dso_for_object.
29251         * elf/dl-sym.c (do_sym): Likewise.
29252         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29253
29254 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29255
29256         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29257         Syntactic changes only.
29258         (_dl_runtime_profile): Do a tail-call to the resolved function.
29259
29260 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29261
29262         [BZ #13550]
29263         * sysdeps/x86_64/bp-asm.h: Remove file.
29264         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29265         <bp-sym.h> and <bp-asm.h>.
29266         (__clone): Do not use BP_SYM.
29267         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29268         <bp-sym.h> and <bp-asm.h>.
29269         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29270         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29271         "bp-asm.h".
29272         (_setjmp): Do not use BP_SYM.
29273         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29274         "bp-asm.h".
29275         (setjmp): Do not use BP_SYM.
29276         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29277         libc_hidden_def.
29278         (mempcpy): Do not use BP_SYM in weak_alias.
29279         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29280         "bp-asm.h".
29281         (strchr): Do not use BP_SYM.
29282         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29283         "bp-asm.h".
29284         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29285         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29286         (_start): Do not use BP_SYM.
29287         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29288         "bp-asm.h".
29289         (strcat): Do not use BP_SYM.
29290         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29291         "bp-asm.h".
29292         (STRCMP): Do not use BP_SYM.
29293         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29294         "bp-asm.h".
29295         (STRCPY): Do not use BP_SYM.
29296         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29297         "bp-asm.h".
29298         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29299         "bp-asm.h".
29300         (FUNCTION): Do not use BP_SYM.
29301         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29302         weak_alias.
29303         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29304
29305 2013-02-17  Andreas Jaeger  <aj@suse.de>
29306
29307         * time/Versions: Sort entries.
29308         * string/Versions: Likewise.
29309         * resolv/Versions: Likewise.
29310         * posix/Versions: Likewise.
29311         * iconv/Versions: Likewise.
29312         * elf/Versions: Likewise.
29313         * wcsmbs/Versions: Likewise.
29314
29315 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29316
29317         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29318         loop termination condition.
29319
29320         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29321         variable to calculate EZ.
29322         (__sqr): Likewise.
29323
29324         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29325         the lower precision input.
29326
29327 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29328
29329         [BZ #13550]
29330         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29331         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29332         (run-via-rtld-prefix): Do not handle %-bp tests.
29333         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29334         (all-object-suffixes): Remove .ob.
29335         (bppfx): Remove variable.
29336         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29337         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29338         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29339         [$(build-bounded) = yes] (libtype.ob): Likewise.
29340         * Makerules (elide-routines.ob): Remove variable.
29341         (do-tests-clean): Do not handle *-bp.out.
29342         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29343         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29344         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29345         (tests): Do not include $(tests-bp.out).
29346         (xtests): Do not include $(xtests-bp.out).
29347         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29348         [$(build-bounded) = yes] ($(addprefix
29349         $(objpfx),$(binaries-bounded))): Remove rule.
29350         ($(objpfx)%-bp.out): Remove rule.
29351         * config.make.in (build-bounded): Remove variable.
29352         * crypt/Makefile [$(build-bounded) = yes]
29353         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29354         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29355         append to variable.
29356         [$(build-bounded) = yes] (install-lib): Likewise.
29357         [$(build-bounded) = yes] (generated): Likewise.
29358         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29359         Remove rule.
29360         * intl/Makefile [$(build-bounded) = yes]
29361         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29362         * math/Makefile [$(build-bounded) = yes]
29363         ($(tests:%=$(objpfx)%-bp): Likewise.
29364         * misc/Makefile [$(build-bounded) = yes]
29365         ($(objpfx)tst-tsearch-bp): Likewise.
29366         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29367         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29368         Remove dependency.
29369         * string/Makefile (o-objects.ob): Remove variable.
29370         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29371         (CFLAGS-.ob): Remove variable.
29372         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29373         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29374         both definitions of variable.
29375         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29376         (ASFLAGS-.ob): Remove variable.
29377
29378 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29379
29380         [BZ #13550]
29381         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29382         Remove __BOUNDED_POINTERS__ from condition.
29383         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29384         * string/bits/string2.h [!__NO_STRING_INLINES &&
29385         !__BOUNDED_POINTERS__]: Likewise.
29386         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29387         Likewise.
29388         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29389         Remove conditional code.
29390         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29391         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29392         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29393         condition.
29394
29395         [BZ #13550]
29396         * csu/libc-start.c: Do not include <bp-sym.h>.
29397         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29398         * elf/dl-open.c: Do not include <bp-sym.h>.
29399         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29400         * math/fegetenv.c: Do not include <bp-sym.h>.
29401         (fegetenv): Do not use BP_SYM in versioned symbols.
29402         * nptl/sysdeps/pthread/bits/libc-lockP.h
29403         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29404         <bp-sym.h>.
29405         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29406         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29407         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29408         (__pthread_mutex_destroy): Likewise.
29409         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29410         (__pthread_mutex_lock): Likewise.
29411         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29412         (__pthread_mutex_trylock): Likewise.
29413         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29414         (__pthread_mutex_unlock): Likewise.
29415         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29416         (__pthread_mutexattr_init): Likewise.
29417         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29418         (__pthread_mutexattr_destroy): Likewise.
29419         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29420         (__pthread_mutexattr_settype): Likewise.
29421         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29422         (__pthread_rwlock_init): Likewise.
29423         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29424         (__pthread_rwlock_destroy): Likewise.
29425         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29426         (__pthread_rwlock_rdlock): Likewise.
29427         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29428         (__pthread_rwlock_tryrdlock): Likewise.
29429         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29430         (__pthread_rwlock_wrlock): Likewise.
29431         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29432         (__pthread_rwlock_trywrlock): Likewise.
29433         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29434         (__pthread_rwlock_unlock): Likewise.
29435         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29436         (__pthread_key_create): Likewise.
29437         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29438         (__pthread_setspecific): Likewise.
29439         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29440         (__pthread_getspecific): Likewise.
29441         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29442         Likewise.
29443         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29444         (_pthread_cleanup_push_defer): Likewise.
29445         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29446         (_pthread_cleanup_pop_restore): Likewise.
29447         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29448         (pthread_setcancelstate): Likewise.
29449         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29450         <bp-sym.h>.
29451         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29452         (memchr): Do not use BP_SYM in weak_alias.
29453         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29454         (fegetenv): Do not use BP_SYM in versioned symbols.
29455         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29456         (fesetenv): Do not use BP_SYM in versioned symbols.
29457         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29458         (feupdateenv): Do not use BP_SYM in versioned symbols.
29459         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29460         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29461         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29462         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29463         (open64): Do not use BP_SYM in weak_alias.
29464         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29465         (fegetenv): Do not use BP_SYM in versioned symbols.
29466         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29467         (fesetenv): Do not use BP_SYM in versioned symbols.
29468         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29469         (feupdateenv): Do not use BP_SYM in versioned symbols.
29470         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29471         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29472         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29473         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29474         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29475         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29476         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29477         <bp-sym.h>.
29478         (__libc_start_main): Do not use BP_SYM.
29479
29480 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29481
29482         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29483         redundant return line.
29484         (norm): Likewise.
29485         (denorm): Likewise.
29486         (dbl_mp): Likewise.
29487         (sub_magnitudes): Likewise.
29488         (__add): Likewise.
29489         (__sub): Likewise.
29490         (__mul): Likewise.
29491         (__inv): Likewise.
29492         (__dvd): Likewise.
29493         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29494         (norm): Likewise.
29495         (denorm): Likewise.
29496         (dbl_mp): Likewise.
29497         (sub_magnitudes): Likewise.
29498         (__add): Likewise.
29499         (__sub): Likewise.
29500         (__mul): Likewise.
29501         (__inv): Likewise.
29502         (__dvd): Likewise.
29503
29504         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29505         instead of __mul.
29506         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29507         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29508         (cc32): Likewise.
29509
29510         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29511         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29512         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29513         of __mul for squares.
29514         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29515         function
29516         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29517         Likewise.
29518         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29519         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29520
29521 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29522
29523         [BZ #13550]
29524         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29525         code.
29526         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29527         prototype or function definition.  Rename ubp_* variables and
29528         parameters.  Remove argv definitions conditional on
29529         [__BOUNDED_POINTERS__].
29530         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29531         * elf/dl-runtime.c (_dl_fixup): Likewise.
29532         * include/set-hooks.h (RUN_HOOK): Likewise.
29533         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29534         definition.
29535         * string/strcpy.c (strcpy): Do not use __unbounded.
29536         * sysdeps/generic/frame.h (struct layout): Likewise.
29537         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29538         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29539         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29540         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29541         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29542         (__backtrace): Likewise.
29543         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29544         use __ptrvalue.
29545         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29546         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29547         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29548         Likewise.
29549         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29550         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29551         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29552         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29553         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29554         Do not use __unbounded.
29555         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29556         Rename __unboundedrlimits parameter to rlimits in prototype.
29557         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29558         Do not use __unbounded.
29559         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29560         not use __ptrvalue.
29561         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29562         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29563         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29564         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29565         __ptrvalue or __unbounded.
29566         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29567         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29568         use __unbounded.
29569         (__new_msgctl): Do not use __ptrvalue.
29570         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29571         __unbounded.
29572         (__libc_msgrcv): Do not use __ptrvalue.
29573         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29574         startup_info): Do not use __unbounded.
29575         (__libc_start_main): Likewise.  Rename ubp_* variables and
29576         parameters.  Remove argv definitions conditional on
29577         [__BOUNDED_POINTERS__].
29578         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29579         __ptrvalue.
29580         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29581         use __unbounded.
29582         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29583         or __ptrvalue.
29584         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29585         use __unbounded.
29586         (__new_shmctl): Do not use __ptrvalue.
29587         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29588         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29589         Likewise.
29590         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29591         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29592         (__libc_sigaction): Likewise.
29593         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29594         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29595         Likewise.
29596         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29597
29598 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29599
29600         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29601
29602         * string/mempcpy.c: Implement by calling memcpy.
29603
29604 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29605
29606         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29607
29608         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29609         evaluation.
29610
29611         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29612         values in the mantissa.
29613
29614         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29615         minimize writes to Z.
29616         (sub_magnitudes): Simplify code a bit.
29617
29618 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29619
29620         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29621         from the message.  The linker prefixes all warnings with that already.
29622
29623 2013-02-12  Andreas Schwab  <schwab@suse.de>
29624
29625         [BZ #15078]
29626         * posix/regexec.c (extend_buffers): Add parameter min_len.
29627         (check_matching): Pass minimum needed length.
29628         (clean_state_log_if_needed): Likewise.
29629         (get_subexp): Likewise.
29630         * posix/Makefile (tests): Add bug-regex34.
29631         (bug-regex34-ENV): Define.
29632         * posix/bug-regex34.c: New file.
29633
29634         [BZ #11561]
29635         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29636         elements compare against the byte sequence of it, not its name.
29637         * posix/Makefile (tests): Add bug-regex35.
29638         (bug-regex35-ENV): Define.
29639         * posix/bug-regex35.c: New file.
29640
29641 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29642
29643         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29644         comment.
29645         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29646         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29647         (CHECK_EOL): Add undef.
29648
29649 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29650
29651         * bits/stdlib-bsearch.h: New file.
29652         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29653         * stdlib/stdlib.h: Likewise.
29654
29655 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29656
29657         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29658         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29659         declaration.
29660         * manual/search.texi (Array Search Function): Add missing const in
29661         lfind prototype.
29662         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29663         declaration to use rlim_t.
29664         (Basic Scheduling Functions): Remove erroneous const from
29665         sched_getparam prototype.  Remove erroneous * from
29666         sched_get_priority_max and sched_get_priority_min prototypes.
29667         (Resource Usage): Fix summary @comment on vtimes to refer to
29668         sys/vtimes.h rather than vtimes.h.
29669         Add missing *s in vtimes prototype.
29670         (Limits on Resources): Fix ulimit prototype to return long int.
29671         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29672         prototypes to use long int rather than double.
29673         (BSD Random): Fix initstate and setstate to use char *, not void *.
29674         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29675         prototype to make second argument 'struct aiocb64 *const[]'.
29676         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29677         (Status of AIO Operations): Remove erroneous const in aio_return and
29678         aio_return64 prototypes.
29679         (Synchronizing I/O): Fix sync prototype to return void.
29680         * manual/startup.texi (Suboptions): Remove an erroneous const in
29681         getsubopt prototype.
29682         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29683         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29684         use size_t rather than int.
29685         (Scanning All Users): Likewise for getpwent_r.
29686         (Setting Groups): Add missing const to setgroups prototype.
29687         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29688         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29689         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29690         'const void *' rather than 'const char *'.
29691         (Host Address Functions): Likewise for inet_ntop.
29692         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29693         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29694         ssize_t for return value.
29695         (Sending Data): Likewise for send, sendto, sendmsg.
29696         (Socket Option Functions): Add a missing const in setsockopt prototype.
29697         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29698         use wchar_t for the argument.
29699         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29700         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29701         take no arguments.
29702         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29703         double/float/long double for second argument.
29704         Fix return types of significand, significandf, significandl.
29705         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29706         argument in fchmod prototype.
29707         (File Owner): Use uid_t and gid_t in fchown prototype.
29708         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29709         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29710         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29711         use 'const struct dirent **' as argument types to CMP function pointer
29712         argument.
29713         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29714         (File Times): Fix summary magic @comment for struct utimbuf and utime
29715         to refer to utime.h, not time.h.
29716         * manual/string.texi (Argz Functions): Add missing const in
29717         argz_extract and argz_next prototypes.
29718         (Finding Tokens in a String): Likewise for basename.
29719         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29720         (Copying and Concatenation): Fix typo in wmemmove prototype.
29721         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29722         (Signal Stack): Remove erroneous const in sigstack prototype.
29723         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29724         prototype.
29725         (Simple Calendar Time): Likewise for stime.
29726         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29727         prototype.
29728         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29729         say sys/sysctl.h instead.
29730         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29731         and vsyslog prototypes.
29732
29733 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29734
29735         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29736         Remove.
29737
29738 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29739
29740         * misc/sys/mman.h: Fix typo in mremap comment.
29741
29742 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29743
29744         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29745         the '\0' terminator.
29746
29747 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29748
29749         [BZ #13550]
29750         * debug/segfault.c: Don't include <bp-checks.h>.
29751         * sysdeps/generic/bp-checks.h: Remove file.
29752         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29753         (__GETDENTS): Don't use CHECK_N.
29754         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29755         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29756         (__getgroups): Don't use CHECK_N.
29757         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29758         (setgroups): Don't use CHECK_N.
29759         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29760         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29761         (__libc_msgrcv): Don't use CHECK_N.
29762         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29763         (__libc_msgsnd): Don't use CHECK_N.
29764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29765         <bp-checks.h>.
29766         (__libc_pread): Don't use CHECK_N.
29767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29768         include <bp-checks.h>.
29769         (__libc_pread64): Don't use CHECK_N.
29770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29771         include <bp-checks.h>.
29772         (__libc_pwrite): Don't use CHECK_N.
29773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29774         include <bp-checks.h>.
29775         (__libc_pwrite64): Don't use CHECK_N.
29776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29777         <bp-checks.h>.
29778         (__libc_pread): Don't use CHECK_N.
29779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29780         include <bp-checks.h>.
29781         (__libc_pread64): Don't use CHECK_N.
29782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29783         include <bp-checks.h>.
29784         (__libc_pwrite): Don't use CHECK_N.
29785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29786         include <bp-checks.h>.
29787         (__libc_pwrite64): Don't use CHECK_N.
29788         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29789         (do_pread): Don't use CHECK_N.
29790         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29791         (do_pread64): Don't use CHECK_N.
29792         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29793         (do_pwrite): Don't use CHECK_N.
29794         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29795         (do_pwrite64): Don't use CHECK_N.
29796         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29797         (__libc_readv): Don't use CHECK_N.
29798         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29799         (semop): Don't use CHECK_N.
29800         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29801         <bp-checks.h>.
29802         (semtimedop): Don't use CHECK_N.
29803         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29804         (__libc_pread): Don't use CHECK_N.
29805         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29806         <bp-checks.h>.
29807         (__libc_pread64): Don't use CHECK_N.
29808         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29809         <bp-checks.h>.
29810         (__libc_pwrite): Don't use CHECK_N.
29811         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29812         <bp-checks.h>.
29813         (__libc_pwrite64): Don't use CHECK_N.
29814         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29815         <bp-checks.h>.
29816         (__libc_msgrcv): Don't use CHECK_N.
29817         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29818         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29819         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29820         (__libc_writev): Don't use CHECK_N.
29821
29822 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29823
29824         * string/strcpy.c: Removed unused variable.
29825
29826         * Makeconfig (+sysdep-includes): Define with := rather than =.
29827         Use an existing include/ subdir of each sysdeps dir before it.
29828
29829 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29830
29831         * nscd/connection.c (register_traced_file): Comment function.
29832         [HAVE_INOTIFY] (union __inev): Define.
29833         [HAVE_INOTIFY] (inotify_check_files): New function.
29834         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29835         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29836         clear_db_cache.
29837         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29838
29839 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29840
29841         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29842         loaded if not already and that a failure is permanent.
29843
29844 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29845
29846         [BZ #15006]
29847         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29848         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29849
29850 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29851
29852         [BZ #13550]
29853         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29854         (CHECK_1_NULL_OK): Likewise.
29855         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29856         (__fxstat): Do not use CHECK_1.
29857         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29858         <bp-checks.h>.
29859         (___fxstat64): Do not use CHECK_1.
29860         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29861         <bp-checks.h>.
29862         (__fxstatat): Do not use CHECK_1.
29863         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29864         <bp-checks.h>.
29865         (__fxstatat64): Do not use CHECK_1.
29866         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29867         <bp-checks.h>.
29868         (__fxstat): Do not use CHECK_1.
29869         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29870         <bp-checks.h>.
29871         (__fxstatat): Do not use CHECK_1.
29872         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29873         <bp-checks.h>.
29874         (__getresgid): Do not use CHECK_1.
29875         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29876         <bp-checks.h>.
29877         (__getresuid): Do not use CHECK_1.
29878         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29879         <bp-checks.h>.
29880         (__lxstat): Do not use CHECK_1.
29881         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29882         <bp-checks.h>.
29883         (__old_msgctl): Do not use CHECK_1.
29884         (__new_msgctl): Likewise.
29885         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29886         <bp-checks.h>.
29887         (__new_setrlimit): Do not use CHECK_1.
29888         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29889         <bp-checks.h>.
29890         (__old_shmctl): Do not use CHECK_1.
29891         (__new_shmctl): Likewise.
29892         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29893         <bp-checks.h>.
29894         (__xstat): Do not use CHECK_1.
29895         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29896         (__lxstat): Do not use CHECK_1.
29897         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29898         <bp-checks.h>.
29899         (___lxstat64): Do not use CHECK_1.
29900         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29901         (__old_msgctl): Do not use CHECK_1.
29902         (__new_msgctl): Likewise.
29903         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29904         <bp-checks.h>.
29905         (__gettimeofday): Do not use CHECK_1.
29906         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29907         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29908         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29909         <bp-checks.h>.
29910         (__gettimeofday): Do not use CHECK_1.
29911         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29912         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29913         (__new_shmctl): Do not use CHECK_1.
29914         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29915         <bp-checks.h>.
29916         (do_sigtimedwait): Do not use CHECK_1.
29917         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29918         <bp-checks.h>.
29919         (do_sigwaitinfo): Do not use CHECK_1.
29920         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29921         <bp-checks.h>.
29922         (msgctl): Do not use CHECK_1.
29923         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29924         <bp-checks.h>.
29925         (shmctl): Do not use CHECK_1.
29926         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29927         (ustat): Do not use CHECK_1.
29928         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29929         <bp-checks.h>.
29930         (__fxstat): Do not use CHECK_1.
29931         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29932         <bp-checks.h>.
29933         (__fxstatat): Do not use CHECK_1.
29934         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29935         <bp-checks.h>.
29936         (__lxstat): Do not use CHECK_1.
29937         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29938         <bp-checks.h>.
29939         (__xstat): Do not use CHECK_1.
29940         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29941         (__xstat): Do not use CHECK_1.
29942         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29943         (___xstat64): Do not use CHECK_1.
29944
29945         [BZ #13550]
29946         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29947         definitions.
29948         (CHECK_BOUNDS_HIGH): Likewise.
29949         * string/strcpy.c: Do not include <bp-checks.h>.
29950         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29951
29952 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29953
29954         * nscd/nscd-client.h (__nscd_drop_map_ref):
29955         Add __attribute__ ((unused)).
29956         * nis/nss-nisplus.h (niserr2nss): Likewise.
29957
29958         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29959         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29960
29961         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29962         Remove inline keyword.
29963         * include/rounding-mode.h (round_away): Likewise.
29964         * libio/wfileops.c (adjust_wide_data): Likewise.
29965         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29966         (__m128i_strloadu_tolower): Likewise.
29967         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29968         (__m128i_strloadu_tolower): Likewise.
29969         * time/mktime.c (ydhms_diff): Likewise.
29970         * locale/elem-hash.h (elem_hash): Likewise.
29971         * locale/setlocale.c (setdata): Likewise.
29972         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29973         (re_string_wchar_at): Likewise.
29974         (bitset_not, bitset_merge, bitset_mask): Likewise.
29975         [!(__GNUC__ > 3)] (inline): Remove macro.
29976         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29977         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29978         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29979         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29980         * string/memcmp.c (memcmp_bytes): Likewise.
29981         * locale/programs/locarchive.c (compute_hashval): Likewise.
29982         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29983         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29984         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29985         * nss/getent.c (print_rpc, print_protocols): Likewise.
29986         (print_passwd, print_group, print_aliases): Likewise.
29987         * nis/nss-nisplus.h (niserr2nss): Likewise.
29988         * nscd/connections.c (restart_p): Likewise.
29989         Change return type to bool.
29990
29991 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29992
29993         * Makeconfig (all-Depend-files): Add existing
29994         $(sorted-subdirs:=/Depend) files.
29995         (all-subdirs): Remove nss.
29996         * sysdeps/unix/inet/Subdirs: Add it here instead.
29997         * hesiod/Depend: New file.
29998
29999         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
30000         instead of calling alloca.
30001
30002         * io/lseek.c (__lseek): Rename to __libc_lseek.
30003         Define __lseek as an alias.
30004
30005         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
30006
30007 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
30008
30009         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
30010         else clause and remove check for non-standard endianness.
30011
30012 2013-02-04  David S. Miller  <davem@davemloft.net>
30013
30014         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30015
30016 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
30017
30018         [BZ #13550]
30019         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
30020         (__ubp_memchr): Remove prototype.
30021         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
30022         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
30023         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
30024         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
30025         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
30026         Remove alias.
30027         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
30028         (__ubp_memchr): Likewise.
30029         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
30030         (__ubp_memchr): Likewise.
30031         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
30032         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
30033         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
30034         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
30035         CHECK_STRING.
30036         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
30037         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
30038         (__getcwd): Do not use CHECK_STRING.
30039         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
30040         <bp-checks.h>.
30041         (__real_chown): Do not use CHECK_STRING.
30042         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
30043         <bp-checks.h>.
30044         (fchownat): Do not use CHECK_STRING.
30045         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
30046         CHECK_STRING.
30047         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
30048         <bp-checks.h>.
30049         (__lchown): Do not use CHECK_STRING.
30050         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30051         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30052         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30053         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
30054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
30055         include <bp-checks.h>.
30056         (truncate64): Do not use CHECK_STRING.
30057         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
30058         <bp-checks.h>.
30059         (__real_chown): Do not use CHECK_STRING.
30060         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
30061         <bp-checks.h>.
30062         (__lchown): Do not use CHECK_STRING.
30063         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
30064         <bp-checks.h>.
30065         (__chown): Do not use CHECK_STRING.
30066         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
30067         <bp-checks.h>.
30068         (truncate64): Do not use CHECK_STRING.
30069         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
30070         Likewise.
30071         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
30072         (__xmknod): Do not use CHECK_STRING.
30073         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
30074         <bp-checks.h>.
30075         (__xmknodat): Do not use CHECK_STRING.
30076         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30077         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
30078
30079 2013-02-04  Andreas Schwab  <schwab@suse.de>
30080
30081         [BZ #14142]
30082         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
30083         * include/netdb.h: Likewise for h_errno.
30084         * elf/tst-stackguard1.c: Include <tls.h>.
30085
30086 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
30087
30088         * elf/link.h (struct link_map): Extend the l_addr comment.
30089         * include/link.h (struct link_map): Likewise.
30090
30091 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
30092
30093         [BZ #13550]
30094         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
30095         (BOUNDED_1): Remove macro.
30096         * debug/backtrace.c: Don't include <bp-checks.h>.
30097         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
30098         (__backtrace): Likewise.
30099         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
30100         <bp-checks.h>.
30101         (__backtrace): Don't use BOUNDED_1.
30102         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
30103         <bp-checks.h>.
30104         (__backtrace): Don't use BOUNDED_1.
30105         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
30106         (__backtrace): Don't use BOUNDED_1.
30107         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
30108         (shmat): Don't use BOUNDED_N.
30109
30110 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
30111
30112         [BZ #13550]
30113         * sysdeps/generic/bp-start.h: Remove file.
30114         * csu/libc-start.c: Don't include <bp-start.h>.
30115         (LIBC_START_MAIN): Set up __environ directly instead of using
30116         INIT_ARGV_and_ENVIRON.
30117         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
30118         <bp-start.h>.
30119
30120         [BZ #13550]
30121         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
30122         definitions.
30123         (CHECK_FCNTL): Likewise.
30124         (CHECK_N_PAGES): Likewise.
30125
30126         [BZ #13550]
30127         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
30128         definitions.
30129         (CHECK_SIGSET_NULL_OK): Likewise.
30130         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
30131         <bp-checks.h>.
30132         (sigpending): Don't use CHECK_SIGSET.
30133         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
30134         <bp-checks.h>.
30135         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30136         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
30137         <bp-checks.h>.
30138         (do_sigsuspend): Don't use CHECK_SIGSET.
30139         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
30140         use CHECK_SIGSET.
30141         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
30142         (do_sigwait): Don't use CHECK_SIGSET.
30143         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
30144         use CHECK_SIGSET.
30145         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
30146         include <bp-checks.h>.
30147         (sigpending): Don't use CHECK_SIGSET.
30148         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
30149         include <bp-checks.h>.
30150         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30151         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
30152         <bp-checks.h>.
30153         (sigpending): Don't use CHECK_SIGSET.
30154         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
30155         <bp-checks.h>.
30156         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
30157
30158         [BZ #13550]
30159         * sysdeps/generic/bp-semctl.h: Remove file.
30160         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
30161         <bp-checks.h> and <bp-semctl.h>.
30162         (__old_semctl): Don't use CHECK_SEMCTL.
30163         (__new_semctl): Likewise.
30164         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
30165         and <bp-semctl.h>.
30166         (__old_semctl): Don't use CHECK_SEMCTL.
30167         (__new_semctl): Likewise.
30168         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
30169         <bp-checks.h> and <bp-semctl.h>.
30170         (__old_semctl): Don't use CHECK_SEMCTL.
30171         (__new_semctl): Likewise.
30172         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
30173         <bp-checks.h> and <bp-semctl.h>.
30174         (semctl): Don't use CHECK_SEMCTL.
30175
30176         [BZ #13550]
30177         * Makerules (elide-bp-thunks): Remove variable.
30178         (elide-routines.oS): Don't use $(elide-bp-thunks).
30179         (elide-routines.os): Likewise.
30180         (elide-routines.o): Likewise.
30181         (elide-routines.op): Likewise.
30182         (elide-routines.og): Likewise.
30183         (objects): Don't use $(bp-thunks).
30184         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
30185         include.
30186         (common-generated): Do not add s-proto-bp.d.
30187         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
30188         (int): Likewise.
30189         (typ): Likewise.
30190         Do not generate makefile rules for bounded-pointer thunks.
30191         * sysdeps/generic/bp-thunks.h: Remove file.
30192         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
30193         * sysdeps/unix/s-proto-bp.S: Likewise.
30194
30195         [BZ #15062]
30196         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
30197         parts of result separately when argument is not close to line from
30198         -i to i and one part of argument is small.
30199         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30200         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30201         * math/libm-test.inc (cacos_test): Add more tests.
30202         (casin_test): Likewise.
30203         (casinh_test): Likewise.
30204         * sysdeps/i386/fpu/libm-test-ulps: Update.
30205         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30206
30207 2013-01-31  David S. Miller  <davem@davemloft.net>
30208
30209         * po/de.po: Update from translation team.
30210
30211 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
30212
30213         * time/tzfile.c: Include stdint.h for SIZE_MAX.
30214
30215 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
30216
30217         * configure.in (_AC_PROG_CC_C89): New definition.
30218         * configure: Regenerate.
30219
30220         * configure.in (AC_PROG_CPP): New definition.
30221         * configure: Regenerate.
30222
30223 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30224
30225         * debug/tst-backtrace.h: New file.
30226         * debug/tst-backtrace2.c: Include tst-backtrace.h.
30227         (ret): Remove variable.
30228         (x): Likewise.
30229         (FAIL): Remove macro.
30230         (NO_INLINE): Likewise.
30231         (fn1): Use match function instead of strstr.
30232         * debug/tst-backtrace3.c: Include tst-backtrace.h.
30233         (ret): Remove variable.
30234         (x): Likewise.
30235         (FAIL): Remove macro.
30236         (NO_INLINE): Likewise.
30237         (fn): Use match function instead of strstr.
30238         * debug/tst-backtrace4.c: Include tst-backtrace.h.
30239         (ret): Remove variable.
30240         (x): Likewise.
30241         (FAIL): Remove macro.
30242         (NO_INLINE): Likewise.
30243         (handle_signal): Use match function instead of strstr.
30244         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30245         (ret): Remove variable.
30246         (x): Likewise.
30247         (FAIL): Remove macro.
30248         (NO_INLINE): Likewise.
30249         (handle_signal): Use match function instead of strstr.
30250
30251 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30252
30253         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30254
30255 2013-01-23  David S. Miller  <davem@davemloft.net>
30256
30257         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30258         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30259         argument of CAS if possible.
30260         * sysdeps/sparc/sparc64/bits/atomic.h
30261         (__arch_compare_and_exchange_val_32_acq): Likewise.
30262         (__arch_compare_and_exchange_val_64_acq): Likewise.
30263
30264 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30265
30266         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30267         * sysdeps/posix/ulimit.c: ... this.
30268         Include <limits.h>.
30269         * sysdeps/unix/bsd/ulimit.c: Remove file.
30270
30271 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30272
30273         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30274         (LDFLAGS-tst-array5): Likewise.
30275
30276 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30277
30278         [BZ #15036]
30279         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30280         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30281         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30282         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30283
30284 2013-01-21  David S. Miller  <davem@davemloft.net>
30285
30286         * sysdeps/sparc/backtrace.c: New file.
30287         * sysdeps/sparc/sparc32/backtrace.h: New file.
30288         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30289         * sysdeps/sparc/sparc64/backtrace.h: New file.
30290         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30291         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30292         -funwind-tables.
30293
30294 2013-01-21  Andreas Schwab  <schwab@suse.de>
30295
30296         [BZ #15020]
30297         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30298         closed its stdout.
30299
30300 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30301
30302         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30303         "mpa2.h".
30304         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30305
30306 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30307             Mark Mitchell  <mark@codesourcery.com>
30308             Tom de Vries  <tom@codesourcery.com>
30309             Paul Pluzhnikov  <ppluzhnikov@google.com>
30310
30311         * debug/tst-backtrace2.c: New file.
30312         * debug/tst-backtrace3.c: Likewise.
30313         * debug/tst-backtrace4.c: Likewise.
30314         * debug/tst-backtrace5.c: Likewise.
30315         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30316         (CFLAGS-tst-backtrace3.c): Likewise.
30317         (CFLAGS-tst-backtrace4.c): Likewise.
30318         (CFLAGS-tst-backtrace5.c): Likewise.
30319         (LDFLAGS-tst-backtrace2): Likewise.
30320         (LDFLAGS-tst-backtrace3): Likewise.
30321         (LDFLAGS-tst-backtrace4): Likewise.
30322         (LDFLAGS-tst-backtrace5): Likewise.
30323         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30324         tst-backtrace4 and tst-backtrace5.
30325
30326 2013-01-18  Anton Blanchard  <anton@samba.org>
30327             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30328
30329         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30330         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30331         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30332         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30334         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30335         "+r" and remove output regs list as redundant.  Add explicit inline
30336         asm to specify register of return val to work around compiler codegen
30337         bug.  Remove (int) cast on return value.  Add return type parameter to
30338         use in macro so that this macro does not truncate return value for
30339         64-bit values.
30340         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30341         pass to INTERNAL_VSYSCALL_NCS.
30342         (INLINE_VSYSCALL): Add 'long int' as return type to
30343         INTERNAL_VSYSCALL_NCS macro invocation.
30344         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30345         INTERNAL_VSYSCALL_NCS macro invocation.
30346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30347
30348 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30349
30350         [BZ #14496]
30351         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30352         Fix application of SIMD FP exception mask.
30353
30354         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30355         mp_no from a power of two.
30356         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30357         __mpexp_twomm1.  Use __pow_mp.
30358
30359         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30360         multiplication.
30361
30362 2013-01-17  David S. Miller  <davem@davemloft.net>
30363
30364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30365
30366 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30367
30368         [BZ #15023]
30369         * include/complex.h: Condition contents on [!_COMPLEX_H].
30370         (__kernel_casinhf): New prototype.
30371         (__kernel_casinh): Likewise.
30372         (__kernel_casinhl): Likewise.
30373         * math/Makefile (libm_calls): Add k_casinh.
30374         * math/k_casinh.c: New file.
30375         * math/k_casinhf.c: Likewise.
30376         * math/k_casinhl.c: Likewise.
30377         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30378         finite nonzero arguments.
30379         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30380         finite nonzero arguments.
30381         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30382         finite nonzero arguments.
30383         * math/s_casinh.c: Do not include <float.h>.
30384         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30385         * math/s_casinhf.c: Do not include <float.h>.
30386         (__casinhf): Move code for finite nonzero arguments to
30387         k_casinhf.c.
30388         * math/s_casinhl.c: Do not include <float.h>.
30389         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30390         redefine.
30391         (__casinhl): Move code for finite nonzero arguments to
30392         k_casinhl.c.
30393         * math/libm-test.inc (cacos_test): Add more tests.
30394         * sysdeps/i386/fpu/libm-test-ulps: Update.
30395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30396
30397 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30398
30399         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30400         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30401         [!HAVE_MREMAP]: Remove [defined linux] case.
30402         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30403
30404 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30405
30406         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30407
30408 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30409
30410         * elf/elf.h (R_386_SIZE32): New relocation.
30411         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30412         R_386_SIZE32.
30413         (elf_machine_rela): Likewise.
30414         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30415         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30416
30417 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30418
30419         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30420         (FP_FAST_FMA): Do not define.
30421         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30422         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30423         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30424         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30425         !_SOFT_FLOAT]: Likewise.
30426         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30427         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30428         value.
30429         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30430         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30431         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30432         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30433         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30434         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30435         file.
30436
30437 2013-01-16  Andreas Schwab  <schwab@suse.de>
30438
30439         [BZ #14327]
30440         * include/stdlib.h (__mktemp): Add declaration.
30441         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30442         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30443
30444 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30445
30446         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30447         definitions.
30448         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30449         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30450         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30451         definitions here.
30452         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30453         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30454         definitions.
30455         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30456         and ONE.
30457         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30458         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30459         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30460         definitions.
30461         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30462         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30463         definitions.
30464         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30465
30466         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30467
30468 2013-01-15  David S. Miller  <davem@davemloft.net>
30469
30470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30471         trunc{,f} to libm-sysdep_routes.
30472         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30474         file.
30475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30477         file.
30478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30479         file.
30480         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30481         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30482         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30483         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30484         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30485         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30486         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30487         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30488
30489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30490         nearbyint{,f} to libm-sysdep_routes.
30491         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30493         New file.
30494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30495         file.
30496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30497         New file.
30498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30499         file.
30500         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30501         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30502         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30503         file.
30504         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30505         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30506         file.
30507         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30508         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30509         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30510
30511         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30512         libc_feholdexcept and libc_fesetenv.
30513
30514 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30515
30516         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30517
30518 2013-01-14  David S. Miller  <davem@davemloft.net>
30519
30520         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30521         (SPARC_ASM_VIS2_IFUNC): Likewise.
30522         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30524         use of 'siam' instruction.
30525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30526         Likewise.
30527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30528         Likewise.
30529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30530         Likewise.
30531         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30532         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30533         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30534         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30536         file.
30537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30538         file.
30539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30540         file.
30541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30542         file.
30543         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30544         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30545         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30546         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30548         new VIS2 routines.
30549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30552         Likewise.
30553         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30554         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30555         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30556         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30558         routines to libm-sysdep_routines.
30559         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30560
30561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30562         fdim/fdimf to libm-sysdep_routines.
30563         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30564         file.
30565         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30567         file.
30568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30569         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30570         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30571         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30572         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30573         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30574         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30575
30576 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30577
30578         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30579         to optimize copies.
30580
30581         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30582         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30583         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30584
30585         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30586         local variable MPTWO.
30587         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30588         Likewise.
30589
30590 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30591
30592         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30593         GLOB_NOESCAPE.
30594
30595 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30596
30597         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30598
30599 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30600
30601         * manual/pattern.texi (glob_t): Document gl_flags.
30602         (glob64_t): Likewise.
30603
30604 2013-01-11  David S. Miller  <davem@davemloft.net>
30605
30606         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30607         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30608         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30609         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30610         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30611         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30612         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30613         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30614         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30615         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30616         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30617         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30618         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30619
30620         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30621         sparc V9 rather than using V8 code.
30622         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30623         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30624
30625         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30626         Move to...
30627         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30628         Here.
30629
30630 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30631
30632         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30633         not in the main loop.
30634         * configure: Regenerated.
30635
30636 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30637
30638         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30639         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30640         to just #else.
30641         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30642         [!__GLIBC_HAVE_LONG_LONG] case.
30643         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30644         condition to just #else.
30645         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30646         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30647         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30648         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30649         unconditional.
30650         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30651         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30652         #elif condition to just #else.
30653         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30654         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30655         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30656         #elif condition to just #else.
30657
30658 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30659
30660         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30661         (EF_MIPS_ARCH_64): Fix value.
30662         (EF_MIPS_ARCH_32R2): New.
30663         (EF_MIPS_ARCH_64R2): New.
30664
30665 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30666
30667         * Makeconfig (+link-pie-before-libc): New.
30668         (+link-pie-after-libc): Likewise.
30669         (+link-pie-tests): Likewise.
30670         (+link-pie): Rewritten.
30671         (link-before-libc): Remove $(config-LDFLAGS).
30672         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30673         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30674         (config-LDFLAGS): Renamed to ...
30675         (rtld-LDFLAGS): This.
30676         (rtld-tests-LDFLAGS): New macro.
30677         (link-libc-rpath-link): Likewise.
30678         (link-libc-tests-rpath-link): Likewise.
30679         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30680         (link-libc): Prepand $(link-libc-rpath-link).
30681         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30682         (test-program-prefix): New macro.
30683         (test-via-rtld-prefix): Likewise.
30684         (test-program-cmd): Likewise.
30685         (host-test-program-cmd): Likewise.
30686         * Makefile ($(common-objpfx)testrun.sh): Replace
30687         $(run-program-prefix) with $(test-program-prefix).
30688         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30689         $(rtld-LDFLAGS).
30690         ($(common-objpfx)shlib.lds): Likewise.
30691         (build-module-helper): Likewise.
30692         ($(common-objpfx)format.lds): Likewise.
30693         * Rules (binaries-pie-tests): New.
30694         (binaries-pie-notests): Likewise.
30695         (binaries-pie): Rewritten.
30696         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30697         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30698         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30699         (make-test-out): Replace $(host-built-program-cmd) with
30700         $(host-test-program-cmd).
30701         * config.make.in (build-hardcoded-path-in-tests): New variable.
30702         * configure.in (--enable-hardcoded-path-in-tests): New configure
30703         option.
30704         (hardcoded_path_in_tests): New AC_SUBST.
30705         * configure: Regenerated.
30706         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30707         $(built-program-cmd) with $(test-program-cmd).
30708         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30709         (test_program_cmd): This.
30710         * elf/Makefile ($(objpfx)order.out): Run test with
30711         $(test-program-prefix).
30712         ($(objpfx)order2.out): Likewise.
30713         ($(objpfx)tst-initorder.out): Likewise.
30714         ($(objpfx)tst-initorder2.out): Likewise.
30715         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30716         $(test-program-cmd).
30717         ($(objpfx)tst-array1-static.out): Likewise.
30718         ($(objpfx)tst-array2.out): Likewise.
30719         ($(objpfx)tst-array3.out): Likewise.
30720         ($(objpfx)tst-array4.out): Likewise.
30721         ($(objpfx)tst-array5.out): Likewise.
30722         ($(objpfx)tst-array5-static.out): Likewise.
30723         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30724         $(test-program-cmd).
30725         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30726         $(run-program-prefix) with $(test-program-prefix).
30727         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30728         (test_program_prefix): This.
30729         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30730         $(run-program-prefix) with $(test-program-prefix).
30731         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30732         (test_program_prefix): This.
30733         * iconvdata/tst-tables.sh: Likewise.
30734         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30735         $(run-program-prefix) with $(test-program-prefix).
30736         ($(objpfx)tst-translit.out): Likewise.
30737         ($(objpfx)tst-gettext2.out): Likewise.
30738         ($(objpfx)tst-gettext4.out): Likewise.
30739         ($(objpfx)tst-gettext6.out): Likewise.
30740         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30741         (test_program_prefix): This.
30742         * intl/tst-gettext2.sh: Likewise.
30743         * intl/tst-gettext4.sh  Likewise.
30744         * intl/tst-gettext6.sh: Likewise.
30745         * intl/tst-translit.sh: Likewise.
30746         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30747         with $(test-program-cmd).
30748         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30749         $(run-program-prefix) with $(test-program-prefix).
30750         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30751         (test_program_prefix): This.
30752         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30753         $(run-program-prefix) with $(test-program-prefix).
30754         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30755         (test_program_prefix): This.
30756         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30757         * posix/Makefile ($(objpfx)globtest.out): Replace
30758         $(run-via-rtld-prefix) and $(test-wrapper) with
30759         $(test-program-prefix) and $(test-via-rtld-prefix).
30760         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30761         $(test-program-prefix).
30762         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30763         $(host-test-program-cmd).
30764         (tst-spawn-ARGS): Likewise.
30765         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30766         $(test-program-prefix).
30767         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30768         (test_via_rtld_prefix): This.
30769         (test_wrapper): Renamed to ...
30770         (test_program_prefix): This.
30771         (run_program_prefix): Replaced by test_program_prefix.
30772         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30773         (test_program_prefix): This.
30774         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30775         with $(host-test-program-cmd).
30776         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30777         $(run-program-prefix) with $(test-program-prefix).
30778         ($(objpfx)tst-printf.out): Likewise.
30779         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30780         $(test-program-cmd).
30781         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30782         (test_program_prefix): This.
30783         * stdio-common/tst-unbputc.sh: Likewise.
30784         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30785         $(run-program-prefix) with $(test-program-prefix).
30786         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30787         (test_program_prefix): This.
30788         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30789         $(built-program-cmd) with $(test-program-cmd).
30790
30791 2013-01-11  Andreas Jaeger  <aj@suse.de>
30792
30793         [BZ #15003]
30794         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30795         value. Sync with Linux 3.7.
30796
30797 2013-01-10  David S. Miller  <davem@davemloft.net>
30798
30799         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30800         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30801         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30802
30803 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30804
30805         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30806         never set.
30807         * configure: Regenerated.
30808
30809 2013-01-10  David S. Miller  <davem@davemloft.net>
30810
30811         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30812         sparc V9 rather than using V8 code.
30813         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30814         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30815
30816 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30817
30818         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30819         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30820         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30821         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30822         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30823         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30824         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30825         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30826         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30827         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30828         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30829         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30830         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30831         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30832         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30833         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30834         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30835         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30836         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30837         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30838         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30839         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30840         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30841         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30842         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30843         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30844         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30845
30846 2013-01-10  David S. Miller  <davem@davemloft.net>
30847
30848         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30849
30850 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30851
30852         * posix/Makefile (tests-static): New variable.
30853         (tests): Add $(tests-static).
30854         (tst-exec-static-ARGS): New variable.
30855         (tst-spawn-static-ARGS): Likewise.
30856         * posix/tst-exec-static.c: New file.
30857         * posix/tst-spawn-static.c: Likewise.
30858         * posix/tst-exec.c: Support run directly.
30859         * posix/tst-spawn.c: Likewise.
30860
30861 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30862
30863         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30864         long.
30865         * math/bits/mathcalls.h (llrint): Likewise.
30866         (llround): Likewise.
30867         * stdlib/stdlib.h (struct drand48_data): Likewise.
30868         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30869         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30870         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30871         Likewise.
30872         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30873         Likewise.
30874         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30875         (elf_greg_t): Likewise.
30876         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30877         (__jmp_buf): Likewise.
30878         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30879         definitions.
30880         (llrint): Likewise, for all definitions.
30881         (llrintl): Likewise.
30882
30883         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30884         Remove [__GNUC__] condition.
30885         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30886         condition to just [__USE_ISOC99].
30887         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30888
30889 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30890
30891         [BZ #14200]
30892         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30893         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30894         defined.
30895         (_POSIX_V6_ILP32_OFF32): Likewise.
30896         (_XBS5_ILP32_OFF32): Likewise.
30897         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30898         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30899
30900 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30901
30902         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30903
30904         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30905         doubles __mpexp_twomm1.  Adjust usage.
30906         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30907         Remove.
30908
30909 2013-01-10  Andreas Schwab  <schwab@suse.de>
30910
30911         [BZ #14964]
30912         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30913         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30914
30915 2013-01-09  David S. Miller  <davem@davemloft.net>
30916
30917         [BZ #15003]
30918         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30919         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30920         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30921         (TCP_FASTOPEN): Define.
30922         (tcp_repair_opt): New structure.
30923         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30924         enum values.
30925         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30926         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30927         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30928         (tcp_cookie_transactions): New structure.
30929
30930 2013-01-09  Anton Blanchard  <anton@samba.org>
30931
30932         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30933         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30934         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30935         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30936
30937 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30938
30939         * include/features.h (__USE_ANSI): Remove.
30940
30941 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30942
30943         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30944
30945         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30946
30947 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30948
30949         * sysdeps/s390/fpu/libm-test-ulps: Update.
30950
30951         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30952
30953         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30954         (__acr): Likewise.
30955         (__cpy): Likewise.
30956         (norm): Likewise.
30957         (denorm): Likewise.
30958         (__mp_dbl): Likewise.
30959         (__dbl_mp): Likewise.
30960         (add_magnitudes): Likewise.
30961         (sub_magnitudes): Likewise.
30962         (__add): Likewise.
30963         (__sub): Likewise.
30964         (__mul): Likewise.
30965         (__inv): Likewise.
30966         (__dvd): Likewise.
30967         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30968         (__acr): Likewise.
30969         (__cpy): Likewise.
30970         (norm): Likewise.
30971         (denorm): Likewise.
30972         (__mp_dbl): Likewise.
30973         (__dbl_mp): Likewise.
30974         (add_magnitudes): Likewise.
30975         (sub_magnitudes): Likewise.
30976         (__add): Likewise.
30977         (__sub): Likewise.
30978         (__mul): Likewise.
30979         (__inv): Likewise.
30980         (__dvd): Likewise.
30981         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30982         (__acr): Likewise.
30983         (__cpy): Likewise.
30984         (norm): Likewise.
30985         (denorm): Likewise.
30986         (__mp_dbl): Likewise.
30987         (__dbl_mp): Likewise.
30988         (add_magnitudes): Likewise.
30989         (sub_magnitudes): Likewise.
30990         (__add): Likewise.
30991         (__sub): Likewise.
30992         (__mul): Likewise.
30993         (__inv): Likewise.
30994         (__dvd): Likewise.
30995
30996 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30997
30998         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30999         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
31000         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
31001         2 && __USE_EXTERN_INLINES]: Likewise.
31002
31003 2013-01-08  Andreas Jaeger  <aj@suse.de>
31004
31005         [BZ# 14985]
31006         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
31007         Remove.
31008         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
31009         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
31010
31011 2013-01-07  Anton Blanchard  <anton@samba.org>
31012
31013         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
31014         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
31015         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
31016         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
31017         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
31018         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
31019         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
31020         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31021         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31022         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31023         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
31024         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
31025         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
31026         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
31027         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
31028         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
31029         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
31030         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
31031         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
31032         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
31033         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
31034         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
31035         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
31036         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
31037         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
31038         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
31039         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
31040         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
31041         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
31042         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
31043         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
31044         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31045         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31046         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
31047         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
31048         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
31049         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
31050         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31051         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
31052         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
31053         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
31054         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
31055         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
31056
31057 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
31058
31059         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
31060         (__MALLOC_PMT): Likewise.
31061         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
31062         [__GNUC__], only on [_LIBC].
31063         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
31064         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
31065         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
31066         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
31067         forward declaration.
31068         (realloc_hook_ini): Likewise.
31069         (memalign_hook_ini): Likewise.
31070         (__libc_memalign): Do not use __MALLOC_PMT in variable
31071         declaration.
31072         (__libc_valloc): Likewise.
31073         (__libc_pvalloc): Likewise.
31074         (__libc_calloc): Likewise.
31075         (__posix_memalign): Likewise.
31076
31077         [BZ #14996]
31078         * math/s_casinh.c: Include <float.h>.
31079         (__casinh): Do not do computation with squaring and square root
31080         for large arguments.
31081         * math/s_casinhf.c: Include <float.h>.
31082         (__casinhf): Do not do computation with squaring and square root
31083         for large arguments.
31084         * math/s_casinhl.c: Include <float.h>.
31085         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
31086         (__casinhl): Do not do computation with squaring and square root
31087         for large arguments.
31088         * math/libm-test.inc (casin_test): Add more tests.
31089         (casinh_test): Likewise.
31090         * sysdeps/i386/fpu/libm-test-ulps: Update.
31091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31092
31093 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
31094
31095         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
31096         (__x86_64_raw_data_cache_size): Likewise.
31097         (__x86_64_data_cache_size_half): Likewise.
31098         (__x86_64_raw_data_cache_size_half): Likewise.
31099         (__x86_64_shared_cache_size): Likewise.
31100         (__x86_64_raw_shared_cache_size): Likewise.
31101         (__x86_64_shared_cache_size_half): Likewise.
31102         (__x86_64_raw_shared_cache_size_half): Likewise.
31103         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
31104         to ...
31105         (__x86_data_cache_size): This.
31106         (__x86_64_raw_data_cache_size): Renamed to ...
31107         (__x86_raw_data_cache_size): This.
31108         (__x86_64_data_cache_size_half): Renamed to ...
31109         (__x86_data_cache_size_half): This.
31110         (__x86_64_raw_data_cache_size_half): Renamed to ...
31111         (__x86_raw_data_cache_size_half): This.
31112         (__x86_64_shared_cache_size): Renamed to ...
31113         (__x86_shared_cache_size): This.
31114         (__x86_64_raw_shared_cache_size): Renamed to ...
31115         (__x86_raw_shared_cache_size): This.
31116         (__x86_64_shared_cache_size_half): Renamed to ...
31117         (__x86_shared_cache_size_half): This.
31118         (__x86_64_raw_shared_cache_size_half): Renamed to ...
31119         (__x86_raw_shared_cache_size_half): This.
31120         * sysdeps/x86_64/memcpy.S: Updated.
31121         * sysdeps/x86_64/memset.S: Likewise.
31122         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
31123         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
31124         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
31125
31126 2013-01-04  David S. Miller  <davem@davemloft.net>
31127
31128         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31129
31130 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
31131
31132         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
31133         1 to avoid redefinition warning.
31134         (__USE_GNU): Don't define.
31135         (init_signaling_nan): Protoize.
31136
31137         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31138
31139 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31140
31141         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
31142         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
31143         (__cpymn): Likewise.
31144         (norm): Remove commented code.
31145         (denorm): Likewise.
31146         (__mp_dbl): Likewise.
31147         (__inv): Likewise.
31148         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
31149         (__cpymn): Likewise.
31150         (norm): Remove commented code.
31151         (denorm): Likewise.
31152         (__mp_dbl): Likewise.
31153         (__inv): Likewise.
31154
31155         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
31156         mp_no value for 1.0 and 2.0.
31157         (norm): Use RADIXI instead of radixi.d.
31158         (denorm): Likewise.
31159         (__mul): Use 0.0 instead of zero.d.
31160         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
31161         mp_no value for 1.0 and 2.0.
31162         (norm): Use RADIXI instead of radixi.d.
31163         (denorm): Likewise.
31164         (__mul): Use 0.0 instead of zero.d.
31165
31166 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
31167
31168         [BZ #14994]
31169         * math/s_casinh.c (__casinh): Reduce finite argument to first
31170         quadrant then set signs of results at the end.
31171         * math/s_casinhf.c (__casinhf): Likewise.
31172         * math/s_casinhl.c (__casinhl): Likewise.
31173         * math/libm-test.inc (casin_test): Add more tests.
31174         (casinh_test): Likewise.
31175         * sysdeps/i386/fpu/libm-test-ulps: Update.
31176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31177
31178 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31179
31180         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
31181
31182         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
31183
31184         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
31185         declarations.
31186         (denorm): Likewise.
31187         (__mp_dbl): Likewise.
31188         (__inv): Likewise.
31189
31190         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
31191         and adjust the header comment.
31192
31193         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
31194         variable name from declaration.
31195
31196 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
31197
31198         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31199         Initialize COMMON_CPUID_INDEX_7 element.
31200         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
31201         (CPUID_RTM): Likewise.
31202         (HAS_RTM): Likewise.
31203         (COMMON_CPUID_INDEX_7): New enum.
31204
31205 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
31206
31207         [BZ #14981]
31208         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
31209         size is zero, record memory as freed.
31210
31211 2013-01-03  Andreas Jaeger  <aj@suse.de>
31212
31213         * po/ia.po: Add new Interlingua translation.
31214
31215 2012-01-03  Allan McRae  <allan@archlinux.org>
31216
31217         * locale/programs/localedef.c: Fix description of '--posix' flag.
31218
31219 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
31220
31221         * NEWS: Update dates in second copyright notice.
31222         * README: Update copyright dates in example.
31223         * manual/libc.texinfo: Update copyright dates.
31224         * scripts/test-installation.pl: Update copyright date in --version
31225         output.
31226
31227         * hurd/ctty-input.c: Fix copyright notice formatting.
31228         * hurd/ctty-output.c: Likewise.
31229         * hurd/dtable.c: Likewise.
31230         * hurd/hurd-raise.c: Likewise.
31231         * hurd/hurdprio.c: Likewise.
31232         * hurd/msgportdemux.c: Likewise.
31233         * misc/sys/file.h: Likewise.
31234         * misc/sys/ioctl.h: Likewise.
31235         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31236         * sysdeps/mach/hurd/chdir.c: Likewise.
31237         * sysdeps/mach/hurd/fchdir.c: Likewise.
31238         * sysdeps/mach/hurd/rename.c: Likewise.
31239         * sysdeps/mach/hurd/rmdir.c: Likewise.
31240         * sysdeps/mach/hurd/seekdir.c: Likewise.
31241         * sysdeps/mach/hurd/setsid.c: Likewise.
31242         * sysdeps/posix/wait3.c: Likewise.
31243
31244         * All files with FSF copyright notices: Update copyright dates
31245         using scripts/update-copyrights.
31246         * intl/plural.c: Regenerated.
31247         * locale/programs/charmap-kw.h: Likewise.
31248         * locale/programs/locfile-kw.h: Likewise.
31249
31250 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31251
31252         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31253         four values.
31254
31255         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31256         calculation loop and add branch prediction.
31257
31258         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31259         check access beyond bounds of m1np.
31260
31261         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31262         MPTWO.
31263         (__inv): Remove local variable MPTWO to use the global
31264         constant.
31265         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31266         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31267         variable MPTWO.
31268         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31269         MP3HALFS static const.
31270
31271 2013-01-01  David S. Miller  <davem@davemloft.net>
31272
31273         * po/ca.po: Update from translation team.
31274
31275 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31276
31277         * scripts/update-copyrights: New file.
31278         * Makeconfig: Reformat copyright notice.
31279         * ctype/ctype.h: Likewise.
31280         * debug/swprintf_chk.c: Likewise.
31281         * elf/dl-cache.c: Likewise.
31282         * elf/dl-debug.c: Likewise.
31283         * elf/dl-object.c: Likewise.
31284         * grp/initgroups.c: Likewise.
31285         * hurd/Makefile: Likewise.
31286         * hurd/hurd/signal.h: Likewise.
31287         * hurd/hurdfault.c: Likewise.
31288         * hurd/hurdioctl.c: Likewise.
31289         * hurd/hurdlookup.c: Likewise.
31290         * hurd/intr-msg.c: Likewise.
31291         * iconv/gconv_open.c: Likewise.
31292         * libio/swprintf.c: Likewise.
31293         * locale/lc-ctype.c: Likewise.
31294         * locale/nl_langinfo.c: Likewise.
31295         * mach/Machrules: Likewise.
31296         * mach/Makefile: Likewise.
31297         * malloc/obstack.h: Likewise.
31298         * manual/Makefile: Likewise.
31299         * manual/tsort.awk: Likewise.
31300         * misc/bits/stab.def: Likewise.
31301         * nis/nis_print_group_entry.c: Likewise.
31302         * nis/nis_table.c: Likewise.
31303         * nis/nss_compat/compat-pwd.c: Likewise.
31304         * nis/nss_compat/compat-spwd.c: Likewise.
31305         * po/Makefile: Likewise.
31306         * posix/fnmatch.c: Likewise.
31307         * posix/regex.h: Likewise.
31308         * resolv/Makefile: Likewise.
31309         * resolv/nss_dns/dns-network.c: Likewise.
31310         * resolv/res_hconf.c: Likewise.
31311         * scripts/gen-sorted.awk: Likewise.
31312         * soft-fp/soft-fp.h: Likewise.
31313         * stdio-common/printf.h: Likewise.
31314         * stdlib/monetary.h: Likewise.
31315         * stdlib/random.c: Likewise.
31316         * stdlib/random_r.c: Likewise.
31317         * sysdeps/generic/Makefile: Likewise.
31318         * sysdeps/gnu/Makefile: Likewise.
31319         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31320         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31321         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31322         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31323         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31324         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31325         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31326         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31327         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31328         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31329         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31330         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31331         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31332         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31333         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31334         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31335         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31336         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31337         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31338         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31339         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31340         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31341         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31342         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31343         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31344         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31345         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31346         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31347         * sysdeps/mach/hurd/errnos.awk: Likewise.
31348         * sysdeps/mach/hurd/fork.c: Likewise.
31349         * sysdeps/mach/hurd/getcwd.c: Likewise.
31350         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31351         * sysdeps/mach/hurd/mmap.c: Likewise.
31352         * sysdeps/mach/hurd/utimes.c: Likewise.
31353         * sysdeps/mach/hurd/xmknod.c: Likewise.
31354         * sysdeps/posix/profil.c: Likewise.
31355         * sysdeps/posix/readdir_r.c: Likewise.
31356         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31357         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31358         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31359         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31360         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31361         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31362         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31363         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31364         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31365         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31366         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31367         * sysdeps/pthread/lio_listio.c: Likewise.
31368         * sysdeps/sparc/dl-procinfo.h: Likewise.
31369         * sysdeps/unix/i386/sysdep.S: Likewise.
31370         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31371         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31372         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31373         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31375         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31376         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31377         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31378         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31379         * sysdeps/wordsize-32/divdi3.c: Likewise.
31380         * time/sys/time.h: Likewise.
31381         * wcsmbs/Makefile: Likewise.
31382
31383 2013-01-01  David S. Miller  <davem@davemloft.net>
31384
31385         * po/fr.po: Update from translation team.
31386
31387         * catgets/gencat.c: Update copyright year.
31388         * csu/version.c: Likewise.
31389         * debug/catchsegv.sh: Likewise.
31390         * debug/pcprofiledump.c: Likewise.
31391         * debug/xtrace.sh: Likewise.
31392         * elf/ldconfig.c: Likewise.
31393         * elf/ldd.bash.in: Likewise.
31394         * elf/pldd.c: Likewise.
31395         * elf/sotruss.ksh: Likewise.
31396         * elf/sprof.c: Likewise.
31397         * iconv/iconv_prog.c: Likewise.
31398         * iconv/iconvconfig.c: Likewise.
31399         * locale/programs/locale.c: Likewise.
31400         * locale/programs/localedef.c: Likewise.
31401         * login/programs/pt_chown.c: Likewise.
31402         * malloc/memusage.sh: Likewise.
31403         * malloc/memusagestat.c: Likewise.
31404         * malloc/mtrace.pl: Likewise.
31405         * nscd/nscd.c: Likewise.
31406         * nss/getent.c: Likewise.
31407         * nss/makedb.c: Likewise.
31408         * posix/getconf.c: Likewise.
31409
31410 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31411
31412         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31413         numbers.
31414
31415 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31416
31417         * math/bits/mathcalls.h (modf): Use __nonnull.
31418
31419 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31420
31421         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31422         (split): Use macro CN instead of the bare value.
31423         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31424         could be used.
31425         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31426         instead of the bare value.
31427         (power1): Likewise.
31428
31429 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31430
31431         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31432         __ATAN_TWOM.
31433         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31434
31435         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31436         their values.
31437         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31438         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31439         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31440         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31441
31442 2012-12-28  Andreas Jaeger  <aj@suse.de>
31443
31444         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31445         values are from Linux 3.7.
31446
31447         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31448         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31449
31450 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31451
31452         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31453         TRUE case.
31454
31455         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31456         (norm): Likewise.
31457         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31458         variables with preprocessor constants.
31459         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31460         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31461         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31462
31463 2012-12-27  Bruno Haible  <bruno@clisp.org>
31464
31465         [BZ #14317]
31466         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31467         only if needed.
31468
31469 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31470
31471         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31472         and use variable directly.
31473         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31474
31475         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31476         MPONE.
31477         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31478         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31479         variable MPONE.
31480         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31481         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31482         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31483         include directive.  Remove local variable MPONE.
31484         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31485         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31486         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31487
31488 2012-12-25  David S. Miller  <davem@davemloft.net>
31489
31490         * version.h (RELEASE): Set to "development".
31491         (VERSION): Set to "2.17.90".
31492         * NEWS: Add 2.18 section.
31493
31494 2012-12-21  David S. Miller  <davem@davemloft.net>
31495
31496         * po/hr.po: Update from translation team.
31497
31498 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31499
31500         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31501
31502 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31503
31504         * NEWS:  Mention new memcpy for MIPS.
31505
31506 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31507
31508         * manual/contrib.texi (Contributors): Spelling correction.
31509
31510 2012-12-15  David S. Miller  <davem@davemloft.net>
31511
31512         * po/ru.po: Update from translation team.
31513
31514 2012-12-13  David S. Miller  <davem@davemloft.net>
31515
31516         * NEWS: Mention IFUNC testsuite enhancements.
31517
31518         * po/pl.po: Update from translation team.
31519         * po/bg.po: Likewise.
31520
31521         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31522         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31523
31524 2012-12-11  David S. Miller  <davem@davemloft.net>
31525
31526         * po/sv.po: Update from translation team.
31527
31528         * po/vi.po: Update from translation team.
31529
31530         * po/cs.po: Update from translation team.
31531
31532         * po/de.po: Update from translation team.
31533         * po/eo.po: Likewise.
31534         * po/nl.po: Likewise.
31535
31536 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31537
31538         [BZ #14246]
31539         * manual/argp.texi (Argp Helper Functions): Move node to follow
31540         Argp Parsing State.
31541
31542         [BZ #14872]
31543         * manual/conf.texi (Limits on File System Capacity): Mention if
31544         terminating null is included in the max size.
31545
31546 2012-12-10  Andreas Jaeger  <aj@suse.de>
31547
31548         * po/cs.po: Update from translation team.
31549
31550 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31551
31552         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31553         void pointer and cast to uintptr_t.
31554         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31555         path.
31556         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31557         * sysdeps/s390/s390-64/memset.S: Likewise.
31558
31559 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31560
31561         [BZ #14833]
31562         * menual/message.texi (Message Translation): Fix typos.
31563         (Helper programs for gettext): Likewise.
31564
31565 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31566
31567         [BZ #14898]
31568         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31569         Change to -1.
31570
31571 2012-12-07  David S. Miller  <davem@davemloft.net>
31572
31573         * po/libc.pot: Update.
31574
31575 2012-12-07  Richard Henderson  <rth@redhat.com>
31576
31577         [BZ #10114]
31578         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31579         normal/normal case to before the switch.
31580         (_FP_DIV): Likewise.
31581
31582 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31583             Mike Frysinger  <vapier@gentoo.org>
31584
31585         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31586         check for __NR_fadvise64_64.
31587
31588 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31589
31590         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31591         0, not just to plain "0" as a statement.
31592         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31593         with cw.
31594
31595 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31596
31597         * NEWS: Use sourceware.org in Bugzilla URL.
31598
31599 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31600
31601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31602         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31603
31604         * stdio-common/tst-put-error.c (do_test): Add newline to the
31605         padded test to ensure flush.
31606
31607 2012-12-05  Jeff Law  <law@redhat.com>
31608
31609         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31610
31611 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31612
31613         * README: Don't refer to ports add-on as distributed separately.
31614         Mention AArch64 in list of systems supported in the ports add-on.
31615
31616         * LICENSES: Add more non-FSF copyright and license notices.
31617
31618         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31619         ((unused)).
31620
31621         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31622
31623         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31624         10000 as width of padded output.
31625
31626 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31627
31628         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31629
31630         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31631         variable LX with __attribute__ ((unused)).
31632         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31633         Likewise.
31634         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31635         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31636         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31637         with __attribute__ ((unused)).
31638
31639 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31640
31641         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31642
31643 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31644
31645         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31646         (CFLAGS-nldbl-acos.c): New variable.
31647         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31648         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31649         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31650         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31651         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31652         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31653         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31654         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31655         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31656         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31657         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31658         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31659         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31660         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31661         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31662         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31663         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31664         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31665         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31666         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31667         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31668         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31669         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31670         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31671         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31672         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31673         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31674         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31675         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31676         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31677         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31678         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31679         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31680         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31681         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31682         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31683         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31684         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31685         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31686         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31687         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31688         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31689         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31690         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31691         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31692         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31693         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31694         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31695         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31696         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31697         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31698         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31699         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31700         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31701         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31702         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31703         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31704         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31705         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31706         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31707         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31708         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31709         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31710         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31711         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31712         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31713         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31714         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31715         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31716         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31717         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31718         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31719         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31720         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31721         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31722         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31723         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31724         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31725         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31726         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31727         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31728         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31729         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31730         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31731         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31732         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31733         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31734         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31735         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31736         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31737         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31738         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31739         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31740         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31741         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31742         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31743         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31744
31745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31746         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31747
31748         [BZ #14914]
31749         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31750         whole low double instead of just low 47 bits when splitting values
31751         into two parts.
31752
31753 2012-12-03  Allan McRae  <allan@archlinux.org>
31754
31755         * manual/stdio.texi (Predefined Printf Handlers): Remove
31756         @hsep and @vsep usage.
31757
31758 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31759
31760         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31761         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31762
31763 2012-12-03  Jeff Law  <law@redhat.com>
31764
31765         * time/sys/time.h (settimeofday): Do not mark TV argument
31766         as __nonnull.
31767
31768 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31769
31770         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31771         when currently writing and seek to current position when not.
31772         * libio/Makefile (tests): Remove bug-fclose1.
31773         * libio/bug-fclose1.c: Delete.
31774
31775 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31776
31777         * manual/arith.texi (feenableexcept): Fix typo.
31778         (fedisableexcept): Likewise.
31779
31780 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31781
31782         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31783         second, differently-typed declaration, rather than a cast.
31784
31785 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31786
31787         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31788         * include/rpc/svc.h: ... here.
31789
31790 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31791
31792         [BZ #13013]
31793         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31794         depending n and resplen2 to catch cases where answer
31795         equals answerp2.
31796
31797 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31798
31799         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31800         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31801
31802 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31803
31804         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31805
31806 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31807
31808         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31809
31810 2012-11-28  Jeff Law  <law@redhat.com>
31811
31812         [BZ #13761]
31813         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31814         dataset_temporary.  Track alloca usage into alloca_used.
31815         If dataset is large allocate and release it via malloc/free.
31816
31817 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31818
31819         [BZ #14197]
31820         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31821
31822 2012-11-28  David S. Miller  <davem@davemloft.net>
31823
31824         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31825
31826 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31827
31828         [BZ #14803]
31829         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31830         of pi/2 rounded to nearest to 64 bits.
31831         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31832         nearest to 64 bits.
31833         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31834         bits.
31835
31836 2012-11-28  Jeff Law <law@redhat.com>
31837             Martin Osvald <mosvald@redhat.com>
31838
31839         [BZ #14889]
31840         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31841         * sunrpc/svc.c: Include time.h.
31842         (__svc_accept_failed): New function.
31843         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31844         any reason other than EINTR, call __svc_accept_failed.
31845         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31846         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31847
31848 2012-11-28  Andreas Schwab  <schwab@suse.de>
31849
31850         * scripts/abilist.awk: Also handle indirect functions in .opd
31851         section.
31852
31853 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31854
31855         [BZ #13881]
31856         * sysdeps/x86/fpu/powl_helper.c: New file.
31857         * sysdeps/x86/fpu/Makefile: Likewise.
31858         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31859         (p3): New object.
31860         (__ieee754_powl): Use __powl_helper for finite arguments except
31861         integer exponents below 8.
31862         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31863         (p3): New object.
31864         (__ieee754_powl): Use __powl_helper for finite arguments except
31865         integer exponents below 8.
31866         * math/libm-test.inc (pow_test): Add more tests and enable some
31867         previously disabled tests.
31868         * sysdeps/i386/fpu/libm-test-ulps: Update.
31869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31870
31871 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31872             Carlos O'Donell  <carlos_odonell@mentor.com>
31873
31874         * nss/makedb.c (is_prime): Assert that input is odd and greater
31875         than 4.  Note that fact in a comment too.
31876         (next_prime): Add 4 to input.
31877
31878 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31879
31880         [BZ #11741]
31881         * libio/Makefile (tests): Add test case tst-fwrite-error.
31882         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31883         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31884         * libio/tst-fwrite-error.c: New test case.
31885
31886 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31887
31888         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31889         before casting to void *.
31890         * include/libc-internal.h (__pointer_type): New macro.
31891         (__integer_if_pointer_type_sub): Likewise.
31892         (__integer_if_pointer_type): Likewise.
31893         (cast_to_integer): Likewise.
31894         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31895         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31896         before casting to atomic64_t.
31897         (atomic_exchange_acq): Likewise.
31898         (__arch_exchange_and_add_body): Likewise.
31899         (__arch_add_body): Likewise.
31900         (atomic_add_negative): Likewise.
31901         (atomic_add_zero): Likewise.
31902
31903 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31904
31905         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31906         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31907         (add_fdes): Likewise.
31908         (linear_search_fdes): Likewise.
31909         (binary_search_unencoded_fdes): Likewise.
31910
31911 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31912
31913         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31914
31915 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31916
31917         * configure.in: Autodetect C++ header directories.
31918         * configure: Regenerated.
31919
31920 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31921
31922         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31923
31924 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31925
31926         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31927
31928 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31929
31930         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31931         LDBL_MANT_DIG == 106]: Disable some tests.
31932         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31933         Likewise.
31934         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31935         Likewise.
31936
31937         [BZ #14871]
31938         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31939         input for small inputs.  Return +/- pi/2 for large inputs.
31940         * math/libm-test.inc (atan_test): Add more tests.
31941
31942         * sysdeps/generic/unwind-dw2-fde-glibc.c
31943         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31944         __attribute__ ((unused)).
31945
31946         [BZ #14645]
31947         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31948         x * y if x and y are nonzero and z is zero.
31949
31950         [BZ #14811]
31951         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31952         nonzero exponents with absolute value below 0x1p-117 to +/-
31953         0x1p-117.
31954
31955         [BZ #14869]
31956         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31957         up arguments below 2**-450, not just those below 2**-500.
31958         * math/libm-test.inc (hypot_test): Add another test.
31959
31960         [BZ #14868]
31961         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31962         Return a+b for ratio over 2**120, not 2**60.
31963         * math/libm-test.inc (hypot_test): Add another test.
31964
31965         * math/libm-test.inc (clog_test): Use
31966         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31967         (clog10_test): Likewise.
31968
31969         [BZ #6778]
31970         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31971
31972 2012-11-22  Andreas Schwab  <schwab@suse.de>
31973
31974         * sysdeps/i386/fpu/libm-test-ulps: Update.
31975
31976 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31977
31978         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31979         printf output with newline.
31980
31981 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31982
31983         [BZ #14865]
31984         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31985         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31986         -z nodlopen, -z initfirst and -z execstack support.
31987         * configure: Regenerated.
31988
31989         * elf/elf.h (DF_1_NODIRECT): New macro.
31990         (DF_1_IGNMULDEF): Likewise.
31991         (DF_1_NOKSYMS): Likewise.
31992         (DF_1_NOHDR): Likewise.
31993         (DF_1_EDITED): Likewise.
31994         (DF_1_NORELOC): Likewise.
31995         (DF_1_SYMINTPOSE): Likewise.
31996         (DF_1_GLOBAUDIT): Likewise.
31997         (DF_1_SINGLETON): Likewise.
31998         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31999         DT_1_SUPPORTED_MASK bits.
32000         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
32001
32002 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
32003
32004         * sysdeps/unix/make-syscalls.sh: Document prefixes.
32005
32006 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
32007
32008         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
32009         macro.
32010
32011         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
32012         (sendmmsg): Move declarations...
32013         * socket/sys/socket.h: ... here.
32014         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
32015         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
32016         include it from...
32017         * socket/recvmmsg.c: ... this new file.
32018         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
32019         (sendmmsg): Rename to __sendmmsg, create weak alias and make
32020         definition of __sendmmsg hidden.
32021         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
32022         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
32023         Move ENOSYS stub into and include it from...
32024         * socket/sendmmsg.c: ... this new file.
32025         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
32026         (sysdep_routines): Move recvmmsg and sendmmsg...
32027         * socket/Makefile (routines): ... here.
32028         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
32029         (GLIBC_PRIVATE): Add __sendmmsg.
32030         * include/sys/socket.h (__sendmmsg): Add declarations.
32031         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
32032         sendmmsg.
32033
32034 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
32035
32036         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
32037         variable I1 with __attribute__ ((unused)).
32038         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
32039
32040 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
32041
32042         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
32043         DUMMY variables with __attribute__ ((unused)).
32044
32045         * bits/byteswap.h: Include <bits/types.h>.
32046         (__bswap_64): Use __uint64_t instead of unsigned long long int.
32047
32048 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32049
32050         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
32051         string_t.  Do not manually set errno.
32052         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
32053         length with __strnlen.  Make sure to both set errno and return it on
32054         failure.
32055
32056 2012-11-19  David S. Miller  <davem@davemloft.net>
32057
32058         With help from Joseph Myers.
32059         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
32060         very large arguments properly.
32061         * math/libm-test.inc (atan_test): New tests.
32062         (atan2_test): New tests.
32063         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32064         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32065
32066 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
32067
32068         [BZ #14856]
32069         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
32070         Define to 3.
32071
32072         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
32073         [POSIX] (EADDRNOTAVAIL): Likewise.
32074         [POSIX] (EAFNOSUPPORT): Likewise.
32075         [POSIX] (EALREADY): Likewise.
32076         [POSIX] (ECONNABORTED): Likewise.
32077         [POSIX] (ECONNREFUSED): Likewise.
32078         [POSIX] (ECONNRESET): Likewise.
32079         [POSIX] (EDESTADDRREQ): Likewise.
32080         [POSIX] (EDQUOT): Likewise.
32081         [POSIX] (EHOSTUNREACH): Likewise.
32082         [POSIX] (EIDRM): Likewise.
32083         [POSIX] (EISCONN): Likewise.
32084         [POSIX] (ELOOP): Likewise.
32085         [POSIX] (EMULTIHOP): Likewise.
32086         [POSIX] (ENETDOWN): Likewise.
32087         [POSIX] (ENETUNREACH): Likewise.
32088         [POSIX] (ENOBUFS): Likewise.
32089         [POSIX] (ENODATA): Likewise.
32090         [POSIX] (ENOLINK): Likewise.
32091         [POSIX] (ENOMSG): Likewise.
32092         [POSIX] (ENOPROTOOPT): Likewise.
32093         [POSIX] (ENOSR): Likewise.
32094         [POSIX] (ENOSTR): Likewise.
32095         [POSIX] (ENOTCONN): Likewise.
32096         [POSIX] (ENOTSOCK): Likewise.
32097         [POSIX] (EOPNOTSUPP): Likewise.
32098         [POSIX] (EOVERFLOW): Likewise.
32099         [POSIX] (EPROTO): Likewise.
32100         [POSIX] (EPROTONOSUPPORT): Likewise.
32101         [POSIX] (EPROTOTYPE): Likewise.
32102         [POSIX] (ESTALE): Likewise.
32103         [POSIX] (ETIME): Likewise.
32104         [POSIX] (ETXTBSY): Likewise.
32105         [POSIX] (EWOULDBLOCK): Likewise.
32106         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
32107         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
32108         [POSIX] (SEEK_CUR): Likewise.
32109         [POSIX] (SEEK_END): Likewise.
32110         [POSIX || UNIX98] (mode_t): Do not require.
32111         [POSIX] (off_t): Likewise.
32112         [POSIX] (pid_t): Likewise.
32113         [POSIX] (sys/stat.h): Do not allow header.
32114         [POSIX] (unistd.h): Likewise.
32115         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
32116         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
32117         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
32118         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
32119         require.
32120         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
32121         sigevent): Specify elements.
32122         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
32123         entry.
32124         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
32125         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
32126
32127         * conform/data/cpio.h-data [POSIX]: Disable whole file.
32128         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
32129         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
32130         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
32131         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
32132         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
32133         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
32134         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
32135         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
32136         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
32137         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
32138         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
32139         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
32140         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
32141         Likewise.
32142         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
32143         Likewise.
32144         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
32145         Likewise.
32146         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
32147         Likewise.
32148         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
32149         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
32150         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
32151         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
32152         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
32153         Specify lower bound on value.
32154         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
32155         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
32156         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
32157         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
32158         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
32159         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
32160         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
32161         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
32162         value.
32163         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
32164         as optional.
32165         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
32166         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
32167         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
32168         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
32169         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
32170         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
32171         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
32172         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
32173         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
32174         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
32175         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
32176         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
32177         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
32178         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
32179         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
32180         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
32181         entry.
32182         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
32183         optional.
32184         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
32185         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
32186         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
32187         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
32188         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
32189         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
32190         Likewise.
32191         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
32192         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
32193         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
32194         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
32195         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
32196         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
32197         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
32198         as optional.
32199         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
32200         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
32201         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
32202         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
32203         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
32204         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
32205         specify as optional.
32206         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
32207         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
32208         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
32209         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
32210         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
32211         [XPG3] (NL_LANGMAX): Likewise.
32212         [POSIX || XPG3] (NL_MSGMAX): Likewise.
32213         [POSIX || XPG3] (NL_NMAX): Likewise.
32214         [POSIX || XPG3] (NL_SETMAX): Likewise.
32215         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32216         [XPG3] (NZERO): Likewise.
32217         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32218         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32219         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32220         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32221         (REG_ERANGE): Expect.
32222         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32223         optional-constant.
32224         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32225         Use (void) in prototype.
32226         [POSIX] (*_t): Allow.
32227         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32228         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32229         (WRDE_BADVAL): Expect.
32230
32231         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32232         expect.
32233         [XPG3 || XPG4] (O_RSYNC): Likewise.
32234         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32235         Likewise.
32236         [XPG3 || XPG4] (pthread_sigmask): Likewise.
32237         [XPG3 || XPG4] (sigqueue): Likewise.
32238         [XPG3 || XPG4] (sigtimedwait): Likewise.
32239         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32240         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32241         [XPG3 || XPG4] (vsnprintf): Likewise.
32242         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32243         Likewise.
32244         [XPG3 || XPG4] (blksize_t): Likewise.
32245         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32246         Likewise.
32247         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32248         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32249         [XPG3 || XPG4] (struct itimerspec): Likewise.
32250         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32251         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32252         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32253         [XPG3 || XPG4] (clockid_t): Likewise.
32254         [XPG3 || XPG4] (timer_t): Likewise.
32255         [XPG3 || XPG4] (clock_getres): Likewise.
32256         [XPG3 || XPG4] (clock_gettime): Likewise.
32257         [XPG3 || XPG4] (clock_settime): Likewise.
32258         [XPG3 || XPG4] (nanosleep): Likewise.
32259         [XPG3 || XPG4] (timer_create): Likewise.
32260         [XPG3 || XPG4] (timer_delete): Likewise.
32261         [XPG3 || XPG4] (timer_gettime): Likewise.
32262         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32263         [XPG3 || XPG4] (timer_settime): Likewise.
32264         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32265         [XPG3 || XPG4] (getlogin_r): Likewise.
32266         [XPG3 || XPG4] (pread): Likewise.
32267         [XPG3 || XPG4] (pthread_atfork): Likewise.
32268         [XPG3 || XPG4] (pwrite): Likewise.
32269
32270         [BZ #14835]
32271         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32272         <bits/siginfo.h>.
32273
32274 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32275
32276         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32277         finalizing MALLSTREAM.
32278
32279         * sysdeps/mach/hurd/syncfs.c: New file.
32280
32281 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32282
32283         [BZ #14719]
32284         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32285         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32286         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32287         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32288         (_nss_dns_gethostbyname4_r): Likewise.
32289         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32290         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32291
32292 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32293
32294         [BZ #13763]
32295         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32296
32297 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32298
32299         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32300         * elf/cache.c (print_entry): Print ",AArch64" for
32301         FLAG_AARCH64_LIB64
32302
32303         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32304         * elf/cache.c (print_entry): Print ",hard-float" for
32305         FLAG_ARM_LIBHF.
32306
32307 2012-11-18  David S. Miller  <davem@davemloft.net>
32308
32309         With help from Joseph Myers.
32310         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32311         cutoff to 2**-13.
32312         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32313         cutoff to 2**-25.
32314         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32315         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32316         small.
32317         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32318         * math/libm-test.inc (y0_test): New tests.
32319         (y1_test): New tests.
32320         * sysdeps/i386/fpu/libm-test-ulps: Update.
32321         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32322         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32323
32324 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32325
32326         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32327         64-bit targets.
32328         * configure: Regenerated.
32329
32330 2012-11-17  David S. Miller  <davem@davemloft.net>
32331
32332         [BZ #14811]
32333         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32334         nonzero exponents with absolute value below 0x1p-128 to +/-
32335         0x1p-128.
32336
32337 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32338
32339         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32340
32341         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32342
32343         * posix/getconf-speclist.c: New file.
32344         * posix/posix-envs.def: Likewise.
32345         * posix/confstr.c (START_ENV_GROUP): New macro.
32346         (END_ENV_GROUP): Likewise.
32347         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32348         (KNOWN_PRESENT_ENV_STRING): Likewise.
32349         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32350         (UNKNOWN_ENVIRONMENT): Likewise.
32351         (confstr): Include posix-envs.def instead of handling
32352         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32353         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32354         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32355         (END_ENV_GROUP): Likewise.
32356         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32357         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32358         (UNKNOWN_ENVIRONMENT): Likewise.
32359         (__sysconf): Include posix-envs.def instead of handling associated
32360         cases directly here.
32361         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32362         preprocessing getconf-speclist.c rather than running getconf or
32363         generating empty file.
32364
32365 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32366
32367         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32368
32369 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32370
32371         [BZ #14672]
32372         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32373
32374 2012-11-16  David S. Miller  <davem@davemloft.net>
32375
32376         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32377         smaller than LDBL_EPSILON/2.0L, just return xm1.
32378
32379 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32380
32381         * elf/tst-array1.c (init): Set constructor priority to 1000.
32382         (fini): Set destructor priority to 1000.
32383         * elf/tst-array2dep.c: Likewise.
32384
32385 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32386
32387         [BZ #11741]
32388         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32389         (_IO_new_file_xsputn): Also return EOF if none of the input
32390         data was written when overflow failed.
32391         * libio/iopadn.c (_IO_padn): Likewise.
32392         * libio/iowpadn.c (_IO_wpadn): Likewise.
32393         * stdio-common/tst-put-error.c: Add copyright notice.
32394         (do_test): Add case for printing padded string.
32395         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32396         _IO_padn returned error.
32397         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32398         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32399         return EOF.
32400
32401 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32402
32403         * libio/libioP.h: Add comment note that the references to C++
32404         bits are now obsolete.
32405
32406 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32407
32408         * math/libm-test.inc (check_complex): Use asprintf.
32409
32410 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32411
32412         * debug/pcprofiledump.c (print_version): Update copyright year.
32413         * malloc/memusagestat.c (print_version): Likewise.
32414
32415 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32416
32417         [BZ #14831]
32418         * elf/Makefile (tests): Add tst-audit8.
32419         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32420         ($(objpfx)tst-audit8.out): New target.
32421         (tst-audit8-ENV): New variable.
32422         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32423         audit if l_reloc_result is NULL.
32424         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32425         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32426         * elf/tst-audit8.c: New file.
32427
32428 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32429
32430         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32431         * misc/Makefile (CFLAGS-select.c): Define.
32432         * posix/Makefile (CFLAGS-pause.c): Define.
32433
32434 2012-11-13  David S. Miller  <davem@davemloft.net>
32435
32436         * crypt/Makefile: Move test targets after toplevel Rules
32437         inclusion.  Grab any necessary sysdep routines when linking.
32438         * crypt/md5.c (md5_process_block): Remove define, we will always
32439         name it __md5_process_block.
32440         (md5_finish_ctx): Update md5_process_block call.
32441         (md5_stream): Likewise.
32442         (md5_process_bytes): Likewise.
32443         (md5_process_block): Rename to __md5_process_block and move to ...
32444         * crypt/md5-block.c: ... here.
32445         * crypt/sha256.c (sha256_process_block): Move to ...
32446         * crypt/sha256-block.c: ... here.
32447         * crypt/sha512.c (sha512_process_block): Move to ...
32448         * crypt/sha512-block.c: ... here.
32449         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32450         path.
32451         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32452         * sysdeps/sparc/sparc64/multiarch/Makefile
32453         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32454         crypt subdir.
32455         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32456         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32457         multiarch changes.
32458         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32459         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32460         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32461         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32462         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32463         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32464         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32465         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32466         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32467         file.
32468         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32469         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32470         file.
32471         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32472
32473 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32474
32475         * timezone/tzselect.ksh: Update from tzcode git revision
32476         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32477         * timezone/zdump.c: Likewise.
32478         * timezone/zic.c: Likewise.
32479         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32480         in TZVERSION setting, not $(PKGVERSION).
32481         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32482         REPORT_BUGS_TO settings.
32483
32484         [BZ #14838]
32485         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32486         macro.
32487
32488 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32489
32490         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32491         detection to immediately after _FP_ROUND().
32492         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32493         bits are 0.
32494
32495 2012-11-11  David S. Miller  <davem@davemloft.net>
32496
32497         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32498         inttypes.h
32499         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32500         __close rather than their public counterparts.
32501
32502 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32503
32504         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32505         file.
32506         [UNIX98] (sem_timedwait): Do not expect.
32507         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32508         [XPG4 || UNIX98] (sockatmark): Do not expect.
32509         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32510         (clock_getcpuclockid): Do not expect.
32511         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32512         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32513         Do not expect.
32514         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32515         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32516         [UNIX98] (vwscanf): Likewise.
32517         [UNIX98] (vswscanf): Likewise.
32518
32519 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32520
32521         * timezone/version.h: Remove file.
32522         * timezone/README: Do not refer to version.h.
32523         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32524         $(objpfx)version.h.
32525         ($(objpfx)zdump.o): Likewise.
32526         ($(objpfx)version.h): New target.
32527
32528         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32529         2012i.
32530         * timezone/README: Don't mention modification to tzselect.ksh.
32531         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32532         work on unmodified tzselect.ksh.  Substitute version numbers in
32533         tzselect.ksh.
32534
32535         * Makefile (format-me): Remove.
32536         (INSTALL): Adjust indentation.  Use commands directly instead of
32537         using $(format-me).
32538
32539         * aclocal.m4 (ACX_PKGVERSION): New macro.
32540         (ACX_BUGURL): Likewise.
32541         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32542         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32543         (REPORT_BUGS_TO): Likewise.
32544         * configure: Regenerated.
32545         * config.h.in (PKGVERSION): New macro.
32546         (REPORT_BUGS_TO): Likewise.
32547         * config.make.in (PKGVERSION): New variable.
32548         (PKGVERSION_TEXI): Likewise.
32549         (REPORT_BUGS_TO): Likewise.
32550         (REPORT_BUGS_TEXI): Likewise.
32551         * Makefile (format-me): Use -I$(common-objpfx)manual.
32552         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32553         ($(common-objpfx)manual/%): New target.
32554         (manual/%): Remove target.
32555         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32556         (print_version): Use PKGVERSION.
32557         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32558         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32559         and REPORT_BUGS_TO.
32560         ($(objpfx)xtrace): Likewise.
32561         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32562         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32563         (print_version): Use PKGVERSION.
32564         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32565         (do_version): Use PKGVERSION.
32566         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32567         REPORT_BUGS_TO.
32568         (common-ldd-rewrite): Likewise.
32569         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32570         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32571         (print_version): Use PKGVERSION.
32572         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32573         * elf/pldd.c (argp_program_bug_address): Remove variable.
32574         (more_help): New function.
32575         (argp): Use more_help.
32576         (print_version): Use PKGVERSION.
32577         * elf/sln.c (main): Use PKGVERSION.
32578         (usage): Use REPORT_BUGS_TO.
32579         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32580         (top level): Use PKGVERSION.
32581         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32582         (print_version): Use PKGVERSION.
32583         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32584         (print_version): Use PKGVERSION.
32585         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32586         (print_version): Use PKGVERSION.
32587         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32588         (print_version): Use PKGVERSION.
32589         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32590         (print_version): Use PKGVERSION.
32591         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32592         (print_version): Use PKGVERSION.
32593         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32594         and BUGURL.
32595         ($(objpfx)memusage): Likewise.
32596         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32597         (do_version): Use PKGVERSION.
32598         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32599         (print_version): Use PKGVERSION.
32600         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32601         ($PKGVERSION): New variable.
32602         ($REPORT_BUGS_TO): Likewise.
32603         (usage): Use $REPORT_BUGS_TO.
32604         (top level): Use $PKGVERSION.
32605         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32606         ($(objpfx)pkgvers.texi): New rule.
32607         ($(objpfx)stamp-pkgvers): Likewise.
32608         * manual/install.texi: Include pkgvers.texi.
32609         (--with-pkgversion): Document new configure option.
32610         (--with-bugurl): Likewise.
32611         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32612         than necessarily for this particular distribution.  Use
32613         REPORT_BUGS_TO for where to report bugs.
32614         * INSTALL: Regenerated.
32615         * manual/libc.texinfo: Include pkgvers.texi.
32616         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32617         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32618         (print_version): Use PKGVERSION.
32619         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32620         (print_version): Use PKGVERSION.
32621         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32622         (print_version): Use PKGVERSION.
32623         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32624         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32625         macro.
32626         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32627         (print_version): Use PKGVERSION.
32628         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32629         (print_version): Use PKGVERSION.
32630         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32631         and PKGVERSION.
32632
32633         * timezone/checktab.awk: Update from tzcode 2012i.
32634         * timezone/ialloc.c: Likewise.
32635         * timezone/private.h: Likewise.
32636         * timezone/scheck.c: Likewise.
32637         * timezone/tzfile.h: Likewise.
32638         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32639         (TZVERSION): Hardcode tzcode version number.
32640         * timezone/zdump.c: Update from tzcode 2012i.
32641         * timezone/zic.c: Likewise.
32642         * timezone/version.h: New file.
32643         * timezone/README: Describe version.h.  Update upstream location.
32644
32645         [BZ #14824]
32646         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32647         (mktemp): Enable declaration.
32648         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32649         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32650         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32651         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32652         Likewise.
32653         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32654         Likewise.
32655         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32656         Likewise.
32657         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32658         Likewise.
32659         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32660         Likewise.
32661         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32662         Likewise.
32663
32664         [BZ #14821]
32665         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32666         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32667         for copies of such integer values.
32668         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32669         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32670
32671 2012-11-09  Andreas Jaeger  <aj@suse.de>
32672
32673         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32674         definitions and declarations that are provided by
32675         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32676
32677 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32678
32679         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32680         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32681         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32682         definition.
32683
32684 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32685
32686         * elf/elf.h: Update comment before AArch64 relocations.
32687
32688 2012-11-07  David S. Miller  <davem@davemloft.net>
32689
32690         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32691         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32692         (__start_context): Declare.
32693         (__makecontext_ret): Delete.
32694         (__makecontext): Hook up __start_context instead of
32695         __makecontext_ret.
32696         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32697         (sysdep_routines): Add __start_context when in stdlib.
32698
32699 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32700
32701         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32702         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32703         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32704         hardcoded "nm".
32705         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32706         (READELF): New variable.  Use it instead of hardcoded "readelf".
32707
32708 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32709
32710         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32711         * sysdeps/x86/Makefile: Here.
32712         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32713         * sysdeps/x86/tst-xmmymm.sh: This.
32714
32715 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32716
32717         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32718         expectations.
32719         [UNIX98] (pthread_barrier_t): Do not expect.
32720         [UNIX98] (pthread_barrierattr_t): Likewise.
32721         [UNIX98] (pthread_spinlock_t): Likewise.
32722         [UNIX98] (pthread_barrier_destroy): Likewise.
32723         [UNIX98] (pthread_barrier_init): Likewise.
32724         [UNIX98] (pthread_barrier_wait): Likewise.
32725         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32726         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32727         [UNIX98] (pthread_barrierattr_init): Likewise.
32728         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32729         [UNIX98] (pthread_getcpuclockid): Likewise.
32730         [UNIX98] (pthread_mutex_timedlock): Likewise.
32731         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32732         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32733         [UNIX98] (pthread_sigmask): Likewise.
32734         [UNIX98] (pthread_spin_destroy): Likewise.
32735         [UNIX98] (pthread_spin_init): Likewise.
32736         [UNIX98] (pthread_spin_lock): Likewise.
32737         [UNIX98] (pthread_spin_trylock): Likewise.
32738         [UNIX98] (pthread_spin_unlock): Likewise.
32739         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32740         Do not expect.
32741         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32742         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32743         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32744         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32745         [XPG3 || XPG4] (pthread_key_t): Likewise.
32746         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32747         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32748         [XPG3 || XPG4] (pthread_once_t): Likewise.
32749         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32750         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32751         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32752         [XPG3 || XPG4] (pthread_t): Likewise.
32753
32754         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32755         not expect.
32756         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32757
32758         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32759         Change function return type to int.
32760
32761         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32762         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32763         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32764         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32765         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32766         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32767         [!POSIX] (posix_madvise): Likewise.
32768         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32769         && !UNIX98].
32770         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32771         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32772         (mode_t): Likewise.
32773         (posix_mem_offset): Likewise.
32774         (posix_typed_mem_get_info): Likewise.
32775         (posix_typed_mem_open): Likewise.
32776
32777         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32778         Change condition to [XOPEN2K8].
32779
32780         * conform/conformtest.pl: Preprocess allow-header data with -x c
32781         instead of from stdin.
32782         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32783         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32784         [C99-based standards] (cerfc): Likewise.
32785         [C99-based standards] (cexp2): Likewise.
32786         [C99-based standards] (cexpm1): Likewise.
32787         [C99-based standards] (clog10): Likewise.
32788         [C99-based standards] (clog1p): Likewise.
32789         [C99-based standards] (clog2): Likewise.
32790         [C99-based standards] (clgamma): Likewise.
32791         [C99-based standards] (ctgamma): Likewise.
32792         [C99-based standards] (cerff): Likewise.
32793         [C99-based standards] (cerfcf): Likewise.
32794         [C99-based standards] (cexp2f): Likewise.
32795         [C99-based standards] (cexpm1f): Likewise.
32796         [C99-based standards] (clog10f): Likewise.
32797         [C99-based standards] (clog1pf): Likewise.
32798         [C99-based standards] (clog2f): Likewise.
32799         [C99-based standards] (clgammaf): Likewise.
32800         [C99-based standards] (ctgammaf): Likewise.
32801         [C99-based standards] (cerfl): Likewise.
32802         [C99-based standards] (cerfcl): Likewise.
32803         [C99-based standards] (cexp2l): Likewise.
32804         [C99-based standards] (cexpm1l): Likewise.
32805         [C99-based standards] (clog10l): Likewise.
32806         [C99-based standards] (clog1pl): Likewise.
32807         [C99-based standards] (clog2l): Likewise.
32808         [C99-based standards] (clgammal): Likewise.
32809         [C99-based standards] (ctgammal): Likewise.
32810         * conform/data/inttypes.h-data [C99-based standards]: Include
32811         stdint.h-data.  Remove all expectations for stdint.h contents.
32812         [C99-based standards] (PRI*): Do not allow.
32813         [C99-based standards] (SCN*): Likewise.
32814         [C99-based standards] (*_t): Likewise.
32815         [C99-based-standards] (PRId8): Expect macro.
32816         [C99-based-standards] (PRIi8): Likewise.
32817         [C99-based-standards] (PRIo8): Likewise.
32818         [C99-based-standards] (PRIu8): Likewise.
32819         [C99-based-standards] (PRIx8): Likewise.
32820         [C99-based-standards] (PRIX8): Likewise.
32821         [C99-based-standards] (SCNd8): Likewise.
32822         [C99-based-standards] (SCNi8): Likewise.
32823         [C99-based-standards] (SCNo8): Likewise.
32824         [C99-based-standards] (SCNu8): Likewise.
32825         [C99-based-standards] (SCNx8): Likewise.
32826         [C99-based-standards] (PRIdLEAST8): Likewise.
32827         [C99-based-standards] (PRIiLEAST8): Likewise.
32828         [C99-based-standards] (PRIoLEAST8): Likewise.
32829         [C99-based-standards] (PRIuLEAST8): Likewise.
32830         [C99-based-standards] (PRIxLEAST8): Likewise.
32831         [C99-based-standards] (PRIXLEAST8): Likewise.
32832         [C99-based-standards] (SCNdLEAST8): Likewise.
32833         [C99-based-standards] (SCNiLEAST8): Likewise.
32834         [C99-based-standards] (SCNoLEAST8): Likewise.
32835         [C99-based-standards] (SCNuLEAST8): Likewise.
32836         [C99-based-standards] (SCNxLEAST8): Likewise.
32837         [C99-based-standards] (PRIdFAST8): Likewise.
32838         [C99-based-standards] (PRIiFAST8): Likewise.
32839         [C99-based-standards] (PRIoFAST8): Likewise.
32840         [C99-based-standards] (PRIuFAST8): Likewise.
32841         [C99-based-standards] (PRIxFAST8): Likewise.
32842         [C99-based-standards] (PRIXFAST8): Likewise.
32843         [C99-based-standards] (SCNdFAST8): Likewise.
32844         [C99-based-standards] (SCNiFAST8): Likewise.
32845         [C99-based-standards] (SCNoFAST8): Likewise.
32846         [C99-based-standards] (SCNuFAST8): Likewise.
32847         [C99-based-standards] (SCNxFAST8): Likewise.
32848         [C99-based-standards] (PRId16): Likewise.
32849         [C99-based-standards] (PRIi16): Likewise.
32850         [C99-based-standards] (PRIo16): Likewise.
32851         [C99-based-standards] (PRIu16): Likewise.
32852         [C99-based-standards] (PRIx16): Likewise.
32853         [C99-based-standards] (PRIX16): Likewise.
32854         [C99-based-standards] (SCNd16): Likewise.
32855         [C99-based-standards] (SCNi16): Likewise.
32856         [C99-based-standards] (SCNo16): Likewise.
32857         [C99-based-standards] (SCNu16): Likewise.
32858         [C99-based-standards] (SCNx16): Likewise.
32859         [C99-based-standards] (PRIdLEAST16): Likewise.
32860         [C99-based-standards] (PRIiLEAST16): Likewise.
32861         [C99-based-standards] (PRIoLEAST16): Likewise.
32862         [C99-based-standards] (PRIuLEAST16): Likewise.
32863         [C99-based-standards] (PRIxLEAST16): Likewise.
32864         [C99-based-standards] (PRIXLEAST16): Likewise.
32865         [C99-based-standards] (SCNdLEAST16): Likewise.
32866         [C99-based-standards] (SCNiLEAST16): Likewise.
32867         [C99-based-standards] (SCNoLEAST16): Likewise.
32868         [C99-based-standards] (SCNuLEAST16): Likewise.
32869         [C99-based-standards] (SCNxLEAST16): Likewise.
32870         [C99-based-standards] (PRIdFAST16): Likewise.
32871         [C99-based-standards] (PRIiFAST16): Likewise.
32872         [C99-based-standards] (PRIoFAST16): Likewise.
32873         [C99-based-standards] (PRIuFAST16): Likewise.
32874         [C99-based-standards] (PRIxFAST16): Likewise.
32875         [C99-based-standards] (PRIXFAST16): Likewise.
32876         [C99-based-standards] (SCNdFAST16): Likewise.
32877         [C99-based-standards] (SCNiFAST16): Likewise.
32878         [C99-based-standards] (SCNoFAST16): Likewise.
32879         [C99-based-standards] (SCNuFAST16): Likewise.
32880         [C99-based-standards] (SCNxFAST16): Likewise.
32881         [C99-based-standards] (PRId32): Likewise.
32882         [C99-based-standards] (PRIi32): Likewise.
32883         [C99-based-standards] (PRIo32): Likewise.
32884         [C99-based-standards] (PRIu32): Likewise.
32885         [C99-based-standards] (PRIx32): Likewise.
32886         [C99-based-standards] (PRIX32): Likewise.
32887         [C99-based-standards] (SCNd32): Likewise.
32888         [C99-based-standards] (SCNi32): Likewise.
32889         [C99-based-standards] (SCNo32): Likewise.
32890         [C99-based-standards] (SCNu32): Likewise.
32891         [C99-based-standards] (SCNx32): Likewise.
32892         [C99-based-standards] (PRIdLEAST32): Likewise.
32893         [C99-based-standards] (PRIiLEAST32): Likewise.
32894         [C99-based-standards] (PRIoLEAST32): Likewise.
32895         [C99-based-standards] (PRIuLEAST32): Likewise.
32896         [C99-based-standards] (PRIxLEAST32): Likewise.
32897         [C99-based-standards] (PRIXLEAST32): Likewise.
32898         [C99-based-standards] (SCNdLEAST32): Likewise.
32899         [C99-based-standards] (SCNiLEAST32): Likewise.
32900         [C99-based-standards] (SCNoLEAST32): Likewise.
32901         [C99-based-standards] (SCNuLEAST32): Likewise.
32902         [C99-based-standards] (SCNxLEAST32): Likewise.
32903         [C99-based-standards] (PRIdFAST32): Likewise.
32904         [C99-based-standards] (PRIiFAST32): Likewise.
32905         [C99-based-standards] (PRIoFAST32): Likewise.
32906         [C99-based-standards] (PRIuFAST32): Likewise.
32907         [C99-based-standards] (PRIxFAST32): Likewise.
32908         [C99-based-standards] (PRIXFAST32): Likewise.
32909         [C99-based-standards] (SCNdFAST32): Likewise.
32910         [C99-based-standards] (SCNiFAST32): Likewise.
32911         [C99-based-standards] (SCNoFAST32): Likewise.
32912         [C99-based-standards] (SCNuFAST32): Likewise.
32913         [C99-based-standards] (SCNxFAST32): Likewise.
32914         [C99-based-standards] (PRId64): Likewise.
32915         [C99-based-standards] (PRIi64): Likewise.
32916         [C99-based-standards] (PRIo64): Likewise.
32917         [C99-based-standards] (PRIu64): Likewise.
32918         [C99-based-standards] (PRIx64): Likewise.
32919         [C99-based-standards] (PRIX64): Likewise.
32920         [C99-based-standards] (SCNd64): Likewise.
32921         [C99-based-standards] (SCNi64): Likewise.
32922         [C99-based-standards] (SCNo64): Likewise.
32923         [C99-based-standards] (SCNu64): Likewise.
32924         [C99-based-standards] (SCNx64): Likewise.
32925         [C99-based-standards] (PRIdLEAST64): Likewise.
32926         [C99-based-standards] (PRIiLEAST64): Likewise.
32927         [C99-based-standards] (PRIoLEAST64): Likewise.
32928         [C99-based-standards] (PRIuLEAST64): Likewise.
32929         [C99-based-standards] (PRIxLEAST64): Likewise.
32930         [C99-based-standards] (PRIXLEAST64): Likewise.
32931         [C99-based-standards] (SCNdLEAST64): Likewise.
32932         [C99-based-standards] (SCNiLEAST64): Likewise.
32933         [C99-based-standards] (SCNoLEAST64): Likewise.
32934         [C99-based-standards] (SCNuLEAST64): Likewise.
32935         [C99-based-standards] (SCNxLEAST64): Likewise.
32936         [C99-based-standards] (PRIdFAST64): Likewise.
32937         [C99-based-standards] (PRIiFAST64): Likewise.
32938         [C99-based-standards] (PRIoFAST64): Likewise.
32939         [C99-based-standards] (PRIuFAST64): Likewise.
32940         [C99-based-standards] (PRIxFAST64): Likewise.
32941         [C99-based-standards] (PRIXFAST64): Likewise.
32942         [C99-based-standards] (SCNdFAST64): Likewise.
32943         [C99-based-standards] (SCNiFAST64): Likewise.
32944         [C99-based-standards] (SCNoFAST64): Likewise.
32945         [C99-based-standards] (SCNuFAST64): Likewise.
32946         [C99-based-standards] (SCNxFAST64): Likewise.
32947         [C99-based-standards] (PRIdMAX): Likewise.
32948         [C99-based-standards] (PRIiMAX): Likewise.
32949         [C99-based-standards] (PRIoMAX): Likewise.
32950         [C99-based-standards] (PRIuMAX): Likewise.
32951         [C99-based-standards] (PRIxMAX): Likewise.
32952         [C99-based-standards] (PRIXMAX): Likewise.
32953         [C99-based-standards] (SCNdMAX): Likewise.
32954         [C99-based-standards] (SCNiMAX): Likewise.
32955         [C99-based-standards] (SCNoMAX): Likewise.
32956         [C99-based-standards] (SCNuMAX): Likewise.
32957         [C99-based-standards] (SCNxMAX): Likewise.
32958         [C99-based-standards] (PRIdPTR): Likewise.
32959         [C99-based-standards] (PRIiPTR): Likewise.
32960         [C99-based-standards] (PRIoPTR): Likewise.
32961         [C99-based-standards] (PRIuPTR): Likewise.
32962         [C99-based-standards] (PRIxPTR): Likewise.
32963         [C99-based-standards] (PRIXPTR): Likewise.
32964         [C99-based-standards] (SCNdPTR): Likewise.
32965         [C99-based-standards] (SCNiPTR): Likewise.
32966         [C99-based-standards] (SCNoPTR): Likewise.
32967         [C99-based-standards] (SCNuPTR): Likewise.
32968         [C99-based-standards] (SCNxPTR): Likewise.
32969         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32970         allow.
32971         * conform/data/stdint.h-data: Update comments to clarify
32972         requirements.
32973         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32974         type.
32975         [C99-based standards] (INT8_MAX): Likewise.
32976         [C99-based standards] (INT16_MIN): Likewise.
32977         [C99-based standards] (INT16_MAX): Likewise.
32978         [C99-based standards] (INT32_MIN): Likewise.
32979         [C99-based standards] (INT32_MAX): Likewise.
32980         [C99-based standards] (INT64_MIN): Likewise.
32981         [C99-based standards] (INT64_MAX): Likewise.
32982         [C99-based standards] (UINT8_MAX): Likewise.
32983         [C99-based standards] (UINT16_MAX): Likewise.
32984         [C99-based standards] (UINT32_MAX): Likewise.
32985         [C99-based standards] (UINT64_MAX): Likewise.
32986         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32987         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32988         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32989         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32990         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32991         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32992         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32993         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32994         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32995         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32996         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32997         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32998         [C99-based standards] (INT_FAST8_MIN): Likewise.
32999         [C99-based standards] (INT_FAST8_MAX): Likewise.
33000         [C99-based standards] (INT_FAST16_MIN): Likewise.
33001         [C99-based standards] (INT_FAST16_MAX): Likewise.
33002         [C99-based standards] (INT_FAST32_MIN): Likewise.
33003         [C99-based standards] (INT_FAST32_MAX): Likewise.
33004         [C99-based standards] (INT_FAST64_MIN): Likewise.
33005         [C99-based standards] (INT_FAST64_MAX): Likewise.
33006         [C99-based standards] (UINT_FAST8_MAX): Likewise.
33007         [C99-based standards] (UINT_FAST16_MAX): Likewise.
33008         [C99-based standards] (UINT_FAST32_MAX): Likewise.
33009         [C99-based standards] (UINT_FAST64_MAX): Likewise.
33010         [C99-based standards] (INTPTR_MIN): Likewise.
33011         [C99-based standards] (INTPTR_MAX): Likewise.
33012         [C99-based standards] (UINTPTR_MAX): Likewise.
33013         [C99-based standards] (INTMAX_MIN): Likewise.
33014         [C99-based standards] (INTMAX_MAX): Likewise.
33015         [C99-based standards] (UINTMAX_MAX): Likewise.
33016         [C99-based standards] (PTRDIFF_MIN): Likewise.
33017         [C99-based standards] (PTRDIFF_MAX): Likewise.
33018         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
33019         [C99-based standards] (SIZE_MAX): Likewise.
33020         [C99-based standards] (WCHAR_MAX): Likewise.
33021         [C99-based standards] (WINT_MAX): Likewise.
33022         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
33023         constraint on value.
33024         [C99-based standards] (WCHAR_MIN): Likewise.
33025         [C99-based standards] (WINT_MIN): Likewise.
33026         [C99-based standards] (*_t): Allow.
33027         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
33028         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
33029         Include math.h-data and complex.h-data.  Remove all expectations
33030         of math.h and complex.h contents.
33031         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
33032         at end of line.
33033         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
33034         (struct tm): Expect tag.
33035         [C99-based-standards] (wcstof): Expect function.
33036         [C99-based-standards] (wcstold): Likewise.
33037         [C99-based-standards] (wcstoll): Likewise.
33038         [C99-based-standards] (wcstoull): Likewise.
33039         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
33040         macro-int-constant.  Specify type.
33041         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
33042         constraint on value.
33043         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
33044         Specify type.
33045         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
33046         Specify value.
33047         [ISO C standards]: Do not allow headers.
33048         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
33049         wcs[abcdefghijklmnopqrstuvwxyz]*.
33050         [ISO C standards] (*_t): Do not allow.
33051         * conform/data/wctype.h-data [C99-based standards] (iswblank):
33052         Expect function.
33053         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
33054         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
33055         Specify type.
33056         [ISO C standards]: Do not allow headers.
33057         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
33058         is[abcdefghijklmnopqrstuvwxyz]*.
33059         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
33060         to[abcdefghijklmnopqrstuvwxyz]*.
33061         [ISO C standards] (*_t): Do not allow.
33062         * conform/data/stdalign.h-data: New file.
33063         * conform/data/stdbool.h-data: Likewise.
33064         * conform/data/stdnoreturn.h-data: Likewise.
33065
33066 2012-11-07  Roland McGrath  <roland@hack.frob.com>
33067
33068         [BZ #14815]
33069         * manual/filesys.texi (Directory Entries): Typo fix.
33070         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
33071
33072 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33073
33074         * elf/elf.h (EM_AARCH64): New macro.
33075         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
33076         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
33077         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
33078         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
33079         (R_AARCH64_TLSDESC): Likewise.
33080         (NT_ARM_TLS): Likewise.
33081         (NT_ARM_HW_BREAK): Likewise.
33082         (NT_ARM_HW_WATCH): Likewise.
33083
33084 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33085
33086         [BZ #14811]
33087         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
33088         (__ieee754_powl): Saturate nonzero exponents with absolute value
33089         below 0x1p-79 to +/- 0x1p-79.
33090         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
33091         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
33092         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
33093         nonzero exponents with absolute value below 0x1p-32 to +/-
33094         0x1p-32.
33095         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
33096         (__ieee754_powl): Saturate nonzero exponents with absolute value
33097         below 0x1p-79 to +/- 0x1p-79.
33098         * math/libm-test.inc (pow_test): Add more tests.
33099
33100 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33101
33102         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
33103         _dl_s390_cap_flags with kernel. Increase string length.
33104         (_dl_s390_platforms): Add z196 and zEC12.
33105
33106 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33107
33108         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
33109         Change XOPEN21K to XOPEN2K.
33110
33111 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
33112
33113         * string/memmove.c: Use memcpy when possible.
33114
33115 2012-11-06  Andreas Jaeger  <aj@suse.de>
33116
33117         * po/eo.po: Update from translation team.
33118
33119 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
33120
33121         [BZ #14793]
33122         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
33123         exponent and small x and y exponents, scale x or y up.  Increase
33124         by 2 the exponent used in scaling up.
33125         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33126         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33127         * math/libm-test.inc (fma_test): Add more tests.
33128         (fma_test_towardzero): Likewise.
33129         (fma_test_downward): Likewise.
33130         (fma_test_upward): Likewise.
33131
33132 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
33133
33134         [BZ #14805]
33135         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
33136         fenv_t *.
33137
33138         [BZ #14801]
33139         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
33140         namespace for names of struct fields.
33141         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
33142         fenv_t fields.
33143         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
33144         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
33145
33146 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33147
33148         [BZ #3665]
33149         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
33150
33151 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33152
33153         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
33154         PTR_DEMANGLE.
33155
33156         [BZ #5246]
33157         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
33158         PTR_DEMANGLE.
33159
33160 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
33161
33162         [BZ #14797]
33163         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
33164         definitely overflow as x * y not x * y + z.
33165         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33166         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33167         * math/libm-test.inc (fma_test): Add more tests.
33168         (fma_test_towardzero): Likewise.
33169         (fma_test_downward): Likewise.
33170         (fma_test_upward): Likewise.
33171
33172 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
33173
33174         [BZ #157]
33175
33176         * include/stub-tag.h: Remove file.
33177         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
33178         '#include' of it.
33179         * manual/maint.texi (Porting): Don't reference it.
33180         * Makerules ($(objpfx)stubs): Likewise.
33181         * dirent/closedir.c: Don't include <stub-tag.h>.
33182         * dirent/dirfd.c: Likewise.
33183         * dirent/fdopendir.c: Likewise.
33184         * dirent/getdents.c: Likewise.
33185         * dirent/getdents64.c: Likewise.
33186         * dirent/opendir.c: Likewise.
33187         * dirent/readdir.c: Likewise.
33188         * dirent/readdir64.c: Likewise.
33189         * dirent/readdir64_r.c: Likewise.
33190         * dirent/readdir_r.c: Likewise.
33191         * dirent/rewinddir.c: Likewise.
33192         * dirent/seekdir.c: Likewise.
33193         * dirent/telldir.c: Likewise.
33194         * gmon/profil.c: Likewise.
33195         * grp/setgroups.c: Likewise.
33196         * inet/if_index.c: Likewise.
33197         * io/access.c: Likewise.
33198         * io/chdir.c: Likewise.
33199         * io/chmod.c: Likewise.
33200         * io/chown.c: Likewise.
33201         * io/close.c: Likewise.
33202         * io/dup.c: Likewise.
33203         * io/dup2.c: Likewise.
33204         * io/dup3.c: Likewise.
33205         * io/euidaccess.c: Likewise.
33206         * io/faccessat.c: Likewise.
33207         * io/fchdir.c: Likewise.
33208         * io/fchmod.c: Likewise.
33209         * io/fchmodat.c: Likewise.
33210         * io/fchown.c: Likewise.
33211         * io/fchownat.c: Likewise.
33212         * io/fcntl.c: Likewise.
33213         * io/flock.c: Likewise.
33214         * io/fstatfs.c: Likewise.
33215         * io/fstatfs64.c: Likewise.
33216         * io/fstatvfs.c: Likewise.
33217         * io/fstatvfs64.c: Likewise.
33218         * io/futimens.c: Likewise.
33219         * io/fxstat.c: Likewise.
33220         * io/fxstat64.c: Likewise.
33221         * io/fxstatat.c: Likewise.
33222         * io/fxstatat64.c: Likewise.
33223         * io/getcwd.c: Likewise.
33224         * io/isatty.c: Likewise.
33225         * io/lchmod.c: Likewise.
33226         * io/lchown.c: Likewise.
33227         * io/link.c: Likewise.
33228         * io/linkat.c: Likewise.
33229         * io/lseek.c: Likewise.
33230         * io/lseek64.c: Likewise.
33231         * io/lxstat64.c: Likewise.
33232         * io/mkdir.c: Likewise.
33233         * io/mkdirat.c: Likewise.
33234         * io/mkfifo.c: Likewise.
33235         * io/mkfifoat.c: Likewise.
33236         * io/open.c: Likewise.
33237         * io/open64.c: Likewise.
33238         * io/openat.c: Likewise.
33239         * io/openat64.c: Likewise.
33240         * io/pipe.c: Likewise.
33241         * io/pipe2.c: Likewise.
33242         * io/poll.c: Likewise.
33243         * io/posix_fadvise.c: Likewise.
33244         * io/posix_fadvise64.c: Likewise.
33245         * io/posix_fallocate.c: Likewise.
33246         * io/posix_fallocate64.c: Likewise.
33247         * io/read.c: Likewise.
33248         * io/readlink.c: Likewise.
33249         * io/readlinkat.c: Likewise.
33250         * io/rmdir.c: Likewise.
33251         * io/sendfile.c: Likewise.
33252         * io/sendfile64.c: Likewise.
33253         * io/statfs.c: Likewise.
33254         * io/statfs64.c: Likewise.
33255         * io/statvfs.c: Likewise.
33256         * io/statvfs64.c: Likewise.
33257         * io/symlink.c: Likewise.
33258         * io/symlinkat.c: Likewise.
33259         * io/ttyname.c: Likewise.
33260         * io/ttyname_r.c: Likewise.
33261         * io/umask.c: Likewise.
33262         * io/unlink.c: Likewise.
33263         * io/unlinkat.c: Likewise.
33264         * io/utime.c: Likewise.
33265         * io/utimensat.c: Likewise.
33266         * io/write.c: Likewise.
33267         * io/xmknod.c: Likewise.
33268         * io/xmknodat.c: Likewise.
33269         * io/xstat.c: Likewise.
33270         * io/xstat64.c: Likewise.
33271         * login/getpt.c: Likewise.
33272         * login/grantpt.c: Likewise.
33273         * login/unlockpt.c: Likewise.
33274         * math/e_acoshl.c: Likewise.
33275         * math/e_acosl.c: Likewise.
33276         * math/e_asinl.c: Likewise.
33277         * math/e_atan2l.c: Likewise.
33278         * math/e_atanhl.c: Likewise.
33279         * math/e_coshl.c: Likewise.
33280         * math/e_expl.c: Likewise.
33281         * math/e_fmodl.c: Likewise.
33282         * math/e_gammal_r.c: Likewise.
33283         * math/e_hypotl.c: Likewise.
33284         * math/e_j0l.c: Likewise.
33285         * math/e_j1l.c: Likewise.
33286         * math/e_jnl.c: Likewise.
33287         * math/e_lgammal_r.c: Likewise.
33288         * math/e_log10l.c: Likewise.
33289         * math/e_log2l.c: Likewise.
33290         * math/e_logl.c: Likewise.
33291         * math/e_powl.c: Likewise.
33292         * math/e_rem_pio2l.c: Likewise.
33293         * math/e_sinhl.c: Likewise.
33294         * math/e_sqrtl.c: Likewise.
33295         * math/fclrexcpt.c: Likewise.
33296         * math/fedisblxcpt.c: Likewise.
33297         * math/feenablxcpt.c: Likewise.
33298         * math/fegetenv.c: Likewise.
33299         * math/fegetexcept.c: Likewise.
33300         * math/fegetround.c: Likewise.
33301         * math/feholdexcpt.c: Likewise.
33302         * math/fesetenv.c: Likewise.
33303         * math/fesetround.c: Likewise.
33304         * math/feupdateenv.c: Likewise.
33305         * math/fgetexcptflg.c: Likewise.
33306         * math/fraiseexcpt.c: Likewise.
33307         * math/fsetexcptflg.c: Likewise.
33308         * math/ftestexcept.c: Likewise.
33309         * math/k_cosl.c: Likewise.
33310         * math/k_rem_pio2l.c: Likewise.
33311         * math/k_sinl.c: Likewise.
33312         * math/k_tanl.c: Likewise.
33313         * math/s_asinhl.c: Likewise.
33314         * math/s_atanl.c: Likewise.
33315         * math/s_cbrtl.c: Likewise.
33316         * math/s_erfl.c: Likewise.
33317         * math/s_expm1l.c: Likewise.
33318         * math/s_log1pl.c: Likewise.
33319         * math/s_tanhl.c: Likewise.
33320         * misc/acct.c: Likewise.
33321         * misc/brk.c: Likewise.
33322         * misc/chflags.c: Likewise.
33323         * misc/chroot.c: Likewise.
33324         * misc/fchflags.c: Likewise.
33325         * misc/fgetxattr.c: Likewise.
33326         * misc/flistxattr.c: Likewise.
33327         * misc/fremovexattr.c: Likewise.
33328         * misc/fsetxattr.c: Likewise.
33329         * misc/fsync.c: Likewise.
33330         * misc/ftruncate.c: Likewise.
33331         * misc/futimes.c: Likewise.
33332         * misc/futimesat.c: Likewise.
33333         * misc/getdomain.c: Likewise.
33334         * misc/getdtsz.c: Likewise.
33335         * misc/gethostid.c: Likewise.
33336         * misc/gethostname.c: Likewise.
33337         * misc/getloadavg.c: Likewise.
33338         * misc/getpagesize.c: Likewise.
33339         * misc/getsysstats.c: Likewise.
33340         * misc/getxattr.c: Likewise.
33341         * misc/gtty.c: Likewise.
33342         * misc/ioctl.c: Likewise.
33343         * misc/lgetxattr.c: Likewise.
33344         * misc/listxattr.c: Likewise.
33345         * misc/llistxattr.c: Likewise.
33346         * misc/lremovexattr.c: Likewise.
33347         * misc/lsetxattr.c: Likewise.
33348         * misc/lutimes.c: Likewise.
33349         * misc/madvise.c: Likewise.
33350         * misc/mincore.c: Likewise.
33351         * misc/mlock.c: Likewise.
33352         * misc/mlockall.c: Likewise.
33353         * misc/mmap.c: Likewise.
33354         * misc/mprotect.c: Likewise.
33355         * misc/msync.c: Likewise.
33356         * misc/munlock.c: Likewise.
33357         * misc/munlockall.c: Likewise.
33358         * misc/munmap.c: Likewise.
33359         * misc/preadv.c: Likewise.
33360         * misc/preadv64.c: Likewise.
33361         * misc/ptrace.c: Likewise.
33362         * misc/pwritev.c: Likewise.
33363         * misc/pwritev64.c: Likewise.
33364         * misc/readv.c: Likewise.
33365         * misc/reboot.c: Likewise.
33366         * misc/remap_file_pages.c: Likewise.
33367         * misc/removexattr.c: Likewise.
33368         * misc/revoke.c: Likewise.
33369         * misc/select.c: Likewise.
33370         * misc/setdomain.c: Likewise.
33371         * misc/setegid.c: Likewise.
33372         * misc/seteuid.c: Likewise.
33373         * misc/sethostid.c: Likewise.
33374         * misc/sethostname.c: Likewise.
33375         * misc/setregid.c: Likewise.
33376         * misc/setreuid.c: Likewise.
33377         * misc/setxattr.c: Likewise.
33378         * misc/sstk.c: Likewise.
33379         * misc/stty.c: Likewise.
33380         * misc/swapoff.c: Likewise.
33381         * misc/swapon.c: Likewise.
33382         * misc/sync.c: Likewise.
33383         * misc/syncfs.c: Likewise.
33384         * misc/syscall.c: Likewise.
33385         * misc/truncate.c: Likewise.
33386         * misc/ualarm.c: Likewise.
33387         * misc/usleep.c: Likewise.
33388         * misc/ustat.c: Likewise.
33389         * misc/utimes.c: Likewise.
33390         * misc/vhangup.c: Likewise.
33391         * misc/writev.c: Likewise.
33392         * posix/_exit.c: Likewise.
33393         * posix/alarm.c: Likewise.
33394         * posix/execve.c: Likewise.
33395         * posix/fexecve.c: Likewise.
33396         * posix/fork.c: Likewise.
33397         * posix/fpathconf.c: Likewise.
33398         * posix/getaddrinfo.c: Likewise.
33399         * posix/getegid.c: Likewise.
33400         * posix/geteuid.c: Likewise.
33401         * posix/getgid.c: Likewise.
33402         * posix/getgroups.c: Likewise.
33403         * posix/getlogin.c: Likewise.
33404         * posix/getlogin_r.c: Likewise.
33405         * posix/getpgid.c: Likewise.
33406         * posix/getpid.c: Likewise.
33407         * posix/getppid.c: Likewise.
33408         * posix/getresgid.c: Likewise.
33409         * posix/getresuid.c: Likewise.
33410         * posix/getsid.c: Likewise.
33411         * posix/getuid.c: Likewise.
33412         * posix/glob64.c: Likewise.
33413         * posix/nanosleep.c: Likewise.
33414         * posix/pathconf.c: Likewise.
33415         * posix/pause.c: Likewise.
33416         * posix/posix_madvise.c: Likewise.
33417         * posix/pread.c: Likewise.
33418         * posix/pread64.c: Likewise.
33419         * posix/pwrite.c: Likewise.
33420         * posix/pwrite64.c: Likewise.
33421         * posix/sched_getaffinity.c: Likewise.
33422         * posix/sched_getp.c: Likewise.
33423         * posix/sched_gets.c: Likewise.
33424         * posix/sched_primax.c: Likewise.
33425         * posix/sched_primin.c: Likewise.
33426         * posix/sched_rr_gi.c: Likewise.
33427         * posix/sched_setaffinity.c: Likewise.
33428         * posix/sched_setp.c: Likewise.
33429         * posix/sched_sets.c: Likewise.
33430         * posix/sched_yield.c: Likewise.
33431         * posix/setgid.c: Likewise.
33432         * posix/setlogin.c: Likewise.
33433         * posix/setpgid.c: Likewise.
33434         * posix/setresgid.c: Likewise.
33435         * posix/setresuid.c: Likewise.
33436         * posix/setsid.c: Likewise.
33437         * posix/setuid.c: Likewise.
33438         * posix/sleep.c: Likewise.
33439         * posix/spawni.c: Likewise.
33440         * posix/sysconf.c: Likewise.
33441         * posix/times.c: Likewise.
33442         * posix/wait.c: Likewise.
33443         * posix/wait3.c: Likewise.
33444         * posix/wait4.c: Likewise.
33445         * posix/waitpid.c: Likewise.
33446         * resolv/gai_sigqueue.c: Likewise.
33447         * resource/getpriority.c: Likewise.
33448         * resource/getrlimit.c: Likewise.
33449         * resource/getrusage.c: Likewise.
33450         * resource/nice.c: Likewise.
33451         * resource/setpriority.c: Likewise.
33452         * resource/setrlimit.c: Likewise.
33453         * resource/ulimit.c: Likewise.
33454         * rt/aio_cancel.c: Likewise.
33455         * rt/aio_fsync.c: Likewise.
33456         * rt/aio_read.c: Likewise.
33457         * rt/aio_sigqueue.c: Likewise.
33458         * rt/aio_suspend.c: Likewise.
33459         * rt/aio_write.c: Likewise.
33460         * rt/clock_getres.c: Likewise.
33461         * rt/clock_gettime.c: Likewise.
33462         * rt/clock_nanosleep.c: Likewise.
33463         * rt/clock_settime.c: Likewise.
33464         * rt/lio_listio.c: Likewise.
33465         * rt/mq_close.c: Likewise.
33466         * rt/mq_getattr.c: Likewise.
33467         * rt/mq_notify.c: Likewise.
33468         * rt/mq_open.c: Likewise.
33469         * rt/mq_receive.c: Likewise.
33470         * rt/mq_send.c: Likewise.
33471         * rt/mq_setattr.c: Likewise.
33472         * rt/mq_timedreceive.c: Likewise.
33473         * rt/mq_timedsend.c: Likewise.
33474         * rt/mq_unlink.c: Likewise.
33475         * rt/shm_open.c: Likewise.
33476         * rt/shm_unlink.c: Likewise.
33477         * rt/timer_create.c: Likewise.
33478         * rt/timer_delete.c: Likewise.
33479         * rt/timer_getoverr.c: Likewise.
33480         * rt/timer_gettime.c: Likewise.
33481         * rt/timer_settime.c: Likewise.
33482         * setjmp/__longjmp.c: Likewise.
33483         * setjmp/setjmp.c: Likewise.
33484         * signal/kill.c: Likewise.
33485         * signal/killpg.c: Likewise.
33486         * signal/raise.c: Likewise.
33487         * signal/sigaction.c: Likewise.
33488         * signal/sigaltstack.c: Likewise.
33489         * signal/sigblock.c: Likewise.
33490         * signal/sigignore.c: Likewise.
33491         * signal/sigintr.c: Likewise.
33492         * signal/signal.c: Likewise.
33493         * signal/sigpause.c: Likewise.
33494         * signal/sigpending.c: Likewise.
33495         * signal/sigqueue.c: Likewise.
33496         * signal/sigreturn.c: Likewise.
33497         * signal/sigset.c: Likewise.
33498         * signal/sigsetmask.c: Likewise.
33499         * signal/sigstack.c: Likewise.
33500         * signal/sigsuspend.c: Likewise.
33501         * signal/sigtimedwait.c: Likewise.
33502         * signal/sigvec.c: Likewise.
33503         * signal/sigwait.c: Likewise.
33504         * signal/sigwaitinfo.c: Likewise.
33505         * signal/sysv_signal.c: Likewise.
33506         * socket/accept.c: Likewise.
33507         * socket/accept4.c: Likewise.
33508         * socket/bind.c: Likewise.
33509         * socket/connect.c: Likewise.
33510         * socket/getpeername.c: Likewise.
33511         * socket/getsockname.c: Likewise.
33512         * socket/getsockopt.c: Likewise.
33513         * socket/isfdtype.c: Likewise.
33514         * socket/listen.c: Likewise.
33515         * socket/recv.c: Likewise.
33516         * socket/recvfrom.c: Likewise.
33517         * socket/recvmsg.c: Likewise.
33518         * socket/send.c: Likewise.
33519         * socket/sendmsg.c: Likewise.
33520         * socket/sendto.c: Likewise.
33521         * socket/setsockopt.c: Likewise.
33522         * socket/shutdown.c: Likewise.
33523         * socket/sockatmark.c: Likewise.
33524         * socket/socket.c: Likewise.
33525         * socket/socketpair.c: Likewise.
33526         * stdio-common/ctermid.c: Likewise.
33527         * stdio-common/cuserid.c: Likewise.
33528         * stdio-common/remove.c: Likewise.
33529         * stdio-common/rename.c: Likewise.
33530         * stdio-common/renameat.c: Likewise.
33531         * stdio-common/tempname.c: Likewise.
33532         * stdlib/getcontext.c: Likewise.
33533         * stdlib/makecontext.c: Likewise.
33534         * stdlib/setcontext.c: Likewise.
33535         * stdlib/swapcontext.c: Likewise.
33536         * stdlib/system.c: Likewise.
33537         * streams/fattach.c: Likewise.
33538         * streams/fdetach.c: Likewise.
33539         * streams/getmsg.c: Likewise.
33540         * streams/getpmsg.c: Likewise.
33541         * streams/putmsg.c: Likewise.
33542         * streams/putpmsg.c: Likewise.
33543         * sysdeps/unix/bsd/getpt.c: Likewise.
33544         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33545         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33546         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33548         Likewise.
33549         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33550         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33551         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33552         * sysvipc/msgctl.c: Likewise.
33553         * sysvipc/msgget.c: Likewise.
33554         * sysvipc/msgrcv.c: Likewise.
33555         * sysvipc/msgsnd.c: Likewise.
33556         * sysvipc/semctl.c: Likewise.
33557         * sysvipc/semget.c: Likewise.
33558         * sysvipc/semop.c: Likewise.
33559         * sysvipc/semtimedop.c: Likewise.
33560         * sysvipc/shmat.c: Likewise.
33561         * sysvipc/shmctl.c: Likewise.
33562         * sysvipc/shmdt.c: Likewise.
33563         * sysvipc/shmget.c: Likewise.
33564         * termios/tcdrain.c: Likewise.
33565         * termios/tcflow.c: Likewise.
33566         * termios/tcflush.c: Likewise.
33567         * termios/tcgetattr.c: Likewise.
33568         * termios/tcgetpgrp.c: Likewise.
33569         * termios/tcsendbrk.c: Likewise.
33570         * termios/tcsetattr.c: Likewise.
33571         * termios/tcsetpgrp.c: Likewise.
33572         * time/adjtime.c: Likewise.
33573         * time/clock.c: Likewise.
33574         * time/getitimer.c: Likewise.
33575         * time/gettimeofday.c: Likewise.
33576         * time/setitimer.c: Likewise.
33577         * time/settimeofday.c: Likewise.
33578         * time/stime.c: Likewise.
33579         * time/time.c: Likewise.
33580
33581 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33582
33583         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33584         /usr/old/bin.
33585
33586         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33587         instead of spaces.
33588         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33589
33590 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33591
33592         [BZ #14796]
33593         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33594         FE_TONEAREST before applying Dekker multiplication and Knuth
33595         addition.  Clear inexact exceptions and check for exact zero
33596         results afterwards.
33597         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33598         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33599         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33600         * math/libm-test.inc (fma_test): Add more tests.
33601         (fma_test_towardzero): Likewise.
33602         (fma_test_downward): Likewise.
33603         (fma_test_upward): Likewise.
33604         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33605         function.
33606         (libc_fesetround): New macro.
33607         (libc_fesetroundf): Likewise.
33608         (libc_fesetroundl): Likewise.
33609         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33610         function.
33611         (libc_fesetround_387): Likewise.
33612         (libc_fesetroundf): New macro.
33613         (libc_fesetround): Likewise.
33614         (libc_fesetroundl): Likewise.
33615         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33616         function.
33617         (libc_fesetroundf): New macro.
33618         (libc_fesetround): Likewise.
33619         (libc_fesetroundl): Likewise.
33620         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33621         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33622         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33623         libm_hidden_ver.
33624         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33625         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33626         libm_hidden_def.
33627         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33628         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33629         libm_hidden_ver.
33630         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33631         libm_hidden_def.
33632
33633         [BZ #3439]
33634         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33635         integer constant usable in #if and use that to give value to enum
33636         constant.
33637         (FE_DIVBYZERO): Likewise.
33638         (FE_UNDERFLOW): Likewise.
33639         (FE_OVERFLOW): Likewise.
33640         (FE_INVALID): Likewise.
33641         (FE_INVALID_SNAN): Likewise.
33642         (FE_INVALID_ISI): Likewise.
33643         (FE_INVALID_IDI): Likewise.
33644         (FE_INVALID_ZDZ): Likewise.
33645         (FE_INVALID_IMZ): Likewise.
33646         (FE_INVALID_COMPARE): Likewise.
33647         (FE_INVALID_SOFTWARE): Likewise.
33648         (FE_INVALID_SQRT): Likewise.
33649         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33650         (FE_TONEAREST): Likewise.
33651         (FE_TOWARDZERO): Likewise.
33652         (FE_UPWARD): Likewise.
33653         (FE_DOWNWARD): Likewise.
33654         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33655         (FE_DIVBYZERO): Likewise.
33656         (FE_OVERFLOW): Likewise.
33657         (FE_UNDERFLOW): Likewise.
33658         (FE_INEXACT): Likewise.
33659         (FE_TONEAREST): Likewise.
33660         (FE_DOWNWARD): Likewise.
33661         (FE_UPWARD): Likewise.
33662         (FE_TOWARDZERO): Likewise.
33663         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33664         (FE_UNDERFLOW): Likewise.
33665         (FE_OVERFLOW): Likewise.
33666         (FE_DIVBYZERO): Likewise.
33667         (FE_INVALID): Likewise.
33668         (FE_TONEAREST): Likewise.
33669         (FE_TOWARDZERO): Likewise.
33670         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33671         (FE_OVERFLOW): Likewise.
33672         (FE_UNDERFLOW): Likewise.
33673         (FE_DIVBYZERO): Likewise.
33674         (FE_INEXACT): Likewise.
33675         (FE_TONEAREST): Likewise.
33676         (FE_TOWARDZERO): Likewise.
33677         (FE_UPWARD): Likewise.
33678         (FE_DOWNWARD): Likewise.
33679         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33680         (FE_DIVBYZERO): Likewise.
33681         (FE_OVERFLOW): Likewise.
33682         (FE_UNDERFLOW): Likewise.
33683         (FE_INEXACT): Likewise.
33684         (FE_TONEAREST): Likewise.
33685         (FE_DOWNWARD): Likewise.
33686         (FE_UPWARD): Likewise.
33687         (FE_TOWARDZERO): Likewise.
33688
33689 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33690
33691         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33692
33693 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33694
33695         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33696         commands.  Quote $PWD.
33697         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33698         -x" by "export".
33699         (remove_newlines): Remove.
33700
33701 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33702
33703         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33704         * stdlib/stdlib.h (atof): Moved to ...
33705         * include/bits/stdlib-float.h: Here.  New file.
33706         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33707         * stdlib/bits/stdlib-float.h: New file.
33708         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33709         -mno-sse -mno-mmx.
33710         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33711         <xmmintrin.h>.
33712
33713 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33714
33715         * conform/conformtest.pl (@headers): Add fenv.h.
33716         * conform/data/fenv.h-data: New file.
33717         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33718         include of <math/fenv.h>.
33719
33720         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33721         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33722         && !UNIX98].  Enables tests for XOPEN2K8.
33723         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33724         POSIX2008]: Likewise.
33725
33726         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33727         (struct rusage): Do not expect type or its members.
33728
33729         [BZ #3439]
33730         * math/math.h (FP_NAN): Define macro to integer constant usable in
33731         #if and use that to give value to enum constant.
33732         (FP_INFINITE): Likewise.
33733         (FP_ZERO): Likewise.
33734         (FP_SUBNORMAL): Likewise.
33735         (FP_NORMAL): Likewise.
33736
33737 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33738
33739         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33740         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33741         arguments.
33742
33743 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33744
33745         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33746         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33747         autoconf-time if not.
33748         * configure.in: Remove AC_PREREQ.
33749
33750 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33751
33752         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33753         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33754         of the internal implementation.
33755
33756 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33757
33758         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33759         except include of <misc/sys/syslog.h>.
33760
33761 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33762
33763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33764         function returns with a NULL context exit with zero.
33765
33766 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33767
33768         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33769
33770 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33771
33772         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33773         (run_program_cmd): This.
33774         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33775         (tst_langinfo): New variable.  Use it.
33776
33777 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33778
33779         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33780         floating point opcodes.
33781
33782 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33783
33784         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33785         variable.
33786
33787         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33788
33789         * sysdeps/mach/hurd/powerpc: Remove directory.
33790         * sysdeps/mach/powerpc: Likewise.
33791
33792 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33793
33794         * scripts/check-local-headers.sh: Ignore c++ headers.
33795
33796 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33797
33798         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33799         __libc_cleanup_region_start argument.
33800
33801 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33802
33803         [BZ #14784]
33804         [BZ #14785]
33805         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33806         x * y using scaling, not as x * y + z.
33807         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33808         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33809         * math/libm-test.inc (fma_test): Add more tests.
33810         (fma_test_towardzero): Likewise.
33811         (fma_test_downward): Likewise.
33812         (fma_test_upward): Likewise.
33813
33814 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33815
33816         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33817
33818 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33819
33820         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33821         New variable.
33822
33823 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33824
33825         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33826
33827 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33828
33829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33830         Fix sort order.
33831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33832         Likewise.
33833
33834 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33835
33836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33837         Fix the order of the list for glibc 2.17.
33838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33839         Likewise.
33840
33841 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33842
33843         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33844
33845 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33846
33847         [BZ #14610]
33848         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33849         for low part of x being zero before using __atanl (y).
33850         * math/libm-test.inc (atan2_test): Add another test.
33851
33852         * manual/install.texi (Configuring and compiling): Document
33853         general use of test-wrapper and test-wrapper-env.
33854         * INSTALL: Regenerated.
33855
33856         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33857         (__fma): Do not extract and scale down low bits on after-rounding
33858         systems when result rounded to normal precision would have normal
33859         exponent.
33860         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33861         (__fmal): Do not extract and scale down low bits on after-rounding
33862         systems when result rounded to normal precision would have normal
33863         exponent.
33864         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33865         (__fmal): Do not extract and scale down low bits on after-rounding
33866         systems when result rounded to normal precision would have normal
33867         exponent.
33868         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33869         macro.
33870         (fma_test): Add more tests.
33871         (fma_test_towardzero): Likewise.
33872         (fma_test_downward): Likewise.
33873         (fma_test_upward): Likewise.
33874
33875 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33876
33877         * sysdeps/i386/tininess.h: Renamed to ...
33878         * sysdeps/x86/tininess.h: This.
33879         * sysdeps/x86_64/tininess.h: Removed.
33880
33881 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33882
33883         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33884         input.  Use $(build-program-cmd).
33885         ($(objpfx)tst-array1-static.out): Likewise.
33886         ($(objpfx)tst-array2.out): Likewise.
33887         ($(objpfx)tst-array3.out): Likewise.
33888         ($(objpfx)tst-array4.out): Likewise.
33889         ($(objpfx)tst-array5.out): Likewise.
33890         ($(objpfx)tst-array5-static.out): Likewise.
33891
33892 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33893
33894         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33895         if defined.
33896
33897         * nss/nsswitch.h (nss_interface_function): Provide new
33898         macro for use with NSS functions.
33899         * grp/initgroups.c: Use new macro.
33900         * nss/getXXbyYY.c: Likewise.
33901         * nss/getXXbyYY_r.c: Likewise.
33902         * nss/getXXent.c: Likewise.
33903         * nss/getXXent_r.c: Likewise.
33904         * sysdeps/posix/getaddrinfo.c: Likewise.
33905
33906 2012-10-30  Andreas Jaeger  <aj@suse.de>
33907
33908         * po/ru.po: Update Russion translation from translation project.
33909
33910 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33911
33912         [BZ #14152]
33913         [BZ #14783]
33914         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33915         result and shift together with sticky bit instead of replicating
33916         round-to-nearest rounding.
33917         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33918         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33919         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33920         missing underflow exceptions.
33921         (fma_test_towardzero): Add more tests.
33922         (fma_test_downward): Likewise.
33923         (fma_test_upward): Likewise.
33924
33925         [BZ #14047]
33926         * sysdeps/generic/tininess.h: New file.
33927         * sysdeps/i386/tininess.h: Likewise.
33928         * sysdeps/sh/tininess.h: Likewise.
33929         * sysdeps/x86_64/tininess.h: Likewise.
33930         * stdlib/tst-strtod-underflow.c: Likewise.
33931         * stdlib/tst-tininess.c: Likewise.
33932         * stdlib/strtod_l.c: Include <tininess.h>.
33933         (round_and_return): Do not set errno for exact underflow cases.
33934         Force an underflow exception when setting errno for underflow.
33935         Determine underflow based on rounding to normal precision if
33936         TININESS_AFTER_ROUNDING.
33937         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33938         ERANGE for exact underflow cases.
33939         * stdlib/Makefile (tests): Add tst-tininess and
33940         tst-strtod-underflow.
33941         ($(objpfx)tst-tininess): Use $(link-libm).
33942         ($(objpfx)tst-strtod-underflow): Likewise.
33943
33944 2012-10-30  Andreas Jaeger  <aj@suse.de>
33945
33946         [BZ#14767]
33947         * elf/Makefile (tests): Remove conditional for have-initfini-array
33948         since this is now always required and the variable does not exist
33949         anymore.
33950         (tests-static): Likewise.
33951         (modules-names): Likewise.
33952
33953         * po/eo.po: Add Esperanto translation from translation project.
33954
33955         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33956         merged with constructor/destructor.
33957         (init_array): Likewise.
33958         * elf/tst-array2dep.c (fini_array): Likewise.
33959         (init_array): Likewise.
33960
33961 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33962
33963         * manual/message.texi: Delete @cartouche tags.
33964
33965 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33966
33967         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33968         EOPNOTSUPP.
33969         * sysdeps/mach/hurd/fsync.c: Likewise.
33970
33971         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33972         [_POSIX_REALTIME_SIGNALS]: Change condition to
33973         [_POSIX_REALTIME_SIGNALS > 0].
33974
33975 2012-10-27  Andreas Jaeger  <aj@suse.de>
33976
33977         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33978         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33979         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33980         [__WORDSIZE != 64]: Likewise.
33981
33982 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33983
33984         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33985         *  iconvdata/tst-tables.sh: Likewise.
33986
33987 2012-10-25  David S. Miller  <davem@davemloft.net>
33988
33989         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33990         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33991         of strtoull.
33992
33993         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33994         ifunc-impl-list.c
33995         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33996         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33997         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33998         file.
33999
34000 2012-10-25  Roland McGrath  <roland@hack.frob.com>
34001
34002         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34003         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
34004         __getdirentries.
34005
34006 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
34007             Jim Blandy  <jimb@codesourcery.com>
34008
34009         * scripts/cross-test-ssh.sh: New file.
34010         * manual/install.texi (Configuring and compiling): Document use of
34011         cross-test-ssh.sh.
34012         * INSTALL: Regenerated.
34013
34014 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
34015
34016         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
34017         EOPNOTSUPP.
34018
34019 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
34020
34021         * Makeconfig (run-program-prefix): Fix comment.
34022
34023 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34024             Jim Blandy  <jimb@codesourcery.com>
34025
34026         * Makeconfig (test-wrapper): New variable,
34027         (test-wrapper-env): Likewise.
34028         [$(cross-compiling) = yes && $(test-wrapper) != ""]
34029         (run-built-tests): Define to yes.
34030         (run-program-prefix): Use $(test-wrapper).
34031         (built-program-cmd): Likewise.
34032         * Rules (make-test-out): Use $(test-wrapper-env) and
34033         $(host-built-program-cmd).
34034         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
34035         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
34036         tst-pathopt.sh.
34037         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
34038         $(test-wrapper-env) to tst-rtld-load-self.sh.
34039         ($(objpfx)order2.out): Use $(test-wrapper).
34040         ($(objpfx)tst-initorder.out): Likewise.
34041         ($(objpfx)tst-initorder2.out): Likewise.
34042         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
34043         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
34044         (test_wrapper_env): New variable.  Use it to run ld.so.
34045         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
34046         Use it to run ld.so.
34047         (test_wrapper_env): Likewise.
34048         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
34049         $(test-wrapper) to run-iconv-test.sh.
34050         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
34051         (ICONV): Use $test_wrapper.
34052         * posix/Makefile ($(objpfx)globtest.out): Pass
34053         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
34054         globtest.sh, not $(run-program-prefix).
34055         * posix/globtest.sh (run_via_rtld_prefix): New variable.
34056         (test_wrapper): Likewise.
34057         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
34058         set together with run_via_rtld_prefix.
34059         (run_program_prefix): Define in terms of test_wrapper and
34060         run_via_rtld_prefix.
34061
34062 2012-10-24  Roland McGrath  <roland@hack.frob.com>
34063
34064         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
34065         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
34066         Targets removed.
34067
34068         [BZ #14743]
34069         * include/time.h: Remove librt_hidden_proto (clock_gettime).
34070         Declare __clock_getres, __clock_gettime, __clock_settime,
34071         __clock_nanosleep, and __clock_getcpuclockid.
34072         * rt/clock_gettime.c: Define __clock_gettime as an alias.
34073         Remove librt_hidden_def (clock_gettime).
34074         * sysdeps/unix/clock_gettime.c: Likewise.
34075         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
34076         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
34077         * rt/clock_getres.c: Define __clock_getres as an alias.
34078         * sysdeps/posix/clock_getres.c: Likewise.
34079         * rt/clock_settime.c: Define __clock_settime as an alias.
34080         * sysdeps/unix/clock_settime.c: Likewise.
34081         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
34082         * sysdeps/unix/clock_nanosleep.c: Likewise.
34083         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
34084         * rt/clock-compat.c: New file.
34085         * rt/Makefile (librt-routines): Add clock-compat and move
34086         $(clock-routines) to ...
34087         (routines): ... here, new variable.
34088         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
34089         Don't add get_clockfreq here.
34090         * rt/Versions (libc: GLIBC_2.17): New version set.
34091         Add clock_* symbols here.
34092         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
34093         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
34094         (GLIBC_2.17): Add clock_* symbols.
34095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34096         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34097         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34099         Likewise.
34100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34101         Likewise.
34102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34103         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
34104         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34106         * NEWS: Mention the move.
34107
34108         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
34109         Use __open, __read, __close rather than their public counterparts.
34110         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
34111         (__get_clockfreq_via_cpuinfo): Likewise.
34112         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
34113         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
34114
34115         * config.h.in (HAVE_IFUNC): New #undef.
34116         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
34117         was successful.
34118         * configure: Regenerated.
34119
34120 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34121
34122         * configure.in: Move READELF check to start of file.
34123         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
34124         libc_cv_asm_gnu_indirect_function in the process.
34125         * configure: Regenerated.
34126
34127 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
34128
34129         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
34130         send the output to /dev/null.
34131         (libc_cv_cc_with_libunwind): Likewise.
34132         (libc_cv_as_noexecstack): Likewise.
34133         * configure: Regenerate.
34134
34135 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
34136
34137         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
34138
34139         * posix/globtest.sh (TMPDIR): Do not set.
34140         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
34141         (testout): Likewise.
34142
34143 2012-10-24  Andreas Jaeger  <aj@suse.de>
34144
34145         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
34146         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
34147         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
34148         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
34149         posix_fadvise64, posix_fallocate64.
34150
34151         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
34152         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
34153         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
34154         Likewise.
34155         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
34156         Likewise.
34157         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
34158
34159         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
34160         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
34161         <bits/fcntl-linux.h>.
34162         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
34163
34164         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
34165         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
34166         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
34167         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
34168         [__WORDSIZE != 64]: Likewise.
34169
34170 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34171
34172         * Makeconfig (run-built-tests): New variable.
34173         * Rules [$(cross-compiling) = yes]: Change condition to
34174         [$(run-built-tests) = no].
34175         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
34176         to [$(run-built-tests) = yes].
34177         * elf/Makefile [$(cross-compiling) = no]: Likewise
34178         * grp/Makefile [$(cross-compiling) = no]: Likewise.
34179         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
34180         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
34181         * intl/Makefile [$(cross-compiling) = no]: Likewise.
34182         * io/Makefile [$(cross-compiling) = no]: Likewise.
34183         * libio/Makefile [$(cross-compiling) = no]: Likewise.
34184         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
34185         * misc/Makefile [$(cross-compiling) = no]: Likewise.
34186         * posix/Makefile [$(cross-compiling) = no]: Likewise.
34187         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
34188         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
34189         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
34190         * string/Makefile [$(cross-compiling) = no]: Likewise.
34191
34192         * posix/Makefile ($(objpfx)globtest.out): Pass
34193         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
34194         $(rtld-installed-name).
34195         * posix/globtest.sh (elf_objpfx): Remove variable.
34196         (rtld_installed_name): Likewise.
34197         (library_path): Likewise.
34198         (run_program_prefix): New variable.  Use for running globtest
34199         binary.
34200
34201 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
34202             Joseph Myers  <joseph@codesourcery.com>
34203
34204         * Makeconfig (host-built-program-cmd): New variable.
34205         * elf/Makefile (tst-stackguard1-ARGS): Use
34206         $(host-built-program-cmd).
34207         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
34208         (tst-spawn-ARGS): Likewise.
34209         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
34210
34211 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
34212             Jim Blandy  <jimb@codesourcery.com>
34213
34214         * Makeconfig (run-via-rtld-prefix): New variable.
34215         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34216         (built-program-cmd): Likewise.
34217
34218 2012-10-22  Andreas Jaeger  <aj@suse.de>
34219
34220         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34221         __O_RSYNC if it exists, otherwise to O_SYNC.
34222
34223 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
34224             Joseph Myers  <joseph@codesourcery.com>
34225
34226         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34227         /dev/null.
34228         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34229         from /dev/null
34230         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34231         /dev/null.
34232
34233 2012-10-22  Andreas Jaeger  <aj@suse.de>
34234
34235         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34236         Define always.
34237         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34238
34239         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34240         bits/fcntl-linux.h.
34241
34242         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34243         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34244
34245         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34246         to __O_LARGEFILE.
34247         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34248         to __O_LARGEFILE.
34249
34250 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34251             Joseph Myers  <joseph@codesourcery.com>
34252
34253         * config.make.in (NM): New variable.
34254
34255 2012-10-21  Andreas Jaeger  <aj@suse.de>
34256
34257         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34258         definitions and declarations that are provided by
34259         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34260
34261 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34262
34263         [BZ #14683]
34264         * elf/Makefile (tests-static): Add tst-leaks1-static.
34265         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34266         ($(objpfx)tst-leaks1-static): New rule.
34267         ($(objpfx)tst-leaks1-static-mem): Likewise.
34268         (tst-leaks1-static-ENV): New macro.
34269         * elf/dl-open.c (dl_open_worker): Check the main application
34270         only if SHARED is defined.
34271         * elf/tst-leaks1-static.c: New file.
34272
34273 2012-10-20  Andreas Jaeger  <aj@suse.de>
34274
34275         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34276         generic values for Linux.
34277         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34278         and declarations that are provided by <bits/fcntl-linux.h> and
34279         include <bits/fcntl-linux.h>.
34280         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34281         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34282
34283 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34284
34285         * io/fcntl.h: Move include of <bits/types.h> to the top and
34286         include it unconditionally.
34287
34288 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34289
34290         * wcsmbs/Makefile (tests-ifunc): New variable.
34291         (tests): Add $(tests-ifunc).
34292         * wcsmbs/test-wcschr-ifunc.c: New file.
34293         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34294         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34295         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34296         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34297         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34298
34299         * string/Makefile (tests-ifunc): New variable.
34300         (tests): Add $(tests-ifunc).
34301         * string/test-memccpy.c (TEST_NAME): New macro.
34302         * string/test-memchr.c (TEST_NAME): Likewise.
34303         * string/test-memcmp.c (TEST_NAME): Likewise.
34304         * string/test-memcpy.c (TEST_NAME): Likewise.
34305         * string/test-memmem.c (TEST_NAME): Likewise.
34306         * string/test-memmove.c (TEST_NAME): Likewise.
34307         * string/test-memset.c (TEST_NAME): Likewise.
34308         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34309         * string/test-stpcpy.c (TEST_NAME): Likewise.
34310         * string/test-stpncpy.c (TEST_NAME): Likewise.
34311         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34312         * string/test-strcasestr.c (TEST_NAME): Likewise.
34313         * string/test-strcat.c (TEST_NAME): Likewise.
34314         * string/test-strchr.c (TEST_NAME): Likewise.
34315         * string/test-strcmp.c(TEST_NAME): Likewise.
34316         * string/test-strcpy.c (TEST_NAME): Likewise.
34317         * string/test-strcspn.c (TEST_NAME): Likewise.
34318         * string/test-strlen.c (TEST_NAME): Likewise.
34319         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34320         * string/test-strncmp.c (TEST_NAME): Likewise.
34321         * string/test-strncpy.c (TEST_NAME): Likewise.
34322         * string/test-strnlen.c (TEST_NAME): Likewise.
34323         * string/test-strpbrk.c (TEST_NAME): Likewise.
34324         * string/test-strrchr.c (TEST_NAME): Likewise.
34325         * string/test-strspn.c (TEST_NAME): Likewise.
34326         * string/test-strstr.c (TEST_NAME): Likewise.
34327         * string/test-bcopy-ifunc.c: New file.
34328         * string/test-bzero-ifunc.c: Likewise.
34329         * string/test-memccpy-ifunc.c: Likewise.
34330         * string/test-memchr-ifunc.c: Likewise.
34331         * string/test-memcmp-ifunc.c: Likewise.
34332         * string/test-memcpy-ifunc.c: Likewise.
34333         * string/test-memmem-ifunc.c: Likewise.
34334         * string/test-memmove-ifunc.c: Likewise.
34335         * string/test-mempcpy-ifunc.c: Likewise.
34336         * string/test-memset-ifunc.c: Likewise.
34337         * string/test-rawmemchr-ifunc.c: Likewise.
34338         * string/test-stpcpy-ifunc.c: Likewise.
34339         * string/test-stpncpy-ifunc.c: Likewise.
34340         * string/test-strcasecmp-ifunc.c: Likewise.
34341         * string/test-strcasestr-ifunc.c: Likewise.
34342         * string/test-strcat-ifunc.c: Likewise.
34343         * string/test-strchr-ifunc.c: Likewise.
34344         * string/test-strchrnul-ifunc.c: Likewise.
34345         * string/test-strcmp-ifunc.c: Likewise.
34346         * string/test-strcpy-ifunc.c: Likewise.
34347         * string/test-strcspn-ifunc.c: Likewise.
34348         * string/test-strlen-ifunc.c: Likewise.
34349         * string/test-strncasecmp-ifunc.c: Likewise.
34350         * string/test-strncat-ifunc.c: Likewise.
34351         * string/test-strncmp-ifunc.c: Likewise.
34352         * string/test-strncpy-ifunc.c: Likewise.
34353         * string/test-strnlen-ifunc.c: Likewise.
34354         * string/test-strpbrk-ifunc.c: Likewise.
34355         * string/test-strrchr-ifunc.c: Likewise.
34356         * string/test-strspn-ifunc.c: Likewise.
34357         * string/test-strstr-ifunc.c: Likewise.
34358
34359         * debug/Makefile (tests-ifunc): New variable.
34360         (tests): Add $(tests-ifunc).
34361         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34362         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34363         * debug/test-stpcpy_chk-ifunc.c: New file.
34364         * debug/test-strcpy_chk-ifunc.c: Likewise.
34365
34366 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34367
34368         [BZ #13601]
34369         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34370         header is not read in.
34371
34372 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34373
34374         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34375         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34376         directly.  Pass built executable to script as
34377         $(built-program-cmd).
34378         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34379         $testprogram without using LD_LIBRARY_PATH and $ldso.
34380
34381         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34382         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34383         $(rtld-installed-name).
34384         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34385         (rtld_installed_name): Likewise.
34386         (library_path): Likewise.
34387         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34388         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34389         $(run-program-prefix) to tst-tables.sh.
34390         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34391         it to run tst-table-from and tst-table-to.
34392         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34393         Pass it to tst-table.sh.
34394         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34395         $(run-program-prefix) to tst-gettext.sh.
34396         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34397         tst-translit.sh.
34398         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34399         tst-gettext2.sh.
34400         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34401         to run tst-gettext.
34402         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34403         to run tst-gettext2.
34404         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34405         to run tst-translit.
34406         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34407         $(run-program-prefix) to tst-mtrace.sh.
34408         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34409         to run tst-mtrace.
34410         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34411         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34412         $(rtld-installed-name).
34413         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34414         (rtld_installed_name): Likewise.
34415         (run_program_prefix): New variable.  Use it to run wordexp-test.
34416
34417         * Makeconfig (ARCH): Remove all definitions.
34418         (machine): Likewise.
34419         [ARCH]: Remove conditional code.
34420         [!objdir]: Give error.
34421         [!objdir] (objpfx): Remove.
34422         [!objdir] (common-objpfx): Likewise.
34423         [!objdir] (common-objdir): Likewise.
34424         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34425         AC_CONFIG_FILES call.
34426         * configure: Regenerated.
34427
34428         [BZ #13888]
34429         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34430         or TMPDIR.
34431         (testout): Likewise.
34432
34433         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34434         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34435         $(rtld-installed-name).
34436         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34437         (rtld_installed_name): Likwise.
34438         (runit): Remove function.
34439         (run_getconf): New variable,  Use it for running getconf binary.
34440
34441 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34442
34443         [BZ #14716]
34444         * string/test-memmem.c (check_result): New function.
34445         (do_one_test): Use it.
34446         (check1): New function.
34447         (test_main): Use it.
34448
34449 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34450
34451         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34452
34453 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34454
34455         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34456         (_G_LSEEK64): Likewise.
34457         (_G_MMAP64): Likewise.
34458         (_G_FSTAT64): Likewise.
34459         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34460         (_G_LSEEK64): Likewise.
34461         (_G_MMAP64): Likewise.
34462         (_G_FSTAT64): Likewise.
34463         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34464         unconditional.  Call __mmap64 directly.
34465         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34466         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34467         __lseek64 directly.
34468         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34469         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34470         __mmap64 directly.
34471         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34472         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34473         __lseek64 directly.
34474         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34475         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34476         __lseek64 directly.
34477         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34478         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34479         __lseek64 directly.
34480         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34481         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34482         __fxstat64 directly.
34483         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34484         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34485         unconditional.
34486         (freopen64) [!_G_OPEN64]: Remove conditional code.
34487         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34488         unconditional.
34489         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34490         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34491         unconditional.
34492         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34493         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34494         unconditional.
34495         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34496         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34497         unconditional.
34498         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34499         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34500         unconditional.
34501         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34502         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34503         unconditional.
34504         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34505         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34506         unconditional.
34507         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34508
34509 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34510
34511         [BZ #12140]
34512         * manual/memory.texi (Malloc Tunable Parameters): Add note
34513         about free list pointers overwriting some perturb bytes.
34514         Wording suggested by Roland McGrath.
34515
34516 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34517
34518         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34519         (lgamma_test): Likewise.
34520         (tgamma_test): Likewise.
34521
34522 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34523
34524         [BZ #14700]
34525         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34526         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34527
34528 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34529
34530         * NEWS: Mention BZ #14716.
34531         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34532         when removing AVAILABLE1_USES_J macro.
34533
34534 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34535
34536         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34537         (__bswap_64): __uint64_t for unsigned 64-bit int.
34538
34539 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34540
34541         * include/string.h (memmem): Declare libc hidden alias.
34542         * string/memmem.c (memmem): Define libc hidden alias.
34543         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34544         __read, __close instead of open, read, close.
34545
34546 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34547
34548         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34549         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34550         global and hidden.
34551         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34552         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34553         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34554         Likewise.
34555         (__rawmemchr_sse2): Likewise.
34556         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34557         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34558         (__strchr_sse2): Likewise.
34559         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34560         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34561         (__strcasecmp_sse2): Likewise.
34562         (__strncasecmp_sse2): Likewise.
34563         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34564         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34565         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34566         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34567         (__strrchr_sse2): Likewise.
34568         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34569         ifunc-impl-list.c.
34570         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34571         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34572         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34573         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34574         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34575         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34576         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34577         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34578         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34579         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34580         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34581         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34582         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34583         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34584         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34585         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34586         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34587         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34588         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34589         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34590         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34591         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34592         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34593         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34594         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34595         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34596         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34597         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34598         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34599         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34600
34601         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34602         global and hidden.
34603         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34604         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34605         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34606         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34607         Likewise.
34608         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34609         Likewise.
34610         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34611         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34612         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34613         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34614         ifunc-impl-list.c.
34615         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34616         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34617         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34618         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34619         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34620         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34621         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34622         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34623         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34624         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34625         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34626         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34627         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34628         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34629         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34630         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34631         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34632         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34633         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34634         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34635         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34636         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34637         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34638         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34639         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34640         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34641         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34642         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34643         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34644         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34645         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34646         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34647         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34648         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34649         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34650         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34651         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34652         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34653         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34654         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34655         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34656
34657         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34658         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34659         * include/ifunc-impl-list.h: New file.
34660         * misc/ifunc-impl-list.c: Likewise.
34661         * misc/Makefile (routines): Add ifunc-impl-list.
34662         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34663         * string/test-string.h: Include <ifunc-impl-list.h>.
34664         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34665         TEST_NAME]: New variables.
34666         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34667         are defined.
34668         (test_init): Call __libc_ifunc_impl_list to initialize
34669         func_list if TEST_IFUNC and TEST_NAME are defined.
34670
34671         * string/Makefile (strop-tests): Add bcopy and bzero.
34672         * string/test-bcopy.c: New file.
34673         * string/test-bzero.c: Likewise.
34674         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34675         defined.
34676         * string/test-memset.c: Support bzero test if TEST_BZERO is
34677         defined.
34678         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34679         __libc_memmove.
34680         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34681         __libc_memset.
34682         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34683         of memset.
34684
34685 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34686
34687         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34688         * configure: Regenerated.
34689
34690         * Makeconfig (+link-static-before-libc): Don't include
34691         $(link-static-libc).
34692
34693         * libio/libio.h (_IO_pos_t): Remove.
34694
34695 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34696
34697         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34698         McGrath.
34699
34700 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34701
34702         * crypt/crypt-entry.c: Include fips-private.h.
34703         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34704         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34705         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34706         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34707
34708 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34709
34710         * crypt/crypt-private.h: Include stdbool.h.
34711         (_ufc_setup_salt_r): Return bool.
34712         * crypt/crypt-entry.c: Include errno.h.
34713         (__crypt_r): Return NULL with EINVAL for bad salt.
34714         * crypt/crypt_util.c (bad_for_salt): New.
34715         (_ufc_setup_salt_r): Check that salt is long enough and within
34716         the specified alphabet.
34717         * crypt/badsalttest.c: New file.
34718         * crypt/Makefile (tests): Add it.
34719         ($(objpfx)badsalttest): New.
34720
34721 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34722
34723         * NEWS: Add entry for BZ #14602.
34724
34725 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34726
34727         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34728         type-generic.
34729         * math/libm-test.inc: Update comment listing what functions and
34730         macros are tested.
34731         (isgreater_test): New function.
34732         (isgreaterequal_test): Likewise.
34733         (isless_test): Likewise.
34734         (islessequal_test): Likewise.
34735         (islessgreater_test): Likewise.
34736         (isunordered_test): Likewise.
34737         (main): Call the new functions.
34738
34739 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34740
34741         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34742         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34743         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34744         * sysdeps/i386/configure: Regenerated.
34745         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34746         * sysdeps/mach/configure: Regenerated.
34747         * sysdeps/mach/hurd/configure: Regenerated.
34748         * sysdeps/powerpc/configure: Regenerated.
34749         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34750         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34751         * sysdeps/s390/s390-32/configure: Regenerated.
34752         * sysdeps/s390/s390-64/configure: Regenerated.
34753         * sysdeps/sh/configure: Regenerated.
34754         * sysdeps/sparc/configure: Regenerated.
34755         * sysdeps/unix/sysv/linux/configure: Regenerated.
34756         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34757         * sysdeps/x86_64/configure: Regenerated.
34758
34759         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34760         defined.  Don't check if MAP is NULL.
34761
34762 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34763
34764         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34765         (_G_stat64): Likewise.
34766         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34767         (_G_stat64): Likewise.
34768         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34769         instead of struct _G_stat64.
34770         * libio/fileops.c (mmap_remap_check): Likewise.
34771         (decide_maybe_mmap): Likewise.
34772         (_IO_new_file_seekoff): Likewise.
34773         (_IO_file_stat): Likewise.
34774         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34775         _G_off64_t.
34776         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34777         instead of struct _G_stat64.
34778         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34779
34780 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34781
34782         [BZ #14602]
34783         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34784         Replace with ...
34785         (CHECK_EOL): New macro.
34786         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34787         CHECK_EOL.
34788         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34789         Replace with CHECK_EOL.
34790         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34791         Replace with CHECK_EOL.
34792
34793 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34794
34795         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34796         type-generic.
34797         * math/libm-test.inc: Update comment listing what functions and
34798         macros are tested.
34799         (finite_test): New function.
34800         (isinf_test): Likewise.
34801         (isnan_test): Likewise.
34802         (fpclassify_test): Test subnormal input.
34803         (isfinite_test): Likewise.
34804         (isnormal_test): Likewise.
34805         (main): Call the new functions.
34806
34807 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34808
34809         [BZ #14660]
34810         * Makerules (%.dynsym): Force C locale when running
34811         $(OBJDUMP) --dynamic-syms.
34812
34813 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34814
34815         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34816         <stdint.h>.
34817
34818 2012-10-06  David S. Miller  <davem@davemloft.net>
34819
34820         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34821         upper 32-bits of the length value in %o2 since we use branch-on-register
34822         tests which consider the entire 64-bit register.
34823
34824 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34825
34826         * string/test-strstr.c (check2): Add a test for page boundary.
34827
34828 2012-10-05  David S. Miller  <davem@davemloft.net>
34829
34830         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34831         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34832         file.
34833         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34834         sysdep_routines.
34835         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34836         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34837         and bzero when HWCAP_SPARC_CRYPTO is present.
34838
34839 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34840
34841         [BZ #14602]
34842         * string/test-strstr.c (check2): New function.
34843         (test_main): Call check2.
34844
34845         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34846         and bug-strchr1.
34847         * string/bug-strcasestr1.c (do_test): Moved to ...
34848         * string/test-strcasestr.c (check1): Here.  New function.
34849         (do_one_test): Break out result checking code into ...
34850         (check_result): This.  New function.
34851         (do_one_test): Call check_result.
34852         (test_main): Call check1.
34853         * string/bug-strchr1.c (do_test): Moved to ...
34854         * string/test-strchr.c (check1): Here.  New function.
34855         (do_one_test): Break out result checking code into ...
34856         (check_result): This.  New function.
34857         (do_one_test): Call check_result.
34858         (test_main): Call check1.
34859         * string/bug-strstr1.c (main): Moved to ...
34860         * string/test-strstr.c (check1): Here.  New function.
34861         (do_one_test): Break out result checking code into ...
34862         (check_result): This.  New function.
34863         (do_one_test): Call check_result.
34864         (test_main): Call check1.
34865         * string/bug-strcasestr1.c: Removed.
34866         * string/bug-strchr1.c: Likewise.
34867         * string/bug-strstr1.c: Likewise.
34868
34869         * elf/Makefile (dl-routines): Add hwcaps.
34870         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34871         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34872         (_dl_important_hwcaps): Moved to ...
34873         * elf/dl-hwcaps.c: Here.  New file.
34874         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34875
34876         [BZ #14557]
34877         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34878         if IS_IN_rtld isn't defined.
34879
34880         * elf/dl-support.c (_dl_sysinfo_map): New.
34881         Include "get-dynamic-info.h" and "setup-vdso.h".
34882         (_dl_non_dynamic_init): Call setup_vdso.
34883         * elf/dynamic-link.h: Don't include <assert.h>.
34884         (elf_get_dynamic_info): Moved to ...
34885         * elf/get-dynamic-info.h: Here.  New file.
34886         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34887         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34888         * elf/setup-vdso.h: Here.  New file.
34889         * elf/rtld.c: Include "setup-vdso.h".
34890         (dl_main): Call setup_vdso.
34891
34892 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34893
34894         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34895         creal in comment listing functions tested.  List finite, isinf,
34896         isnan, isless, islessequal, isgreater, isgreaterequal,
34897         islessgreater, isunordered, lgamma_r and pow10 as functions and
34898         macros not tested.  Mention which functions not tested are aliases
34899         for other functions.  Fix typo.  Note that signs of NaNs are not
34900         tested.
34901
34902         * scripts/config.guess: Update from config.git.
34903         * scripts/config.sub: Likewise.
34904
34905 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34906
34907         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34908         * misc/madvise.c (madvise): Renamed to __madvise.
34909         Make madvise a weak alias.
34910         * include/sys/mman.h: Declare __madvise.
34911         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34912         * sysdeps/unix/syscalls.list
34913         (madvise): Make __madvise the strong name, and madvise a weak alias.
34914         * sysdeps/unix/sysv/linux/syscalls.list
34915         (madvise, mmap): Remove redundant entries.
34916         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34917         * malloc/malloc.c (mtrim): Likewise.
34918         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34919
34920 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34921
34922         * sysdeps/mach/hurd/dl-cache.c: File removed.
34923         * config.h.in (USE_LDCONFIG): New #undef.
34924         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34925         * configure: Regenerated.
34926         * elf/Makefile (dl-routines): Add dl-cache only under
34927         [$(use-ldconfig) = yes].
34928         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34929         cache on [USE_LDCONFIG].
34930         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34931         [USE_LDCONFIG].
34932         * elf/rtld.c (dl_main): Likewise.
34933
34934 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34935
34936         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34937         _SC_LEVEL4_CACHE_LINESIZE.
34938
34939 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34940
34941         * sysdeps/unix/bsd/confstr.h: File removed.
34942
34943 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34944
34945         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34946         sys/sdt-config.h.
34947
34948 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34949
34950         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34951         Make 'mapoff' field ElfW(Off) rather than off_t.
34952
34953 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34954
34955         * nscd/Makefile: Remove nscd-cflags and all its users.
34956         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34957         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34958
34959         [BZ #10631]
34960         * malloc.c (malloc_printerr): Clarify error message.
34961
34962 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34963
34964         [BZ #14648]
34965         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34966         Set bit_FMA_Usable if FMA is supported.
34967         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34968         macro.
34969         (bit_FMA4_Usable): Updated.
34970         (index_FMA_Usable): New macro.
34971         (CPUID_FMA): Likewise
34972         (HAS_FMA): Defined with bit_FMA_Usable.
34973
34974 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34975
34976         * bits/types.h (__swblk_t): Type removed.
34977         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34978         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34979         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34980         (__SWBLK_T_TYPE): Likewise.
34981         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34982         (__SWBLK_T_TYPE): Likewise.
34983         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34984         (__SWBLK_T_TYPE): Likewise.
34985         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34986         (__SWBLK_T_TYPE): Likewise.
34987
34988 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34989             Honza Horak <hhorak@redhat.com>
34990
34991         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34992         (xdr_mapname): Use YPMAXMAP as maxsize.
34993         (xdr_peername): Use YPMAXPEER as maxsize.
34994         (xdr_keydat): Use YPAXRECORD as maxsize.
34995         (xdr_valdat): Use YPMAXRECORD as maxsize.
34996
34997 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34998
34999         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
35000
35001         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
35002         * csu/init-first.c: ... here.
35003         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
35004         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
35005         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
35006         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
35007         * sysdeps/i386/init-first.c: File removed.
35008         * sysdeps/sh/init-first.c: File removed.
35009
35010 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
35011
35012         [BZ #14645]
35013         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
35014         if x * y might underflow to zero and z is zero.
35015         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35016         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35017         * math/libm-test.inc (min_subnorm_value): New variable.
35018         (fma_test): Add more tests.
35019         (fma_test_towardzero): Likewise.
35020         (fma_test_downward): Likewise
35021         (fma_test_upward): Likewise.
35022         (initialize): Set min_subnorm_value.
35023
35024 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
35025
35026         [BZ #14638]
35027         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
35028         0 + 0.
35029         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
35030         mode for addition resulting in exact zero.
35031         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
35032         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
35033         exact 0 + 0.
35034         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35035         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35036         * math/libm-test.inc (fma_test): Add more tests.
35037         (fma_test_towardzero): New function.
35038         (fma_test_downward): Likewise.
35039         (fma_test_upward): Likewise.
35040         (main): Call the new functions.
35041
35042 2012-09-28  David S. Miller  <davem@davemloft.net>
35043
35044         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
35045
35046 2012-09-28  Roland McGrath  <roland@hack.frob.com>
35047
35048         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
35049         instead of SIGALRM.
35050
35051         * sysdeps/gnu/_G_config.h: Moved to ...
35052         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
35053         * sysdeps/mach/hurd/_G_config.h: Moved to ...
35054         * sysdeps/generic/_G_config.h: ... here.
35055
35056         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
35057
35058         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
35059
35060         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
35061         Conditionalize target on [libnss_test1.so-version].
35062
35063         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
35064
35065         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
35066         (elfobjdir): Move out of conditionals.
35067
35068         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
35069         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
35070         (__nss_lookup_function): Conditionalize label remove_from_tree on
35071         [!DO_STATIC_NSS || SHARED], matching its only use.
35072
35073 2012-09-28  David S. Miller  <davem@davemloft.net>
35074
35075         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
35076         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
35077         file.
35078         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
35079         sysdep_routines.
35080         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
35081         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
35082         when HWCAP_SPARC_CRYPTO is present.
35083
35084 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35085
35086         * io/tst-mknodat.c: Create a FIFO instead of a socket.
35087
35088 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
35089
35090         [BZ #6530]
35091         * stdio-common/vfprintf.c (process_string_arg): Revert
35092         2000-07-22 change.
35093
35094 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
35095
35096         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
35097         for testcase.
35098         * stdio-common/tst-sprintf.c: Include <locale.h>
35099         (main): Test sprintf's handling of incomplete multibyte
35100         characters.
35101
35102 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
35103
35104         * elf/dl-runtime.c (VERSYMIDX): Removed.
35105         * elf/dl-version.c (VERSYMIDX): Likewise.
35106         * elf/do-rel.h (VERSYMIDX): Likewise.
35107         (VALIDX): Likewise.
35108         * elf/dynamic-link.h (VERSYMIDX): Likewise.
35109         * elf/rtld.c (VALIDX): Likewise.
35110         (ADDRIDX): Likewise.
35111         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
35112         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
35113         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
35114         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
35115         (VALIDX): Likewise.
35116         (ADDRIDX): Likewise.
35117
35118 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35119
35120         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
35121
35122 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
35123
35124         [BZ #11438]
35125         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
35126         to global scope.
35127         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
35128         addresses are in the same scope as 192.0.2/24.
35129         * posix/gai.conf: Document new scope table defaults.
35130
35131 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35132
35133         [BZ #5298]
35134         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
35135         for ftell.  Compute offsets from write pointers instead.
35136         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
35137
35138 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35139
35140         [BZ #14543]
35141         * libio/Makefile (tests): New test case tst-fseek.
35142         * libio/tst-fseek.c: New test case to verify that fseek/ftell
35143         combination works in wide mode.
35144         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
35145         state when the external buffer state changes.
35146
35147 2012-09-27  David S. Miller  <davem@davemloft.net>
35148
35149         [BZ #14376]
35150         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
35151         pass reloc->r_addend in as the 'high' argument to
35152         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
35153
35154         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35155
35156 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
35157
35158         * rt/tst-aio2.c: Include <pthread.h>.
35159         * rt/tst-aio3.c: Likewise.
35160
35161 2012-09-27  Steve Ellcey  <sellcey@mips.com>
35162
35163         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
35164
35165 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
35166
35167         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
35168         contents on [SHARED].
35169
35170 2012-09-26  Marek Polacek  <polacek@redhat.com>
35171
35172         [BZ #14530]
35173         [BZ #13741]
35174         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
35175         for C++ and GCC <4.3 as well as for non GCC compilers.
35176
35177 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
35178
35179         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35180
35181 2012-09-25  Roland McGrath  <roland@hack.frob.com>
35182
35183         * Makefile.in (all, install): Declare with .PHONY.
35184         Reported by Michael Hope <michael.hope@linaro.org>.
35185
35186 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35187
35188         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
35189         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
35190         system header.
35191         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
35192         Likewise.
35193         (sydep_routines): Add the new and the internal functions.
35194         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
35195         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
35196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
35197         (GLIBC_2.17): Add the new function.
35198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35199         (GLIBC_2.17): Likewise.
35200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
35201         (GLIBC_2.17): Likewise.
35202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
35203         (GLIBC_2.17): Likewise.
35204         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
35205
35206 2012-09-25  Alan Modra  <amodra@gmail.com>
35207
35208         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
35209         Add release barrier before setting once_control to say
35210         initialisation is done.  Add hints on lwarx.  Use macro in
35211         place of isync.
35212         (clear_once_control): Add release barrier.
35213
35214 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35215
35216         [BZ #13629]
35217         * math/s_clog.c (__clog): Handle more values close to |z| = 1
35218         specially.
35219         * math/s_clog10.c (__clog10): Likewise.
35220         * math/s_clog10f.c (__clog10f): Likewise.
35221         * math/s_clog10l.c (__clog10l): Likewise.
35222         * math/s_clogf.c (__clogf): Likewise.
35223         * math/s_clogl.c (__clogl): Likewise.
35224         * math/Makefile (libm-calls): Add x2y2m1.
35225         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35226         (__x2y2m1): Likewise.
35227         (__x2y2m1l): Likewise.
35228         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35229         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35230         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35231         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35232         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35233         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35234         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35235         * sysdeps/i386/fpu/libm-test-ulps: Update.
35236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35237
35238         [BZ #14621]
35239         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35240         int as type of variable DEPTH.
35241         (glob): Use size_t instead of int as type of variables NEWCOUNT
35242         and OLD_PATHC.
35243
35244 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35245
35246         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35247         Add s_sincosf-sse2.
35248         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35249         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35250         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35251         macros for using routine as __sincosf_ia32.
35252         Use macro for function declaration and weak_alias.
35253         * sysdeps/i386/fpu/libm-test-ulps: Update.
35254
35255         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35256         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35257
35258         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35259         subnormal argument.
35260         * math/s_cexpf.c (__cexpf): Likewise.
35261         * math/s_csinf.c (__csinf): Likewise.
35262         * math/s_csinhf.c (__csinhf): Likewise.
35263         * math/s_ctanf.c (__ctanf): Likewise.
35264         * math/s_ctanhf.c (__ctanhf): Likewise.
35265         * math/s_ccosh.c (__ccoshf): Likewise.
35266         * math/s_cexp.c (__cexpl): Likewise.
35267         * math/s_csin.c (__csin): Likewise.
35268         * math/s_csinh.c (__csinh): Likewise.
35269         * math/s_ctan.c (__ctan): Likewise.
35270         * math/s_ctanh.c (ctanh): Likewise.
35271         * math/s_ccoshl.c (__ccoshl): Likewise.
35272         * math/s_cexpl.c (__cexpl): Likewise.
35273         * math/s_csinl.c (__csinl): Likewise.
35274         * math/s_csinhl.c (__csinhl): Likewise.
35275         * math/s_ctanl.c (__ctanl): Likewise.
35276         * math/s_ctanhl.c (__ctanhl): Likewise.
35277
35278 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35279
35280         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35281         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35282         (_IO_off_t): Define to __off_t, not _G_off_t.
35283         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35284         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35285         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35286         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35287         type of __dummy and __dummy2 fields.
35288         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35289         (_G_ssize_t): Likewise.
35290         (_G_off_t): Likewise.
35291         (_G_pid_t): Likewise.
35292         (_G_uid_t): Likewise.
35293         (_G_wchar_t): Likewise.
35294         (_G_wint_t): Likewise.
35295         * sysdeps/gnu/_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/mach/hurd/_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
35310 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35311
35312         * malloc/arena.c: Include malloc-sysdep.h.
35313         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35314         is sufficient to shrink the heap or an unmap is needed.
35315         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35316         new function check_may_shrink_heap.
35317         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35318         new function check_may_shrink_heap.
35319
35320 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35321
35322         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35323         comments.
35324
35325 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35326
35327         * catgets/test-gencat.sh: Add "set -e".
35328         * elf/tst-pathopt.sh: Likewise.
35329         * grp/tst_fgetgrent.sh: Likewise.
35330         * iconvdata/run-iconv-test.sh: Likewise.
35331         * intl/tst-gettext.sh: Likewise.
35332         * intl/tst-gettext2.sh: Likewise.
35333         * intl/tst-gettext4.sh: Likewise.
35334         * intl/tst-gettext6.sh: Likewise.
35335         * intl/tst-translit.sh: Likewise.
35336         * io/ftwtest-sh: Likewise.
35337         * libio/test-freopen.sh: Likewise.
35338         * malloc/tst-mtrace.sh: Likewise.
35339         * posix/globtest.sh: Likewise.
35340         * posix/tst-getconf.sh: Likewise.
35341         * posix/wordexp-tst.sh: Likewise.
35342         * stdio-common/tst-printf.sh: Likewise.
35343         * stdio-common/tst-unbputc.sh: Likewise.
35344         * stdlib/tst-fmtmsg.sh: Likewise.
35345         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35346         * catgets/Makefile: Do not specify -e option when running
35347         testsuite shell scripts.
35348         * elf/Makefile: Likewise.
35349         * grp/Makefile: Likewise.
35350         * iconvdata/Makefile: Likewise.
35351         * intl/Makefile: Likewise.
35352         * io/Makefile: Likewise.
35353         * libio/Makefile: Likewise.
35354         * malloc/Makefile: Likewise.
35355         * posix/Makefile: Likewise.
35356         * stdio-common/Makefile: Likewise.
35357         * stdlib/Makefile: Likewise.
35358         * sysdeps/x86_64/Makefile: Likewise.
35359
35360         * io/ftwtest-sh: Add copyright header.
35361         * posix/globtest.sh: Likewise.
35362         * posix/tst-getconf.sh: Likewise.
35363         * posix/wordexp-tst.sh: Likewise.
35364         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35365
35366 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35367
35368         [BZ #13679]
35369         * Makeconfig (+link): Defined as $(+link-static) if
35370         $(build-shared) isn't yes.
35371         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35372         isn't yes.
35373         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35374
35375         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35376
35377         [BZ #14562]
35378         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35379         new chunk size with MALLOC_ALIGN_MASK.
35380
35381 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35382
35383         [BZ #5044]
35384         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35385         <rounding-mode.h>.
35386         (__printf_fphex): Determine rounding using get_rounding_mode and
35387         round_away.
35388         * stdio-common/tst-printf-round.c (struct hex_test): New
35389         structure.
35390         (hex_tests): New variable.
35391         (test_hex_in_one_mode): New function.
35392         (do_test): Also run tests for hex float output.
35393
35394 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35395
35396         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35397         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35398         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35399         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35400         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35401         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35402         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35403         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35404
35405 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35406
35407         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35408         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35409         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35410         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35411
35412 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35413
35414         [BZ #14579]
35415         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35416         mode only.
35417         * elf/tst-rtld-load-self.sh: New test.
35418         * elf/Makefile: Run it.
35419
35420 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35421
35422         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35423         (tst-writev-ENV): Remove.
35424         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35425
35426 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35427
35428         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35429
35430 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35431
35432         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35433         unconditional.
35434         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35435         Likewise.
35436         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35437         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35438         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35439         Likewise.
35440
35441 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35442
35443         [BZ #14587]
35444         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35445         * config.make.in (have-cpp-asm-debuginfo): Removed.
35446         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35447         * configure: Regenerated.
35448
35449 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35450
35451         [BZ #5044]
35452         * stdio-common/printf_fp.c: Include <stdbool.h> and
35453         <rounding-mode.h>.
35454         (___printf_fp): Determine rounding using get_rounding_mode and
35455         round_away.
35456         * stdio-common/tst-printf-round.c: New file.
35457         * stdio-common/Makefile (tests): Add tst-printf-round.
35458         (link-libm): New variable.
35459         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35460
35461 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35462
35463         [BZ #14576]
35464         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35465         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35466         Likewise.
35467         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35468         Likewise.
35469
35470 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35471
35472         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35473         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35474         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35475         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35476
35477 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35478
35479         [BZ #14518]
35480         * include/rounding-mode.h: New file.
35481         * sysdeps/generic/get-rounding-mode.h: Likewise.
35482         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35483         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35484         (MAX_VALUE): New macro.
35485         (MIN_VALUE): Likewise.
35486         (overflow_value): New function.
35487         (underflow_value): Likewise.
35488         (round_and_return): Use overflow_value and underflow_value to
35489         determine return values in overflow and underflow cases.  Use
35490         round_away to determine rounding depending on rounding mode.
35491         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35492         determine return values in overflow and underflow cases.
35493         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35494         (struct test_results): New structure.
35495         (struct test): Use struct test_results to store expected results
35496         for all rounding modes.
35497         (TEST): Include expected results for all rounding modes.
35498         (test_in_one_mode): New function.
35499         (do_test): Use test_in_one_mode to compute and check results.
35500         Check results for all rounding modes.
35501         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35502         $(link-libm).
35503
35504 2012-12-09  Allan McRae  <allan@archlinux.org>
35505
35506         * sysdeps/i386/fpu/libm-test-ulps: Update
35507
35508 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35509
35510         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35511         (_G_int32_t): Likewise.
35512         (_G_uint16_t): Likewise.
35513         (_G_uint32_t): Likewise.
35514         (_G_HAVE_BOOL): Likewise.
35515         (_G_HAVE_ATEXIT): Likewise.
35516         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35517         (_G_HAVE_IO_FILE_OPEN): Likewise.
35518         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35519         (_G_int32_t): Likewise.
35520         (_G_uint16_t): Likewise.
35521         (_G_uint32_t): Likewise.
35522         (_G_HAVE_BOOL): Likewise.
35523         (_G_HAVE_ATEXIT): Likewise.
35524         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35525         (_G_HAVE_IO_FILE_OPEN): Likewise.
35526         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35527         (_G_int32_t): Likewise.
35528         (_G_uint16_t): Likewise.
35529         (_G_uint32_t): Likewise.
35530         (_G_HAVE_BOOL): Likewise.
35531         (_G_HAVE_ATEXIT): Likewise.
35532         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35533         (_G_HAVE_IO_FILE_OPEN): Likewise.
35534
35535 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35536
35537         * csu/libc-tls.c: Update copyright years.
35538
35539 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35540
35541         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35542         [!_G_USING_THUNKS]: Remove conditional code.
35543         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35544         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35545
35546         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35547         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35548         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35549         (_G_VTABLE_LABEL_PREFIX): Likewise.
35550         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35551         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35552         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35553         (_G_VTABLE_LABEL_PREFIX): Likewise.
35554         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35555         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35556         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35557         (_G_VTABLE_LABEL_PREFIX): Likewise.
35558         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35559
35560 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35561
35562         * libio/Makefile: Include ../Makeconfig before tests.
35563         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35564         only if $(build-shared) is yes.
35565
35566         * iconv/gconv_db.c: Update copyright years.
35567
35568 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35569
35570         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35571         unwind info if defined PIC. Fix special cases description.
35572         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35573
35574         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35575         DP_HI_MASK entry.
35576         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35577
35578 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35579
35580         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35581
35582         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35583         is NULL.
35584
35585         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35586         (LDLIBS-tst-chk4): This.
35587         (LDFLAGS-tst-chk5): Renamed to ...
35588         (LDLIBS-tst-chk5): This.
35589         (LDFLAGS-tst-chk6): Renamed to ...
35590         (LDLIBS-tst-chk6): This.
35591         (LDFLAGS-tst-lfschk4): Renamed to ...
35592         (LDLIBS-tst-lfschk4): This.
35593         (LDFLAGS-tst-lfschk5): Renamed to ...
35594         (LDLIBS-tst-lfschk5): This.
35595         (LDFLAGS-tst-lfschk6): Renamed to ...
35596         (LDLIBS-tst-lfschk6): This.
35597
35598         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35599         on $(common-objpfx)soversions.mk.
35600
35601 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35602
35603         [BZ #10014]
35604         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35605         example host name.
35606
35607 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35608
35609         * malloc/arena.c (arena_get_retry): New function that gets
35610         another arena for the caller to try its request on.
35611         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35612         current arena cannot fulfill the request.
35613         (__libc_memalign): Likewise.
35614         (__libc_memalign): Likewise.
35615         (__libc_pvalloc): Likewise.
35616         (__libc_calloc): Likewise.
35617
35618 2012-09-05  John Tobey  <john.tobey@gmail.com>
35619
35620         [BZ #13542]
35621         * manual/arith.texi (Operations on Complex): Fix description
35622         of carg branch cut.
35623
35624 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35625
35626         [BZ #10014]
35627         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35628         host name.
35629
35630         [BZ #10038]
35631         * manual/memory.texi (Memory): Make order of menu items match
35632         order of sections.
35633
35634 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35635
35636         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35637         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35638         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35639
35640 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35641
35642         * csu/libc-tls.c (static_dtv): Renamed to ...
35643         (_dl_static_dtv): This.  Make it global.
35644         (_dl_initial_dtv): Removed.
35645         (__libc_setup_tls): Updated.
35646         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35647         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35648         DL_INITIAL_DTV.
35649
35650 2012-09-06  Petr Machata  <pmachata@redhat.com>
35651
35652         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35653         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35654         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35655         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35656
35657 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35658
35659         [BZ #14545]
35660         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35661         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35662         freeing dtv[-1].
35663
35664 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35665
35666         [BZ #14544]
35667         * Makeconfig (link-static-before-libc): Replace $(+prector)
35668         with $(+prectorT).
35669         (link-static-after-libc): Replace $(+postctor) with
35670         $(+postctorT).
35671         (link-bounded): Replace $(+prector)/$(+postctor) with
35672         $(+prectorT)/$(+postctorT).
35673         (+prectorT): New macro.
35674         (+postctorT): Likewise.
35675
35676 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35677
35678         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35679         (round_str): Handle values above the maximum for IBM long double
35680         as inexact.
35681         * stdlib/tst-strtod-round.c (tests): Regenerated.
35682
35683 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35684
35685         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35686         assembler flag.
35687         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35688         zarch_nohighgprs around the zarch optimized routines.
35689         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35690         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35691         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35692         for zarch.
35693
35694 2012-09-05  David S. Miller  <davem@davemloft.net>
35695
35696         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35697
35698         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35699         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35700         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35701         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35702         entries.
35703
35704 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35705
35706         * malloc/arena.c: Fold copyright years.
35707         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35708
35709 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35710
35711         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35712
35713 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35714
35715         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35716
35717 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35718
35719         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35720         change internal state upon failure.
35721
35722 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35723
35724         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35725         * malloc/memusage.c (mmap): Likewise.
35726         (mmap64, mremap): Likewise.  Adjust name in comment.
35727
35728 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35729
35730         * libio/fileops.c: Fix typos in comments.
35731         * libio/oldfileops.c: Likewise.
35732         * libio/wfileops.c: Likewise.
35733
35734 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35735
35736         [BZ #1349]
35737         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35738         (tst-malloc-usable-ENV): Set environment for test case.
35739         * malloc/hooks.c (malloc_check_get_size): New function to get
35740         requested size.
35741         * malloc/malloc.c (musable): Use malloc_check_get_size.
35742         * malloc/tst-malloc-usable.c: New test case.
35743
35744 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35745
35746         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35747
35748 2012-09-05  Allan McRae  <allan@archlinux.org>
35749
35750         [BZ #13966]
35751         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35752         determine header location.
35753         * configure: Regenerated.
35754
35755 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35756
35757         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35758         float format.
35759         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35760         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35761         format.
35762         (test): Regenerate.
35763
35764 2012-09-04  David S. Miller  <davem@davemloft.net>
35765
35766         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35767         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35768         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35769
35770 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35771
35772         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35773         failures.
35774
35775         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35776
35777 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35778
35779         [BZ #9914]
35780         * libio/iogetdelim.c: Include <limits.h>.
35781         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35782         + len + 1 would overflow.
35783
35784 2012-09-03  Andreas Jaeger  <aj@suse.de>
35785
35786         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35787         * sysdeps/i386/fpu/libm-test-ulps: Update.
35788
35789 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35790
35791         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35792         Add s_sinf-sse2, s_conf-sse2.
35793
35794         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35795         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35796         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35797         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35798
35799         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35800         for using routine as __sinf_ia32.
35801         Use macro for function declaration and weak_alias.
35802         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35803         for using routine as __cosf_ia32.
35804         Use macro for function declaration and weak_alias.
35805
35806         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35807         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35808
35809         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35810         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35811         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35812
35813         * math/libm-test.inc (cos_test): Add more test cases.
35814         (sin_test): Likewise.
35815         (sincos_test): Likewise.
35816
35817 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35818
35819         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35820         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35821         hidden.
35822         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35823
35824 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35825
35826         [BZ #14538]
35827         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35828         first element of the GOT.
35829         (elf_machine_load_address): Return the difference between
35830         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35831
35832 2012-09-01  Allan McRae  <allan@archlinux.org>
35833
35834         [BZ #13412]
35835         * configure.in (AWK): Require gawk version 3.0 or later.
35836         * configure: Regenerated.
35837
35838 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35839
35840         * sysdeps/unix/sysv/linux/kernel-features.h
35841         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35842         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35843         [__NR_clock_getres]: Make code unconditional.
35844         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35845         (clock_getcpuclockid): Remove code left unreachable by removal of
35846         conditionals.
35847         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35848         code unconditional.
35849         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35850         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35851         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35852         Make code unconditional.
35853         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35854         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35855         * sysdeps/unix/sysv/linux/clock_settime.c
35856         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35857         conditional code.
35858         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35859         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35860
35861 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35862
35863         [BZ #14476]
35864         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35865         scripts/test-installation.pl.
35866
35867         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35868         and $ld_so_version if it is set.
35869
35870 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35871
35872         [BZ #14516]
35873         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35874         failure if reading from procfs failed.
35875         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35876
35877 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35878
35879         * sysdeps/unix/sysv/linux/kernel-features.h
35880         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35881         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35882         Remove conditional code.
35883         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35884         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35885         Remove conditional code.
35886         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35887         * sysdeps/unix/sysv/linux/i386/fxstat.c
35888         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35889         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35890         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35891         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35892         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35893         * sysdeps/unix/sysv/linux/i386/lxstat.c
35894         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35895         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35896         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35897         Remove conditional code.
35898         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35899         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35900         Remove conditional code.
35901         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35902         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35903         <kernel-features.h>.
35904         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35905         Remove.
35906         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35907         Remove conditional code.
35908         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35909         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35910         Remove conditional.
35911
35912 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35913
35914         [BZ #5400]
35915         * NEWS: Add fixed bug number.
35916
35917 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35918
35919         [BZ #14519]
35920         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35921         underflowing exponent in case of negative sign.
35922         * stdlib/tst-strtod-round-data: Add more tests.
35923         * stdlib/tst-strtod-round.c (tests): Regenerated.
35924
35925         [BZ #3479]
35926         * stdlib/strtod_l.c (NDIG): Remove.
35927         (HEXNDIG): Likewise.
35928         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35929         smallest representable value.
35930         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35931         lie within an exact representation of 1/2 ulp of the result.
35932         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35933         unconditionally.
35934         (TENS_P9_IDX): Define unconditionally.
35935         (TENS_P9_SIZE): Likewise.
35936         (TENS_P10_IDX): Likewise.
35937         (TENS_P10_SIZE): Likewise.
35938         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35939         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35940         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35941         entries for 10^2^13 and 10^2^14.
35942         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35943         (TENS_P13_IDX): Define.
35944         (TENS_P13_SIZE): Likewise.
35945         (TENS_P14_IDX): Likewise.
35946         (TENS_P14_SIZE): Likewise.
35947         (_fpioconst_pow10): Change array size to
35948         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35949         unconditional.
35950         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35951         1024]: Add entries for 10^2^13 and 10^2^14.
35952         [LAST_POW10 > _LAST_POW10]: Remove #error.
35953         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35954         (_fpioconst_pow10): Change array size to
35955         FPIOCONST_POW10_ARRAY_SIZE.
35956         * stdlib/gen-fpioconst.c: New file.
35957         * stdlib/gen-tst-strtod-round.c: Likewise.
35958         * stdlib/tst-strtod-round-data: Likewise.
35959         * stdlib/tst-strtod-round.c: Likewise.
35960         * stdlib/Makefile (tests): Add tst-strtod-round.
35961
35962         [BZ #14459]
35963         * stdlib/strtod_l.c: Include <stdint.h>.
35964         (NDEBUG): Do not define.
35965         (round_and_return): Change EXPONENT parameter to type intmax_t.
35966         Rearrange calculations to avoid internal overflow possibilities.
35967         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35968         Rearrange calculations to avoid internal overflow possibilities.
35969         Assert that number fits inside MPNSIZE limbs.
35970         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35971         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35972         calculations and add assertions to avoid internal overflow
35973         possibilities.  Add casts to avoid signed/unsigned operations.
35974         * stdlib/tst-strtod-overflow.c: New file.
35975         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35976
35977 2012-08-25  Marek Polacek  <polacek@redhat.com>
35978
35979         * time/time.h: Fix some typos in comments.
35980
35981 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35982
35983         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35984         * posix/tst-rfc3484-2.c: Likewise.
35985         * posix/tst-rfc3484-3.c: Likewise.
35986
35987 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35988
35989         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35990         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35991
35992 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35993
35994         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35995         #include of fxstatat64.c.
35996
35997 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35998
35999         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
36000         * shadow/getspent_r.c: Likewise.
36001         * shadow/getspnam.c: Likewise.
36002         * shadow/getspnam_r.c: Likewise.
36003         * gshadow/getsgent.c: Likewise.
36004         * gshadow/getsgent_r.c: Likewise.
36005         * gshadow/getsgnam.c: Likewise.
36006         * gshadow/getsgnam_r.c: Likewise.
36007         * inet/getnetbyad.c: Likewise.
36008         * inet/getnetbyad_r.c: Likewise.
36009         * inet/getnetbynm.c: Likewise.
36010         * inet/getnetbynm_r.c: Likewise.
36011         * inet/getnetent.c: Likewise.
36012         * inet/getnetent_r.c: Likewise.
36013         * inet/getproto.c: Likewise.
36014         * inet/getproto_r.c: Likewise.
36015         * inet/getprtent.c: Likewise.
36016         * inet/getprtent_r.c: Likewise.
36017         * inet/getprtname.c: Likewise.
36018         * inet/getprtname_r.c: Likewise.
36019         * inet/getrpcbyname.c: Likewise.
36020         * inet/getrpcbyname_r.c: Likewise.
36021         * inet/getrpcbynumber.c: Likewise.
36022         * inet/getrpcbynumber_r.c: Likewise.
36023         * inet/getrpcent.c: Likewise.
36024         * inet/getrpcent_r.c: Likewise.
36025         * inet/getaliasent.c: Likewise.
36026         * inet/getaliasent_r.c: Likewise.
36027         * inet/getaliasname.c: Likewise.
36028         * inet/getaliasname_r.c: Likewise.
36029         * nscd/getgrgid_r.c: Likewise.
36030         * nscd/getgrnam_r.c: Likewise.
36031         * nscd/gethstbyad_r.c: Likewise.
36032         * nscd/gethstbynm3_r.c: Likewise.
36033         * nscd/getpwnam_r.c: Likewise.
36034         * nscd/getpwuid_r.c: Likewise.
36035         * nscd/getsrvbynm_r.c: Likewise.
36036         * nscd/getsrvbypt_r.c: Likewise.
36037         * nscd/gai.c: Likewise.
36038
36039         * configure.in (build_nscd): New substituted variable, set
36040         by --disable-build-nscd and defaults to $use_nscd.
36041         * configure: Regenerated.
36042         * config.make.in (build-nscd): New substituted variable.
36043         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
36044         Change conditional to require [$(build-nscd) = yes] as well.
36045         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
36046
36047         [BZ# 13696]
36048         * configure.in (use_nscd): New substituted variable, set by
36049         --disable-nscd.  If enabled, define USE_NSCD.
36050         * configure: Regenerated.
36051         * config.h.in: Add USE_NSCD.
36052         * config.make.in (use-nscd): New substituted variable.
36053         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
36054         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
36055         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
36056         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
36057         (CFLAGS-getgrnam_r.c): Likewise.
36058         (CFLAGS-initgroups.c): Likewise.
36059         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
36060         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
36061         Variables removed.
36062         * inet/getnetgrent_r.c
36063         (nscd_setnetgrent): New function, broken out of ...
36064         (setnetgrent): ... here.  Call it.
36065         (innetgr): Conditionalize nscd bits on [USE_NSCD].
36066         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
36067         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
36068         * nscd/Makefile (routines, aux): Move definitions after include of
36069         Makeconfig.  Conditionalize on [$(use-nscd) != no].
36070         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
36071         Conditionalize on [USE_NSCD].
36072         (is_nscd, nscd_init_cb): Likewise.
36073         (nss_load_library): Conditionalize init callback on [USE_NSCD].
36074         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
36075         * nss/nss_db/db-init.c: Likewise.
36076         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
36077         [USE_NSCD].
36078         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
36079         (make_request): Use it.
36080         (cache_valid_p): New function.
36081         (__check_pf): Use it.
36082         * NEWS: Add item for --disable-nscd.
36083
36084 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
36085
36086         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
36087         to support sed >= 4.2.1-20-ga9bf076.
36088         * configure: Regenerated.
36089
36090 2012-08-22  Roland McGrath  <roland@hack.frob.com>
36091
36092         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
36093         Conditionalize whole body on [IREL].
36094
36095 2012-08-22  Jeff Law <law@redhat.com>
36096
36097         [BZ #14505]
36098         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
36099         if the family is PF_UNSPEC.
36100
36101 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
36102
36103         * Makerules (lib-version): Rename from V.
36104         (install-lib-nosubdir): Change V to lib-version.
36105
36106 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
36107
36108         [BZ #14252]
36109         * powerpc32/power6/wcschr.c: New file.
36110         * powerpc32/power6/wcscpy.c: New file.
36111         * powerpc32/power6/wcsrchr.c: New file.
36112         * powerpc64/power6/wcschr.c: New file.
36113         * powerpc64/power6/wcscpy.c: New file.
36114         * powerpc64/power6/wcsrchr.c: New file.
36115
36116 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36117
36118         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
36119         (two_way_short_needle): Use it.
36120         * string/strstr.c (AVAILABLE1_USES_J): Define.
36121         * string/strcasestr.c: Likewise.
36122
36123         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
36124         array references.
36125         * string/strcasestr.c (TOLOWER): Make side-effect safe.
36126
36127         [BZ #11607]
36128         * NEWS: Add an entry.
36129         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
36130         define their defaults.
36131         (two_way_short_needle): Detect end-of-string on-the-fly.
36132         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
36133         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
36134         * string/bug-strcasestr1.c: New test.
36135         * string/Makefile: Run it.
36136
36137 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
36138
36139         [BZ #11607]
36140         * string/str-two-way.h (two_way_short_needle): Optimize matching of
36141         the first character.
36142
36143 2012-08-21  Roland McGrath  <roland@hack.frob.com>
36144
36145         * csu/elf-init.c (__libc_csu_irel): Function removed.
36146         * csu/libc-start.c (apply_irel): New function.
36147         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
36148
36149 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
36150
36151         * sysdeps/unix/sysv/linux/kernel-features.h
36152         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
36153         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
36154         <kernel-features.h>.
36155         [__NR_fadvise64_64]: Make code unconditional.
36156         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
36157         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36158         !__NR_fadvise64_64)]: Likewise.
36159         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
36160         !__NR_fadvise64_64))]: Likewise.
36161         [__NR_fadvise64]: Make code unconditional.
36162         [!__NR_fadvise64]: Remove conditional code.
36163         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
36164         <kernel-features.h>.
36165         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36166         unconditional.
36167         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36168         conditional code.
36169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
36170         not include <kernel-features.h>.
36171         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36172         unconditional.
36173         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36174         conditional code.
36175         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
36176         include <kernel-features.h>.
36177         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
36178         unconditional.
36179         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
36180         conditional code.
36181
36182 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
36183
36184         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
36185         slight instruction rearrangements per scrollpipe analysis.
36186         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
36187
36188 2012-08-20  Roland McGrath  <roland@hack.frob.com>
36189
36190         * manual/syslog.texi (syslog; vsyslog, closelog):
36191         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
36192         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
36193
36194         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
36195         DSOCAPS to match condition on defining it.
36196
36197 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
36198
36199         * sysdeps/unix/sysv/linux/kernel-features.h
36200         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
36201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
36202         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36203         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
36205         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36206         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
36208         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
36209         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
36210
36211         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
36212         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36213
36214         * sysdeps/unix/sysv/linux/kernel-features.h
36215         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36216         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36217         unconditional.
36218         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36219         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36220         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36221         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36222         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36223         Make code unconditional.
36224         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36225         (__mmap64) [!__NR_mmap2]: Likewise.
36226         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36227         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36228         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36229         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36230         [__NR_mmap2]: Make code unconditional.
36231         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36232         (__mmap64) [!__NR_mmap2]: Likewise.
36233
36234 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36235
36236         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36237
36238 2012-08-18  Andreas Jaeger  <aj@suse.de>
36239
36240         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36241
36242 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36243
36244         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36245         * include/unistd.h (__have_sock_cloexec): Likewise.
36246         (__have_pipe2): Likewise.
36247         (__have_dup3): Likewise.
36248
36249 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36250
36251         [BZ #9685]
36252         * include/unistd.h (__have_pipe2): Change define into an extern int.
36253         (__have_dup3): Likewise.
36254         * socket/have_sock_cloexec.c: Include fcntl.h.
36255         (__have_pipe2): New variable.
36256         (__have_dup3): Likewise.
36257
36258 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36259
36260         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36261
36262 2012-08-17  Marek Polacek  <polacek@redhat.com>
36263
36264         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36265         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36266
36267 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36268
36269         * configure.in: Add AC_SUBST for sysheaders.
36270         * configure: Regenerated.
36271         * config.make.in (sysheaders): New substituted variable.
36272
36273         * sysdeps/unix/mkfifo.c: Moved ...
36274         * sysdeps/posix/mkfifo.c: ... here.
36275         * sysdeps/unix/mkfifoat.c: Moved ...
36276         * sysdeps/posix/mkfifoat.c: ... here.
36277
36278         * sysdeps/unix/utime.c: Moved ...
36279         * sysdeps/posix/utime.c: ... here.
36280
36281         * sysdeps/unix/time.c: Moved ...
36282         * sysdeps/posix/time.c: ... here.
36283         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36284         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36285
36286         * sysdeps/unix/nice.c: Moved ...
36287         * sysdeps/posix/nice.c: ... here.
36288
36289         * sysdeps/unix/alarm.c: Moved ...
36290         * sysdeps/posix/alarm.c: ... here.
36291
36292         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36293
36294 2012-08-17  Jeff Law <law@redhat.com>
36295
36296         * intl/Makefile (codeset_mo): New variable.
36297         ($(codeset_mo)): New target.
36298         (tst-codeset.out): Depend on that.  Remove explicit rule.
36299         (tst-gettext3.out, tst-gettext5.out): Likewise.
36300         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36301         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36302         * intl/tst-codeset.sh: Remove.
36303         * intl/tst-gettext3.sh: Likewise.
36304         * intl/tst-gettext5.sh: Likewise.
36305
36306 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36307
36308         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36309         * sysdeps/unix/syscalls.list: ... here.
36310
36311         * sysdeps/posix/getaddrinfo.c
36312         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36313         (gaiconf_init, gaiconf_reload): Use them.
36314         [!_STATBUF_ST_NSEC]
36315         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36316         Define using time_t rather than struct timespec.
36317
36318         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36319         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36320         Macros removed.
36321         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36322         [!NO_THREADS].
36323         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36324         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36325         Likewise.
36326
36327         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36328         __libc_cleanup_push argument.
36329
36330         * bits/param.h: New file.
36331         * misc/sys/param.h: New file.
36332         * include/sys/param.h: New file.
36333         * misc/Makefile (headers): Add bits/param.h.
36334         * sysdeps/generic/sys/param.h: File removed.
36335         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36336         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36337         * sysdeps/mach/hurd/bits/param.h: New file.
36338         * sysdeps/mach/hurd/sys/param.h: File removed.
36339
36340         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36341         last change.
36342
36343         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36344         [_IO_MTSAFE_IO].
36345         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36346         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36347         New macros.
36348
36349         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36350         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36351         rather than -D_IO_MTSAFE_IO conditionally.
36352         * stdio-common/Makefile (CPPFLAGS): Likewise.
36353         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36354         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36355         Use $(libio-mtsafe).
36356         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36357         of -D_IO_MTSAFE_IO.
36358         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36359         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36360         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36361         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36362         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36363         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36364         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36365         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36366         (CFLAGS-fread_u_chk.c): Likewise.
36367         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36368         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36369         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36370         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36371         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36372         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36373         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36374         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36375         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36376
36377         * libio/Makefile: Test [$(libc-reentrant) = yes]
36378         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36379
36380         * Makeconfig
36381         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36382         * sysdeps/pthread/configure: File removed.
36383         * sysdeps/pthread/Makeconfig: New file.
36384         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36385         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36386
36387 2012-08-16  Gary Benson  <gbenson@redhat.com>
36388
36389         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36390         unmapping the first object in a namespace.
36391
36392 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36393
36394         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36395         (__internal_setnetgrent): ... this.  Add internal_function to
36396         definition.  Add libc_hidden_def.
36397         (setnetgrent): Update caller.
36398         (internal_endnetgrent): Renamed to ...
36399         (__internal_endnetgrent): ... this.  Add internal_function to
36400         definition.  Add libc_hidden_def.
36401         (endnetgrent): Update caller.
36402         (internal_getnetgrent_r): Renamed to ...
36403         (__internal_getnetgrent_r): ... this.  Add internal_function to
36404         definition.  Add libc_hidden_def.
36405         (__getnetgrent_r): Update caller.
36406         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36407
36408 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36409
36410         * stdlib/longlong.h: Update from GCC.
36411
36412 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36413
36414         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36415         on _QL, which is set by umul_ppmm but never used.
36416         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36417         variables, which are set by GMP macros but never used.
36418         * stdio-common/_itowa.c (_itowa): Likewise.
36419         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36420         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36421
36422 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36423
36424         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36425         struct La_sh_regs is not constant.
36426         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36427         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36428         and struct La_sparc64_regs are not constant.
36429
36430 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36431
36432         * sysdeps/unix/sysv/linux/kernel-features.h
36433         (__ASSUME_POSIX_TIMERS): Remove.
36434         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36435         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36436         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36437         Make code unconditional.
36438         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36439         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36440         Make code unconditional.
36441         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36442         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36443         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36444         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36445         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36446         Make code unconditional.
36447         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36448         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36449         (__libc_missing_posix_timers): Remove.
36450
36451 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36452
36453         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36454         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36455
36456         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36457
36458         * elf/dl-sym.c: Include <stdlib.h>.
36459
36460         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36461         constants, which avoids warnings in 32-bit builds.
36462
36463         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36464         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36465
36466         * misc/lseek.c: File moved to ...
36467         * io/lseek.c: ... here.
36468
36469         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36470
36471         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36472         shifting LEN more than 31 bits at once.
36473
36474 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36475
36476         [BZ #14195]
36477         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36478         segmentation fault for a case of two empty input strings.
36479         * string/test-strncasecmp.c (check1): Renamed to...
36480         (bz12205): ...this.
36481         (bz14195): Add new testcase for two empty input strings and N > 0.
36482         (test_main): Call new testcase, adapt for renamed function.
36483
36484 2012-08-15  Andreas Jaeger  <aj@suse.de>
36485
36486         [BZ #14090]
36487         * crypt/md5test2.c: New test, based on test supplied by Serge
36488         Belyshev <belyshev@depni.sinp.msu.ru>.
36489         * crypt/Makefile (xtests): Add md5test-giant..
36490         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36491
36492 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36493
36494         [BZ #14090]
36495         * crypt/md5.c (md5_process_block): Don't assume the buffer
36496         length is less than 2**32.
36497         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36498         length is less than 2**64.
36499
36500 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36501
36502         * string/str-two-way.h: Include <sys/param.h>.
36503         (MAX): Macro removed.
36504
36505         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36506         Move #define and #undef of memmove to just before and after
36507         including <string.h>.
36508
36509         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36510         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36511         and after including <string.h>.  Move declarations of
36512         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36513         to before #include "string/memmove.c".
36514
36515         * include/dirent.h: Declare __getdirentries.
36516
36517         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36518         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36519
36520 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36521
36522         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36523         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36524         * sysdeps/i386/configure: Regenerated.
36525         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36526         STABS_CURRENT_FILE, and STABS_FUN.
36527         (END): Remove call to STABS_FUN_END.
36528         (STABS_CURRENT_FILE1): Delete.
36529         (STABS_CURRENT_FILE): Likewise.
36530         (STABS_FUN): Likewise.
36531         (STABS_FUN_END): Likewise.
36532         (STABS_FUN2): Likewise.
36533         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36534         * sysdeps/x86_64/configure: Regenerated.
36535
36536 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36537
36538         * elf/dl-open.c: Include <atomic.h>.
36539         * elf/dl-lookup.c: Likewise.
36540
36541 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36542
36543         * sysdeps/unix/sysv/linux/kernel-features.h
36544         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36545         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36546         unconditionally.
36547         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36548         unconditionally.
36549         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36550         condition on __ASSUME_CLONE_THREAD_FLAGS.
36551
36552 2012-08-14  Andreas Jaeger  <aj@suse.de>
36553
36554         * sysdeps/i386/fpu/libm-test-ulps: Update.
36555
36556 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36557
36558         * include/atomic.h (atomic_exchange_and_add): Split into ...
36559         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36560         New atomic macros.
36561
36562 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36563
36564         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36565
36566 2012-08-13  Jeff Law <law@redhat.com>
36567
36568         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36569         null byte in the output string.
36570
36571 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36572
36573         * sysdeps/unix/sysv/linux/kernel-features.h
36574         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36575         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36576         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36577         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36578         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36579         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36580         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36581
36582 2012-08-09  Jeff Law <law@redhat.com>
36583
36584         [BZ #13939]
36585         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36586         When avoid_arena is set, don't retry in the that arena.  Pick the
36587         next one, whatever it might be.
36588         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36589         (arena_lock): Pass in new parameter to arena_get2.
36590         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36591         arena_get2.
36592         (__libc_malloc): Unify retrying after main arena failure with
36593         __libc_memalign version.
36594         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36595
36596 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36597
36598         [BZ #14166]
36599         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36600         to __redirect_strstr.
36601         (__strstr_sse42): Use typeof __redirect_strstr.
36602         (__strstr_ia32): Likewise.
36603         (__libc_strstr): New prototype.
36604         (strstr): Renamed to ...
36605         (__libc_strstr): This.
36606         (strstr): New strong alias of __libc_strstr.
36607         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36608         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36609         __redirect_time.
36610         Include <time.h>.
36611         (__libc_time): New prototype.
36612         (time_ifunc): Replace time with __libc_time.
36613         (time): New strong alias and hidden definition of __libc_time.
36614         (__GI_time): Remove strong alias.
36615         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36616         Include <stddef.h>.
36617         (memmove): Redefined to __redirect_memmove.
36618         (__memmove_sse2): Use typeof __redirect_memmove.
36619         (__memmove_ssse3): Likewise.
36620         (__memmove_ssse3_back): Likewise.
36621         (__libc_memmove): New prototype.
36622         (memmove): Renamed to ...
36623         (__libc_memmove): This.
36624         (memmove): New strong alias of __libc_memmove.
36625
36626 2012-08-08  Mark Salter  <msalter@redhat.com>
36627
36628         * elf/elf.h
36629         (R_MN10300_TLS_GD): Define.
36630         (R_MN10300_TLS_LD): Likewise.
36631         (R_MN10300_TLS_LDO): Likewise.
36632         (R_MN10300_TLS_GOTIE): Likewise.
36633         (R_MN10300_TLS_IE): Likewise.
36634         (R_MN10300_TLS_LE): Likewise.
36635         (R_MN10300_TLS_DTPMOD): Likewise.
36636         (R_MN10300_TLS_DTPOFF): Likewise.
36637         (R_MN10300_TLS_TPOFF): Likewise.
36638         (R_MN10300_SYM_DIFF): Likewise.
36639         (R_MN10300_ALIGN): Likewise.
36640         (R_MN10300_NUM): Update.
36641
36642 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36643
36644         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36645         Remove.
36646
36647 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36648
36649         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36650
36651         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36652         sysdeps/unix -> sysdeps/posix move.
36653         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36654
36655 2012-08-07      Allan McRae     <allan@archlinux.org>
36656
36657         [BZ #14303]
36658         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36659         (SUNOS_CPP): Likewise.
36660         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36661         not found.
36662         (open_input): Call CPP using execvp.
36663
36664 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36665
36666         * sysdeps/unix/sysv/linux/kernel-features.h
36667         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36668         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36669         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36670         (__ASSUME_WAITID_SYSCALL): Likewise.
36671         * sysdeps/unix/sysv/linux/dl-execstack.c
36672         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36673         code unconditional.
36674         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36675         conditional code.
36676         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36677         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36678         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36679         code.
36680         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36681         unconditional.
36682         [__ASSUME_WAITID_SYSCALL]: Likewise.
36683         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36684
36685 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36686
36687         * sysdeps/unix/closedir.c: Renamed to ...
36688         * sysdeps/posix/closedir.c: ... here.
36689         * sysdeps/unix/dirfd.c: Renamed to ...
36690         * sysdeps/posix/dirfd.c: ... here.
36691         * sysdeps/unix/dirstream.h: Renamed to ...
36692         * sysdeps/posix/dirstream.h: ... here.
36693         * sysdeps/unix/fdopendir.c: Renamed to ...
36694         * sysdeps/posix/fdopendir.c: ... here.
36695         * sysdeps/unix/opendir.c: Renamed to ...
36696         * sysdeps/posix/opendir.c: ... here.
36697         * sysdeps/unix/readdir.c: Renamed to ...
36698         * sysdeps/posix/readdir.c: ... here.
36699         * sysdeps/unix/readdir_r.c: Renamed to ...
36700         * sysdeps/posix/readdir_r.c: ... here.
36701         * sysdeps/unix/rewinddir.c: Renamed to ...
36702         * sysdeps/posix/rewinddir.c: ... here.
36703         * sysdeps/unix/seekdir.c: Renamed to ...
36704         * sysdeps/posix/seekdir.c: ... here.
36705         * sysdeps/unix/telldir.c: Renamed to ...
36706         * sysdeps/posix/telldir.c: ... here.
36707         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36708         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36709         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36710         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36711
36712         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36713         * bits/fcntl.h: ... here.
36714
36715         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36716         not 0.
36717         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36718         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36719         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36720         (struct flock): Move l_start, l_len to the beginning.
36721         Use __pid_t for l_pid.
36722         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36723         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36724         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36725         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36726         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36727         [__USE_LARGEFILE64] (struct flock64): New type.
36728         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36729
36730         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36731         * bits/dirent.h: ... here.
36732
36733         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36734         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36735
36736 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36737
36738         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36739         Change from 2.6.0 to 2.6.16.
36740         * sysdeps/unix/sysv/linux/configure: Regenerated.
36741         * sysdeps/unix/sysv/linux/kernel-features.h
36742         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36743         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36744         version.
36745         (__ASSUME_UTIMES): Likewise.
36746         (__ASSUME_CLONE_STOPPED): Remove.
36747         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36748         architectures, not kernel version.
36749         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36750         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36751         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36752         (__ASSUME_WAITID_SYSCALL): Likewise.
36753         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36754         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36755         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36756         refer to older versions.
36757
36758 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36759
36760         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36761         Define alphasort64 as an alias.
36762         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36763         Define versionsort64 as an alias.
36764         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36765         Define scandir64 as an alias.
36766         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36767         Define scandirat64 as an alias.
36768         * dirent/alphasort64.c (alphasort64):
36769         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36770         * dirent/versionsort64.c: Likewise.
36771         * dirent/scandir64.c: Likewise.
36772         * dirent/scandirat64.c: Likewise.
36773         * sysdeps/wordsize-64/alphasort.c: File removed.
36774         * sysdeps/wordsize-64/alphasort64.c: File removed.
36775         * sysdeps/wordsize-64/scandir.c: File removed.
36776         * sysdeps/wordsize-64/scandir64.c: File removed.
36777         * sysdeps/wordsize-64/scandirat.c: File removed.
36778         * sysdeps/wordsize-64/scandirat64.c: File removed.
36779         * sysdeps/wordsize-64/versionsort.c: File removed.
36780         * sysdeps/wordsize-64/versionsort64.c: File removed.
36781         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36782         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36783         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36784         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36785         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36786         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36787         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36788         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36789
36790         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36791         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36792         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36793         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36794         [defined __arch64__ || defined __sparcv9]
36795         (__INO_T_MATCHES_INO64_T): New macro.
36796         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36797         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36798         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36799         * sysdeps/unix/sysv/linux/bits/dirent.h
36800         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36801         (_DIRENT_MATCHES_DIRENT64): New macro.
36802
36803         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36804         Define lockf64 as an alias.
36805         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36806         Define fseeko64 as an alias.
36807         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36808         Define ftello64 as an alias.
36809         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36810         Define _IO_fgetpos64 and fgetpos64 as aliases.
36811         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36812         Define _IO_fsetpos64 and fsetpos64 as aliases.
36813         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36814         Conditionalize body on this.
36815         * libio/fseeko64.c: Likewise.
36816         * libio/ftello64.c: Likewise.
36817         * libio/iofgetpos64.c: Likewise.
36818         * libio/iofsetpos64.c: Likewise.
36819         * sysdeps/wordsize-64/lockf.c: File removed.
36820         * sysdeps/wordsize-64/lockf64.c: File removed.
36821         * sysdeps/wordsize-64/fseeko.c: File removed.
36822         * sysdeps/wordsize-64/fseeko64.c: File removed.
36823         * sysdeps/wordsize-64/ftello.c: File removed.
36824         * sysdeps/wordsize-64/ftello64.c: File removed.
36825         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36826         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36827         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36828         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36829         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36830         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36831         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36832         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36833         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36834         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36835         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36836         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36837         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36838         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36839
36840         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36841         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36842         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36843         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36844         [defined __arch64__ || defined __sparcv9]
36845         (__OFF_T_MATCHES_OFF64_T): New macro.
36846         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36847         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36848         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36849         (__OFF_T_MATCHES_OFF64_T): New macro.
36850
36851 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36852
36853         * stdlib/secure-getenv.c (__secure_getenv): Replace
36854         GLIBC_2_16 with GLIBC_2_17.
36855
36856 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36857
36858         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36859         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36860
36861 2012-08-03  David S. Miller  <davem@davemloft.net>
36862
36863         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36864
36865 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36866
36867         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36868         Remove.
36869         (__ASSUME_CORRECT_SI_PID): Likewise.
36870         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36871         (__ASSUME_TMPFS_NAME): Likewise.
36872         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36873         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36874         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36875         (HAVE_AUX_SECURE): Make definition unconditional.
36876         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36877         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36878
36879 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36880
36881         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36882         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36883         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36884         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36885         __eloop_threshold instead of SYMLOOP_MAX.
36886
36887         * sysdeps/generic/eloop-threshold.h: New file.
36888         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36889         of MAXSYMLINKS.
36890         * elf/chroot_canon.c (chroot_canon): Likewise.
36891
36892 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36893
36894         [BZ #13717]
36895         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36896         Change to 2.6.0 everywhere.
36897         * sysdeps/unix/sysv/linux/configure: Regenerated.
36898         * sysdeps/unix/sysv/linux/kernel-features.h
36899         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36900         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36901         kernel versions.
36902         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36903         (__ASSUME_FUTEX_REQUEUE): Remove.
36904         (__ASSUME_STATFS64): Define unconditionally.
36905         (__ASSUME_AT_SECURE): Likewise.
36906         (__ASSUME_CORRECT_SI_PID): Likewise.
36907         (__ASSUME_TGKILL): Define without depending on kernel version for
36908         i386.
36909         (__ASSUME_UTIMES): Likewise.
36910         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36911         kernel version.
36912         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36913         (__ASSUME_TMPFS_NAME): Likewise.
36914         * README: Update reference to Linux kernel versions.
36915
36916 2012-08-02  Marek Polacek  <polacek@redhat.com>
36917
36918         [BZ# 14150]
36919         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36920         libc_cv_asm_type_prefix with %.
36921         * configure: Regenerated.
36922         * include/libc-symbols.h: Remove comment about
36923         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36924         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36925         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36926         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36927         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36928         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36929         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36930         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36931         * elf/tst-unique2mod1.c: Likewise.
36932         * elf/tst-unique1mod2.c: Likewise.
36933         * elf/tst-unique1mod1.c: Likewise.
36934         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36935         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36936         Replace ASM_TYPE_DIRECTIVE with .type.
36937         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36938         * sysdeps/i386/sysdep.h: Likewise.
36939         * sysdeps/x86_64/sysdep.h: Likewise.
36940         * sysdeps/sh/sysdep.h: Likewise.
36941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36942         Do not define ASM_TYPE_DIRECTIVE.
36943         * sysdeps/powerpc/sysdep.h: Likewise.
36944         * sysdeps/powerpc/powerpc32/sysdep.h:
36945         Replace ASM_TYPE_DIRECTIVE with .type.
36946         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36947         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36948         * sysdeps/i386/fpu/e_powf.S: Likewise.
36949         * sysdeps/i386/fpu/e_expl.S: Likewise.
36950         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36951         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36952         * sysdeps/i386/fpu/e_pow.S: Likewise.
36953         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36954         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36955         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36956         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36957         * sysdeps/i386/fpu/e_log2.S: Likewise.
36958         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36959         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36960         * sysdeps/i386/fpu/e_powl.S: Likewise.
36961         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36962         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36963         * sysdeps/i386/fpu/e_logl.S: Likewise.
36964         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36965         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36966         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36967         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36968         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36969         * sysdeps/i386/fpu/e_log.S: Likewise.
36970         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36971         * sysdeps/i386/fpu/e_logf.S: Likewise.
36972         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36973         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36974         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36975         * sysdeps/i386/fpu/e_log10.S: Likewise.
36976         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36977         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36978         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36979         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36980         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36981         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36982         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36983         * sysdeps/i386/i686/strtok.S: Likewise.
36984         * sysdeps/i386/i386-mcount.S: Likewise.
36985         * sysdeps/i386/strtok.S: Likewise.
36986         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36987         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36988         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36989         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36990         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36991         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36992         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36993         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36994         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36995         * sysdeps/x86_64/_mcount.S: Likewise.
36996         * sysdeps/x86_64/strtok.S: Likewise.
36997         * sysdeps/sh/_mcount.S: Likewise.
36998
36999 2012-08-01  Roland McGrath  <roland@hack.frob.com>
37000
37001         * libio/iofopen.c: Include <fcntl.h>.
37002         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
37003         (_IO_fopen64, fopen64): Define as aliases.
37004         * libio/iofopen64.c: Include <fcntl.h>.
37005         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
37006         Conditionalize body on this.
37007         * sysdeps/wordsize-64/iofopen.c: File removed.
37008         * sysdeps/wordsize-64/iofopen64.c: File removed.
37009
37010 2012-08-01  Marek Polacek  <polacek@redhat.com>
37011
37012         * libc/Makeconfig: Use elf in place of binfmt-subdir.
37013         Use dlfcn directly instead of a variable.
37014         (binfmt-subdir): Do not define.
37015         (dlfcn): Likewise.
37016
37017 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
37018
37019         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
37020         Remove all definitions.
37021         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
37022         <kernel-features.h>.
37023         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
37024         (miss_F_GETOWN_EX): Remove all definitions.
37025         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
37026         macro definition.
37027         [!__ASSUME_FCNTL64]: Remove conditional code.
37028         [__ASSUME_FCNTL64]: Make code unconditional.
37029         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
37030         <kernel-features.h>.
37031         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
37032         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
37033         (lockf64) [__NR_fcntl64]: Make code unconditional.
37034         (lockf64) [__ASSUME_FCNTL64]: Likewise.
37035
37036         * sysdeps/unix/sysv/linux/kernel-features.h
37037         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
37038         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
37039         Make code unconditional.
37040         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37041         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
37043         [__NR_vfork]: Make code unconditional.
37044         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37045         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
37047         [__NR_vfork]: Make code unconditional.
37048         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
37049         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
37050
37051 2012-08-01  Roland McGrath  <roland@hack.frob.com>
37052
37053         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
37054         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
37055
37056         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37057         Define mkstemp64 as an alias.
37058         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37059         Define mkstemps64 as an alias.
37060         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37061         Define mkostemp64 as an alias.
37062         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
37063         Define mkostemps64 as an alias.
37064         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
37065         Conditionalize body on this.
37066         * misc/mkostemp64.c: Likewise.
37067         * misc/mkostemps64.c: Likewise.
37068         * misc/mkstemps64.c: Likewise.
37069         * sysdeps/wordsize-64/mkstemp64.c: File removed.
37070         * sysdeps/wordsize-64/mkostemp64.c: File removed.
37071         * sysdeps/wordsize-64/mkostemp.c: File removed.
37072         * sysdeps/wordsize-64/mkstemp.c: File removed.
37073         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
37074         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
37075         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
37076         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
37077
37078         [BZ #14138]
37079         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
37080         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
37081         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
37082         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
37083
37084         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
37085         compat_symbol macros from <shlib-compat.h> rather than the underlying
37086         default_symbol_version and symbol_version macros, so that DEFAULT
37087         lines in shlib-versions are respected.
37088         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
37089
37090 2012-08-01  Florian Weimer  <fweimer@redhat.com>
37091
37092         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
37093         Declare with warn_unused_result.
37094         (setgid, setregid, setegid, setresgid): Likewise.
37095         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
37096         Likewise.
37097         * WUR-REPORT: Remove set*id functions.
37098
37099 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
37100
37101         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
37102
37103 2012-07-31  Roland McGrath  <roland@hack.frob.com>
37104
37105         [BZ #10191]
37106         * include/sys/socket.h (__libc_accept, __libc_accept4):
37107         Add attribute_hidden.
37108         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
37109
37110         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
37111         use of PTR_MANGLE.
37112         * inet/getnetgrent_r.c (setup): Likewise.
37113
37114         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
37115
37116 2012-07-31  David S. Miller  <davem@davemloft.net>
37117
37118         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37119
37120 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
37121
37122         [BZ #13629]
37123         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
37124         value between 1.0 and 2.0 and smaller part has absolute value less
37125         than 1.0.
37126         * math/s_clog10.c (__clog10): Likewise.
37127         * math/s_clog10f.c (__clog10f): Likewise.
37128         * math/s_clog10l.c (__clog10l): Likewise.
37129         * math/s_clogf.c (__clogf): Likewise.
37130         * math/s_clogl.c (__clogl): Likewise.
37131         * math/libm-test.inc (clog_test): Add more tests.
37132         (clog10_test): Likewise.
37133         * sysdeps/i386/fpu/libm-test-ulps: Update.
37134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37135
37136 2012-07-31  Florian Weimer  <fweimer@redhat.com>
37137
37138         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
37139         Exit with zero in case no suitable GID is found, and write a
37140         message to standard error.
37141
37142 2012-07-30  Roland McGrath  <roland@hack.frob.com>
37143
37144         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
37145         rather than to 1.
37146         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
37147         (MAXPATHLEN): Removed.
37148         (NOGROUP, NODEV): New macros.
37149         (setbit, clrbit, isset, isclr): New macros.
37150         (howmany, roundup, powerof2): New macros.
37151         (DEV_BSIZE): New macro.
37152
37153         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
37154         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
37155
37156         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
37157         definition on [!__NO_LONG_DOUBLE_MATH].
37158
37159         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
37160         PTR_MANGLE and PTR_DEMANGLE.
37161
37162         * socket/accept4.c (accept4): Rename to __libc_accept4.
37163         Define accept4 as a weak alias.
37164
37165         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
37166         on [_DIRENT_HAVE_D_TYPE].
37167         * io/ftw.c (ftw_dir): Likewise.
37168
37169         * io/xmknod.c (__xmknod): Don't check PATH for being null.
37170
37171         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
37172
37173         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
37174         Use the BSD numbers rather than the arbitrary ones we had.
37175         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
37176         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
37177         (SIGXCPU, SIGXFSZ): New macros.
37178         (_NSIG): Now 32.
37179
37180         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
37181         initializer on [_LIBC_REENTRANT].
37182
37183         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
37184         definitions inside [_POSIX_MAPPED_FILES].
37185
37186         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
37187
37188         * dirent/opendir.c: Include <fcntl.h>.
37189
37190         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
37191         (__libc_getspecific): Likewise.
37192         (__libc_key_create): Likewise.
37193
37194         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
37195         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
37196         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
37197         (tmpfile64): Define as alias.
37198         * sysdeps/wordsize-64/tmpfile.c: File removed.
37199         * sysdeps/wordsize-64/tmpfile64.c: File removed.
37200         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
37201         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
37202
37203         * stdio-common/vfscanf.c: Include <stdbool.h>.
37204         * nss/makedb.c: Likewise.
37205         * stdio-common/_i18n_number.h: Likewise.
37206         * argp/argp-help.c: Likewise.
37207         * posix/wordexp.c: Likewise.
37208         * sysdeps/posix/spawni.c: Likewise.
37209         * nss/nss_files/files-initgroups.c: Likewise.
37210         * stdio-common/reg-modifier.c: Include <stdlib.h>.
37211         * nss/nss_files/files-initgroups.c: Likewise.
37212         * nss/nss_db/db-netgrp.c: Likewise.
37213         * nss/nss_db/db-initgroups.c: Likewise.
37214         * io/fchmodat.c: Include <sys/stat.h>.
37215
37216         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37217         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37218
37219         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37220         [HAVE_MMAP].
37221
37222         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37223         Add multiple inclusion protection.
37224
37225 2012-07-27  David S. Miller  <davem@davemloft.net>
37226
37227         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37228
37229 2012-07-27  Gary Benson  <gbenson@redhat.com>
37230
37231         [BZ #14298]
37232         * elf/rtld.c: Include <stap-probe.h>.
37233         (dl_main): Added static probes "init_start" and "init_complete".
37234         * elf/dl-load.c: Include <stap-probe.h>.
37235         (lose): Take new parameter "nsid".
37236         Added static probe "map_failed".
37237         (_dl_map_object_from_fd): Pass namespace id to lose.
37238         Added static probe "map_start".
37239         (open_verify): Pass namespace id to lose.
37240         * elf/dl-open.c: Include <stap-probe.h>.
37241         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37242         and "reloc_complete".
37243         * elf/dl-close.c: Include <stap-probe.h>.
37244         (_dl_close_worker): Added static probes "unmap_start" and
37245         "unmap_complete".
37246         * elf/rtld-debugger-interface.txt: New file documenting the above.
37247
37248 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37249
37250         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37251         rather than a string variable.
37252         * sunrpc/rpc_main.c (h_output): Likewise.
37253         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37254
37255 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37256
37257         * inet/check_native.c: New file.
37258
37259 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37260
37261         [BZ #13629]
37262         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37263         if larger part has absolute value 1.0.
37264         * math/s_clog10.c (__clog10): Likewise.
37265         * math/s_clog10f.c (__clog10f): Likewise.
37266         * math/s_clog10l.c (__clog10l): Likewise.
37267         * math/s_clogf.c (__clogf): Likewise.
37268         * math/s_clogl.c (__clogl): Likewise.
37269         * math/libm-test.inc (clog_test): Add more tests.
37270         (clog10_test): Likewise.
37271         * sysdeps/i386/fpu/libm-test-ulps: Update.
37272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37273
37274         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37275         (pltexit): Likewise.
37276         (La_regs): Likewise.
37277         (La_retval): Likewise.
37278         (int_retval): Likewise.
37279         Update #error for removed macros to refer only to definitions in
37280         tst-audit.h.
37281         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37282         macro.
37283         (pltexit): Likewise.
37284         (La_regs): Likewise.
37285         (La_retval): Likewise.
37286         (int_retval): Likewise.
37287         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37288         macro.
37289         (pltexit): Likewise.
37290         (La_regs): Likewise.
37291         (La_retval): Likewise.
37292         (int_retval): Likewise.
37293         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37294         macro.
37295         (pltexit): Likewise.
37296         (La_regs): Likewise.
37297         (La_retval): Likewise.
37298         (int_retval): Likewise.
37299         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37300         macro.
37301         (pltexit): Likewise.
37302         (La_regs): Likewise.
37303         (La_retval): Likewise.
37304         (int_retval): Likewise.
37305         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37306         macro.
37307         (pltexit): Likewise.
37308         (La_regs): Likewise.
37309         (La_retval): Likewise.
37310         (int_retval): Likewise.
37311         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37312         macro.
37313         (pltexit): Likewise.
37314         (La_regs): Likewise.
37315         (La_retval): Likewise.
37316         (int_retval): Likewise.
37317         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37318         macro definitions in tst-audit.h.
37319         * sysdeps/i386/tst-audit.h: New file.
37320         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37321         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37322         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37323         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37324         * sysdeps/sh/tst-audit.h: Likewise.
37325         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37326         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37327         * sysdeps/x86_64/tst-audit.h: Likewise.
37328
37329 2012-07-26  Andreas Jaeger  <aj@suse.de>
37330
37331         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37332         ptrace.
37333
37334         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37335         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37336         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37337         PTRACE_O_MASK.
37338         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37339         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37340         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37341
37342         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37343         value.
37344
37345         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37346         _sigsys.
37347         (si_call_addr, si_syscall, si_arch): Define new macro.
37348         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37349         _sigsys.
37350         (si_call_addr, si_syscall, si_arch): Define new marcro.
37351         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37352         _sigsys.
37353         (si_call_addr, si_syscall, si_arch): Define new macro.
37354         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37355         _sigsys.
37356         (si_call_addr, si_syscall, si_arch): Define new macro.
37357
37358 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37359
37360         [BZ #13717]
37361         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37362         Change to 2.4.21 where previously 2.4.1.
37363         * sysdeps/unix/sysv/linux/configure: Regenerated.
37364         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37365         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37366         Linux kernel version.
37367         (__ASSUME_STD_AUXV): Remove.
37368         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37369         kernel version.
37370         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37371         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37372         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37373         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37374         (__ASSUME_NETLINK_SUPPORT): Likewise.
37375         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37376         (__no_netlink_support): Remove conditional definition.
37377         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37378         Remove.
37379         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37380         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37381         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37382         (if_nameindex_ioctl): Remove.
37383         (if_nameindex_netlink): Do not handle __no_netlink_support.
37384         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37385         code.
37386         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37387         Remove conditional code.
37388         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37389         code.
37390         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37391         unconditional.
37392         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37393         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37394         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37395         Remove.
37396         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37397         [!__ASSUME_STD_AUXV]: Remove conditional code.
37398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37399         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37400         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37402         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37403         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37404         code.
37405         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37407         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37408         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37409         conditional code.
37410         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37412         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37413         code.
37414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37415         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37416         conditional code.
37417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37418         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37419         code unconditional.
37420         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37421         conditional code.
37422         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37423         unconditional.
37424         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37425         conditional code.
37426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37427         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37428         unconditional.
37429         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37430         conditional code.
37431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37432         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37433         code unconditional.
37434         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37435         conditional code.
37436         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37437         unconditional.
37438         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37439         conditional code.
37440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37441         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37442         code unconditional.
37443         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37444         conditional code.
37445         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37446         unconditional.
37447         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37448         conditional code.
37449
37450 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37451
37452         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37453         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37454         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37455         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37456         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37457         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37458         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37459         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37460         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37461         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37462         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37463         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37464         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37465         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37466         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37467         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37468         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37469         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37470         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37471         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37472         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37473         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37474         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37475
37476 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37477
37478         * Versions.def: Add GLIBC_2.17.
37479         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37480         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37481         Introduce __libc_secure_getenv.
37482         * stdlib/Versions (2.17): Add secure_getenv
37483         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37484         * stdlib/secure-getenv.c: Rename __secure_getenv to
37485         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37486         symbol __secure_getenv for GLIBC_2.0.
37487         * stdlib/tst-secure-getenv.c: New.
37488         * stdlib/Makefile (tests): Add testcase.
37489         * manual/startup.texi (Environment Access): Document
37490         secure_getenv.
37491         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37492         __libc_secure_getenv.
37493         * inet/ruserpass.c (ruserpass): Likewise.
37494         * malloc/mtrace.c (mtrace): Likewise.
37495         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37496         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37497         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37498         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37499         HAVE_SECURE_GETENV.
37500         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37501         __secure_getenv to __libc_secure_getenv.
37502         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37504         Likewise.
37505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37506         Likewise.
37507         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37508         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37509         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37510         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37511         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37512         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37513         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37514
37515 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37516
37517         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37518         (struct La_i86_retval): Likewise.
37519         (struct La_x86_64_regs): Likewise.
37520         (struct La_x86_64_retval): Likewise.
37521         (struct La_x32_regs): Likewise.
37522         (struct La_x32_retval): Likewise.
37523         (struct La_ppc32_regs): Likewise.
37524         (struct La_ppc32_retval): Likewise.
37525         (struct La_ppc64_regs): Likewise.
37526         (struct La_ppc64_retval): Likewise.
37527         (struct La_sh_regs): Likewise.
37528         (struct La_sh_retval): Likewise.
37529         (struct La_s390_32_regs): Likewise.
37530         (struct La_s390_32_retval): Likewise.
37531         (struct La_s390_64_regs): Likewise.
37532         (struct La_s390_64_retval): Likewise.
37533         (struct La_sparc32_regs): Likewise.
37534         (struct La_sparc32_retval): Likewise.
37535         (struct La_sparc64_regs): Likewise.
37536         (struct La_sparc64_retval): Likewise.
37537         (struct audit_ifaces): Remove architecture-specific pltenter and
37538         pltexit members.
37539         * sysdeps/i386/ldsodefs.h: New file.
37540         * sysdeps/powerpc/ldsodefs.h: Likewise.
37541         * sysdeps/s390/ldsodefs.h: Likewise.
37542         * sysdeps/sh/ldsodefs.h: Likewise.
37543         * sysdeps/sparc/ldsodefs.h: Likewise.
37544         * sysdeps/x86_64/ldsodefs.h: Likewise.
37545
37546 2012-07-25  Marek Polacek  <polacek@redhat.com>
37547
37548         [BZ #6808]
37549         * math/libm-test.inc (yn_test): Add another test.
37550         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37551         to ERANGE when the result is +-Inf.
37552         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37553         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37554         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37555         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37556
37557 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37558
37559         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37560         equal to 0.
37561         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37562         clock_t.
37563         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37564
37565 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37566
37567         * configure.in <sysdeps resolving>: Correct printing
37568         Implies_before.
37569         * configure: Regenerate.
37570
37571 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37572
37573         * math/w_ilogb.c: Include <limits.h>.
37574         * math/w_ilogbl.c: Likewise.
37575
37576 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37577
37578         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37579         va_copy.  Document allowing for unavailable va_copy only as
37580         pre-C99 compatibility.
37581         * manual/string.texi (Copying and Concatenation): Use va_copy
37582         instead of __va_copy in concat example.
37583
37584 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37585
37586         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37587         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37588         it if not null.
37589
37590         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37591         with O_NOLINK passed to __file_name_lookup.
37592
37593         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37594         with O_NOLINK passed to __file_name_lookup.
37595
37596         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37597         negative N or less than NGIDS.
37598
37599         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37600         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37601         enough.  Use memcpy instead of strncpy.
37602
37603 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37604
37605         * elf/Makefile (check-data): Remove.
37606         (localplt.data): New vpath directive.
37607         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37608         instead of $(check-data).
37609         * scripts/data/localplt-generic.data: Move to ...
37610         * sysdeps/generic/localplt.data: ... here.
37611         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37612         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37613         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37615         ... here.
37616         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37618         ... here.
37619         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37620         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37621         ... here.
37622         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37623         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37624         ... here.
37625         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37626         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37627         ... here.
37628         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37629         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37630         ... here.
37631
37632 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37633
37634         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37635         PPC32 and PPC64 files.
37636         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37637         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37638
37639 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37640
37641         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37642         __makecontext_ret to ...
37643         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37644         ... here and call exit if uc_link is NULL.  New file.
37645         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37646         __makecontext_ret.S.
37647         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37648         __makecontext_ret to ...
37649         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37650         ... here and call exit if uc_link is NULL.  New file.
37651         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37652         __makecontext_ret.S.
37653
37654 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37655
37656         * elf/elf.h (R_390_IRELATIVE): New definition.
37657         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37658         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37659         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37660         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37661         (elf_machine_lazy_rel): Likewise.
37662         * sysdeps/s390/dl-irel.h: New file.
37663         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37664         * sysdeps/s390/s390-64/memset.S: New asm code.
37665         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37666         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37667         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37668         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37669         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37670         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37671         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37672         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37673         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37674         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37675         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37676         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37677         * sysdeps/s390/s390-32/memset.S: New asm code.
37678         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37679
37680 2012-07-17  Marek Polacek  <polacek@redhat.com>
37681
37682         [BZ #14349]
37683         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37684         * sysdeps/s390/s390-64/configure.in: Likewise.
37685         * sysdeps/sparc/configure.in: Likewise.
37686         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37687         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37688         * sysdeps/i386/configure.in: Likewise.
37689         * sysdeps/x86_64/configure.in: Likewise.
37690         * sysdeps/sh/configure.in: Likewise.
37691         * sysdeps/s390/s390-32/configure: Regenerated.
37692         * sysdeps/s390/s390-64/configure: Likewise.
37693         * sysdeps/x86_64/configure: Likewise.
37694         * sysdeps/sh/configure: Likewise.
37695         * sysdeps/powerpc/powerpc64/configure: Likewise.
37696         * sysdeps/powerpc/powerpc32/configure: Likewise.
37697         * sysdeps/sparc/configure: Likwise.
37698         * sysdeps/i386/configure: Likewise.
37699
37700         * elf/dl-open.c: Comment fixes.
37701
37702 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37703
37704         * Makefile [CXX] (check-data): Remove.
37705         [CXX] (c++-types.data): New vpath directive.
37706         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37707         vpath.  Do not allow for C++ type data being missing.
37708         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37709         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37710         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37711         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37712         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37713         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37714         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37716         ... here.
37717         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37719         ... here.
37720         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37721         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37722         ... here.
37723         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37724         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37725         ... here.
37726         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37727         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37728         ... here.
37729         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37730         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37731         ... here.
37732         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37733         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37734         ... here.
37735         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37736         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37737
37738         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37739         definitions to architecture-specific files.
37740         (TLS_IE): Likewise.
37741         (TLS_LD): Likewise.
37742         (TLS_GD): Likewise.
37743         * sysdeps/i386/tls-macros.h: New file.
37744         * sysdeps/powerpc/tls-macros.h: Likewise.
37745         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37746         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37747         * sysdeps/sh/tls-macros.h: Likewise.
37748         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37749         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37750         * sysdeps/x86_64/tls-macros.h: Likewise.
37751
37752 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37753
37754         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37755         zero value for regular exit case.
37756
37757         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37758         (__start_context): Preserve zero value for regular exit case.
37759
37760 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37761             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37762
37763         * manual/setjmp.texi (setcontext): Clarify normal process
37764         termination when uc_link is the null pointer.
37765         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37766         exit call.
37767
37768 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37769
37770         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37771         preprocessor.  Test for each exception mask separately.
37772
37773 2012-07-16  Andreas Jaeger  <aj@suse.de>
37774
37775         * po/ru.po: Update from translation team.
37776
37777 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37778
37779         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37780         equal to 0.
37781         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37782         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37783         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37784         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37785         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37786
37787 2012-07-13  Andreas Jaeger  <aj@suse.de>
37788
37789         * po/fr.po: Update from translation team.
37790
37791 2012-07-12  Marek Polacek  <polacek@redhat.com>
37792
37793         [BZ #14173]
37794         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37795         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37796         loop condition.
37797
37798 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37799
37800         [BZ #13717]
37801         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37802         Change to 2.4.1 where previously 2.4.0.
37803         * sysdeps/unix/sysv/linux/configure: Regenerated.
37804         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37805         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37806         version.
37807         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37808         (__ASSUME_AT_CLKTCK): Remove.
37809         (__ASSUME_AT_PAGESIZE): Likewise.
37810         (__ASSUME_AT_XID): Likewise.
37811         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37812         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37813         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37814         unconditionally.
37815         (HAVE_AUX_PAGESIZE): Likewise.
37816         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37817         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37818         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37819
37820 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37821
37822         [BZ #14307]
37823         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37824         the temporary buffer used to invoke __gethostbyname2_r,
37825         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37826         host_data / struct gaih_addrtuple.
37827         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37828         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37829         header file nss/nsswitch.h.
37830         * nss/nsswitch.h (global scope): Add definition of implementation
37831         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37832         resolv/nss_dns/dns-host.c).
37833
37834 2012-07-11  Andreas Jaeger  <aj@suse.de>
37835
37836         * po/fr.po: Update from translation team.
37837
37838         * po/sv.po: Update from translation team
37839         * po/fr.po: Another update from translation team.
37840
37841 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37842
37843         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37844         for subnormals or multiply small sinh result by itself.
37845         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37846         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37847
37848 2012-07-11  David S. Miller  <davem@davemloft.net>
37849
37850         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37851
37852 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37853
37854         [BZ #14347]
37855         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37856         (INTERNAL_MARK): Shift it here.
37857
37858 2012-07-10  Marek Polacek  <polacek@redhat.com>
37859
37860         [BZ #14151]
37861         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37862         libc_cv_asm_global_directive with .globl.
37863         * configure: Regenerated.
37864         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37865         with .globl.
37866         * sysdeps/i386/configure: Regenerated.
37867         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37868         with .globl.
37869         * sysdeps/x86_64/configure: Regenerated.
37870         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37871         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37872         * elf/tst-unique2mod2.c: Likewise.
37873         * elf/tst-unique2mod1.c: Likewise.
37874         * elf/tst-unique1mod2.c: Likewise.
37875         * elf/tst-unique1mod1.c: Likewise.
37876         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37877         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37878         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37879         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37880         * sysdeps/mach/sysdep.h: Likewise.
37881         * sysdeps/i386/sysdep.h: Likewise.
37882         * sysdeps/i386/i386-mcount.S: Likewise.
37883         * sysdeps/x86_64/_mcount.S: Likewise.
37884         * sysdeps/x86_64/sysdep.h: Likewise.
37885         * sysdeps/sh/_mcount.S: Likewise.
37886         * sysdeps/sh/sysdep.h: Likewise.
37887         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37888         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37889         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37890         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37891         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37892         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37893         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37894         * locale/localeinfo.h: Likewise.
37895         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37896         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37897
37898 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37899
37900         [BZ #14336]
37901         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37902         system".
37903         * manual/message.texi (The Uniforum approach): Likewise.
37904         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37905         (glibc iconv Implementation): Likewise.
37906
37907 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37908
37909         [BZ #14337]
37910         * math/s_clog.c (__clog): Avoid scaling a value down where that
37911         could result in underflow.
37912         * math/s_clog10.c (__clog10): Likewise.
37913         * math/s_clog10f.c (__clog10f): Likewise.
37914         * math/s_clog10l.c (__clog10l): Likewise.
37915         * math/s_clogf.c (__clogf): Likewise.
37916         * math/s_clogl.c (__clogl): Likewise.
37917         * math/libm-test.inc (clog_test): Add more tests.
37918         (clog10_test): Likewise.
37919         * sysdeps/i386/fpu/libm-test-ulps: Update.
37920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37921
37922 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37923
37924         [BZ #14283]
37925         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37926         by 7 not 8 to examine high bit of fractional part.
37927
37928         [BZ #14042]
37929         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37930         for call to __mcount_internal.
37931         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37932         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37933         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37934
37935 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37936
37937         [BZ #14154]
37938         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37939         approximation for values within 0x1p-13f of an odd multiple of
37940         pi/4.
37941         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37942         exception.  Add more tests.
37943         * sysdeps/i386/fpu/libm-test-ulps: Update.
37944
37945         [BZ #6778]
37946         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37947         inputs and return -1 for them.  Do not check for +Inf in case not
37948         reachable for +Inf.
37949         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37950         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37951         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37952         and return -1 for them.  Do not check for +Inf in case not
37953         reachable for +Inf.
37954         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37955         define.
37956         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37957         and return -1 for them.  Do not check for +Inf in case not
37958         reachable for +Inf.
37959         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37960         spurious underflow.
37961         * sysdeps/i386/fpu/libm-test-ulps: Update.
37962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37963
37964 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37965
37966         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37967
37968 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37969
37970         [BZ #14157]
37971         [BZ #14331]
37972         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37973         could result in spurious underflow.  Scale down values above
37974         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37975         * math/s_csqrtf.c (__csqrtf): Likewise.
37976         * math/s_csqrtl.c (__csqrtl): Likewise.
37977         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37978         spurious underflow.
37979         * sysdeps/i386/fpu/libm-test-ulps: Update.
37980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37981
37982 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37983
37984         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37985         xopen-msg.sed.
37986         * catgets/xopen-msg.awk: New file.
37987         * catgets/xopen-msg.sed: Removed.
37988
37989         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37990         po2text.sed.
37991         * intl/po2test.awk: New file.
37992         * intl/po2test.sed: Removed.
37993
37994 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37995
37996         [BZ #14328]
37997         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37998         or multiply small sinh result by itself.
37999         * math/s_ctanf.c (__ctanf): Likewise.
38000         * math/s_ctanh.c (__ctanh): Likewise.
38001         * math/s_ctanhf.c (__ctanhf): Likewise.
38002         * math/s_ctanhl.c (__ctanhl): Likewise.
38003         * math/s_ctanl.c (__ctanl): Likewise.
38004         * math/libm-test.inc (ctan_test_tonearest): New function.
38005         (ctan_test_towardzero): Likewise.
38006         (ctan_test_downward): Likewise.
38007         (ctan_test_upward): Likewise.
38008         (ctanh_test_tonearest): Likewise.
38009         (ctanh_test_towardzero): Likewise.
38010         (ctanh_test_downward): Likewise.
38011         (ctanh_test_upward): Likewise.
38012         (main): Call these new functions.
38013         * sysdeps/i386/fpu/libm-test-ulps: Update.
38014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38015
38016 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
38017
38018         * .gitignore: Delete /ports entry.
38019
38020 2012-07-03  Andreas Jaeger  <aj@suse.de>
38021
38022         * po/bg.po: Update from translation team.
38023         * po/cs.po: Likewise.
38024         * po/de.po: Likewise.
38025         * po/hr.po: Likewise.
38026         * po/nl.pl: Likewise.
38027         * po/pl.po: Likewise.
38028         * po/vi.po: Likewise.
38029
38030 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
38031
38032         * Makeconfig [!+link] (+link-before-libc): New variable.
38033         [!+link] (+link-after-libc): Likewise.
38034         [!+link] (+link-tests): Likewise.
38035         [!+link] (+link): Define in terms of $(+link-before-libc) and
38036         $(+link-after-libc).
38037         [!+link-static] (+link-static-before-libc): New variable.
38038         [!+link-static] (+link-static-after-libc): Likewise.
38039         [!+link-static] (+link-static-tests): Likewise.
38040         [!+link-static] (+link-static): Define in terms of
38041         $(+link-static-before-libc) and $(+link-static-after-libc).
38042         [build-shared] (link-libc-before-gnulib): New variable.
38043         [build-shared] (link-libc-tests): Likewise.
38044         [build-shared] (link-libc): Define in terms of
38045         $(link-libc-before-gnulib).
38046         [!build-shared] (link-libc-tests): New variable.
38047         (link-libc-static-tests): New variable.
38048         [!gnulib] (gnulib-arch): New variable.
38049         [!gnulib] (gnulib-tests): Likewise.
38050         [!gnulib] (static-gnulib-arch): Likewise.
38051         [!gnulib] (static-gnulib-tests): Likewise.
38052         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
38053         Define with "=" instead of ":=".
38054         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
38055         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
38056         * Rules (binaries-all-notests): New variable.
38057         (binaries-all-tests): Likewise.
38058         (binaries-static-notests): Likewise.
38059         (binaries-static-tests): Likewise.
38060         (binaries-all): Define using $(binaries-all-notests) and
38061         $(binaries-all-tests).
38062         (binaries-static): Define using $(binaries-static-notests) and
38063         $(binaries-static-tests).
38064         (binaries-shared-tests): New variable.
38065         (binaries-shared-notests): Likewise.
38066         (binaries-shared): Remove variable.
38067         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
38068         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
38069         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
38070         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
38071         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
38072         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
38073         * elf/Makefile (sln-modules): New variable.
38074         (extra-objs): Add $(sln-modules:=.o).
38075         (ldconfig-modules): Add static-stubs.
38076         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
38077         * elf/static-stubs.c: New file.
38078
38079         [BZ #14283]
38080         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
38081         by 7 not 8 to examine high bit of fractional part.  Use volatile
38082         variables when splitting into final array of floats if
38083         __FLT_EVAL_METHOD__ != 0.
38084         * math/libm-test.inc (cos_test): Add another test.
38085         (sin_test): Likewise.
38086         * sysdeps/i386/fpu/libm-test-ulps: Update.
38087
38088         [BZ #14273]
38089         * math/libm-test.inc (cosh_test): Add more tests.
38090
38091         * version.h (RELEASE): Set to "development".
38092         (VERSION): Set to "2.16.90".
38093
38094 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
38095
38096         * NEWS: Update copyright. Remove last-updated date.
38097         Mention math library bug fixes and timezone data changes.
38098         * README: Mention GNU/Hurd, x32, and HPPA support status.
38099
38100 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
38101
38102         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
38103
38104 2012-06-27  Andreas Jaeger  <aj@suse.de>
38105
38106         * manual/contrib.texi (Contributors): Add Samuel Thibault.
38107
38108 2012-06-25  Andreas Jaeger  <aj@suse.de>
38109
38110         * sysdeps/s390/fpu/libm-test-ulps: Update.
38111
38112 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
38113             Thomas Schwinge  <thomas@codesourcery.com>
38114
38115         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
38116         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
38117         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
38118         fanotify_mark.
38119
38120 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
38121
38122         * sysdeps/mach/start.c: Remove file.
38123         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
38124         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
38125         * sysdeps/sh/init-first.c: Likewise.
38126
38127         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
38128         registers for frame unwinding purposes, add CFI directives.
38129         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38130         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
38131         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
38132         Likewise.
38133
38134         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
38135         __fortify_fail returning.
38136         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
38137
38138         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
38139         sysdeps/sh/____longjmp_chk.S.
38140         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
38141         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
38142         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
38143         (gen-as-const-headers): Append sigaltstack-offsets.sym.
38144
38145         * sysdeps/sh/abort-instr.h: New file.
38146         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
38147         process in case exit returns.
38148
38149         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
38150         initialize the GOT register before use.
38151
38152         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
38153         calculation of ARGC > 4.
38154
38155         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
38156         meaningful names to some local labels.
38157
38158 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38159             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38160
38161         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
38162         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
38163         (__arch_compare_and_exchange_val_16_acq): Likewise.
38164         (__arch_compare_and_exchange_val_32_acq): Likewise.
38165         (atomic_exchange_and_add): Fix gUSA sequence.
38166         (atomic_add): Likewise.
38167         (atomic_add_negative): Likewise.
38168         (atomic_add_zero): Likewise.
38169         (atomic_bit_test_set): Likewise.
38170
38171 2012-06-22  Andreas Schwab  <schwab@redhat.com>
38172
38173         [BZ #13579]
38174         * include/link.h (struct link_map): Add l_free_initfini.
38175         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
38176         l_initfini.
38177         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
38178         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
38179         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
38180         set.
38181
38182 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
38183
38184         * configure.in: Use AC_LANG_SOURCE.
38185         * configure: Regenerate.
38186
38187 2012-06-22  Roland McGrath  <roland@hack.frob.com>
38188
38189         * configure.in (libc_cv_localstatedir): New substituted variable.
38190         * configure: Regenerated.
38191         * config.make.in (localstatedir): New variable, substituted from
38192         libc_cv_localstatedir.
38193         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
38194         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
38195         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
38196         * sysdeps/gnu/configure: Regenerated.
38197
38198 2012-06-21  Jeff Law  <law@redhat.com>
38199
38200         [BZ #14277]
38201         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
38202         free.  Simplify list management for _LIBC case.
38203
38204 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
38205
38206         [BZ #14273]
38207         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
38208         Clear sign bit of 64-bit integer value before comparing against
38209         overflow value.
38210
38211         * sysdeps/mach/configure: Regenerated.
38212
38213 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
38214
38215         [BZ #14278]
38216         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38217
38218 2012-06-21  Jeff Law  <law@redhat.com>
38219
38220         [BZ #13882]
38221         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
38222         uint16_t for elements in the "seen" array to avoid char overflows.
38223         * elf/dl-fini.c (_dl_sort_fini): Likewise.
38224         * elf/dl-open.c (dl_open_worker): Likewise.
38225
38226 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
38227
38228         * scripts/list-sources.sh: Scan PORTS for translations.
38229         * po/libc.pot: Regenerated.
38230
38231 2012-06-21  Andreas Jaeger  <aj@suse.de>
38232
38233         [BZ #12194]
38234         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38235         warning.
38236         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38237         * bits/byteswap-16.h (__bswap_16): Likewise.
38238         * bits/byteswap.h (__bswap_constant_16): Likewise.
38239
38240 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38241
38242         [BZ #14117]
38243         * sysdeps/i386/fpu_control.h: Removed.
38244         * sysdeps/x86_64/fpu_control.h: Moved to ...
38245         * sysdeps/x86/fpu_control.h: Here.
38246
38247         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38248         (_FPU_SETCW): Likewise.
38249
38250 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38251
38252         [BZ #14117]
38253         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38254         * sysdeps/x86/fpu/bits/mathinline.h: This.
38255         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38256
38257         [BZ #14050]
38258         [BZ #14117]
38259         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38260         functions if __x86_64__ is defined.
38261
38262 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38263
38264         * string/endian.h: Add !__ASSEMBLER__ condition for including
38265         conversion interfaces.
38266
38267 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38268
38269         [BZ #14241]
38270         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38271         of ABS(x) in calculating zero to negative powers other than odd
38272         integers.
38273         * math/libm-test.inc (pow_test): Add more tests.
38274
38275 2012-06-15  Andreas Jaeger  <aj@suse.de>
38276
38277         * manual/contrib.texi (Contributors): Update entry of Liubov
38278         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38279         Machado Filho.
38280
38281 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38282
38283         * string/string.h: Add __wur to GNU version of strerror_r.
38284
38285 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38286
38287         [BZ #14229]
38288         * string/Makefile (tests): Add tst-strtok_r.
38289         * string/tst-strtok_r.c: New file.
38290         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38291         RAX_LP/RDX_LP on SAVE_PTR.
38292
38293 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38294
38295         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38296
38297 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38298
38299         * libm_test.inc (csqrt_test): Allow more spurious underflow
38300         exceptions.
38301         (j0_test): Likewise.
38302         (j1_test): Likewise.
38303         (y0_test): Likewise.
38304         (y1_test): Likewise.
38305
38306 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38307
38308         * po/Makefile (libc.pot): Use UTF-8 charset.
38309
38310 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38311
38312         [BZ #14210]
38313         Suppress sign-conversion warning from FD_SET.
38314         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38315         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38316         not unsigned long int.
38317         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38318
38319 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38320
38321         [BZ #14050]
38322         [BZ #14117]
38323         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38324         __extern_always_inline instead of __extern_inline.
38325         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38326         (__signbit): Likewise.
38327         (__signbitl): Support C++ namespace.
38328         (lrintf): New inline function.
38329         (lrint): Likewise.
38330         (llrintf): Likewise.
38331         (llrint): Likewise.
38332         (fmaxf): Likewise.
38333         (fmax): Likewise.
38334         (fminf): Likewise.
38335         (fmin): Likewise.
38336         (rint): Likewise.
38337         (rintf): Likewise.
38338         (ceil): Likewise.
38339         (ceilf): Likewise.
38340         (floor): Likewise.
38341         (floorf): Likewise.
38342         (nearbyint): Likewise.
38343         (nearbyintf): Likewise.
38344
38345 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38346
38347         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38348         non-default versions.
38349
38350 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38351
38352         [BZ #14218]
38353         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38354
38355 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38356
38357         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38358         (FE_UPWARD, FE_DOWNWARD): Don't define.
38359         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38360         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38361
38362         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38363         reading it.
38364         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38365         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38366
38367 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38368
38369         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38370         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38371         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38372         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38373
38374 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38375
38376         [BZ #14117]
38377         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38378         * sysdeps/i386/fpu/Implies: New file.
38379         * sysdeps/x86_64/fpu/Implies: Likewise.
38380         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38381         * sysdeps/x86/fpu/bits/fenv.h: This.
38382
38383         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38384         __SSE_MATH__.
38385
38386 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38387
38388         [BZ #14134]
38389         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38390         character 0xffff that matches the last element of the
38391         conversion table.
38392
38393 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38394
38395         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38396         fmodl commit.
38397
38398 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38399
38400         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38401         values higher than 25.6283.
38402
38403 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38404
38405         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38406         subnormal exponent extraction and add some __builtin_expect.
38407         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38408         Fix for subnormal mantissa calculation.
38409
38410 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38411
38412         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38413         cpu2 is -1 and errno is not ENOSYS.
38414
38415 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38416
38417         [BZ #14117]
38418         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38419         * sysdeps/x86/bits/string.h: This.
38420         * sysdeps/x86_64/bits/string.h: Removed.
38421
38422         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38423         if not compiling for x86-64, but compiling for >= i486.
38424
38425         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38426         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38427
38428         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38429         New macro from Linux kernel 3.4.0.
38430         (FP_XSTATE_MAGIC2): Likewise.
38431         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38432         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38433         (struct _fpx_sw_bytes): New struct.
38434         (struct _xsave_hdr): Likewise.
38435         (struct _ymmh_state): Likewise.
38436         (struct _xstate): Likewise.
38437
38438         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38439         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38440         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38441         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38442         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38443         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38444
38445         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38446         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38447         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38448         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38449         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38450         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38451
38452 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38453
38454         [BZ #13743]
38455         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38456         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38457         (sysdep_headers): Include sys/platform/ppc.h.
38458         * sysdeps/powerpc/test-gettimebase.c: Test for
38459         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38460         * manual/Makefile (appendices): Include platform.texi.
38461         * manual/contrib.texi (Contributors): Update @node pointers.
38462         * manual/maint.texi (Maintenance): Likewise.
38463         (Platform): New node.
38464         * manual/platform.texi: New file.  Document the new features.
38465
38466 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38467             Jakub Jelinek  <jakub@redhat.com>
38468
38469         [BZ #14188]
38470         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38471         where __builtin_expect is unavailable.
38472
38473 2012-06-03  David S. Miller  <davem@davemloft.net>
38474
38475         * stdlib/longlong.h: Updated from GCC.
38476
38477 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38478
38479         [BZ #14042]
38480         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38481         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38482         __mcount_internal.
38483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38484         (GLIBC_2.16): Likewise.
38485
38486 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38487
38488         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38489
38490 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38491
38492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38493         (default-abi): New variable.
38494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38495         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38496         variable.
38497         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38498         Likewise.
38499         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38500         Likewise.
38501         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38502         Likewise.
38503
38504         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38505         definition.  Document in comment.
38506
38507 2012-06-01  David S. Miller  <davem@davemloft.net>
38508
38509         * stdlib/longlong.h: Updated from GCC.
38510
38511 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38512
38513         [BZ #14117]
38514         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38515         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38516         sys/debugreg.h sys/io.h here.
38517         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38518         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38519         sys/io.h.
38520         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38521         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38522         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38523         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38524         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38525         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38526
38527         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38528         Define only if __x86_64__ is defined.
38529
38530 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38531
38532         [BZ #14048]
38533         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38534         Use int64_t for variable i.
38535         * math/libm-test.inc (fmod_test): Add more tests.
38536
38537         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38538         z computation is not scheduled after fetestexcept.
38539         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38540         Use math_force_eval instead of asm to ensure calculation scheduled
38541         before exception test.
38542         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38543         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38544
38545 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38546
38547         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38548         computation is not scheduled after fetestexcept.
38549
38550 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38551
38552         [BZ #14117]
38553         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38554         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38555
38556 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38557
38558         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38559         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38560
38561 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38562
38563         [BZ #14117]
38564         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38565         <bits/wordsize.h>.
38566         (__WCHAR_MIN): Support __WORDSIZE == 64.
38567         (__WCHAR_MAX): Likewise.
38568
38569         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38570         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38571
38572         [BZ #14183]
38573         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38574         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38575
38576         [BZ #14117]
38577         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38578         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38579
38580         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38581         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38582
38583         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38584         Defined to 1 if __x86_64__ isn't defined.
38585         (_STAT_VER_LINUX_OLD): New.
38586         (st_atime): Remove duplicate.
38587         (st_mtime): Likewise.
38588         (st_ctime): Likewise.
38589
38590 2012-05-31  David S. Miller  <davem@davemloft.net>
38591
38592         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38593         entries.
38594
38595 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38596
38597         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38598         gen-libm-test.pl.
38599
38600         [BZ #14132]
38601         * elf/dl-reloc.c: Include <_itoa.h>.
38602         (_dl_reloc_bad_type): Remove use of INTUSE.
38603         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38604         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38605         * stdio-common/psiginfo.c (psiginfo): Likewise.
38606         * stdio-common/psignal.c (psignal): Likewise.
38607         * string/strsignal.c (strsignal): Likewise.
38608         * include/signal.h (_sys_siglist): Declare hidden proto.
38609         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38610         INTVARDEF with libc_hidden_data_def.
38611         * stdio-common/itoa-udigits.c: Likewise.
38612         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38613         (_itoa_lower_digits_internal): Remove declaration.
38614         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38615         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38616         (_sys_sigabbrev_internal): Remove aliases.
38617         (_sys_siglist): Define hidden alias.
38618
38619 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38620
38621         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38622         bits/sysctl.h.
38623
38624 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38625
38626         [BZ #14117]
38627         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38628         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38629
38630         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38631         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38632         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38633         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38634         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38635         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38636
38637         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38638         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38639         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38640
38641         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38642         with __addr.
38643         (insw): Likewise.
38644         (insl): Likewise.
38645         (outsb): Likewise.
38646         (outsw): Likewise.
38647         (outsl): Likewise.
38648
38649         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38650         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38651         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38652
38653         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38654         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38655         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38656         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38657         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38658         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38659
38660         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38661         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38662
38663         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38664         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38665
38666         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38667         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38668         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38669
38670         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38671         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38672         to ...
38673         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38674
38675         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38676         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38677         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38678
38679         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38680         for x86-64.
38681         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38682
38683 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38684
38685         * math/math.h (M_El): Use two more decimal places.
38686         (M_LOG2El): Likewise.
38687         (M_LOG10El): Likewise.
38688         (M_LN2l): Likewise.
38689         (M_LN10l): Likewise.
38690         (M_PIl): Likewise.
38691         (M_PI_2l): Likewise.
38692         (M_PI_4l): Likewise.
38693         (M_1_PIl): Likewise.
38694         (M_2_PIl): Likewise.
38695         (M_2_SQRTPIl): Likewise.
38696         (M_SQRT2l): Likewise.
38697         (M_SQRT1_2l): Likewise.
38698
38699 2012-05-31  David S. Miller  <davem@davemloft.net>
38700
38701         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38702         values between float registers.
38703         * sysdeps/sparc/sparc64/memset.S: Likewise.
38704         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38705
38706 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38707
38708         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38709         -D_FORTIFY_SOURCE=1.
38710         (CPPFLAGS-tst-longjmp_chk.c): Define.
38711         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38712         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38713         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38714         CFLAGS-tst-wchar-h.c.
38715
38716 2012-05-31  Marek Polacek  <polacek@redhat.com>
38717
38718         [BZ #14132]
38719         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38720         __endmntent_internal): Remove declaration.
38721         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38722         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38723         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38724
38725 2012-05-30  David S. Miller  <davem@davemloft.net>
38726
38727         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38728         (___Q_simulate_exceptions): Use real FP ops rather than writing
38729         into the %fsr.
38730         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38731         Likewise.
38732
38733 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38734
38735         [BZ #14117]
38736         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38737         * sysdeps/x86/bits/xtitypes.h: This.
38738
38739         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38740         * sysdeps/x86/bits/wordsize.h: This.
38741
38742         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38743         * sysdeps/x86/bits/huge_vall.h: This.
38744
38745         * sysdeps/i386/bits/select.h: Removed.
38746         * sysdeps/x86_64/bits/select.h: Renamed to ...
38747         * sysdeps/x86/bits/select.h: This.
38748
38749         * sysdeps/i386/bits/setjmp.h: Removed.
38750         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38751         * sysdeps/x86/bits/setjmp.h: This.
38752
38753         * sysdeps/i386/bits/mathdef.h: Removed.
38754         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38755         * sysdeps/x86/bits/mathdef.h: This.
38756
38757 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38758
38759         [BZ #14132]
38760         * include/sys/socket.h (__connect_internal)
38761         (__libc_sa_len_internal): Remove declaration.
38762         (__connect, __libc_sa_len): Declare hidden_proto.
38763         (SA_LEN): Remove use of INTUSE.
38764         * socket/connect.c: Add libc_hidden_def.
38765         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38766         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38767         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38768         alias.
38769         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38770         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38771         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38772         of adding _internal alias.
38773
38774 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38775
38776         [BZ #14117]
38777         * sysdeps/i386/bits/link.h: Removed.
38778         * sysdeps/i386/bits/linkmap.h: Likewise.
38779         * sysdeps/x86_64/bits/link.h: Renamed to ...
38780         * sysdeps/x86/bits/link.h: This.
38781         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38782         * sysdeps/x86/bits/linkmap.h: This.
38783
38784         * sysdeps/i386/bits/endian.h: Removed.
38785         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38786         * sysdeps/x86/bits/endian.h: This.
38787
38788         * sysdeps/i386/bits/byteswap.h: Removed.
38789         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38790         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38791         * sysdeps/x86/bits/byteswap.h: This.
38792         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38793         * sysdeps/x86/bits/byteswap-16.h: This.
38794         * sysdeps/i386/Implies: Add x86.
38795         * sysdeps/x86_64/Implies: Likewise.
38796
38797 2012-05-30  David S. Miller  <davem@davemloft.net>
38798
38799         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38800         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38801         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38802         (FP_TRAPPING_EXCEPTIONS): Define.
38803         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38804         (FP_TRAPPING_EXCEPTIONS): Define.
38805         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38806         subnormals only when inexact has been signalled or underflow
38807         exceptions are enabled.
38808         (_FP_PACK_CANONICAL): Likewise.
38809
38810 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38811
38812         [BZ #14183]
38813         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38814         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38815
38816 2012-05-30  Richard Henderson  <rth@twiddle.net>
38817
38818         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38819         with #ifndef NOT_IN_libc.
38820
38821         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38822         marked to avoid plt entry.
38823
38824 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38825
38826         [BZ #14112]
38827         * Makeconfig (default-abi): New macro.
38828         (abi-includes): Likewise.
38829         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38830         $(abi-$(default-abi)-lib-soname) for soname if defined.
38831         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38832         abi-variants.
38833         * Makefile (installed-stubs): Likewise.
38834         * include/stubs-biarch.h: Removed.
38835         * scripts/lib-names.awk: Only handle one library at a time.
38836         * scripts/soversions.awk: Remove WORDSIZE support.
38837         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38838         entries.
38839         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38840         Removed.
38841         (syscall-list-default-condition): Likewise.
38842         (syscall-list-default-condition): Likewise.
38843         (syscall-list-includes): Likewise.
38844         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38845         syscall-list-* with abi-*.  Handle undefined abi-variants.
38846         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38847         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38848         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38849         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38850         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38851         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38852         Removed.
38853         (syscall-list-32-options): Likewise.
38854         (syscall-list-32-condition): Likewise.
38855         (syscall-list-64-options): Likewise.
38856         (syscall-list-64-condition): Likewise.
38857         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38858         macro.
38859         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38860         Renamed to ...
38861         (abi-*): This.
38862         (abi-64-ld-soname): New macro.
38863         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38864         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38865         Renamed to ...
38866         (abi-*): This.
38867         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38868         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38869
38870 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38871
38872         * sysdeps/unix/sysv/linux/kernel-features.h
38873         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38874         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38875         include <kernel-features.h>.
38876         [!__NR_ftruncate64]: Remove conditional code.
38877         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38878         [__NR_ftruncate64]: Make code unconditional.
38879         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38880         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38881         include <kernel-features.h>.
38882         [!__NR_ftruncate64]: Remove conditional code.
38883         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38884         [__NR_ftruncate64]: Make code unconditional.
38885         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38887         include <kernel-features.h>.
38888         [!__NR_ftruncate64]: Remove conditional code.
38889         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38890         [__NR_ftruncate64]: Make code unconditional.
38891         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38893         include <kernel-features.h>.
38894         [!__NR_ftruncate64]: Remove conditional code.
38895         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38896         [__NR_ftruncate64]: Make code unconditional.
38897         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38898
38899         * configure.in (libc_cv_fpie): Weaken to a compile test using
38900         LIBC_TRY_CC_OPTION.
38901         * configure: Regenerated.
38902
38903 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38904
38905         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38906         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38907         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38908         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38909         Refreshed.
38910         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38911         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38912         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38913         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38914         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38915         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38916         Refreshed.
38917
38918 2012-05-27  David S. Miller  <davem@davemloft.net>
38919
38920         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38921         (___Q_zero): New.
38922         (__Q_simulate_exceptions): Return void.  Change to simulate
38923         exceptions by writing into the %fsr.
38924         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38925         (__Qp_handle_exceptions): Likewise.
38926         (numbers): Delete.
38927         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38928         __Qp_handle_exceptions.
38929         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38930         __Qp_handle_exceptions.
38931         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38932         as unused and give dummy FP_RND_NEAREST initializer.
38933         (FP_INHIBIT_RESULTS): Define.
38934         (___Q_simulate_exceptions): Update declaration.
38935         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38936         formatting.
38937         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38938         as unused and give dummy FP_RND_NEAREST initializer.
38939         (__Qp_handle_exceptions): Update declaration.
38940         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38941         formatting.
38942
38943 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38944
38945         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38946         the temporary FPU control word.
38947         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38948         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38949         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38950         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38951         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38952         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38953         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38954         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38955         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38956         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38957         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38958
38959 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38960
38961         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38962         fields.
38963
38964 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38965
38966         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38967         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38968         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38969         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38970         Likewise.
38971         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38972         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38973         Likewise.
38974
38975 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38976
38977         * po/h.po: Update from translation team.
38978
38979 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38980
38981         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38982
38983         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38984         handling of denormals.
38985         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38986         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38987         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38988         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38989         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38990         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38991         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38992         Likewise.
38993
38994 2012-05-26  Marek Polacek  <polacek@redhat.com>
38995
38996         [BZ #14152]
38997         * math/libm-test.inc (fma_test): Don't always expect underflow
38998         exception.
38999
39000 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39001
39002         [BZ #12416]
39003         * elf/tst-execstack.c: Include stackinfo.h.
39004         (do_test): Adjust test case to ensure that pthread_getattr_np
39005         behaviour remains the same after marking stack executable.
39006
39007 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
39008
39009         * sysdeps/unix/sysv/linux/kernel-features.h
39010         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
39011         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
39012         kernel-features.h.
39013         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
39014         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
39015         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
39016         kernel-features.h.
39017         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
39018         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
39019
39020 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
39021
39022         * configure.in: Define the default includes to being none.
39023         * configure: Regenerated.
39024
39025 2012-05-25  Roland McGrath  <roland@hack.frob.com>
39026
39027         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
39028         * sysdeps/x86_64/setjmp.S: Likewise.
39029         * sysdeps/i386/bsd-setjmp.S: Likewise.
39030         * sysdeps/i386/bsd-_setjmp.S: Likewise.
39031         * sysdeps/i386/setjmp.S: Likewise.
39032         * sysdeps/i386/__longjmp.S: Likewise.
39033         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39034         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
39035
39036         * include/stap-probe.h: New file.
39037         * configure.in: Handle --enable-systemtap.
39038         * configure: Regenerated.
39039         * config.h.in (USE_STAP_PROBE): New #undef.
39040         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
39041         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
39042         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
39043
39044 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
39045
39046         [BZ #13717]
39047         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39048         to 2.4.0 where earlier.
39049         * sysdeps/unix/sysv/linux/configure: Regenerated.
39050         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
39051         <kernel-features.h>.
39052         [__ASSUME_32BITUIDS]: Make code unconditional.
39053         [!__ASSUME_32BITUIDS]: Remove conditional code.
39054         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
39055         <kernel-features.h>.
39056         [__ASSUME_32BITUIDS]: Make code unconditional.
39057         [!__ASSUME_32BITUIDS]: Remove conditional code.
39058         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
39059         [__ASSUME_32BITUIDS]: Make code unconditional.
39060         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
39061         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.c: Do not include
39066         <kernel-features.h>.
39067         [__ASSUME_32BITUIDS]: Make code unconditional.
39068         [!__ASSUME_32BITUIDS]: Remove conditional code.
39069         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
39070         <kernel-features.h>.
39071         [__ASSUME_32BITUIDS]: Make code unconditional.
39072         [!__ASSUME_32BITUIDS]: Remove conditional code.
39073         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
39074         <kernel-features.h>.
39075         [__ASSUME_32BITUIDS]: Make code unconditional.
39076         [!__ASSUME_32BITUIDS]: Remove conditional code.
39077         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
39078         <kernel-features.h>.
39079         [__ASSUME_32BITUIDS]: Make code unconditional.
39080         [!__ASSUME_32BITUIDS]: Remove conditional code.
39081         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
39082         <kernel-features.h>.
39083         [__ASSUME_32BITUIDS]: Make code unconditional.
39084         [!__ASSUME_32BITUIDS]: Remove conditional code.
39085         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
39086         <kernel-features.h>.
39087         [__ASSUME_32BITUIDS]: Make code unconditional.
39088         [!__ASSUME_32BITUIDS]: Remove conditional code.
39089         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
39090         <kernel-features.h>.
39091         [__ASSUME_32BITUIDS]: Make code unconditional.
39092         [!__ASSUME_32BITUIDS]: Remove conditional code.
39093         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
39094         <kernel-features.h>.
39095         [__ASSUME_32BITUIDS]: Make code unconditional.
39096         [!__ASSUME_32BITUIDS]: Remove conditional code.
39097         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
39098         <kernel-features.h>.
39099         [__ASSUME_32BITUIDS]: Make code unconditional.
39100         [!__ASSUME_32BITUIDS]: Remove conditional code.
39101         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
39102         <kernel-features.h>.
39103         [__NR_setresgid] (__setresgid): Do not declare.
39104         [__ASSUME_32BITUIDS]: Make code unconditional.
39105         [!__ASSUME_32BITUIDS]: Remove conditional code.
39106         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
39107         <kernel-features.h>.
39108         [__NR_setresuid] (__setresuid): Do not declare.
39109         [__ASSUME_32BITUIDS]: Make code unconditional.
39110         [!__ASSUME_32BITUIDS]: Remove conditional code.
39111         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
39112         <kernel-features.h>.
39113         [__ASSUME_32BITUIDS]: Make code unconditional.
39114         [!__ASSUME_32BITUIDS]: Remove conditional code.
39115         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
39116         <kernel-features.h>.
39117         [__ASSUME_32BITUIDS]: Make code unconditional.
39118         [!__ASSUME_32BITUIDS]: Remove conditional code.
39119         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
39120         <kernel-features.h>.
39121         [__ASSUME_32BITUIDS]: Make code unconditional.
39122         [!__ASSUME_32BITUIDS]: Remove conditional code.
39123         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
39124         <kernel-features.h>.
39125         [__ASSUME_32BITUIDS]: Make code unconditional.
39126         [!__ASSUME_32BITUIDS]: Remove conditional code.
39127         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
39128         <kernel-features.h>.
39129         [__ASSUME_32BITUIDS]: Make code unconditional.
39130         [!__ASSUME_32BITUIDS]: Remove conditional code.
39131         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
39132         <kernel-features.h>.
39133         [__ASSUME_32BITUIDS]: Make code unconditional.
39134         [!__ASSUME_32BITUIDS]: Remove conditional code.
39135         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
39136         <kernel-features.h>.
39137         [__ASSUME_32BITUIDS]: Make code unconditional.
39138         [!__ASSUME_32BITUIDS]: Remove conditional code.
39139         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
39140         <kernel-features.h>.
39141         [__ASSUME_32BITUIDS]: Make code unconditional.
39142         [!__ASSUME_32BITUIDS]: Remove conditional code.
39143         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
39144         <kernel-features.h>.
39145         [__ASSUME_32BITUIDS]: Make code unconditional.
39146         [!__ASSUME_32BITUIDS]: Remove conditional code.
39147         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
39148         <kernel-features.h>.
39149         [__ASSUME_32BITUIDS]: Make code unconditional.
39150         [!__ASSUME_32BITUIDS]: Remove conditional code.
39151         * sysdeps/unix/sysv/linux/kernel-features.h
39152         (__ASSUME_SETRESUID_SYSCALL): Remove.
39153         (__ASSUME_SETRESGID_SYSCALL): Likewise.
39154         (__ASSUME_32BITUIDS): Likewise.
39155         (__ASSUME_LDT_WORKS): Likewise.
39156         (__ASSUME_O_DIRECTORY): Likewise.
39157         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
39158         architecture but not kernel version.
39159         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
39160         (__ASSUME_MMAP2_SYSCALL): Likewise.
39161         (__ASSUME_STAT64_SYSCALL): Likewise.
39162         (__ASSUME_IPC64): Likewise.
39163         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
39164         <kernel-features.h>.
39165         [__ASSUME_32BITUIDS]: Make code unconditional.
39166         [!__ASSUME_32BITUIDS]: Remove conditional code.
39167         * sysdeps/unix/sysv/linux/opendir.c: Do not include
39168         <kernel-features.h>.
39169         [__ASSUME_O_DIRECTORY]: Make code unconditional.
39170         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
39171         132096]: Remove conditional code.
39172         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
39173         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
39174         <kernel-features.h>.
39175         [__ASSUME_32BITUIDS]: Make code unconditional.
39176         [!__ASSUME_32BITUIDS]: Remove conditional code.
39177         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
39178         <kernel-features.h>.
39179         [__ASSUME_32BITUIDS]: Make code unconditional.
39180         [!__ASSUME_32BITUIDS]: Remove conditional code.
39181         * sysdeps/unix/sysv/linux/setegid.c: Do not include
39182         <kernel-features.h>.
39183         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
39184         unconditional.
39185         (__setresgid): Do not declare.
39186         [__ASSUME_32BITUIDS]: Make code unconditional.
39187         [!__ASSUME_32BITUIDS]: Remove conditional code.
39188         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
39189         <kernel-features.h>.
39190         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
39191         unconditional.
39192         (__setresuid): Do not declare.
39193         [__ASSUME_32BITUIDS]: Make code unconditional.
39194         [!__ASSUME_32BITUIDS]: Remove conditional code.
39195         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
39196         <kernel-features.h>.
39197         [__ASSUME_32BITUIDS]: Make code unconditional.
39198         [!__ASSUME_32BITUIDS]: Remove conditional code.
39199         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
39200         <kernel-features.h>.
39201         [__ASSUME_32BITUIDS]: Make code unconditional.
39202         [!__ASSUME_32BITUIDS]: Remove conditional code.
39203
39204 2012-05-25  Richard Henderson  <rth@twiddle.net>
39205
39206         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
39207         dl_hwcap to ifunc resolver.
39208         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
39209         elf_ifunc_invoke.
39210         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
39211         dl_hwcap to ifunc resolver.
39212         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39213
39214 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39215
39216         [BZ #14153]
39217         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39218         for |x| <= 2**-26, not 2**-57.
39219         * math/libm-test.inc (acos_test): Do not allow spurious underflow
39220         exception.
39221
39222 2012-05-24  Jeff Law  <law@redhat.com>
39223
39224         * stdio-common/Makefile (tests): Add bug25.
39225         * stdio-common/bug25.c: New test.
39226
39227 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39228
39229         [BZ #13576]
39230         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39231         multiple of MALLOC_ALIGNMENT in size.
39232         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39233
39234 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39235
39236         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39237         Require >= 256.
39238         (FILENAME_MAX): Use macro-int-constant.
39239         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39240         (_IOFBF): Use macro-int-constant.
39241         (_IOLBF): Likewise.
39242         (_IONBF): Likewise.
39243         (SEEK_CUR): Likewise.
39244         (SEEK_END): Likewise.
39245         (SEEK_SET): Likewise.
39246         (TMP_MAX): Likewise.
39247         (EOF): Use macro-int-constant.  Require < 0.
39248         (NULL): Use macro-constant.  Require == 0.
39249         (stdin): Require type to be FILE *.
39250         (stdout): Likewise.
39251         (stderr): Likewise.
39252         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39253         macro-int-constant.
39254         (EXIT_SUCCESS): Likewise.
39255         (NULL): Use macro-constant.  Require == 0.
39256         (RAND_MAX): Use macro-int-constant.
39257         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39258         [C99-based standards] (strtof): Require function.
39259         [C99-based standards] (strtold): Likewise.
39260         [C99-based standards] (strtoll): Likewise.
39261         [C99-based standards] (strtoull): Likewise.
39262         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39263         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39264         [ISO || ISO99 || ISO11] (math.h): Likewise.
39265         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39266         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39267         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39268
39269 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39270
39271         [BZ #14132]
39272         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39273         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39274         * intl/dgettext.c (DCGETTEXT): Likewise.
39275         * intl/gettext.c (DCGETTEXT): Likewise.
39276         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39277         * posix/regex_internal.h (gettext): Likewise.
39278         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39279         Remove declaration.
39280         * include/argz.h (__argz_count_internal)
39281         (__argz_stringify_internal): Remove declaration.
39282         (__argz_count, __argz_stringify): Declare hidden proto.
39283         * intl/dcgettext.c: Remove use of INTDEF.
39284         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39285         * string/argz-stringify.c: Likewise.
39286         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39287         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39288         Declare hidden proto.
39289         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39290         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39291         Declare hidden proto.
39292         * include/stdio.h (__asprintf_internal): Don't declare.
39293         (__asprintf): Don't define as macro.  Declare hidden proto.
39294         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39295         (__fsetlocking): Declare hidden proto.
39296         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39297         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39298         hidden proto.
39299         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39300         (_IO_setlinebuf): Remove use of INTUSE.
39301         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39302         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39303         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39304         Remove declaration.
39305         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39306         (_IO_do_flush): Remove use of INTUSE.
39307         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39308         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39309         (_IO_adjust_column, _IO_least_wmarker)
39310         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39311         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39312         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39313         (_IO_default_doallocate, _IO_wdefault_doallocate)
39314         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39315         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39316         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39317         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39318         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39319         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39320         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39321         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39322         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39323         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39324         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39325         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39326         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39327         proto.
39328         (_IO_flush_all_internal, _IO_adjust_column_internal)
39329         (_IO_default_uflow_internal, _IO_default_finish_internal)
39330         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39331         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39332         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39333         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39334         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39335         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39336         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39337         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39338         (_IO_file_close_internal, _IO_file_close_it_internal)
39339         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39340         (_IO_file_init_internal, _IO_file_attach_internal)
39341         (_IO_file_fopen_internal, _IO_file_read_internal)
39342         (_IO_file_sync_internal, _IO_file_seek_internal)
39343         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39344         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39345         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39346         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39347         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39348         (_IO_list_all_internal, _IO_link_in_internal)
39349         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39350         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39351         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39352         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39353         (_IO_do_write_internal, _IO_padn_internal)
39354         (_IO_getline_info_internal, _IO_getline_internal)
39355         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39356         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39357         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39358         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39359         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39360         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39361         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39362         with libc_hidden_ver, remove use of INTUSE.
39363         * libio/genops.c: Likewise.
39364         * libio/freopen.c: Likewise.
39365         * libio/freopen64.c: Likewise.
39366         * libio/iofclose.c: Likewise.
39367         * libio/iofdopen.c: Likewise.
39368         * libio/iofflush.c: Likewise.
39369         * libio/iofflush_u.c: Likewise.
39370         * libio/iofgets.c: Likewise.
39371         * libio/iofgets_u.c: Likewise.
39372         * libio/iofopen.c: Likewise.
39373         * libio/iofopncook.c: Likewise.
39374         * libio/iofread.c: Likewise.
39375         * libio/iofread_u.c: Likewise.
39376         * libio/ioftell.c: Likewise.
39377         * libio/iofwrite.c: Likewise.
39378         * libio/iogetline.c: Likewise.
39379         * libio/iogets.c: Likewise.
39380         * libio/iogetwline.c: Likewise.
39381         * libio/iopadn.c: Likewise.
39382         * libio/iopopen.c: Likewise.
39383         * libio/ioseekoff.c: Likewise.
39384         * libio/ioseekpos.c: Likewise.
39385         * libio/iosetbuffer.c: Likewise.
39386         * libio/iosetvbuf.c: Likewise.
39387         * libio/ioungetc.c: Likewise.
39388         * libio/ioungetwc.c: Likewise.
39389         * libio/iovdprintf.c: Likewise.
39390         * libio/iovsprintf.c: Likewise.
39391         * libio/iovsscanf.c: Likewise.
39392         * libio/memstream.c: Likewise.
39393         * libio/obprintf.c: Likewise.
39394         * libio/oldfileops.c: Likewise.
39395         * libio/oldiofclose.c: Likewise.
39396         * libio/oldiofdopen.c: Likewise.
39397         * libio/oldiofopen.c: Likewise.
39398         * libio/oldiopopen.c: Likewise.
39399         * libio/oldstdfiles.c: Likewise.
39400         * libio/putc.c: Likewise.
39401         * libio/setbuf.c: Likewise.
39402         * libio/setlinebuf.c: Likewise.
39403         * libio/stdfiles.c: Likewise.
39404         * libio/strops.c: Likewise.
39405         * libio/vasprintf.c: Likewise.
39406         * libio/vscanf.c: Likewise.
39407         * libio/vsnprintf.c: Likewise.
39408         * libio/vswprintf.c: Likewise.
39409         * libio/wfiledoalloc.c: Likewise.
39410         * libio/wfileops.c: Likewise.
39411         * libio/wgenops.c: Likewise.
39412         * libio/wmemstream.c: Likewise.
39413         * libio/wstrops.c: Likewise.
39414         * libio/__fpurge.c: Likewise.
39415         * libio/__fsetlocking.c: Likewise.
39416         * assert/assert.c: Likewise.
39417         * debug/fgets_chk.c: Likewise.
39418         * debug/fgets_u_chk.c: Likewise.
39419         * debug/fread_chk.c: Likewise.
39420         * debug/fread_u_chk.c: Likewise.
39421         * debug/gets_chk.c: Likewise.
39422         * debug/obprintf_chk.c: Likewise.
39423         * debug/vasprintf_chk.c: Likewise.
39424         * debug/vdprintf_chk.c: Likewise.
39425         * debug/vsnprintf_chk.c: Likewise.
39426         * debug/vsprintf_chk.c: Likewise.
39427         * malloc/mtrace.c: Likewise.
39428         * misc/error.c: Likewise.
39429         * misc/syslog.c: Likewise.
39430         * stdio-common/asprintf.c: Likewise.
39431         * stdio-common/fxprintf.c: Likewise.
39432         * stdio-common/getw.c: Likewise.
39433         * stdio-common/isoc99_fscanf.c: Likewise.
39434         * stdio-common/isoc99_scanf.c: Likewise.
39435         * stdio-common/isoc99_vfscanf.c: Likewise.
39436         * stdio-common/isoc99_vscanf.c: Likewise.
39437         * stdio-common/isoc99_vsscanf.c: Likewise.
39438         * stdio-common/printf-prs.c: Likewise.
39439         * stdio-common/printf_fp.c: Likewise.
39440         * stdio-common/printf_fphex.c: Likewise.
39441         * stdio-common/printf_size.c: Likewise.
39442         * stdio-common/putw.c: Likewise.
39443         * stdio-common/scanf.c: Likewise.
39444         * stdio-common/sprintf.c: Likewise.
39445         * stdio-common/tmpfile.c: Likewise.
39446         * stdio-common/vfprintf.c: Likewise.
39447         * stdio-common/vfscanf.c: Likewise.
39448         * stdlib/strfmon_l.c: Likewise.
39449         * sunrpc/openchild.c: Likewise.
39450         * sunrpc/xdr_stdio.c: Likewise.
39451         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39452         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39453
39454 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39455
39456         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39457
39458         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39459         in the third column, to generate for the shared library an IFUNC
39460         that uses _dl_vdso_vsym.
39461         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39462         * Makeconfig (object-suffixes-noshared): New variable.
39463
39464         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39465         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39466         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39467         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39468
39469         [BZ #14132]
39470         * include/sys/time.h (__gettimeofday): Remove macro.
39471         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39472         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39473         Remove INTDEF.
39474         (__gettimeofday): Add libc_hidden_def.
39475         (gettimeofday): Add libc_hidden_weak.
39476         * sysdeps/mach/gettimeofday.c: Likewise.
39477         * sysdeps/posix/gettimeofday.c: Likewise.
39478         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39479         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39480         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39481         (__gettimeofday_internal): Remove strong_alias.
39482         (__gettimeofday): Add libc_hidden_def.
39483         (gettimeofday): Add libc_hidden_weak.
39484         * sysdeps/unix/syscalls.list (gettimeofday):
39485         Remove __gettimeofday_internal alias.
39486
39487 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39488             H.J. Lu  <hongjiu.lu@intel.com>
39489
39490         [BZ #12495]
39491         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39492         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39493         (largebin_index_32_big): New.
39494         (largebin_index): Use it for 16-byte alignment.
39495         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39496         correction with front_misalign.
39497
39498 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39499
39500         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39501         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39502         Likewise.
39503         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39504         Likewise.
39505         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39506         Likewise.
39507         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39508         Likewise.
39509         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39510         Likewise.
39511         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39512         Likewise.
39513         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39514         Likewise.
39515         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39516         Likewise.
39517         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39518         Likewise.
39519         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39520         Likewise.
39521         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39522         Likewise.
39523         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39524         Likewise.
39525
39526         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39527         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39528
39529 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39530
39531         [BZ #10846]
39532         [BZ #14036]
39533         * math/libm-test.inc (exp_test): Add test from bug 14036.
39534         (pow_test): Add test from bug 10846.
39535
39536         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39537         and other flags.
39538         (special_function): Do not include flags in test name.
39539         (parse_args): Likewise.
39540         * sysdeps/i386/fpu/libm-test-ulps: Update.
39541         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39542         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39543         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39544         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39545
39546         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39547         exceptions.
39548         * math/libm-test.inc ("Philosophy"): Update comment about
39549         exception testing.
39550         (UNDERFLOW_EXCEPTION): New macro.
39551         (UNDERFLOW_EXCEPTION_OK): Likewise.
39552         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39553         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39554         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39555         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39556         (INVALID_EXCEPTION_OK): Update value.
39557         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39558         (OVERFLOW_EXCEPTION_OK): Likewise.
39559         (IGNORE_ZERO_INF_SIGN): Likewise.
39560         (test_exceptions): Handle underflow exceptions.
39561         (acos_test): Update for underflow exception expectations.
39562         (cexp_test): Likewise.
39563         (clog_test): Likewise.
39564         (clog10_test): Likewise.
39565         (csqrt_test): Likewise.
39566         (ctan_test): Likewise.
39567         (ctanh_test): Likewise.
39568         (exp_test): Likewise.
39569         (exp10_test): Likewise.
39570         (exp2_test): Likewise.
39571         (expm1_test): Likewise.
39572         (fma_test): Likewise.
39573         (j0_test): Likewise.
39574         (jn_test): Likewise.
39575         (nexttoward_test): Likewise.
39576         (pow_test): Likewise.
39577         (scalbn_test): Likewise.
39578         (scalbln_test): Likewise.
39579         (tan_test): Likewise.
39580         (y1_test): Likewise.
39581         * sysdeps/i386/fpu/libm-test-ulps: Update.
39582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39583
39584 2012-05-23  David S. Miller  <davem@davemloft.net>
39585
39586         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39587         (__libc_sigaction): Remove unused local variables.
39588
39589 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39590
39591         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39592
39593 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39594
39595         mktime: avoid signed integer overflow
39596         * time/mktime.c (__mktime_internal): Do not mishandle the case
39597         where diff == INT_MIN.
39598
39599         mktime: simplify computation of average
39600         * time/mktime.c (ranged_convert): Use new time_t_avg function
39601         instead of rolling our own (probably-slower) code.
39602
39603         mktime: do not assume signed right shift propagates sign bit
39604         * time/mktime.c (isdst_differ): New static function.
39605         (__mktime_internal): No need to normalize tm_isdst now.
39606         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39607         tm_isdst values.
39608
39609         mktime: merge another wrapv change from gnulib
39610         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39611         from some compilers.
39612
39613         mktime: remove incorrect attempt at unusual arithmetics
39614         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39615         The code didn't really work on such machines anyway.
39616         (TYPE_MINIMUM): Assume two's complement.
39617         (twos_complement_arithmetic): Verify that long_int and time_t
39618         are two's complement (or unsigned, in the latter case).
39619
39620         mktime: check signed shifts on long_int and time_t, too
39621         * time/mktime.c (SHR): Check that shifts work as desired
39622         on the types long_int and time_t too, as SHR is used on
39623         such types.
39624
39625         mktime: do not assume 'long' is wide enough
39626         * time/mktime.c (verify): Move decl up.
39627         (long_int): New type.
39628         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39629         to remove assumption in the code that 'long' is wide enough to
39630         store year values.  This assumption is not true on x32 and on
39631         some non-glibc platforms.
39632
39633         mktime: merge wrapv change from gnulib
39634         * time/mktime.c (WRAPV): New macro.
39635         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39636         (guess_time_tm, __mktime_internal): Do not assume that signed
39637         integer overflow wraps around; modern compilers generate code
39638         where this assumption is no longer valid.
39639
39640 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39641
39642         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39643         Replace "jmp L(pseudo_end)" with "ret".
39644         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39645         Likewise.
39646
39647 2012-05-23  Andreas Jaeger  <aj@suse.de>
39648
39649         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39650         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39651
39652 2012-05-23  Andreas Jaeger  <aj@suse.de>
39653             Maximilian Attems  <max@stro.at>
39654
39655         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39656         New macros.
39657
39658 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39659
39660         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39661         code so that pseudo_end is just ret and the stack pointer is
39662         correct also for static library in error case.
39663
39664 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39665
39666         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39667         move to syscalls.list.
39668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39672
39673         * manual/install.texi (Running make install): Do not mention Linux
39674         kernel version for which pt_chown is not needed.
39675         (Linux): Do not mention problems with nscd with 2.0 kernels.
39676         * INSTALL: Regenerated.
39677
39678 2012-05-23  Andreas Jaeger  <aj@suse.de>
39679
39680         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39681         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39682         macro.
39683         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39684         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39685         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39686         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39687         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39688         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39689         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39690         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39691         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39692         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39693         * sysdeps/unix/sysv/linux/bits/in.h
39694         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39695
39696 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39697
39698         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39699         (PREPARE_VERSION): Just use assert instead, it will be elided
39700         under [NDEBUG] anyway.
39701
39702 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39703
39704         * sysdeps/unix/sysv/linux/Makefile: Include
39705         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39706         (sysdep_routines): Remove sysctl.
39707         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39708         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39709         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39710         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39711         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39712
39713 2012-05-22  Andreas Jaeger  <aj@suse.de>
39714
39715         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39716         that pseudo_end is just ret and the stack pointer is correct also
39717         for static library in error case.
39718
39719 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39720
39721         [BZ #14122]
39722         * nss/nsswitch.c (defconfig_entries): New variable.
39723         (__nss_database_lookup): Don't leak defconfig entries.
39724         (nss_parse_service_list): Don't leak on error paths.
39725         (free_database_entries): New function.
39726         (free_defconfig): New function.
39727         (free_mem): Move common code to free_database_entries.
39728
39729 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39730
39731         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39732         Add arch_prctl.
39733         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39734
39735         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39736         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39737         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39738         New macro.
39739         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39740         (INTERNAL_SYSCALL_TYPES): Likewise.
39741         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39742         (LOAD_REGS_TYPES_[1-6]): Likewise.
39743         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39744         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39745
39746 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39747
39748         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39749         copysignl for GLIBC_2_0.
39750         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39751         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39752         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39753         logbl for GLIBC_2_0.
39754         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39755         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39756
39757 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39758
39759         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39760         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39761
39762         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39763         Use "neg %eax".
39764
39765         * time/mktime.c: Update copyright years.
39766
39767 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39768
39769         mktime: merge comment-quoting-style change from gnulib
39770         * time/mktime.c: Quote 'like this' in comments.
39771         The GNU coding standards suggest that we no longer quote `like this',
39772         as "`" and "'" are typically rendered asymmetrically nowadays.
39773         The typical gnulib style is to quote 'like this' when quoting
39774         code, and "like this" when quoting English.
39775
39776         * time/mktime.c (compile-command): Add "-I.".
39777
39778         mktime: merge mktime-internal.h change from gnulib
39779         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39780
39781         mktime: merge time_r change from gnulib
39782         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39783
39784         mktime: merge DEBUG change from gnulib
39785         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39786         case system <time.h> has a #define.
39787
39788         mktime: merge <sys/types.h> change from gnulib
39789         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39790         since <time.t> is now guaranteed to define time_t.
39791
39792         mktime: merge HAVE_CONFIG_H change from gnulib
39793         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39794
39795 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39796
39797         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39798         Use "neg %eax".
39799
39800         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39801         __rlim_t cast.
39802         (struct rusage): Use anonymous union to pad each field to
39803         __syscall_slong_t.
39804
39805 2012-05-21  David S. Miller  <davem@davemloft.net>
39806
39807         * Makefules (o-iterator): Remove .s cases.
39808         (compile-command.s): Delete.
39809         (COMPILE.s): Delete.
39810         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39811
39812 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39813
39814         * configure.in (libc_cv_predef_stack_protector): Only consider
39815         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39816         * configure: Regenerated.
39817
39818 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39819
39820         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39821         New macro.  Use R*LP on int and pointer.
39822         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39823         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39824         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39825         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39826
39827         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39828         [__WORDSIZE_TIME64_COMPAT32] instead of
39829         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39830         (struct utmp): Likewise.
39831         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39832         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39833         Renamed to ...
39834         (__WORDSIZE_TIME64_COMPAT32): This.
39835         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39836         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39837         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39838         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39839         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39840         (__WORDSIZE_TIME64_COMPAT32): New macro.
39841
39842 2012-05-21  Andreas Jaeger  <aj@suse.de>
39843
39844         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39845         only if [SHARED]. Add prototype for __wcschr_ia32.
39846
39847 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39848
39849         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39850         of %rbp unmolested in the jmp_buf while mangling the low bits.
39851         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39852         unmolested high bits of %rbp while demangling the low bits.
39853         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39854
39855 2012-05-21  Andreas Jaeger  <aj@suse.de>
39856
39857         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39858         * sunrpc/svc_simple.c: Use it for registerrpc.
39859         * sunrpc/xcrypt.c: Use it for passwd2des.
39860
39861         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39862
39863 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39864
39865         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39866         Don't define if [__SYSCALL_WORDSIZE != 32].
39867         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39868         New macro.
39869
39870 2012-05-21  Bruno Haible  <bruno@clisp.org>
39871             Andreas Jaeger  <aj@suse.de>
39872
39873         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39874         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39875         inptr and inend for must_buffer_ch.
39876         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39877         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39878         * stdio-common/Makefile (tests): Remove bug15.
39879         (bug15-ENV): Remove macro.
39880         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39881         anymore.
39882
39883 2012-05-19  Andreas Jaeger  <aj@suse.de>
39884             Roland McGrath  <roland@hack.frob.com>
39885
39886         * manual/contrib.texi: Completely rewritten. It contains now an
39887         alphabetical list of contributors and their contributions.
39888
39889 2012-05-21  Richard Henderson  <rth@twiddle.net>
39890
39891         * misc/getauxval.c (__getauxval): Use unsigned long int.
39892         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39893         (getauxval): Use unsigned long int.
39894
39895 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39896
39897         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39898
39899 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39900
39901         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39902         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39903         __alignof__ (long double).
39904
39905 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39906
39907         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39908
39909 2012-05-20  Richard Henderson  <rth@twiddle.net>
39910
39911         * misc/getauxval.c: New file.
39912         * misc/sys/auxv.h: New file.
39913         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39914         (routines): Add getauxval.
39915         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39916         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39917         * elf/dl-sysdep.c (_dl_auxv): Remove.
39918         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39919         * elf/dl-support.c (_dl_auxv): New variable.
39920         (_dl_aux_init): Initialize it.
39921         * manual/startup.texi (Auxiliary Vector): New node.
39922         * sysdeps/generic/bits/hwcap.h: New file.
39923         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39924         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39925         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39926         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39927         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39928         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39930         Update.
39931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39932         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39933         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39934         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39935         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39936         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39937         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39938         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39939
39940 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39941
39942         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39943
39944 2012-05-19  David S. Miller  <davem@davemloft.net>
39945
39946         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39947
39948 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39949
39950         [BZ #14123]
39951         * math/s_ccosh.c: Include <float.h>
39952         (__ccosh): Avoid internal overflow calculating sinh and cosh
39953         values before multiplying by sin and cos values.
39954         * math/s_ccoshf.c: Likewise.
39955         * math/s_ccoshl.c: Likewise.
39956         * math/s_csin.c: Likewise.
39957         * math/s_csinf.c: Likewise.
39958         * math/s_csinl.c: Likewise.
39959         * math/s_csinh.c: Likewise.
39960         * math/s_csinhf.c: Likewise.
39961         * math/s_csinhl.c: Likewise.
39962         * math/libm-test.inc (ccos_test): Add more tests.
39963         (ccosh_test): Likewise.
39964         (csin_test): Likewise.
39965         (csinh_test): Likewise.
39966         * sysdeps/i386/fpu/libm-test-ulps: Update.
39967         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39968
39969 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39970
39971         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39972         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39973
39974         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39975
39976 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39977
39978         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39979         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39980         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39981         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39982         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39983         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39984         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39985         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39986         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39987         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39988         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39989         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39990         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39991         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39992         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39993         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39994         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39995         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39996         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39997         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39998         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39999         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
40000         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
40001         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
40002         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
40003         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
40004         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
40005         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
40006         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
40007         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
40008         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
40009
40010 2012-05-18  Andreas Jaeger  <aj@suse.de>
40011
40012         * csu/.gitignore: Delete.
40013
40014 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40015
40016         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
40017         (timex): Use __syscall_slong_t.
40018
40019 2012-05-18  Andreas Jaeger  <aj@suse.de>
40020             Carlos O'Donell  <carlos_odonell@mentor.com>
40021
40022         * manual/install.texi (Configuring and compiling): Update
40023         description about files modified in the source directory.
40024         * INSTALL: Regenerated.
40025
40026 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40027
40028         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
40029         value.  Use "or" to set return value to -1.
40030         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
40031         negate return value.
40032
40033 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40034
40035         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
40036         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
40037         failure if the compiler has Graphite support disabled.
40038         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
40039         Likewise.
40040         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
40041         (CFLAGS-memmove.c): Likewise.
40042         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
40043         Likewise.
40044
40045 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
40046
40047         * sysdeps/x86_64/x32/_itoa.h: New file.
40048
40049         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
40050         getdents system call only if kernel and user dirents have the
40051         same d_ino and d_off.
40052
40053         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40054         LLONG_MAX != LONG_MAX.
40055         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40056         (_fitoa_word): Likewise.
40057
40058         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
40059         years.
40060         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
40061         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
40062         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
40063
40064         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
40065         include <bits/wordsize.h>.  Check __x86_64__ instead of
40066         __WORDSIZE.
40067         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
40068         if __x86_64__ is defined.  Use anonymous union on fpstate.
40069
40070         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
40071         anonymous union.
40072
40073 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
40074
40075         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
40076         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
40077         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
40078         Refer to _rtld_local_ro instead of _rtld_global_ro.
40079         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
40080         Likewise.
40081         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
40082         Likewise.
40083         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
40084         Likewise.
40085         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
40086         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
40087         of _rtld_global, and rtld_progname instead of _dl_argv[0].
40088
40089         * sysdeps/powerpc/powerpc32/dl-machine.c
40090         (__elf_machine_runtime_setup) [PROF]: Don't reference
40091         _dl_prof_resolve.
40092
40093 2012-05-18  Andreas Jaeger  <aj@suse.de>
40094
40095         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
40096         function only available for GCCs before 3.4 since GCC 3.4
40097         introduced a builtin.
40098         (lrint): Likewise.
40099         (llrintf): Likewise.
40100         (llrint): Likewise.
40101         (fmaxf): Likewise.
40102         (fmax): Likewise.
40103         (fminf): Likewise.
40104         (fmin): Likewise.
40105         (rint): Likewise.
40106         (rintf): Likewise.
40107         (nearbyint): Likewise.
40108         (nearbyintf): Likewise.
40109         (ceil): Likewise.
40110         (ceilf): Likewise.
40111         (floor): Likewise.
40112         (floorf): Likewise.
40113
40114 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40115
40116         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
40117         on both fields and cast pointer to __syscall_ulong_t.
40118
40119         * bits/types.h (__fsword_t): New type.
40120         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
40121         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
40122         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40123         (__FSWORD_T_TYPE): Likewise.
40124         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40125         (__FSWORD_T_TYPE): Likewise.
40126         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40127         (__FSWORD_T_TYPE): Likewise.
40128         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
40129         (__FSWORD_T_TYPE): Likewise.
40130         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
40131         __SWORD_TYPE with __fsword_t.
40132         (statfs64): Likewise.
40133
40134 2012-05-17  David S. Miller  <davem@davemloft.net>
40135
40136         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
40137
40138 2012-05-17  Andreas Jaeger  <aj@suse.de>
40139
40140         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
40141         warning.
40142
40143 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40144
40145         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
40146
40147 2012-05-17  Andreas Jaeger  <aj@suse.de>
40148
40149         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
40150         when it is used.
40151
40152 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40153
40154         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
40155
40156 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40157
40158         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
40159         * sysdeps/x86_64/tst-mallocalign1.c: New file.
40160
40161 2012-05-17  Andreas Jaeger  <aj@suse.de>
40162             Carlos O'Donell  <carlos_odonell@mentor.com>
40163
40164         [BZ #14059]
40165         * sysdeps/x86_64/multiarch/init-arch.h
40166         (bit_YMM_Usable): Rename to...
40167         (bit_AVX_Usable): ... this.
40168         (bit_FMA4_Usable): New macro.
40169         (bit_XMM_state): New macro.
40170         (bit_YMM_state): New macro.
40171         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
40172         [__ASSEMBLER__] (index_AVX_Usable): ... this.
40173         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
40174         (CPUID_OSXSAVE): New macro.
40175         (CPUID_AVX): New macro.
40176         (CPUID_FMA4): New macro.
40177         (index_YMM_Usable): Rename to...
40178         (index_AVX_Usable): ... this.
40179         (HAS_AVX): Use HAS_ARCH_FEATURE.
40180         (HAS_FMA4): Likewise.
40181         (HAS_YMM_USABLE): Remove.
40182         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40183         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
40184         are present.
40185         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
40186         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
40187         * sysdeps/x86_64/multiarch/Makefile: Likewise.
40188         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
40189         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
40190
40191 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
40192
40193         * math/libm-test.c: Support platforms without multiple rounding modes.
40194         * math/bug-nextafter.c: Support platforms without FP exceptions.
40195         * math/bug-nexttoward.c: Likewise.
40196         * math/test-fenv.c: Likewise.
40197         * math/test-misc.c: Likewise.
40198         * stdlib/bug-getcontext.c: Likewise.
40199
40200 2012-05-17  Andreas Jaeger  <aj@suse.de>
40201
40202         * manual/examples/search.c (critter_cmp): Change signature to
40203         avoid warnings.
40204         * manual/string.texi (Collation Functions): Likewise.
40205
40206 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40207
40208         * bits/types.h: Fold copyright years.
40209         * bits/typesizes.h: Likewise.
40210         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
40211         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
40212         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
40213         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40214         * time/time.h: Likewise.
40215
40216 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
40217
40218         [BZ #208]
40219         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40220         in instead of returning them.  Return void.
40221         (__libc_mallinfo): Accumulate over all arenas.
40222         (__malloc_stats): Adjust for change in int_mallinfo interface.
40223
40224 2012-05-16  Roland McGrath  <roland@hack.frob.com>
40225
40226         [BZ #10375]
40227         * configure.in (NM): Add AC_CHECK_TOOL for it.
40228         (libc_extra_cflags): New substituted variable.
40229         Check for -fstack-protector being used implicitly.
40230         * configure: Regenerated.
40231         * config.make.in (config-extra-cflags): New variable,
40232         gets @libc_extra_cflags@.
40233         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40234
40235         [BZ #10375]
40236         * configure.in: Check for _FORTIFY_SOURCE being predefined.
40237         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40238         * configure: Regenerated.
40239         * config.make.in (CPPUNDEFS): New substituted variable.
40240         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40241         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40242         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40243
40244 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40245
40246         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40247         (mq_attr): Use __syscall_slong_t.
40248
40249 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40250
40251         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40252         Check __x86_64__ instead of __WORDSIZE.
40253         (_STAT_VER_LINUX): Likewise.
40254         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40255         __syscall_ulong_t and __syscall_slong_t.
40256         (stat64): Likewise.
40257
40258 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40259
40260         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40261
40262 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40263
40264         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40265
40266 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40267
40268         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40269         __syscall_ulong_t.
40270
40271         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40272         include <bits/wordsize.h>.  Check __x86_64__ instead of
40273         __WORDSIZE.
40274         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40275         defined.
40276         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40277
40278         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40279         include <bits/wordsize.h>.  Check __x86_64__ instead of
40280         __WORDSIZE.
40281         (user_regs_struct): Use "__extension__ unsigned long long"
40282         instead of "unsigned long" if __x86_64__ is defined.
40283         (user): Likewise.  Pad after pointer field if __ILP32__ is
40284         defined.
40285
40286 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40287
40288         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40289         versions 5 to 9.
40290         * configure: Regenerated.
40291         * manual/install.texi (texinfo): Increase version requirement to
40292         4.5 or later.
40293         * INSTALL: Regenerated.
40294
40295         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40296
40297 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40298
40299         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40300
40301         * sysdeps/x86_64/x32/ffs.c: New file.
40302
40303         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40304         __syscall_ulong_t.
40305         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40306         defined.  Use __syscall_ulong_t.
40307         (shminfo): Use __syscall_ulong_t.
40308         (shm_info): Likewise.
40309
40310         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40311         __syscall_ulong_t.
40312
40313         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40314         <bits/wordsize.h>.
40315         (msgqnum_t): Use __syscall_ulong_t.
40316         (msglen_t): Likewise.
40317         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40318         __syscall_ulong_t.
40319
40320         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40321         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40322
40323         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40324
40325         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40326         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40327
40328         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40329         __syscall_slong_t.
40330
40331         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40332         include <bits/wordsize.h>.  Check __x86_64__ instead of
40333         __WORDSIZE.
40334
40335         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40336         "unsigned long long int" if __x86_64__ is defined.
40337         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40338
40339         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40340         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40341         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40342
40343         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40344         <stdint.h>.
40345         (GET_PC): Cast to uintptr_t first.
40346         (GET_FRAME): Likewise.
40347         (GET_STACK): Likewise.
40348
40349         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40350         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40351         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40352         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40353         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40354         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40355         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40356         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40357         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40358         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40359         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40360         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40361         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40362         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40363         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40364         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40365         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40366         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40367         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40368         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40369         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40370         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40371         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40372         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40373         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40374         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40375         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40376         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40377         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40378
40379 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40380
40381         * Makerules (+depfiles): Also collect depfiles from .oS in
40382         $(extra-objs).
40383         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40384         .oS, $(libnldbl-routines)).
40385
40386         * Makerules (native-compile-mkdep-flags): Define.
40387         * sunrpc/Makefile (extra-objs): Add $(addprefix
40388         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40389         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40390         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40391         calling $(make-target-directory).
40392
40393 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40394
40395         * bits/types.h (__snseconds_t): Removed.
40396         * time/time.h (struct timespec): Replace __snseconds_t with
40397         __syscall_slong_t.
40398         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40399         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40400         Likewise.
40401         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40402         (__SNSECONDS_T_TYPE): Likewise.
40403         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40404         (__SNSECONDS_T_TYPE): Likewise.
40405         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40406         (__SNSECONDS_T_TYPE): Likewise.
40407
40408 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40409
40410         * sysdeps/mach/hurd/bits/typesizes.h
40411         (__SYSCALL_SLONG_TYPE): New macro.
40412         (__SYSCALL_ULONG_TYPE): Likewise.
40413
40414 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40415
40416         * bits/types.h (__syscall_slong_t): New type.
40417         (__syscall_ulong_t): Likewise.
40418
40419         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40420         (__SYSCALL_ULONG_TYPE): Likewise.
40421         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40422         (__SYSCALL_SLONG_TYPE): Likewise.
40423         (__SYSCALL_ULONG_TYPE): Likewise.
40424         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40425         (__SYSCALL_SLONG_TYPE): Likewise.
40426         (__SYSCALL_ULONG_TYPE): Likewise.
40427         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40428         (__SYSCALL_SLONG_TYPE): Likewise.
40429         (__SYSCALL_ULONG_TYPE): Likewise.
40430
40431 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40432
40433         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40434         Add sigaltstack-offsets.sym.
40435         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40436         <sigaltstack-offsets.h>.
40437         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40438         longjmp_msg pointer.
40439         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40440         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40441         signal stack.
40442         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40443
40444 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40445
40446         * elf/stackguard-macros.h: Remove file.
40447         * sysdeps/generic/stackguard-macros.h: New file.
40448         * sysdeps/i386/stackguard-macros.h: Likewise.
40449         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40450         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40451         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40452         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40453         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40454         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40455         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40456         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40457         <elf/stackguard-macros.h>.
40458
40459         [BZ #14109]
40460         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40461         __aligned__ in attribute.
40462         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40463         (gregset_t): Likewise.
40464
40465 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40466
40467         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40468         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40469         * sysdeps/x86_64/x32/Implies-after: New file.
40470
40471 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40472
40473         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40474         and access return value for _dl_profile_fixup.  Use R10_LP to
40475         load frame size.
40476
40477 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40478
40479         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40480
40481 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40482
40483         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40484         * sysdeps/x86_64/x32/sysdep.h: New file.
40485
40486 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40487
40488         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40489         * sysdeps/x86_64/setjmp.S: Likewise.
40490
40491 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40492
40493         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40494         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40495         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40496         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40497         remove unused global constant.
40498
40499 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40500
40501         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40502         include of <not-cancel.h>.
40503
40504 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40505
40506         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40507
40508 2012-05-15  Jeff Law  <law@redhat.com>
40509             Andreas Jaeger  <aj@suse.de>
40510
40511         [BZ #13594]
40512         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40513         out from...
40514         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40515         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40516         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40517         code changing __hst_map_handle.map.
40518
40519 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40520
40521         * configure.in (sysnames): Look for Implies-before and Implies-after
40522         files.
40523         * configure: Regenerated.
40524
40525 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40526
40527         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40528         8-byte data alignment with LP_SIZE alignment.
40529
40530 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40531
40532         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40533         into R10_LP.
40534
40535 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40536
40537         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40538
40539 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40540
40541         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40542         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40543         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40544         Likewise.
40545         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40546
40547 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40548
40549         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40550         (stackinfo_sub_sp): Likewise.
40551
40552 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40553
40554         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40555         RAX_LP.
40556
40557 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40558
40559         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40560         into R*_LP.
40561
40562 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40563
40564         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40565         sizes into R*_LP.
40566
40567 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40568
40569         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40570
40571 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40572
40573         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40574         into R11_LP and load __x86_64_shared_cache_size_half into
40575         R8_LP.
40576
40577 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40578
40579         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40580         R8_LP.
40581
40582 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40583
40584         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40585         logb for POWER7.
40586         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40587         logbf for POWER7.
40588         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40589         logbl for POWER7.
40590         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40591         powerpc32/power7/fpu/s_logb.c via #include.
40592         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40593         powerpc32/power7/fpu/s_logbf.c via #include.
40594         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40595         powerpc32/power7/fpu/s_logbl.c via #include.
40596
40597 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40598
40599         * README.libm: Remove file.
40600
40601 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40602
40603         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40604         count for x32.  Use R*_LP and omit operand-size suffix.
40605
40606 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40607
40608         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40609         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40610         * sysdeps/x86_64/x32/shlib-versions: New file.
40611
40612 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40613
40614         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40615         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40616         Use _dl_fatal_printf instead.
40617
40618 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40619
40620         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40621         set if not set by the user.  Do not allow for being unset.
40622         * sysdeps/unix/sysv/linux/configure: Regenerated.
40623
40624 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40625
40626         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40627         the `q' suffix from lea and replace .quad with ASM_ADDR.
40628
40629 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40630
40631         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40632         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40633         instead of $17.
40634         (PTR_DEMANGLE): Likewise.
40635
40636 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40637
40638         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40639         (LP_OP): Likewise.
40640         (ASM_ADDR): Likewise.
40641         (RAX_LP): Likewise.
40642         (RBP_LP): Likewise.
40643         (RBX_LP): Likewise.
40644         (RCX_LP): Likewise.
40645         (RDI_LP): Likewise.
40646         (RSI_LP): Likewise.
40647         (RSP_LP): Likewise.
40648         (R8_LP): Likewise.
40649         (R9_LP): Likewise.
40650         (R10_LP): Likewise.
40651         (R10_LP): Likewise.
40652         (R11_LP): Likewise.
40653         (R12_LP): Likewise.
40654         (R13_LP): Likewise.
40655         (R14_LP): Likewise.
40656         (R15_LP): Likewise.
40657
40658 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40659
40660         * sysdeps/x86_64/x32/dl-machine.h: New file.
40661
40662 2012-05-14  Andreas Jaeger  <aj@suse.de>
40663
40664         * manual/Makefile (subdir): Remove export of subdir.
40665         (all): Remove target.
40666         (.PHONY): Remove all from list.
40667         (mkinstalldirs): Remove.
40668         (.PHONY): Remove installdirs from list.
40669         ($(inst_infodir)/libc.info): Use make-target-directory.
40670         (installdirs): Remove.
40671         (subdir_%): Remove.
40672         (glibc-targets): Remove.
40673         (lib): Remove.
40674         (stubs): Remove.
40675         ($(objpfx)stubs ../po/manual.pot): Remove.
40676         ($(objpfx)stamp%): Remove.
40677         (make-target-directory): Remove.
40678         (subdir_install): Remove.
40679         (routines): Remove.
40680         (aux): Remove.
40681         (sources): Remove.
40682         (objects): Remove.
40683         (headers): Remove.
40684
40685         [BZ #13750]
40686         * manual/.gitignore: Remove, it's not needed anymore.
40687         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40688         all files in it.
40689         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40690         directory.
40691         (texis): Renamed to $(objpfx)texis.
40692         (texis-path): New, contains path to generated files.
40693         (chapters.%): Use texis-path for complete path, add extra argument
40694         libc-texinfo.sh.
40695         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40696         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40697         (summary,texi, stamp-summary): Use complete path of
40698         files. Generate files in build dir.
40699         (dir-add.texi): Build in build dir.
40700         (libm-err.texi,stamp-libm-err): Likewise.
40701         (version.texi, stamp-version): Likewise.
40702         (.%c.texi): Likewise.
40703         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40704         (mostlyclean): Remove target.
40705         (realclean): Remove target.
40706         (generated): Add new variable with contents from mostlyclean and
40707         realclean, remove entries duplicated in common-mostlyclean, add
40708         stamp-libm-err and stamp-version.
40709         (generated-dirs): Add libc directory.
40710         ($(inst_infodir)/libc.info): Install files from build dir.
40711
40712         * manual/install.texi (Configuring and compiling): Adjust since
40713         the info files are not part of the tar ball anymore.
40714
40715 2012-05-14  Andreas Jaeger  <aj@suse.de>
40716
40717         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40718         variable.
40719
40720 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40721
40722         [BZ #13717]
40723         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40724         to 2.2.0 where earlier.
40725         * sysdeps/unix/sysv/linux/configure: Regenerated.
40726         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40727         Remove conditional code.
40728         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40729         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40730         Remove conditional code.
40731         [!__NR_lchown]: Likewise.
40732         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40733         [__NR_lchown]: Likewise.
40734         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40735         comment referencing __ASSUME_LCHOWN_SYSCALL.
40736         * sysdeps/unix/sysv/linux/i386/sigaction.c
40737         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40738         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40739         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40740         Remove conditional code.
40741         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40742         (__protocol_available): Remove #if 0 code.
40743         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40744         conditional code.
40745         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40746         * sysdeps/unix/sysv/linux/kernel-features.h
40747         (__ASSUME_GETCWD_SYSCALL): Don't define.
40748         (__ASSUME_REALTIME_SIGNALS): Likewise.
40749         (__ASSUME_PREAD_SYSCALL): Likewise.
40750         (__ASSUME_PWRITE_SYSCALL): Likewise.
40751         (__ASSUME_POLL_SYSCALL): Likewise.
40752         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40753         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40754         non-SPARC.
40755         (__ASSUME_SIOCGIFNAME): Don't define.
40756         (__ASSUME_MSG_NOSIGNAL): Likewise.
40757         (__ASSUME_SENDFILE): Define unconditionally.
40758         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40759         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40760         conditional code.
40761         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40762         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40763         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40764         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40765         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40766         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40767         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40769         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40770         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40772         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40773         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40775         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40776         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40778         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40779         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40781         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40782         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40784         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40785         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40787         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40788         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40790         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40791         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40792         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40793         Remove conditional code.
40794         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40795         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40796         Remove conditional code.
40797         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40798         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40799         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40800         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40801         Remove conditional code.
40802         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40803         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40804         Remove conditional code.
40805         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40806         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40807         Remove conditional code.
40808         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40809         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40810         Remove conditional code.
40811         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40812         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40813         Remove conditional code.
40814         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40815         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40816         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40817         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40818         * sysdeps/unix/sysv/linux/sigaction.c
40819         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40820         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40821         * sysdeps/unix/sysv/linux/sigpending.c
40822         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40823         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40824         * sysdeps/unix/sysv/linux/sigprocmask.c
40825         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40826         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40827         * sysdeps/unix/sysv/linux/sigsuspend.c
40828         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40829         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40830         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40831         (__libc_missing_rt_sigs): Remove.
40832         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40833         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40834         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40835         Remove conditional code.
40836         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40837         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40838         return 1.
40839         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40840         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40841         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40842         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40843
40844 2012-05-14  Andreas Jaeger  <aj@suse.de>
40845
40846         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40847         it's not used in glibc.
40848         (__coshm1): Likewise.
40849         (__acosh1p): Likewise.
40850         (__sgn): Likewise.
40851
40852         * manual/string.texi (Copying and Concatenation): Add missing
40853         variable in concat example.
40854         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40855
40856 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40857
40858         [BZ #14103]
40859         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40860         __builtin_clzl with __builtin_clzll.
40861
40862 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40863
40864         [BZ #14104]
40865         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40866         libc_freeres_ptr.
40867
40868 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40869
40870         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40871         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40872         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40873         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40874
40875 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40876
40877         * NEWS: Update ia64 info.
40878
40879 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40880
40881         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40882         used as bcopy.
40883
40884 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40885
40886         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40887         * sysdeps/unix/syscalls.list (dup3): Likewise.
40888         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40889         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40890
40891 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40892
40893         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40894         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40895
40896 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40897
40898         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40899         thread pointer.
40900         (TLS_IE): Use mov/add instead of movq/addq to load thread
40901         pointer.
40902         (TLS_GD_PREFIX): New.
40903         (TLS_GD): Use it.
40904
40905 2012-05-11  David S. Miller  <davem@davemloft.net>
40906
40907         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40908         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40909         (_FPU_SETCW): Likewise.
40910
40911 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40912
40913         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40914         is 32-byte aligned.
40915
40916 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40917
40918         [BZ #11837]
40919         * iconvdata/gb18030.c: Update tables.
40920         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40921         characters specially.
40922         (BODY for TO_LOOP): Add encoding of missing ranges.
40923
40924 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40925
40926         [BZ #13673]
40927         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40928         * sysdeps/mach/hurd/dup3.c: Likewise.
40929         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40930         * sysdeps/powerpc/memmove.c:: Likewise.
40931
40932 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40933
40934         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40935         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40936
40937 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40938
40939         * elf/elf.h (R_X86_64_RELATIVE64): New.
40940         (R_X86_64_NUM): Updated.
40941         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40942         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40943         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40944         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40945         tst-quad1pie tst-quad2pie
40946         (modules-names): Add tst-quadmod1 tst-quadmod2.
40947         ($(objpfx)tst-quad1): New dependency.
40948         ($(objpfx)tst-quad2): Likewise.
40949         ($(objpfx)tst-quad1pie): Likewise.
40950         ($(objpfx)tst-quad2pie): Likewise.
40951         * sysdeps/x86_64/tst-quad1.c: New file.
40952         * sysdeps/x86_64/tst-quad1pie.c: New file.
40953         * sysdeps/x86_64/tst-quad2.c: Likewise.
40954         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40955         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40956         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40957         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40958         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40959
40960 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40961
40962         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40963         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40964         * streams/stropts.h (t_scalar_t): Define type.
40965
40966         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40967         (_PATH_PRESERVE): Set to "/var/lib".
40968         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40969
40970         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40971         instead of int.
40972
40973         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40974         if __dir_mkfile succeeded.
40975
40976         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40977         checking for _hurd_dtablesize.  Unlock it right after having
40978         finished _hurd_dtable allocation.
40979
40980 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40981
40982         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40983         * sysdeps/mach/hurd/configure: Regenerated.
40984         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40985         special-casing to...
40986         * sysdeps/gnu/configure.in: ... this new file.
40987         * sysdeps/unix/sysv/linux/configure: Regenerated.
40988         * sysdeps/gnu/configure: New generated file.
40989
40990         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40991         for Linux: use nsec instead of usec, as well as:
40992         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40993         members of type struct timespec.
40994         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40995         New macros.
40996         (struct stat64): Likewise.
40997         (_STATBUF_ST_NSEC): New macro.
40998         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40999
41000         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
41001         __strtoul_internal rather than strtoul.
41002
41003 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41004
41005         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
41006         and reject them.
41007
41008 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41009
41010         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
41011         which preserves existing values.
41012         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
41013
41014 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41015
41016         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
41017         TIMEOUT values.  Return EINVAL for NFDS values either negative or
41018         greater than FD_SETSIZE.
41019
41020 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41021
41022         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
41023         allocated, call __vm_protect to finish enabling the existing space, and
41024         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
41025         allocate the remainder.
41026
41027 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41028
41029         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
41030         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
41031
41032 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41033
41034         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
41035         sysdeps/mach/hurd/readlink.c.
41036
41037         * posix/tst-sysconf.c (posix_options): Only use
41038         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
41039         _POSIX_SYNCHRONIZED_IO when they are defined
41040         * sysdeps/mach/hurd/bits/posix_opt.h:
41041         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
41042         (_XOPEN_REALTIME): Undefine macro.
41043         (_XOPEN_REALTIME_THREADS): Undefine macro.
41044         (_XOPEN_SHM): Undefine macro.
41045         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
41046         macro to -1.
41047         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
41048         macro to -1.
41049         (_POSIX_ASYNC_IO): Undefine macro.
41050         (_POSIX_PRIORITIZED_IO): Undefine macro.
41051         (_POSIX_SPIN_LOCKS): Define macro to -1.
41052
41053         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
41054         SA_NODEFER, SA_RESETHAND.
41055         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
41056         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
41057         F_DUPFD_CLOEXEC.
41058
41059 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41060
41061         * elf/Makefile (pldd-modules): Define unconditionally.
41062
41063 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41064
41065         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
41066
41067 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41068
41069         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
41070         Return ENOENT when name is empty.
41071         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
41072
41073 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41074
41075         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
41076
41077         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
41078
41079 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41080
41081         Fix mlock in all cases except non-readable pages.
41082         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
41083         instead of VM_PROT_ALL as parameter to __vm_wire function.
41084
41085         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
41086         (__mkdir): When path is `/', just fail with EEXIST.
41087         * sysdeps/mach/hurd/mkdirat.c: Likewise.
41088
41089 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41090
41091         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
41092         <sys/uio.h> (for writev).
41093         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
41094         and <sys/param.h> (for MIN).
41095
41096 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
41097
41098         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
41099         REQUESTED_TIME.  Properly set the remaining time and return EINTR
41100         if interrupted.
41101
41102 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41103
41104         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
41105         Depend on against $(link-rpcuserlibs).
41106
41107 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41108
41109         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
41110         (__libc_stack_end): Do not use attribute_relro.
41111         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
41112         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
41113         to libthread-provided value.
41114         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
41115         attribute_relro.
41116
41117 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41118
41119         [BZ #3748]
41120         * bits/libc-lock.h (__libc_once_get): New macro.
41121         * sysdeps/mach/bits/libc-lock.h: Likewise.
41122         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
41123         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
41124         instead of using implementation details.
41125
41126         * libio/fileops.c: Unconditionally include <kernel-features.h>.
41127         * libio/freopen.c: Likewise.
41128         * libio/freopen64.c: Likewise.
41129         * misc/syslog.c: Likewise.
41130         * nscd/connections.c: Likewise.
41131         * nscd/netgroupcache.c: Likewise.
41132         * sysdeps/posix/getcwd.c: Likewise.
41133
41134 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41135
41136         * math/w_ilogbf.c: Add #include <limits.h>.
41137
41138 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41139
41140         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
41141         path instead of returning without unlocking.
41142
41143         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
41144         immediate-write ioctls.
41145         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
41146
41147 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41148
41149         * sysdeps/mach/hurd/i386/init-first.c (init): Use
41150         __builtin_frame_address instead of making assumptions about the
41151         location of the return address relative to DATA.  Force early load of
41152         the return address.
41153         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
41154         __builtin_frame_address.
41155
41156         dup3 for GNU Hurd.
41157         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
41158         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
41159         implement dup3 and do some further code clean-ups.
41160         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
41161         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
41162
41163 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41164
41165         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
41166
41167         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
41168         HURD_CRITICAL_END around holding _hurd_dtable_lock.
41169         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
41170         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
41171         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
41172         d->port.lock.
41173
41174         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
41175         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
41176         when handler == SIG_ERR, not when handler != SIG_ERR.
41177
41178 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41179
41180         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
41181         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
41182         definitions.
41183
41184         accept4 for GNU Hurd.
41185         * include/sys/socket.h (__libc_accept4): New prototype.
41186         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
41187         to implement __libc_accept4.
41188         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
41189         __libc_accept4.
41190         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
41191
41192         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
41193         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
41194         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
41195         signal-defines.sym.
41196
41197 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41198
41199         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
41200
41201 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
41202
41203         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
41204         assertion on O_CLOEXEC flag.
41205         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
41206         * hurd/intern-fd.c: Likewise.
41207         * hurd/port2fd.c: Likewise.
41208
41209 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41210
41211         [BZ #3906]
41212         * bits/in.h (IPV6_PKTINFO): Define new macro.
41213         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41214
41215 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41216
41217         [BZ #13954]
41218         [BZ #13955]
41219         [BZ #13956]
41220         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41221         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41222         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41223         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41224         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41225         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41226         * math/libm-test.inc (logb_test) : Additional logb tests.
41227
41228 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
41229             Andreas Jaeger  <aj@suse.de>
41230
41231         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41232         * configure: Regenerated.
41233         * config.h.in (LINK_OBSOLETE_RPC): New macro.
41234         * config.make.in (link-obsolete-rpc): New substituted variable.
41235         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41236         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41237         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41238         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41239         so that libc.a contains the symbols.
41240         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41241         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41242         * sunrpc/auth_none.c: Likewise.
41243         * sunrpc/auth_unix.c: Likewise.
41244         * sunrpc/authdes_prot.c: Likewise.
41245         * sunrpc/authuxprot.c: Likewise.
41246         * sunrpc/clnt_gen.c: Likewise.
41247         * sunrpc/clnt_perr.c: Likewise.
41248         * sunrpc/clnt_raw.c: Likewise.
41249         * sunrpc/clnt_simp.c: Likewise.
41250         * sunrpc/clnt_tcp.c: Likewise.
41251         * sunrpc/clnt_udp.c: Likewise.
41252         * sunrpc/clnt_unix.c: Likewise.
41253         * sunrpc/des_crypt.c: Likewise.
41254         * sunrpc/des_soft.c: Likewise.
41255         * sunrpc/get_myaddr.c: Likewise.
41256         * sunrpc/key_call.c: Likewise.
41257         * sunrpc/key_prot.c: Likewise.
41258         * sunrpc/netname.c: Likewise.
41259         * sunrpc/pm_getmaps.c: Likewise.
41260         * sunrpc/pm_getport.c: Likewise.
41261         * sunrpc/pmap_clnt.c: Likewise.
41262         * sunrpc/pmap_prot.c: Likewise.
41263         * sunrpc/pmap_prot2.c: Likewise.
41264         * sunrpc/pmap_rmt.c: Likewise.
41265         * sunrpc/publickey.c: Likewise.
41266         * sunrpc/rpc_cmsg.c: Likewise.
41267         * sunrpc/rpc_common.c: Likewise.
41268         * sunrpc/rpc_dtable.c: Likewise.
41269         * sunrpc/rpc_prot.c: Likewise.
41270         * sunrpc/rpc_thread.c: Likewise.
41271         * sunrpc/rtime.c: Likewise.
41272         * sunrpc/svc.c: Likewise.
41273         * sunrpc/svc_auth.c: Likewise.
41274         * sunrpc/svc_raw.c: Likewise.
41275         * sunrpc/svc_run.c: Likewise.
41276         * sunrpc/svc_tcp.c: Likewise.
41277         * sunrpc/svc_udp.c: Likewise.
41278         * sunrpc/svc_unix.c: Likewise.
41279         * sunrpc/svcauth_des.c: Likewise.
41280         * sunrpc/xcrypt.c: Likewise.
41281         * sunrpc/xdr.c: Likewise.
41282         * sunrpc/xdr_array.c: Likewise.
41283         * sunrpc/xdr_float.c: Likewise.
41284         * sunrpc/xdr_intXX_t.c: Likewise.
41285         * sunrpc/xdr_mem.c: Likewise.
41286         * sunrpc/xdr_rec.c: Likewise.
41287         * sunrpc/xdr_ref.c: Likewise.
41288         * sunrpc/xdr_sizeof.c: Likewise.
41289         * sunrpc/xdr_stdio.c: Likewise.
41290
41291 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41292
41293         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41294         change.  Update copyright years.
41295
41296 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41297
41298         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41299
41300 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41301             Joseph Myers  <joseph@codesourcery.com>
41302             Paul Pluzhnikov  <ppluzhnikov@google.com>
41303
41304         [BZ #14012]
41305         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41306         requiring rpcgen.
41307         [cross-compiling] (extra-libs): Likewise.
41308         [cross-compiling] (extra-libs-others): Likewise.
41309         [cross-compiling] (librpcsvc-routines): Likewise.
41310         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41311         [cross-compiling] (omit-deps): Likewise.
41312         (sunrpc-CPPFLAGS): New variable.
41313         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41314         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41315         (cross-rpcgen-objs): New variable.
41316         (extra-objs): Append $(cross-rpcgen-objs).
41317         ($(cross-rpcgen-objs)): New rule.
41318         ($(objpfx)cross-rpcgen): Likewise.
41319         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41320         comment.
41321         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41322         ($(objpfx)x%.stmp): Likewise.
41323         * sunrpc/proto.h [IS_IN_build] (_): Define.
41324         [IS_IN_build] (_libc_intl_domainname): Likewise.
41325
41326 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41327
41328         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41329         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41330         and R_X86_64_TPOFF64.
41331
41332 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41333
41334         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41335         sysdeps/unix/sysv/syscalls.list.
41336         (stime): Likewise.
41337         (utime): Likewise.
41338         * sysdeps/unix/sysv/syscalls.list: Remove file.
41339
41340 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41341
41342         [BZ #3440]
41343         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41344         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41345         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41346         (__LC_IDENTIFICATION): Make these macros useful in #if
41347         expressions, as required by C99.
41348
41349 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41350
41351         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41352         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41353         after this.
41354
41355 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41356
41357         * stdlib/longlong.h: Updated from GCC.
41358
41359 2012-05-09  Andreas Jaeger  <aj@suse.de>
41360
41361         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41362         default is first entry.
41363         (run_mode): Set type.
41364         (main): Remove informal message about syslog.
41365         (options): Fix typo.
41366
41367         [BZ #14053]
41368         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41369         to asm.
41370         (lrint): Likewise.
41371         (llrintf): Likewise.
41372         (llrint): Likewise.
41373         (rint): Likewise.
41374         (rintf): Likewise.
41375         (nearbyint): Likewise.
41376         (nearbyintf): Likewise.
41377
41378 2012-05-09  Andreas Jaeger  <aj@suse.de>
41379             Pedro Alves  <palves@redhat.com>
41380
41381         * nscd/nscd.c (run_mode): Use enum.
41382         (main): Cleanup coding style issue.
41383
41384 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41385             Andreas Jaeger  <aj@suse.de>
41386
41387         * nscd/nscd.c (go_background): Replaced with...
41388         (run_mode): ... this.
41389         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41390         (options): Add -F --foreground.
41391         (main): Implement it.
41392         (parse_opt): Parse it.
41393
41394 2012-05-09  Andreas Jaeger  <aj@suse.de>
41395
41396         [BZ #14083]
41397         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41398         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41399         -Wconversion warning.
41400         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41401         Likewise.
41402
41403 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41404
41405         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41406         == 0.
41407         (LC_ALL): Use macro-int-constant.
41408         (LC_COLLATE): Likewise.
41409         (LC_CTYPE): Likewise.
41410         (LC_MESSAGES): Likewise.
41411         (LC_MONETARY): Likewise.
41412         (LC_NUMERIC): Likewise.
41413         (LC_TIME): Likewise.
41414         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41415         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41416         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41417         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41418         Specify type.
41419         [C99-based standards] (float_t): Expect type.
41420         [C99-based standards] (double_t): Expect type.
41421         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41422         type.
41423         [C99-based standards] (HUGE_VALL): Likewise.
41424         [C99-based standards] (INFINITY): Likewise.
41425         [C99-based standards] (NAN): Likewise.
41426         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41427         [C99-based standards] (FP_NAN): Likewise.
41428         [C99-based standards] (FP_NORMAL): Likewise.
41429         [C99-based standards] (FP_SUBNORMAL): Likewise.
41430         [C99-based standards] (FP_ZERO): Likewise.
41431         [C99-based standards] (FP_FAST_FMA): Use
41432         optional-macro-int-constant.  Specify type.  Require == 1.
41433         [C99-based standards] (FP_FAST_FMAF): Likewise.
41434         [C99-based standards] (FP_FAST_FMAL): Likewise.
41435         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41436         [C99-based standards] (FP_ILOGBNAN): Likewise.
41437         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41438         Specify type.
41439         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41440         [C99-based standards] (math_errhandling): Specify type.
41441         [ISO99 || ISO11] (signgam): Do not allow.
41442         [non-C99-based standards] (copysignf): Do not allow.
41443         [non-C99-based standards] (exp2f): Likewise.
41444         [non-C99-based standards] (log2f): Likewise.
41445         [non-C99-based standards] (modff): Allow.
41446         [non-C99-based standards] (erff): Do not allow.
41447         [non-C99-based standards] (erfcf): Likewise.
41448         [non-C99-based standards] (gammaf): Likewise.
41449         [non-C99-based standards] (hypotf): Likewise.
41450         [non-C99-based standards] (j0f): Likewise.
41451         [non-C99-based standards] (j1f): Likewise.
41452         [non-C99-based standards] (jnf): Likewise.
41453         [non-C99-based standards] (lgammaf): Likewise.
41454         [non-C99-based standards] (tgammaf): Likewise.
41455         [non-C99-based standards] (y0f): Likewise.
41456         [non-C99-based standards] (y1f): Likewise.
41457         [non-C99-based standards] (ynf): Likewise.
41458         [non-C99-based standards] (isnanf): Likewise.
41459         [non-C99-based standards] (acoshf): Likewise.
41460         [non-C99-based standards] (asinhf): Likewise.
41461         [non-C99-based standards] (atanhf): Likewise.
41462         [non-C99-based standards] (cbrtf): Likewise.
41463         [non-C99-based standards] (expm1f): Likewise.
41464         [non-C99-based standards] (ilogbf): Likewise.
41465         [non-C99-based standards] (log1pf): Likewise.
41466         [non-C99-based standards] (logbf): Likewise.
41467         [non-C99-based standards] (nextafterf): Likewise.
41468         [non-C99-based standards] (remainderf): Likewise.
41469         [non-C99-based standards] (rintf): Likewise.
41470         [non-C99-based standards] (scalbf): Likewise.
41471         [non-C99-based standards] (copysignl): Likewise.
41472         [non-C99-based standards] (exp2l): Likewise.
41473         [non-C99-based standards] (log2l): Likewise.
41474         [non-C99-based standards] (modfl): Allow.
41475         [non-C99-based standards] (erfl): Do not allow.
41476         [non-C99-based standards] (erfcl): Likewise.
41477         [non-C99-based standards] (gammal): Likewise.
41478         [non-C99-based standards] (hypotl): Likewise.
41479         [non-C99-based standards] (j0l): Likewise.
41480         [non-C99-based standards] (j1l): Likewise.
41481         [non-C99-based standards] (jnl): Likewise.
41482         [non-C99-based standards] (lgammal): Likewise.
41483         [non-C99-based standards] (tgammal): Likewise.
41484         [non-C99-based standards] (y0l): Likewise.
41485         [non-C99-based standards] (y1l): Likewise.
41486         [non-C99-based standards] (ynl): Likewise.
41487         [non-C99-based standards] (isnanl): Likewise.
41488         [non-C99-based standards] (acoshl): Likewise.
41489         [non-C99-based standards] (asinhl): Likewise.
41490         [non-C99-based standards] (atanhl): Likewise.
41491         [non-C99-based standards] (cbrtl): Likewise.
41492         [non-C99-based standards] (expm1l): Likewise.
41493         [non-C99-based standards] (ilogbl): Likewise.
41494         [non-C99-based standards] (log1pl): Likewise.
41495         [non-C99-based standards] (logbl): Likewise.
41496         [non-C99-based standards] (nextafterl): Likewise.
41497         [non-C99-based standards] (remainderl): Likewise.
41498         [non-C99-based standards] (rintl): Likewise.
41499         [non-C99-based standards] (scalbl): Likewise.
41500         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41501         [non-C99-based standards] (FP_*): Do not allow.
41502         [C99-based standards] (FP_*): Change to
41503         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41504         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41505         allow.
41506         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41507         (SIG_ERR): Likewise.
41508         [X/Open-based standards] (SIG_HOLD): Likewise.
41509         (SIG_IGN): Likewise.
41510         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41511         positive value.
41512         (SIGFPE): Likewise.
41513         (SIGILL): Likewise.
41514         (SIGINT): Likewise.
41515         (SIGSEGV): Likewise.
41516         (SIGTER): Likewise.
41517         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41518         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41519         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41520         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41521         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41522         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41523         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41524         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41525         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41526         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41527         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41528         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41529         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41530         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41531         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41532         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41533         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41534         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41535         [X/Open-based standards] (SIGTRAP): Likewise.
41536         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41537         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41538         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41539         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41540         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41541         allow.
41542
41543 2012-05-08  Ian Wienand  <ianw@vmware.com>
41544
41545         [BZ #14080]
41546         * time/tzset.c (__tzset_parse_tz): Update default rules for
41547         daylight time changes in the Energy Policy Act of 2005.
41548
41549 2012-05-09  Andreas Jaeger  <aj@suse.de>
41550
41551         [BZ #13983]
41552         * elf/ldconfig.c (parse_conf): Change string to make clear that
41553         ldconfig only issued a warning if ld.so.conf does not exist.
41554
41555 2012-05-08  David S. Miller  <davem@davemloft.net>
41556
41557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41558         movxtod instead of popping the value on the stack.
41559
41560         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41561
41562 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41563
41564         * config.h.in: Add HAVE_ARM_PCS_VFP.
41565
41566 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41567
41568         [BZ #13979]
41569         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41570         checking but the checks are disabled for any reason.
41571
41572 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41573
41574         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41575         and ELF64_R_TYPE with ELFW(R_TYPE).
41576
41577 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41578
41579         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41580         (ulimit): Likewise.
41581
41582         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41583         (settimeofday): Likewise.
41584
41585 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41586
41587         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41588         a struct th_u2 inside the union, and move tu_block/tu_code into
41589         a new th_u3 union of tu_block/tu_code inside of that.  Move
41590         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41591         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41592         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41593         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41594         (th_stuff): Change to th_u1.tu_stuff.
41595         (th_data): Define.
41596         (th_msg): Change to th_u1.th_u2.tu_data.
41597
41598 2012-05-07  David S. Miller  <davem@davemloft.net>
41599
41600         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41601
41602         [BZ #14074]
41603         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41604         (SETUP_PIC_REG): Use it.
41605         (SETUP_PIC_REG_LEAF): Use it.
41606
41607 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41608
41609         [BZ #13885]
41610         [BZ #13923]
41611         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41612         USE_AS_EXPM1L.
41613         (EXPL_FINITE): Likewise.
41614         (FLDLOG): Likewise.
41615         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41616         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41617         e_expl.S.
41618         * sysdeps/x86_64/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/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41624         e_expl.S.
41625         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41626         test of -max_value argument for long double.
41627         * sysdeps/i386/fpu/libm-test-ulps: Update.
41628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41629
41630 2012-05-06  David S. Miller  <davem@davemloft.net>
41631
41632         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41633         quad soft-float symbols whose references which are compiler
41634         generated.
41635         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41636
41637 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41638
41639         [BZ #13884]
41640         [BZ #13914]
41641         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41642         USE_AS_EXP10L.
41643         (EXPL_FINITE): Likewise.
41644         (FLDLOG): Likewise.
41645         (c0): Likewise.
41646         (c1): Likewise.
41647         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41648         Adjust comments for base varying.
41649         (__expl_finite): Change alias to EXPL_FINITE.
41650         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41651         e_expl.S.
41652         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41653         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41654         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41655         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41656         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41657         USE_AS_EXP10L.
41658         (EXPL_FINITE): Likewise.
41659         (FLDLOG): Likewise.
41660         (c0): Likewise.
41661         (c1): Likewise.
41662         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41663         Adjust comments for base varying.
41664         (__expl_finite): Change alias to EXPL_FINITE.
41665         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41666         tests for bugs.
41667         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41668
41669         [BZ #14064]
41670         * math/libm-test.inc (check_float_internal): Correct ulp
41671         calculation for subnormal expected results.
41672
41673 2012-05-06  Andreas Jaeger  <aj@suse.de>
41674
41675         * Makeconfig (+math-flags): New, set to -frounding-math.
41676         (+cflags): Add +math-flags so that all of glibc gets compiled with
41677         it.
41678
41679         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41680
41681 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41682
41683         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41684         Disable one test.
41685
41686         [BZ #13787]
41687         [BZ #13922]
41688         [BZ #14036]
41689         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41690         (__ieee754_expl): Allow for and saturate large arguments.
41691         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41692         (u_threshold): Likewise.
41693         (__exp): Call __ieee754_exp before checking for overflow and
41694         underflow.
41695         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41696         (u_threshold): Likewise.
41697         (__expf): Call __ieee754_expf before checking for overflow and
41698         underflow.
41699         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41700         (u_threshold): Likewise.
41701         (__expl): Call __ieee754_expl before checking for overflow and
41702         underflow.
41703         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41704         (__ieee754_expl): Allow for and saturate large arguments.
41705         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41706         missing overflow exception on overflow.
41707         (expm1_test): Do not allow missing overflow exception on overflow.
41708
41709         * sysdeps/i386/fpu/e_expl.c: Move to ...
41710         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41711         rather than using inline asm.
41712         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41713         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41714         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41715
41716         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41717         (nice): Likewise.
41718         (poll): Likewise.
41719         (signal): Likewise.
41720         (time): Likewise.
41721         (times): Likewise.
41722
41723 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41724
41725         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41726         sysdeps/unix/common/syscalls.list.
41727         (fchmod): Likewise.
41728         (fchown): Likewise.
41729         (ftruncate): Likewise.
41730         (getrusage): Likewise.
41731         (gettimeofday): Likewise.
41732         (setpgid): Likewise.
41733         (setregid): Likewise.
41734         (setreuid): Likewise.
41735         (sigaction): Likewise.
41736         (truncate): Likewise.
41737         (vhangup): Likewise.
41738         * sysdeps/unix/common/syscalls.list: Remove file.
41739         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41740         * sysdeps/unix/sysv/linux/Implies: Likewise.
41741
41742 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41743
41744         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41745         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41746         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41747         Moved to ...
41748         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41749         Here.
41750         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41751         to ...
41752         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41753         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41754         to ...
41755         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41756         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41757         to ...
41758         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41759         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41760         to ...
41761         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41762         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41763         to ...
41764         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41765         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41766         to ...
41767         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41768         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41769         to ...
41770         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41771         Here.
41772         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41773         to ...
41774         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41775         Here.
41776         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41777         to ...
41778         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41779         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41780         Moved to ...
41781         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41782         Here.
41783         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41784         to ...
41785         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41786
41787 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41788
41789         * sysdeps/unix/common/bits/dirent.h: Remove file.
41790         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41791
41792         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41793         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41794         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41795         * sysdeps/unix/bsd/isatty.c: Likewise.
41796         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41797         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41798         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41799
41800 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41801
41802         [BZ #13563]
41803         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41804         long double comparison inaccuracies.
41805         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41806         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41807
41808 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41809
41810         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41811         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41812
41813 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41814
41815         [BZ #14049]
41816         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41817         nonzero digits before rounding a hex value.
41818         * stdlib/tst-strtod.c (tests): Add another test.
41819
41820 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41821
41822         * sysdeps/s390/fpu/libm-test-ulps: Update.
41823
41824 2012-05-03  Andreas Jaeger  <aj@suse.de>
41825
41826         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41827         does not get optimized out.
41828         (malloc_opt_barrier): New.
41829
41830 2012-05-03  Andreas Jaeger  <aj@suse.de>
41831             Roland McGrath  <roland@hack.frob.com>
41832
41833         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41834         intermediate file deletion.
41835         (generated): Add .symlist files.
41836
41837 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41838
41839         [BZ #13775]
41840         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41841         Redirect under this condition.
41842         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41843         [__USE_GNU] (__dprintf_chk): Not under this condition.
41844         [__USE_GNU] (__vdprintf_chk): Likewise.
41845         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41846         under this condition.
41847         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41848         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41849         [__USE_XOPEN2K8] (vdprintf): Likewise.
41850         [__USE_GNU] (__dprintf_chk): Not under this condition.
41851         [__USE_GNU] (__vdprintf_chk): Likewise.
41852         [__USE_GNU] (dprintf): Likewise.
41853         [__USE_GNU] (vdprintf): Likewise.
41854
41855 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41856
41857         * elf/Makefile (common-generated): Set this instead of generated for
41858         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41859         $(all-built-dso)-derived lists.
41860
41861 2012-05-03  Andreas Jaeger  <aj@suse.de>
41862
41863         * sysdeps/i386/fpu/libm-test-ulps: Update.
41864
41865         * FAQ: Removed.
41866         * FAQ.in: Likewise.
41867         * scripts/gen-FAQ.pl: Likewise.
41868         * manual/install.texi (Installation): Point to online location of
41869         FAQ.
41870         * Makefile (files-for-dist): Remove FAQ.
41871         (FAQ): Remove.
41872
41873 2012-05-02  Allan McRae  <allan@archlinux.org>
41874
41875         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41876         (LDFLAGS-reldepmod5.so): Likewise.
41877         (LDFLAGS-reldep6mod1.so): Likewise.
41878         (LDFLAGS-reldep6mod4.so): Likewise.
41879         (LDFLAGS-reldep8mod3.so): Likewise.
41880         (LDFLAGS-unload4mod1.so): Likewise.
41881         (LDFLAGS-unload4mod2.so): Likewise.
41882         (LDFLAGS-tst-initorder): Likewise.
41883         (LDFLAGS-tst-initordera2.so): Likewise.
41884         (LDFLAGS-tst-initordera3.so): Likewise.
41885         (LDFLAGS-tst-initordera4.so): Likewise.
41886         (LDFLAGS-tst-initorderb2.so): Likewise.
41887         (LDFLAGS-noload): Likewise.
41888         (LDFLAGS-next): Likewise.
41889         (LDFLAGS-order2mod1.so): Likewise.
41890         (LDFLAGS-order2mod2.so): Likewise.
41891         (LDFLAGS-tst-initorder2): Likewise.
41892         (LDFLAGS-tst-initorder2a.so): Likewise.
41893         (LDFLAGS-tst-initorder2b.so): Likewise.
41894         (LDFLAGS-tst-initorder2c.so): Likewise.
41895         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41896
41897 2012-05-02  David S. Miller  <davem@davemloft.net>
41898
41899         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41900
41901 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41902
41903         [BZ #14055]
41904         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41905
41906 2012-05-02  Andreas Jaeger  <aj@suse.de>
41907
41908         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41909         since we manipulate rounding mode.
41910         (CPPFLAGS-test-idouble.c): Likewise.
41911         (CPPFLAGS-test-ifloat.c): Likewise.
41912         (CFLAGS-test-ldouble.c): Likewise.
41913         (CFLAGS-test-double.c): Likewise.
41914         (CFLAGS-test-float.c): Likewise.
41915         (CFLAGS-test-misc.c): Likewise.
41916         (CFLAGS-test-test-fenv.c): Likewise.
41917
41918 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41919
41920         [BZ #2550]
41921         [BZ #2570]
41922         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41923         comparisons to determine direction to adjust input.
41924
41925 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41926
41927         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41928         output to the target.
41929
41930         * scripts/localplt.awk: New file.
41931         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41932         (check-localplt-CFLAGS): Variable removed.
41933         ($(all-built-dso:=.jmprel)): New static pattern rule.
41934         (generated): Add those targets.
41935         (localplt-built-dso): New variable.
41936         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41937
41938         * elf/check-localplt.c: File removed.
41939
41940         * scripts/check-execstack.awk: New file.
41941         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41942         (check-execstack-CFLAGS): Variable removed.
41943         ($(objpfx)check-execstack.h): Target removed.
41944         ($(objpfx)execstack-default): New target.
41945         (generated): Add that instead of check-execstack.h.
41946         ($(all-built-dso:=.phdr)): New static pattern rule.
41947         (generated): Add those targets.
41948         * elf/check-execstack.c: File removed.
41949
41950         * scripts/check-textrel.awk: New file.
41951         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41952         (check-textrel-CFLAGS): Variable removed.
41953         (all-built-dso): Use := to define.o
41954         ($(all-built-dso:=.dyn)): New static pattern rule.
41955         (generated): Add those targets.
41956         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41957         * config.make.in (READELF): New substituted variable.
41958         * elf/check-textrel.c: File removed.
41959
41960 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41961
41962         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41963         allow.
41964         * conform/data/ctype.h-data [C99-based standards] (isblank):
41965         Expect function.
41966         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41967         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41968         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41969         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41970         Specify type.  Require positive value.
41971         (EILSEQ): Likewise.
41972         (ERANGE): Likewise.
41973         [ISO || POSIX] (EILSEQ): Do not expect.
41974         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41975         Specify type.  Require positive value.
41976         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41977         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41978         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41979         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41980         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41981         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41982         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41983         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41984         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41985         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41986         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41987         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41988         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41989         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41990         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41991         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41992         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41993         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41994         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41995         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41996         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41997         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41998         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41999         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
42000         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
42001         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
42002         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
42003         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
42004         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
42005         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
42006         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
42007         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
42008         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
42009         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
42010         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
42011         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
42012         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
42013         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
42014         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
42015         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
42016         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
42017         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
42018         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
42019         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
42020         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
42021         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
42022         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
42023         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
42024         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
42025         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
42026         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
42027         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
42028         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
42029         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
42030         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
42031         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
42032         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
42033         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
42034         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
42035         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
42036         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
42037         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
42038         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
42039         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
42040         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
42041         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
42042         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
42043         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
42044         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
42045         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
42046         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
42047         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
42048         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
42049         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
42050         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
42051         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
42052         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
42053         Require >= 2.
42054         (FLT_ROUNDS): Expect as macro, not constant.
42055         (FLT_MANT_DIG): Use macro-int-constant.
42056         (DBL_MANT_DIG): Likewise.
42057         (LDBL_MANT_DIG): Likewise.
42058         (FLT_DIG): Likewise.
42059         (DBL_DIG): Likewise.
42060         (LDBL_DIG): Likewise.
42061         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
42062         (DBL_MIN_EXP): Likewise.
42063         (LDBL_MIN_EXP): Likewise.
42064         (FLT_MAX_EXP): Use macro-int-constant.
42065         (DBL_MAX_EXP): Likewise.
42066         (LDBL_MAX_EXP): Likewise.
42067         (FLT_MAX_10_EXP): Likewise.
42068         (DBL_MAX_10_EXP): Likewise.
42069         (LDBL_MAX_10_EXP): Likewise.
42070         (FLT_MAX): Use macro-constant.
42071         (DBL_MAX): Likewise.
42072         (LDBL_MAX): Likewise.
42073         (FLT_EPSILON): Use macro-constant.  Give upper bound.
42074         (DBL_EPSILON): Likewise.
42075         (LDBL_EPSILON): Likewise.
42076         (FLT_MIN): Likewise.
42077         (DBL_MIN): Likewise.
42078         (LDBL_MIN): Likewise.
42079         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
42080         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
42081         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
42082         [ISO11] (FLT_HAS_SUBNORM): Likewise.
42083         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
42084         [ISO11] (DBL_DECIMAL_DIG): Likewise.
42085         [ISO11] (FLT_DECIMAL_DIG): Likewise.
42086         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
42087         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
42088         [ISO11] (FLT_TRUE_MIN): Likewise.
42089         [ISO11] (LDBL_TRUE_MIN): Likewise.
42090         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42091         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
42092         (SCHAR_MIN): Use macro-int-constant.  Specify type.
42093         (SCHAR_MAX): Likewise.
42094         (UCHAR_MAX): Likewise.
42095         (CHAR_MIN): Likewise.
42096         (CHAR_MAX): Likewise.
42097         (MB_LEN_MAX): Use macro-int-constant.
42098         (SHRT_MIN): Use macro-int-constant.  Specify type.
42099         (SHRT_MAX): Likewise.
42100         (USHRT_MAX): Likewise.
42101         (INT_MAX): Likewise.
42102         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
42103         bound negative.
42104         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42105         bound with "U".
42106         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42107         bound with "L".
42108         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
42109         bound negative.  Suffix upper bound with "L".
42110         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
42111         bound with "UL".
42112         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
42113         Specify type.
42114         [C99-based standards] (LLONG_MAX): Likewise.
42115         [C99-based standards] (ULLONG_MAX): Likewise.
42116         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
42117         == 0.
42118         [ISO11] (max_align_t): Require type.
42119         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42120
42121         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
42122         from $CFLAGS, without defining away __attribute__ calls.
42123         (checknamespace): Use $CFLAGS_namespace.
42124
42125         * conform/conformtest.pl (@keywords): Only include C99 keywords
42126         for standards based on C99 or C11.
42127
42128         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
42129         Disable tests.
42130         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
42131         UNIX98]: Likewise.
42132
42133         * conform/conformtest.pl: Handle "macro-int-constant" and test for
42134         usability of symbols in #if.
42135
42136         * conform/conformtest.pl: If macro or constant types start
42137         "promoted:", expect the symbol to be of the following type
42138         promoted by the integer promotions.
42139
42140         * conform/conformtest.pl: Parse all "constant" and "macro" lines
42141         in one place.  Also handle "macro-constant".
42142
42143         * conform/conformtest.pl: Only accept expected macro values with
42144         "==".  Parse all "macro" lines in one place.
42145         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
42146
42147         * conform/conformtest.pl: Handle braced types on "constant" lines
42148         instead of handling "typed-constant".
42149         * conform/data/signal.h-data: Use "constant" instead of
42150         "typed-constant".
42151
42152         * conform/conformtest.pl: Handle "optional-" at start of lines in
42153         one place rather than duplicating several cases.  Handle each
42154         format of "macro" line with initial "optional-".
42155
42156         * conform/conformtest.pl: Only accept expected constant or
42157         optional-constant values with "==".  Parse all "constant" lines in
42158         one place.  Parse all "optional-constant" lines in one place.
42159         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
42160         * conform/data/fmtmsg.h-data: Likewise.
42161         * conform/data/netinet/in.h-data: Likewise.
42162         * conform/data/tar.h-data: Likewise.
42163         * conform/data/limits.h-data: Use "==" form on "constant" and
42164         "optional-constant" lines.
42165
42166         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
42167         Use -std=c99 for XOPEN2K.
42168         (@knownproblems): Remove.
42169         (newtoken): Don't check %isknown.
42170
42171         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
42172         Do not expect macro.
42173         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
42174         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
42175         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
42176         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
42177         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
42178         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
42179         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
42180         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
42181         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
42182         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
42183         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
42184         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
42185         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
42186         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
42187         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
42188         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
42189         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
42190         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
42191         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
42192         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
42193         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
42194         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
42195         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
42196         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
42197         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
42198         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
42199         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
42200         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
42201         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
42202         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
42203         [XPG3] (acosh): Likewise.
42204         [XPG3] (asinh): Likewise.
42205         [XPG3] (atanh): Likewise.
42206         [XPG3] (cbrt): Likewise.
42207         [XPG3] (expm1): Likewise.
42208         [XPG3] (ilogb): Likewise.
42209         [XPG3] (log1p): Likewise.
42210         [XPG3] (logb): Likewise.
42211         [XPG3] (nextafter): Likewise.
42212         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
42213         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42214         [XPG3] (remainder): Likewise.
42215         [XPG3] (rint): Likewise.
42216         [XPG3 || XPG4 || UNIX98] (round): Likewise.
42217         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42218         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42219         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42220         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42221         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42222         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42223         [UNIX98 || XOPEN2K] (scalb): Expect.
42224         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42225         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42226         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42227         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42228         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42229         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42230         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42231         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42232         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42233         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42234         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42235         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42236         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42237         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42238         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42239         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42240         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42241         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42242         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42243         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42244         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42245         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42246         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42247         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42248         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42249         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42250         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42251         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42252         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42253         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42254         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42255         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42256         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42257         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42258         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42259         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42260         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42261         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42262         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42263         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42264         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42265         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42266         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42267         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42268         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42269         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42270         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42271         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42272         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42273         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42274         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42275         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42276         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42277         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42278         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42279         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42280         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42281         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42282         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42283         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42284         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42285         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42286         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42287         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42288         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42289         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42290         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42291         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42292         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42293         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42294         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42295         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42296         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42297         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42298         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42299         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42300         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42301         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42302         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42303         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42304         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42305         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42306         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42307         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42308         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42309         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42310         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42311         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42312         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42313         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42314         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42315         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42316         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42317         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42318         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42319         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42320         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42321         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42322         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42323         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42324         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42325         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42326         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42327         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42328         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42329         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42330         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42331         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42332         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42333         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42334         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42335         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42336         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42337         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42338         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42339         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42340         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42341         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42342         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42343         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42344         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42345         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42346         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42347         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42348         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42349         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42350         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42351         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42352         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42353         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42354         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42355         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42356         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42357         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42358         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42359         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42360         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42361
42362         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42363         _XOPEN_SOURCE_EXTENDED for XPG4.
42364
42365         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42366
42367         * Makeconfig (localtime): Remove variable.
42368         (inst_localtime-file): Likewise.
42369
42370 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42371
42372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42373         Update.
42374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42375         Update.
42376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42377         Update.
42378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42379         Update.
42380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42381         Update.
42382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42383         Update.
42384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42385         Update.
42386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42387         Update.
42388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42389         Update.
42390
42391 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42392
42393         [BZ #2550]
42394         [BZ #2570]
42395         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42396         comparisons to determine direction to adjust input.
42397         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42398         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42399         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42400         Likewise.
42401         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42402         Likewise.
42403         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42404         Likewise.
42405         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42406         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42407         Likewise.
42408         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42409         Likewise.
42410         * math/libm-test.inc (nexttoward_test): Add more tests.
42411
42412 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42413
42414         [BZ #14040]
42415         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42416         in version GLIBC_2.1, not GLIBC_2.0.
42417         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42418         Likewise.
42419
42420 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42421
42422         [BZ #13942]
42423         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42424         (1 - x) * (1 + x).
42425         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42426         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42427         * math/libm-test.inc (acos_test): Add more tests.
42428         (asin_test): Likewise.
42429         * sysdeps/i386/fpu/libm-test-ulps: Update.
42430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42431
42432         [BZ #14034]
42433         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42434         of square root.
42435         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42436         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42437         * math/libm-test.inc (acos_test_tonearest): New function.
42438         (acos_test_towardzero): Likewise.
42439         (acos_test_downward): Likewise.
42440         (acos_test_upward): Likewise.
42441         (asin_test_tonearest): Likewise.
42442         (asin_test_towardzero): Likewise.
42443         (asin_test_downward): Likewise.
42444         (asin_test_upward): Likewise.
42445         (main): Call the new functions.
42446         * sysdeps/i386/fpu/libm-test-ulps: Update.
42447         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42448
42449         [BZ #13884]
42450         [BZ #13924]
42451         * math/e_exp10.c: Include <float.h>.
42452         (__ieee754_exp10): Handle underflow here rather than multiplying
42453         large negative argument by M_LN10.
42454         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42455         of __ieee754_expf.
42456         * math/e_exp10l.c: Include <float.h>.
42457         (__ieee754_exp10l): Handle underflow here rather than multiplying
42458         large negative argument by M_LN10l.
42459         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42460         spurious overflow exception on underflow.
42461
42462 2012-04-29  Marek Polacek  <polacek@redhat.com>
42463
42464         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42465         (__fortify_function): New macro.
42466         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42467         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42468         __extern_always_inline.
42469         * libio/bits/stdio2.h: Likewise.
42470         * libio/bits/stdio.h: Likewise.
42471         * string/string.h: Likewise.
42472         * string/bits/string3.h: Likewise.
42473         * include/stdio.h: Likewise.
42474         * stdlib/bits/stdlib.h: Likewise.
42475         * stdlib/stdlib.h: Likewise.
42476         * rt/bits/mqueue2.h: Likewise.
42477         * rt/mqueue.h: Likewise.
42478         * posix/bits/unistd.h: Likewise.
42479         * posix/unistd.h: Likewise.
42480         * io/bits/poll2.h: Likewise.
42481         * io/bits/fcntl2.h: Likewise.
42482         * io/fcntl.h: Likewise.
42483         * io/sys/poll.h: Likewise.
42484         * misc/bits/syslog.h: Likewise.
42485         * misc/bits/syslog-ldbl.h: Likewise.
42486         * misc/sys/syslog.h: Likewise.
42487         * socket/bits/socket2.h: Likewise.
42488         * socket/sys/socket.h: Likewise.
42489         * debug/tst-chk1.c: Likewise.
42490         * wcsmbs/bits/wchar2.h: Likewise.
42491         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42492         * wcsmbs/wchar.h: Likewise.
42493
42494 2012-04-29  Andreas Jaeger  <aj@suse.de>
42495
42496         * Makerules (tests): Remove enable-check-abi protection.
42497         (check-abi-warn): Remove.
42498         (check-abi-%): Remove check-abi-warn usage.
42499
42500         * configure.in: Remove check-abi configure option.
42501         * configure: Regenerated.
42502         * config.make.in (enable-check-abi): Remove.
42503
42504 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42505
42506         [BZ #14033]
42507         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42508         double functions to double *_finite functions.
42509
42510         [BZ #13941]
42511         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42512         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42513         LDBL_MIN_EXP.
42514         * stdio-common/Makefile (tests): Add tst-sprintf3.
42515         * stdio-common/tst-sprintf3.c: New file.
42516
42517         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42518         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42519
42520 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42521
42522         * conform/conformtest.pl: Remove duplicate typed-constant
42523         handling.
42524
42525 2012-04-28  David S. Miller  <davem@davemloft.net>
42526
42527         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42528         (check-abi-%): Remove AWK script prerequisite and explicit
42529         abilist directory.
42530         (check-abi): Rewrite to just diff the symlist with the abilist.
42531         (config-tls, config-abi-config): Delete, no longer used.
42532         (update-abi-%): Remove AWK script and explicit abilist directory.
42533         (update-abi): Rewrite to simply compare and conditionally copy the
42534         symlist and the sysdep abilist file.  Remove update-abi-config
42535         checks.
42536         * abilist/ld.abilist: Remove.
42537         * abilist/libBrokenLocale.abilist: Remove.
42538         * abilist/libanl.abilist: Remove.
42539         * abilist/libcrypt.abilist: Remove.
42540         * abilist/libdl.abilist: Remove.
42541         * abilist/librt.abilist: Remove.
42542         * abilist/libthread_db.abilist: Remove.
42543         * abilist/libutil.abilist: Remove.
42544         * scripts/extract-abilist.awk: Remove.
42545         * scripts/merge-abilist.awk: Remove.
42546         * sysdeps/generic/libcidn.abilist: New file.
42547         * sysdeps/generic/libnss_compat.abilist: New file.
42548         * sysdeps/generic/libnss_db.abilist: New file.
42549         * sysdeps/generic/libnss_dns.abilist: New file.
42550         * sysdeps/generic/libnss_files.abilist: New file.
42551         * sysdeps/generic/libnss_hesiod.abilist: New file.
42552         * sysdeps/generic/libnss_nis.abilist: New file.
42553         * sysdeps/generic/libnss_nisplus.abilist: New file.
42554         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42555         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42556         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42557         file.
42558         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42559         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42560         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42561         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42562         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42563         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42564         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42565         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42566         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42567         file.
42568         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42569         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42570         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42571         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42572         file.
42573         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42574         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42575         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42576         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42577         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42578         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42579         file.
42580         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42581         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42582         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42583         file.
42584         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42585         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42586         New file.
42587         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42588         New file.
42589         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42590         New file.
42591         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42592         New file.
42593         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42594         New file.
42595         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42596         New file.
42597         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42598         New file.
42599         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42600         New file.
42601         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42602         New file.
42603         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42604         New file.
42605         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42606         New file.
42607         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42608         New file.
42609         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42610         New file.
42611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42612         file.
42613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42614         New file.
42615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42616         New file.
42617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42618         file.
42619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42620         New file.
42621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42622         New file.
42623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42624         file.
42625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42626         New file.
42627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42628         New file.
42629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42630         New file.
42631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42632         New file.
42633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42634         New file.
42635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42636         New file.
42637         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42638         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42639         file.
42640         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42641         New file.
42642         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42643         file.
42644         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42645         file.
42646         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42647         file.
42648         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42649         file.
42650         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42651         file.
42652         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42653         New file.
42654         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42655         file.
42656         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42657         file.
42658         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42659         New file.
42660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42661         file.
42662         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42663         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42664         file.
42665         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42666         New file.
42667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42668         file.
42669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42670         file.
42671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42672         file.
42673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42674         file.
42675         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42676         file.
42677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42678         New file.
42679         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42680         file.
42681         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42682         file.
42683         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42684         New file.
42685         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42686         file.
42687         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42688         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42689         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42690         file.
42691         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42692         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42693         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42694         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42695         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42696         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42697         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42698         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42699         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42700         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42701         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42702         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42703         file.
42704         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42705         New file.
42706         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42707         file.
42708         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42709         file.
42710         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42711         file.
42712         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42713         file.
42714         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42715         file.
42716         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42717         New file.
42718         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42719         New file.
42720         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42721         file.
42722         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42723         New file.
42724         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42725         file.
42726         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42727         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42728         file.
42729         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42730         New file.
42731         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42732         file.
42733         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42734         file.
42735         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42736         file.
42737         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42738         file.
42739         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42740         file.
42741         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42742         New file.
42743         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42744         New file.
42745         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42746         file.
42747         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42748         New file.
42749         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42750         file.
42751
42752 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42753
42754         * conform/conformtest.pl: Fix typo in handling typed-constant from
42755         allow-header.
42756
42757 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42758
42759         * README: Cut down references to pre-2.6 Linux kernels and
42760         Linuxthreads.  Update lists of configurations in libc and ports
42761         and sort alphabetically.  Say "or newer" with Linux kernel version
42762         requirements.
42763
42764         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42765
42766 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42767
42768         [BZ #887]
42769         * math/libm-test.inc (logb_test_downward): New test to expose
42770         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42771         rounding mode.
42772
42773 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42774
42775         [BZ #14027]
42776         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42777         to be done.
42778         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42779         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42780
42781 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42782
42783         * sysdeps/unix/i386/brk.S: Remove file.
42784         * sysdeps/unix/i386/dl-brk.S: Likewise.
42785         * sysdeps/unix/i386/pipe.S: Likewise.
42786         * sysdeps/unix/i386/sigreturn.S: Likewise.
42787         * sysdeps/unix/i386/syscall.S: Likewise.
42788         * sysdeps/unix/i386/vfork.S: Likewise.
42789         * sysdeps/unix/i386/wait.S: Likewise.
42790
42791         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42792         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42793
42794         * configure.in (arm*-none*): Do not allow without
42795         --enable-hacker-mode.
42796         (netbsd*): Remove case setting base_os.
42797         (386bsd*): Likewise.
42798         (freebsd*): Likewise.
42799         (bsdi*): Likewise.
42800         (osf*): Likewise.
42801         (sunos*): Likewise.
42802         (ultrix*): Likewise.
42803         (newsos*): Likewise.
42804         (dynix*): Likewise.
42805         (*bsd*): Likewise.
42806         (sysv*): Likewise.
42807         (isc*): Likewise.
42808         (esix*): Likewise.
42809         (sco*): Likewise.
42810         (minix*): Likewise.
42811         (irix4*): Likewise.
42812         (irix6*): Likewise.
42813         (solaris[2-9]*): Likewise.
42814         (none): Likewise.
42815         * configure: Regenerated.
42816
42817 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42818
42819         [BZ #11521]
42820         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42821         overflow or cancellation in calculating denominator.
42822         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42823         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42824         down expression to avoid unexpected rounding in newer GCCs.
42825         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42826
42827 2012-04-26  David S. Miller  <davem@davemloft.net>
42828
42829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42830         long-double compat symbols.
42831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42836         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42837         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42838         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42839         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42840         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42841         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42842         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42843         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42844
42845 2012-04-25  David S. Miller  <davem@davemloft.net>
42846
42847         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42848         HWCAP_* values only after the memory barriers have been defined.
42849         (atomic_full_barrier): Define.
42850         (atomic_read_barrier): Define.
42851         (atomic_write_barrier): Define.
42852
42853 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42854
42855         * shlib-versions: Add libgcc_s version information.
42856         * sysdeps/generic/libgcc_s.h: Remove.
42857         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42858         libgcc_s.h.
42859         * sysdeps/gnu/unwind-resume.c: Likewise.
42860         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42861
42862 2012-04-25  David S. Miller  <davem@davemloft.net>
42863
42864         * sysdeps/unix/sparc/brk.S: Delete.
42865         * sysdeps/unix/sparc/dl-brk.S: Delete.
42866         * sysdeps/unix/sparc/pipe.S: Delete.
42867         * sysdeps/unix/sparc/sysdep.S: Delete.
42868         * sysdeps/unix/sparc/sysdep.h: Delete.
42869         * sysdeps/unix/sparc/vfork.S: Delete.
42870         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42871         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42872         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42873         (ret_ERRVAL, r0, r1, MOVE): Define.
42874         (JUMPTARGET): Remove.
42875         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42876         sysdeps/unix/sparc/sysdep.h
42877         (ENTRY, END): Remove.
42878         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42879
42880 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42881
42882         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42883         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42884         -DIS_IN_build.
42885
42886         * timezone/README: Update upstream location and email address for
42887         tzcode and tzdata.
42888         * timezone/zdump.c: Update from tzcode 2012b.
42889         * timezone/zic.c: Likewise.
42890
42891         * configure.in (libc_cv_as_needed): Remove test.
42892         * configure: Regenerated.
42893         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42894         conditional definition.
42895         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42896         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42897         * config.make.in (have-as-needed): Remove variable.
42898
42899 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42900             Paul Pluzhnikov  <ppluzhnikov@google.com>
42901
42902         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42903         strings correctly.
42904
42905 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42906
42907         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42908         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42909         * sysdeps/sh/strlen.S: Likewise.
42910
42911 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42912
42913         * sysdeps/unix/fork.S: Remove file.
42914         * sysdeps/unix/i386/fork.S: Likewise.
42915         * sysdeps/unix/sparc/fork.S: Likewise.
42916
42917         * sysdeps/unix/system.c: Remove file.
42918         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42919
42920         * sysdeps/unix/getegid.S: Remove file.
42921         * sysdeps/unix/geteuid.S: Likewise.
42922
42923 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42924
42925         * scripts/check-localplt.awk: New file.
42926         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42927         of diff.
42928         * scripts/data/localplt-generic.data: Add a comment.
42929
42930         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42931         NODE when __dir_mkfile failed.
42932         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42933         Reported by Ludovic Courtès <ludo@gnu.org>.
42934
42935 2012-04-24  Andreas Jaeger  <aj@suse.de>
42936
42937         * Makerules (common-clean): Also remove gen-as-const-headers
42938         files.
42939
42940 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42941
42942         * Makerules (native-compile): Do not change working directory for
42943         build.  Use $(OUTPUT_OPTION) in command.
42944         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42945
42946 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42947
42948         [BZ #13886]
42949         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42950         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42951         * math/libm-test.inc (floor_test): Add more tests.
42952         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42953
42954 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42955
42956         * sysdeps/unix/getdents.c: Remove file.
42957         * sysdeps/unix/sysv/getdents.c: Likewise.
42958         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42959
42960         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42961         sysdeps/unix/mman/syscalls.list.
42962         (mmap): Likewise.
42963         (mprotect): Likewise.
42964         (msync): Likewise.
42965         (munmap): Likewise.
42966         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42967         * sysdeps/unix/mman/syscalls.list: Remove.
42968         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42969
42970         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42971         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42972         * configure: Regenerated.
42973         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42974         $(libgcc_s_suffix).
42975         * config.make.in (libgcc_s_suffix): Remove variable.
42976
42977 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42978
42979         * sysdeps/unix/sysv/gethostname.c: Move to ...
42980         * sysdeps/posix/gethostname.c: ... here.
42981
42982         * sysdeps/unix/execve.S: Remove file.
42983
42984         * sysdeps/unix/_exit.S: Remove file.
42985
42986 2012-04-23  Andreas Jaeger  <aj@suse.de>
42987
42988         [BZ #13739]
42989         * manual/Makefile: Remove make dist support, there's no
42990         need for a stand-alone documentation tar ball.
42991         (TEXI2DVI): Define always, it's not in Makeconfig.
42992         (dist): Removed.
42993         (tar-it): Removed.
42994         (edition): Removed.
42995         (glibc-doc-$(edition).tar): Removed
42996         (%.Z): Removed.
42997         (%.gz): Removed.
42998         (%.uu): Removed.
42999         (ETAGS): Remove, it's in Makeconfig.
43000         (move-if-change): Remove, it's in Makeconfig.
43001
43002 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
43003
43004         [BZ #13970]
43005         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
43006         (strtod, strtof, strtold, strtol, strtoul, strtoq)
43007         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
43008         (strtod_l, strtof_l, strtold_l): Remove __wur.
43009         It is not necessarily an error to ignore strtol's return value.
43010         One can reliably look at the stored endptr to decide whether
43011         the number had valid syntax.
43012
43013 2012-04-21  Andreas Jaeger  <aj@suse.de>
43014
43015         [BZ #13739]
43016         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
43017
43018 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
43019
43020         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
43021         * sysdeps/unix/sysv/Versions: Remove file.
43022
43023 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
43024
43025         [BZ #13927]
43026         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43027
43028 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
43029
43030         [BZ #7064]
43031         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
43032         version from __vm86.
43033
43034 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
43035
43036         * sysdeps/unix/common/lxstat.c: Remove file.
43037         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
43038
43039         * sysdeps/unix/sysv/Makefile: Remove file.
43040
43041         * sysdeps/unix/sysv/direct.h: Remove file.
43042
43043         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
43044         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
43045         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
43046         * sysdeps/unix/sysv/bits/signum.h: Likewise.
43047         * sysdeps/unix/sysv/bits/stat.h: Likewise.
43048         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
43049         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
43050
43051         * sysdeps/unix/sysv/setrlimit.c: Remove file.
43052
43053         * sysdeps/unix/xmknod.c: Remove file.
43054         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
43055
43056         * sysdeps/unix/sysv/settimeofday.c: Remove file.
43057
43058         * sysdeps/unix/sysv/i386/time.S: Remove file.
43059
43060         * sysdeps/unix/fxstat.c: Remove file.
43061         * sysdeps/unix/xstat.c: Likewise.
43062         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
43063
43064         * sysdeps/unix/sysv/sigaction.c: Remove file.
43065
43066         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
43067         (sysdep_headers): Remove variable.
43068         [termio.h not in sysdep_headers] (generated): Likewise.
43069         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
43070         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
43071         * sysdeps/unix/sysv/tcdrain.c: Likewise.
43072         * sysdeps/unix/sysv/tcflow.c: Likewise.
43073         * sysdeps/unix/sysv/tcflush.c: Likewise.
43074         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
43075         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
43076         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
43077         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
43078         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
43079
43080         * sysdeps/unix/siglist.c: Remove file.
43081
43082         * sysdeps/unix/getppid.S: Remove file.
43083
43084         * sysdeps/unix/mkdir.c: Remove file.
43085         * sysdeps/unix/rmdir.c: Likewise.
43086
43087 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
43088
43089         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
43090         ERR_MAX value.
43091         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
43092         errlist-compat value.
43093
43094 2012-04-18  David S. Miller  <davem@davemloft.net>
43095
43096         * sysdeps/generic/memcopy.h (reg_char): Delete.
43097         * debug/strcat_chk.c: Use char, not reg_char.
43098         * debug/strcpy_chk.c: Likewise.
43099         * debug/strncat_chk.c: Likewise.
43100         * debug/strncpy_chk.c: Likewise.
43101         * string/memchr.c: Likewise.
43102         * string/memrchr.c: Likewise.
43103         * string/rawmemchr.c: Likewise.
43104         * string/strcat.c: Likewise.
43105         * string/strchr.c: Likewise.
43106         * string/strchrnul.c: Likewise.
43107         * string/strcmp.c: Likewise.
43108         * string/strcpy.c: Likewise.
43109         * string/strncat.c: Likewise.
43110         * string/strncmp.c: Likewise.
43111         * string/strncpy.c: Likewise.
43112
43113 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43114
43115         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
43116         __builtin_memcopy is called when src and dest ranges are known to not
43117         overlap.
43118
43119 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43120
43121         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
43122         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
43123         fwd_align_merge macro call.
43124         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
43125         bwd_align_merge macro call.
43126         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43127
43128 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
43129
43130         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
43131         bwd_align_merge macros.
43132         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
43133         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
43134         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
43135
43136 2012-04-18  David S. Miller  <davem@davemloft.net>
43137
43138         * sysdeps/sparc/sparc64/memcopy.h: Delete.
43139
43140 2012-04-18  Andreas Jaeger  <aj@suse.de>
43141
43142         [BZ# 6794]
43143         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
43144         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
43145         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43146
43147         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
43148         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
43149         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43150
43151         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
43152         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
43153         Adjust for changed ldbl-128 files.
43154
43155         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
43156         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
43157         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
43158
43159 2012-04-17  David S. Miller  <davem@davemloft.net>
43160
43161         * sysdeps/sparc/sparc32/memcopy.h: Delete.
43162
43163 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
43164
43165         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
43166         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
43167         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
43168         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
43169         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
43170         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
43171
43172 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43173
43174         [BZ #6794]
43175         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
43176         * math/libm-test.inc: Add ilogb errno and exception tests.
43177         * math/w_ilogb.c: New file: ilogb wrapper.
43178         * math/w_ilogbf.c: New file: ilogbf wrapper.
43179         * math/w_ilogbl.c: New file: ilogbl wrapper.
43180         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
43181         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
43182         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
43183         exception being thrown with 0.0 as argument.
43184         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
43185         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
43186         exception being thrown with 0.0 as argument.
43187         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
43188         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43189         exception being thrown with 0.0 as argument.
43190         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
43191         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
43192         exception being thrown with 0.0 as argument.
43193         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
43194         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
43195         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
43196         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
43197         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
43198         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
43199         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
43200         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
43201         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
43202
43203 2012-04-17  Petr Baudis  <pasky@ucw.cz>
43204
43205         * include/sys/uio.h: Change __vector to __iovec to avoid clash
43206         with altivec.
43207
43208 2012-04-16  Marek Polacek  <polacek@redhat.com>
43209
43210         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
43211
43212 2012-04-16  Marek Polacek  <polacek@redhat.com>
43213
43214         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43215         operands of fdivp instruction.
43216
43217 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43218
43219         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43220         * elf/tst-auditmod3b.c: Likewise.
43221         * elf/tst-auditmod4b.c: Likewise.
43222         * elf/tst-auditmod5b.c: Likewise.
43223         * elf/tst-auditmod6b.c: Likewise.
43224         * elf/tst-auditmod6c.c: Likewise.
43225         * elf/tst-auditmod7b.c: Likewise.
43226         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43227         * sysdeps/x86_64/preconfigure.in: Likewise.
43228         * sysdeps/x86_64/preconfigure: Regenerated.
43229
43230 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43231
43232         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43233         __ILP32__.
43234
43235 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
43236
43237         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43238         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43239
43240 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43241
43242         [BZ #13973]
43243         * locale/iso-639.def: Fix gl language name. Spotted by
43244         Yaron Shahrabani.
43245
43246 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43247
43248         [BZ #2074]
43249         * libio/libio.h (__io_write_fn): Update comment.
43250
43251 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43252
43253         [BZ #2074]
43254         * stdio.texi (Hook Functions): The user provided writer function
43255         is not allowed to return -1.
43256
43257 2012-04-11  David S. Miller  <davem@davemloft.net>
43258
43259         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43260
43261 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43262
43263         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43264         Add a leading slash to rtkaio.
43265
43266 2012-04-11  Jim Meyering  <meyering@redhat.com>
43267
43268         [BZ #11959]
43269         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43270         It is not necessarily an error to ignore fwrite's return
43271         value.  One can reliably use ferror to test for errors after
43272         the fact.
43273
43274 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43275
43276         * bits/types.h (__snseconds_t): New type.
43277         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43278
43279         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43280         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43281         (__SNSECONDS_T_TYPE): Likewise.
43282         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43283         (__SNSECONDS_T_TYPE): Likewise.
43284         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43285         (__SNSECONDS_T_TYPE): Likewise.
43286
43287 2012-04-10  Andreas Jaeger  <aj@suse.de>
43288
43289         [BZ #2636]
43290         * manual/time.texi (Processor Time): Return type of times is
43291         elapsed real time since an arbitrary point in the past.
43292         (CPU Time): Move CLK_TCK from here...
43293         (Processor Time): ...to here.  Correct description.
43294         * manual/conf.texi (Constants for Sysconf): Correct description of
43295         _SC_CLK_TCK.
43296
43297 2012-04-10  David S. Miller  <davem@davemloft.net>
43298
43299         [BZ #13967]
43300         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43301         where the is a gap between DT_REL(A) and DT_JMPREL.
43302
43303 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43304
43305         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43306         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43307         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43308
43309 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43310
43311         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43312         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43313         (dl_main): Handle --inhibit-cache.
43314         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43315         _dl_inhibit_cache.
43316         * elf/dl-load.c (_dl_map_object): Use it.
43317         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43318
43319 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43320
43321         [BZ #13872]
43322         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43323         (__ieee754_powl): Saturate large exponents rather than testing for
43324         overflow of y*log2(x).
43325         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43326         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43327         exceptions.
43328
43329         [BZ #11521]
43330         * math/s_ctan.c: Include <float.h>.
43331         (__ctan): Avoid internal overflow or cancellation in calculating
43332         denominator.
43333         * math/s_ctanf.c: Likewise.
43334         * math/s_ctanl.c: Likewise.
43335         * math/s_ctanh.c: Likewise.
43336         * math/s_ctanhf.c: Likewise.
43337         * math/s_ctanhl.c: Likewise.
43338         * math/libm-test.inc (ctan_test): Add more tests.
43339         (ctanh_test): Likewise.
43340         * sysdeps/i386/fpu/libm-test-ulps: Update.
43341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43342
43343 2012-04-09  Andreas Jaeger  <aj@suse.de>
43344
43345         [BZ #6894]
43346         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43347         is an optional BSD extension.
43348
43349         [BZ #10254]
43350         * manual/stdio.texi (Opening Streams): Document additional fopen
43351         parameters.
43352
43353 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43354
43355         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43356         %eax without telling the compiler.
43357
43358 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43359
43360         [BZ # 13963]
43361         * manual/install.texi: Use sourceware.org.
43362
43363 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43364
43365         [BZ #13873]
43366         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43367         (__ieee754_pow): Generate overflow and underflow using huge*huge
43368         and tiny*tiny rather than just returning constant infinity or zero
43369         for large exponents.
43370         * math/libm-test.inc (pow_test): Require overflow exceptions for
43371         applicable cases of large exponents.
43372
43373         [BZ #706]
43374         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43375         (__ieee754_pow): Use iterative multiplication algorithm only for
43376         integer exponents with absolute value below 1024.  Check for odd
43377         integer exponents when using algorithm for real exponents.
43378         * math/libm-test.inc (pow_test): Add more tests.
43379         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43380
43381 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43382
43383         [BZ #13705]
43384         * math/libm-test.inc (exp_test): Do not allow overflow exception
43385         on underflow test.
43386
43387 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43388
43389         [BZ #13705]
43390         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43391         instead of __kernel_standard_f.
43392
43393 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43394
43395         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43396         * sysdeps/x86_64/memset_chk.S: Likewise.
43397
43398 2012-04-08  Andreas Jaeger  <aj@suse.de>
43399
43400         [BZ #10153]
43401         * manual/startup.texi (Environment Access): Describe return value
43402         for putenv and setenv.
43403
43404         [BZ #6895]
43405         * manual/filesys.texi (Directory Entries): Add description for
43406         DT_LNK.
43407
43408         [BZ #6890]
43409         * manual/filesys.texi (Directory Entries): Clarify that it's file
43410         system not operating system in the description of DT_UNKNOWN.
43411
43412         [BZ #6578]
43413         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43414
43415 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43416
43417         [BZ #6649]
43418         * manual/llio.texi (Opening and Closing Files): Add cross
43419         reference to explain mode argument.
43420
43421 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43422
43423         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43424         * sysdeps/x86_64/memset_chk.S: Likewise.
43425
43426 2012-04-07  David S. Miller  <davem@davemloft.net>
43427
43428         * elf/elf.h (R_SPARC_WDISP10): Define.
43429         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43430         R_SPARC_SIZE32.
43431         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43432         R_SPARC_SIZE64 and R_SPARC_H34.
43433
43434 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43435
43436         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43437         conditions and remove no longer applicable assertion.
43438
43439 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43440
43441         * bits/byteswap.h: Include <features.h>.
43442         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43443         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43444
43445 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43446
43447         * bits/byteswap.h (__bswap_16): Removed.
43448         Include <bits/byteswap-16.h> to get __bswap_16.
43449         * sysdeps/i386/bits/byteswap.h: Likewise.
43450         * sysdeps/s390/bits/byteswap.h: Likewise.
43451         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43452         * bits/byteswap-16.h: New file.
43453         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43454         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43455         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43456         * string/Makefile (headers): Add bits/byteswap-16.h.
43457
43458 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43459
43460         [BZ #13895]
43461         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43462         extra indirection.
43463         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43464         * nss/tst-nss-static.c: New.
43465
43466 2012-04-06  Robert Millan  <rmh@gnu.org>
43467
43468         [BZ #6486]
43469         * manual/llio.texi (File Position Primitive): lseek
43470         refers to WHENCE when it really means OFFSET.
43471
43472 2012-04-06  Andreas Jaeger  <aj@suse.de>
43473
43474         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43475         strncmp declarations.
43476
43477         * abilist/libc.abilist: Add __poll and __ppoll.
43478
43479 2012-04-05  David S. Miller  <davem@davemloft.net>
43480
43481         * scripts/check-local-headers.sh: Accept a host triplet in the
43482         path matched by the exclude regexp.
43483
43484         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43485         definition.
43486         * sysdeps/powerpc/powerpc32/dl-machine.h
43487         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43488         * sysdeps/s390/s390-32/dl-machine.h
43489         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43490         * sysdeps/sparc/sparc32/dl-machine.h
43491         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43492         * sysdeps/sparc/sparc64/dl-machine.h
43493         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43494
43495         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43496         lazy binding.
43497         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43498         undefined symbol errors.
43499
43500         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43501         DT_NEEDED entries.
43502
43503 2012-04-05  Michael Matz  <matz@suse.de>
43504
43505         [BZ #13592]
43506         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43507
43508 2012-04-05  Andreas Jaeger  <aj@suse.de>
43509
43510         [BZ #13908]
43511         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43512         comment.
43513
43514 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43515
43516         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43517         which ROUND is no valid rounding mode.
43518
43519 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43520
43521         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43522         read again.
43523         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43524
43525 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43526
43527         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43528         an exception using FPU order intentionally.
43529
43530 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43531
43532         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43533         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43534         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43535         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43536
43537 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43538
43539         [BZ #12340]
43540         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43541         EINVAL when BUFLEN is too smal.
43542
43543 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43544
43545         [BZ #13553]
43546         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43547         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43548
43549 2012-04-03  Andreas Jaeger  <aj@suse.de>
43550
43551         [BZ #13938]
43552         * manual/setjmp.texi (System V contexts): Fix sentence.
43553
43554         [BZ #13926]
43555         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43556         New macro for this case.
43557         [!__GNUC__] (__bswap_64): New inline function for this case.
43558         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43559         * bits/byteswap.h: Likewise.
43560         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43561         ull, guard with __GLIBC_HAVE_LONG_LONG.
43562
43563         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43564         __GLIBC_HAVE_LONG_LONG.
43565
43566         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43567         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43568
43569 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43570
43571         [BZ #13691]
43572         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43573         inptr and inend, rather than using last_ch.
43574
43575 2012-04-02  David S. Miller  <davem@davemloft.net>
43576
43577         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43578         * stdio-common/printf-parse.h (read_int): Change return type to
43579         'int', return -1 on INT_MAX overflow.
43580         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43581         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43582         overflows INT_MAX.  Check for overflow of in-format-string precision
43583         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43584         SIZE_MAX not INT_MAX for integer overflow test.
43585         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43586         skip the construct in the format string but do not record anything.
43587         * stdio-common/bug22.c: Adjust to test both width/prevision
43588         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43589         explicitly for proper errno values.
43590
43591 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43592
43593         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43594         CHAR_MAX.
43595         * string/test-strcmp.c [! WIDE]: Likewise.
43596         * time/tst-mktime2.c: Likewise for INT_MAX.
43597         * string/test-string.h: #include <sys/param.h> for MIN.
43598
43599         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43600         * sysdeps/i386/init-first.c (init): Likewise.
43601         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43602         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43603         * sysdeps/sh/init-first.c (init): Likewise.
43604
43605 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43606
43607         * po/ru.po: Update from translation team.
43608         * po/vi.po: Likewise.
43609
43610 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43611
43612         * resolv/nss_dns/dns-host.c: Merge copyright years.
43613
43614 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43615
43616         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43617         Optimize memcpy with prefetch if
43618         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43619         src, dst pointers have unequal 16 byte alignments.
43620
43621 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43622
43623         [BZ #13928]
43624         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43625         from a CNAME entry and return the minimum ttl for the query.
43626         (gaih_getanswer_slice): Likewise.
43627
43628 2012-03-30  Jeff Law  <law@redhat.com>
43629
43630         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43631         due to long keys.
43632         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43633         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43634
43635         * resolv/nss_dns/dns-host.c: Update copyright year.
43636
43637 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43638
43639         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43640         requests to save a system call.  Fix check that all bytes are sent.
43641
43642         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43643         comments for sendmmsg.
43644
43645 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43646
43647         [BZ #13691]
43648         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43649         with only 1 character between 0x0041 and 0x01b0.
43650         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43651         * wcsmbs/tst-mbsnrtowcs.c: New file.
43652
43653 2012-03-29  David S. Miller  <davem@davemloft.net>
43654
43655         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43656         small copies by hand.
43657
43658 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43659
43660         [BZ #13761]
43661         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43662         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43663         group memberships.
43664
43665 2012-03-28  David S. Miller  <davem@davemloft.net>
43666
43667         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43668         that branches into memcpy.
43669         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43670         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43671         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43672         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43673         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43674         bits.
43675         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43676         implementation too.
43677         * sysdeps/sparc/mempcpy.S: New file.
43678
43679         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43680         the IFUNC routine in the libc case.
43681         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43682
43683         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43684         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43685         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43686         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43687         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43688         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43689         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43690         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43691
43692         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43693         loop to 256 bytes instead of 64 bytes and fix test signedness.
43694
43695         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43696         * sysdeps/sparc/sparc32/Makefile: rather than here...
43697         * sysdeps/sparc/sparc64/Makefile: and here.
43698
43699 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43700
43701         * malloc/mallocbug.c: Avoid warnings about unused variables.
43702
43703 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43704
43705         [BZ #13760]
43706         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43707         in the right place. Discard and retry query if response is
43708         larger than input buffer size.
43709
43710 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43711
43712         [BZ #369]
43713         [BZ #2678]
43714         [BZ #3866]
43715         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43716         x for large integer exponent.
43717         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43718         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43719         sign of result as needed afterwards.
43720         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43721         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43722         result for underflowing pow the same as for overflow.
43723         (__kernel_standard_l): Handle powl overflow and underflow here
43724         rather than calling __kernel_standard.
43725         * math/libm-test.inc (pow_test): Add more tests.
43726
43727         [BZ #3868]
43728         [BZ #13879]
43729         [BZ #13910]
43730         [BZ #13911]
43731         [BZ #13912]
43732         [BZ #13913]
43733         [BZ #13915]
43734         [BZ #13916]
43735         [BZ #13917]
43736         [BZ #13918]
43737         [BZ #13919]
43738         [BZ #13920]
43739         [BZ #13921]
43740         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43741         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43742         (__kernel_standard_l): New function.
43743         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43744         __kernel_standard.
43745         * math/w_acosl.c (__acosl): Likewise.
43746         * math/w_asinl.c (__asinl): Likewise.
43747         * math/w_atan2l.c (__atan2l): Likewise.
43748         * math/w_atanhl.c (__atanhl): Likewise.
43749         * math/w_coshl.c (__coshl): Likewise.
43750         * math/w_exp10l.c (__exp10l): Likewise.
43751         * math/w_exp2l.c (__exp2l): Likewise.
43752         * math/w_fmodl.c (__fmodl): Likewise.
43753         * math/w_hypotl.c (__hypotl): Likewise.
43754         * math/w_j0l.c (__j0l, __y0l): Likewise.
43755         * math/w_j1l.c (__j1l, __y1l): Likewise.
43756         * math/w_jnl.c (__jnl, __ynl): Likewise.
43757         * math/w_lgammal.c (__lgammal): Likewise.
43758         * math/w_log10l.c (__log10l): Likewise.
43759         * math/w_log2l.c (__log2l): Likewise.
43760         * math/w_logl.c (__logl): Likewise.
43761         * math/w_powl.c (__powl): Likewise.
43762         * math/w_remainderl.c (__remainderl): Likewise.
43763         * math/w_scalbl.c (sysv_scalbl): Likewise.
43764         * math/w_sinhl.c (__sinhl): Likewise.
43765         * math/w_sqrtl.c (__sqrtl): Likewise.
43766         * math/w_tgammal.c (__tgammal): Likewise.
43767         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43768         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43769         * math/libm-test.inc (acos_test): Add more tests.
43770         (acosh_test): Likewise.
43771         (asin_test): Likewise.
43772         (atanh_test): Likewise.
43773         (exp_test): Likewise.
43774         (exp10_test): Likewise.
43775         (exp2_test): Likewise.
43776         (expm1_test): Likewise.
43777         (lgamma_test): Likewise.
43778         (log_test): Likewise.
43779         (log10_test): Likewise.
43780         (log1p_test): Likewise.
43781         (log2_test): Likewise.
43782         (pow_test): Do not allow some spurious overflow exceptions.
43783         (sqrt_test): Add more tests.
43784         (tgamma_test): Likewise.
43785         (y0_test): Likewise.
43786         (y1_test): Likewise.
43787         (yn_test): Likewise.
43788
43789 2012-03-27  Anton Blanchard  <anton@samba.org>
43790
43791         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43792         MAP_HUGETLB.
43793         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43794         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43795         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43796
43797 2012-03-27  David S. Miller  <davem@davemloft.net>
43798
43799         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43800
43801         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43802         have-as-vis3 check.
43803
43804 2012-03-27  Andreas Jaeger  <aj@suse.de>
43805
43806         * sysdeps/x86_64/elf/configure.in: Moved to ...
43807         * sysdeps/x86_64/configure.in: ... here.
43808         * sysdeps/x86_64/elf/start.S: Moved to ...
43809         * sysdeps/x86_64/start.S: ... here.
43810         * sysdeps/x86_64/elf/configure: Delete.
43811
43812         * sysdeps/x86_64/configure.in: Merge contents from
43813         sysdeps/i386/configure.in (without i686 check).
43814
43815         * sysdeps/i386/elf/Versions: Merge into ...
43816         * sysdeps/i386/Versions: ... this.
43817         * sysdeps/i386/elf/Versions: Delete file.
43818         * sysdeps/i386/elf/start.S: Moved to ...
43819         * sysdeps/i386/start.S: ...here.
43820         * sysdeps/i386/elf/configure.in: Merge into...
43821         * sysdeps/i386/configure.in: ...here.
43822         * sysdeps/i386/elf/configure.in: Delete file.
43823         * sysdeps/i386/elf/configure: Delete file.
43824
43825         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43826         * debug/backtracesyms.c: ... here.
43827         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43828         * debug/backtracesymsfd.c: ... here.
43829         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43830         * sysdeps/generic/ifunc-sel.h: ... here.
43831
43832         * sysdeps/unix/i386/start.c: Delete file.
43833         * sysdeps/unix/sparc/start.c: Delete file.
43834         * sysdeps/unix/start.c: Delete file.
43835
43836         * sysdeps/sh/elf/configure.in: Moved to ...
43837         * sysdeps/sh/configure.in: ... here.
43838         * sysdeps/sh/elf/start.S: Moved to ...
43839         * sysdeps/sh/start.S: ... here.
43840         * sysdeps/sh/elf/configure: Delete file.
43841
43842         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43843         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43844         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43845         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43846         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43847         * sysdeps/powerpc/powerpc64/start.S: here.
43848         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43849         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43850         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43851         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43852         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43853
43854         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43855         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43856         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43857         * sysdeps/powerpc/powerpc32/start.S: ... here.
43858         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43859         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43860         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43861
43862         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43863         * sysdeps/powerpc/ifunc-sel.h: ... here.
43864         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43865         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43866
43867         * sysdeps/sparc/elf/configure.in: Moved to ...
43868         * sysdeps/sparc/configure.in: ... here.
43869         * sysdeps/sparc/elf/configure: Delete file.
43870         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43871         * sysdeps/sparc/sparc32/start.S: ... here.
43872         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43873         * sysdeps/sparc/sparc64/start.S: ... here.
43874         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43875         * sysdeps/sparc/sparc32/Makefile: ... this.
43876         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43877         * sysdeps/sparc/sparc64/Makefile: ... this.
43878
43879         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43880         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43881         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43882         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43883         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43884         * sysdeps/s390/s390-32/setjmp.S: ... here.
43885         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43886         * sysdeps/s390/s390-32/configure.in: ... here.
43887         * sysdeps/s390/s390-32/elf/configure: Delete file.
43888         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43889         * sysdeps/s390/s390-32/start.S: ... here.
43890
43891         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43892         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43893         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43894         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43895         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43896         * sysdeps/s390/s390-64/setjmp.S: ... here.
43897         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43898         * sysdeps/s390/s390-64/configure.in: ... here
43899         * sysdeps/s390/s390-64/elf/configure: Delete file.
43900         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43901         * sysdeps/s390/s390-64/start.S: ... here.
43902         * sysdeps/s390/s390-64/elf/configure: Delete.
43903
43904         * configure.in: Remove support for elf directories in sysdeps.
43905
43906         * configure: Regenerated.
43907         * sysdeps/i386/configure: Regenerated.
43908         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43909         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43910         * sysdeps/s390/s390-32/configure: Regenerated.
43911         * sysdeps/s390/s390-64/configure: Regenerated.
43912         * sysdeps/sh/configure: Regenerated.
43913         * sysdeps/sparc/configure: Regenerated.
43914         * sysdeps/x86_64/configure: Regenerated.
43915
43916 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43917
43918         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43919
43920         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43921         denormal result into account.
43922
43923 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43924
43925         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43926         Reported by Allan McRae <allan@archlinux.org>.
43927
43928 2012-03-23  Jeff Law  <law@redhat.com>
43929
43930         * nss/getnssent.c (__nss_getent): Fix typo.
43931
43932 2012-03-23  David S. Miller  <davem@davemloft.net>
43933
43934         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43935
43936 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43937
43938         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43939         to pad to uint64_t for each field.
43940         (dl_tls_index): Replace unsigned long with uint64_t.
43941
43942 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43943         Paul Pluzhnikov  <ppluzhnikov@google.com>
43944
43945         [BZ #6528]
43946         * grp/Makefile (otherlibs): Don't set it.
43947         * inet/Makefile (otherlibs): Likewise.
43948         * login/Makefile (otherlibs): Likewise.
43949         * nscd/Makefile (otherlibs): Likewise.
43950         * posix/Makefile (otherlibs): Likewise.
43951         * pwd/Makefile (otherlibs): Likewise.
43952         * rt/Makefile (otherlibs): Likewise.
43953         * sunrpc/Makefile (otherlibs): Likewise.
43954         * nss/Makefile (otherlibs): Likewise.
43955         Add libnss_files to routines and static-only-routines.
43956         ($(objpfx)getent): Remove rule.
43957         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43958         static-only-routines.
43959
43960 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43961
43962         [BZ #13892]
43963         * math/s_cexp.c: Include <float.h>.
43964         (__cexp): Handle exp result overflowing not necessarily
43965         overflowing both real and imaginary parts of result.
43966         * math/s_cexpf.c: Likewise.
43967         * math/s_cexpl.c: Likewise.
43968         * math/libm-test.inc (cexp_test): Add more tests.
43969         * sysdeps/i386/fpu/libm-test-ulps: Update.
43970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43971
43972 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43973
43974         * include/link.h (ELFW): New macro.
43975         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43976         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43977
43978 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43979
43980         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43981         with uint64_t.
43982
43983 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43984
43985         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43986         declaration.
43987         (struct La_x32_retval): Likewise.
43988
43989 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43990
43991         * sysdeps/x86_64/preconfigure.in: New file.
43992         * sysdeps/x86_64/preconfigure: New generated file.
43993
43994 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43995
43996         [BZ #13824]
43997         * math/e_exp2l.c: Include <float.h>.
43998         (__ieee754_exp2l): Handle overflow and underflow cases
43999         separately.  Only pass fractional part of argument to
44000         __ieee754_expl.
44001         * math/libm-test.inc (exp2_test): Add more tests.
44002
44003         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
44004         negating x to take absolute value.
44005         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
44006         Likewise.
44007         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
44008         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
44009         Likewise.
44010         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
44011         computing low part if x was negated.
44012         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
44013
44014 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44015
44016         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
44017         la_x32_gnu_pltexit.
44018         (pltexit): Cast int_retval to ptrdiff_t.
44019         * elf/tst-auditmod3b.c: Likewise.
44020         * elf/tst-auditmod4b.c: Likewise.
44021         * elf/tst-auditmod5b.c: Likewise.
44022         * elf/tst-auditmod6b.c: Likewise.
44023         * elf/tst-auditmod6c.c: Likewise.
44024         * elf/tst-auditmod7b.c: Likewise.
44025
44026         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
44027         and x32_gnu_pltexit.
44028
44029         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
44030         __ELF_NATIVE_CLASS.
44031         (La_x32_regs): New macro.
44032         (La_x32_retval): Likewise.
44033         (la_x32_gnu_pltenter): New function prototype.
44034         (la_x32_gnu_pltexit): Likewise.
44035
44036 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
44037
44038         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
44039         exponent.
44040
44041         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44042
44043         * configure.in (libc_cv_cc_nofma): Check for option to disable
44044         generation of FMA instructions.
44045         * configure: Regenerate.
44046         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
44047         * sysdeps/ieee754/dbl-64/Makefile: New file.
44048         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
44049         Remove brandred-fma4.
44050         (CFLAGS-brandred-fma4.c): Remove.
44051         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
44052         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
44053         define.
44054         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
44055         define.
44056
44057 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44058
44059         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44060         LLONG_MAX != LONG_MAX.
44061         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44062         (_fitoa_word): Likewise.
44063         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
44064         LLONG_MAX != LONG_MAX.
44065         * stdio-common/_itowa.h: Include <_itoa.h>.
44066         (_itowa_word): Use _ITOA_WORD_TYPE on value.
44067         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
44068         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
44069         only if not defined.
44070         (_ITOA_WORD_TYPE): Likewise.
44071         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44072         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
44073
44074 2012-03-21  David S. Miller  <davem@davemloft.net>
44075
44076         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44077
44078 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
44079
44080         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
44081         of x86_64 when setting libc_cv_slibdir, libdir and
44082         libc_cv_localedir.
44083         * sysdeps/unix/sysv/linux/configure: Regenerated.
44084
44085 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44086
44087         * manual/lang.texi (Old Varargs): Remove section.
44088         (How Variadic): Update menu.
44089         (va_start): Do not mention varargs.h.
44090
44091 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44092             Joseph Myers  <joseph@codesourcery.com>
44093
44094         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
44095         link test.
44096         * configure: Regenerated.
44097
44098 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44099
44100         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
44101         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
44102         conformtest.pl
44103
44104 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44105
44106         * NOTES: Remove.
44107         * Makefile (files-for-dist): Remove NOTES.
44108         (NOTES): Remove rule.
44109         * README: Don't refer to NOTES.
44110         * manual/creature.texi: Don't include macros.texi.
44111         * manual/intro.texi (creature.texi): Remove comment referring to
44112         NOTES.
44113
44114         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
44115         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
44116         * configure: Regenerated.
44117         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
44118         LIBC_TRY_CC_OPTION.
44119         (libc_cv_as_i686): Likewise.
44120         (libc_cv_cc_avx): Likewise.
44121         (libc_cv_cc_sse2avx): Likewise.
44122         (libc_cv_cc_fma4): Likewise.
44123         (libc_cv_cc_novzeroupper): Likewise.
44124         * sysdeps/i386/configure: Regenerated.
44125
44126         [BZ #13883]
44127         * sysdeps/i386/fpu/s_cexp.S: Remove.
44128         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
44129         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
44130         * math/libm-test.inc (cexp_test): Add more tests.
44131         * sysdeps/i386/fpu/libm-test-ulps: Update.
44132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44133
44134 2012-03-21  Allan McRae  <allan@archlinux.org>
44135
44136         * timezone/Makefile: Do not install iso3166.tab and zone.tab
44137
44138 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
44139
44140         [BZ #13871]
44141         * math/w_exp2.c: Do not include <float.h>.
44142         (o_threshold, u_threshold): Remove.
44143         (__exp2): Calculate result before checking finiteness and calling
44144         __kernel_standard.
44145         * math/w_exp2f.c: Likewise.
44146         * math/w_exp2l.c: Likewise.
44147         * math/libm-test.inc (exp2_test): Require overflow exception for
44148         1e6 input.
44149
44150         [BZ #3866]
44151         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
44152         range of signed 64-bit integers before using fistpll.  Remove
44153         checks for whether integers fit in mantissa bits.
44154         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
44155         the range of signed 32-bit integers before using fistpl.  Remove
44156         checks for whether integers fit in mantissa bits.
44157         * sysdeps/i386/fpu/e_powl.S (p64): New object.
44158         (__ieee754_powl): Test for y outside the range of signed 64-bit
44159         integers before using fistpll.  Reduce 64-bit values to 63-bit
44160         ones as needed.
44161         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
44162         divide-by-zero is raised for zero to large negative powers.
44163         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
44164         (__ieee754_powl): Test for y outside the range of signed 64-bit
44165         integers before using fistpll.  Reduce 64-bit values to 63-bit
44166         ones as needed.
44167         * math/libm-test.inc (pow_test): Add more tests.
44168
44169 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44170
44171         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
44172         <stdio-common/_itoa.h>.
44173         * debug/segfault.c: Likewise.
44174         * elf/dl-cache.c: Likewise.
44175         * elf/dl-minimal.c: Likewise.
44176         * elf/dl-misc.c: Likewise.
44177         * elf/dl-sysdep.c: Likewise.
44178         * elf/dl-version.c: Likewise.
44179         * elf/rtld.c: Likewise.
44180         * hurd/hurdsock.c: Likewise.
44181         * hurd/lookup-retry.c: Likewise.
44182         * malloc/malloc.c: Likewise.
44183         * malloc/mtrace.c: Likewise.
44184         * nscd/nscd_getgr_r.c: Likewise.
44185         * nscd/nscd_getpw_r.c: Likewise.
44186         * nscd/nscd_getserv_r.c: Likewise.
44187         * posix/getopt_init.c: Likewise.
44188         * posix/wordexp.c: Likewise.
44189         * stdio-common/_itoa.c: Likewise.
44190         * stdio-common/printf_fphex.c: Likewise.
44191         * stdio-common/vfprintf.c: Likewise.
44192         * string/_strerror.c: Likewise.
44193         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
44194         * sysdeps/i386/i686/hp-timing.h: Likewise.
44195         * sysdeps/mach/_strerror.c: Likewise.
44196         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
44197         * sysdeps/mach/hurd/sethostid.c: Likewise.
44198         * sysdeps/mach/hurd/xmknodat.c: Likewise.
44199         * sysdeps/mach/xpg-strerror.c: Likewise.
44200         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
44201         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
44202         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
44203         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
44204         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
44205         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
44206         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
44207         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
44208         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
44209         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
44210         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
44211         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
44212         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
44213         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44214         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44215         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44216         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44217         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44218         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44219         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44220         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44221
44222         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44223
44224         * stdio-common/_itoa.h: Moved to ...
44225         * sysdeps/generic/_itoa.h: Here.
44226
44227         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44228
44229         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44230         instead of "_itoa.h" and "_itowa.h".
44231         * stdio-common/vfprintf.: Likewise.
44232
44233 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44234
44235         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44236         <bits/wordsize.h>.
44237         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44238         (__signbit): Likwise.
44239         (llrintf): Likwise.
44240         (llrint): Likwise.
44241
44242 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44243
44244         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44245         __WORDSIZE != 64.
44246
44247 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44248
44249         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44250         OVERFLOW_EXCEPTION_OK.
44251         * math/libm-test.inc ("Philosophy"): Update comment about
44252         exception testing.
44253         (OVERFLOW_EXCEPTION): Define.
44254         (OVERFLOW_EXCEPTION_OK): Likewise.
44255         (INVALID_EXCEPTION_OK): Renumber.
44256         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44257         (IGNORE_ZERO_INF_SIGN): Likewise.
44258         (test_exceptions): Handle FE_OVERFLOW.
44259         (exp10_test): Expect overflow exceptions.
44260         (exp2_test): Likewise.
44261         (expm1_test): Likewise.
44262         (nextafter_test): Likewise.
44263         (pow_test): Likewise.
44264         (scalbn_test): Likewise.
44265         (scalbln_test): Likewise.
44266
44267 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44268
44269         * sysdeps/x86_64/bits/atomic.h
44270         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44271         64bit integer.
44272         (atomic_exchange_acq): Likewise.
44273         (__arch_exchange_and_add_body): Likewise.
44274         (__arch_add_body): Likewise.
44275         (atomic_add_negative): Likewise.
44276         (atomic_add_zero): Likewise.
44277
44278 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44279
44280         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44281         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44282
44283 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44284
44285         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44286         Check __x86_64__ instead of __WORDSIZE.
44287
44288 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44289
44290         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44291
44292 2012-03-19  David S. Miller  <davem@davemloft.net>
44293
44294         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44295
44296         * sysdeps/sparc/fpu/fenv_private.h: New file.
44297         * sysdeps/sparc/fpu/math_private.h: Use it.
44298         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44299         Remove.
44300         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44301         (libc_feholdexcept_setroundl): Remove.
44302         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44303         Remove.
44304         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44305         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44306
44307 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44308
44309         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44310         int64_t instead of long int.
44311         (INSERT_WORDS64): Likwise.
44312
44313 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44314
44315         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44316         _Unwind_GetCFA return to _Unwind_Ptr first.
44317
44318 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44319
44320         [BZ #13629]
44321         * math/s_clog.c: Include <float.h>.
44322         (__clog): Scale large or subnormal inputs.
44323         * math/s_clogf.c: Likewise.
44324         * math/s_clogl.c: Likewise.
44325         * math/s_clog10.c: Include <float.h>.
44326         (M_LOG10_2): Define.
44327         (__clog10): Scale large or subnormal inputs.
44328         * math/s_clog10f.c: Likewise.
44329         * math/s_clog10l.c: Likewise.
44330         * math/libm-test.inc (clog_test): Add more tests.
44331         (clog10_test): Likewise.
44332         * sysdeps/i386/fpu/libm-test-ulps: Update.
44333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44334
44335         [BZ #11451]
44336         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44337         x and y.
44338         * math/libm-test.inc (atan2_test): Add another test.
44339
44340         * Makerules (common-objdir-compile): Remove.
44341         * sysdeps/unix/Makefile (config-generated): Do not add
44342         $(unix-generated) to variable.
44343         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44344         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44345         Remove rule.
44346         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44347         Likewise.
44348         [generic bits/local_lim.h] (before-compile): Do not append to
44349         variable.
44350         [generic bits/local_lim.h] (common-generated): Likewise.
44351         [generic sys/param.h] (before-compile): Do not append to variable.
44352         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44353         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44354         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44355         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44356         include.
44357         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44358         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44359         [generic sys/param.h] ($(addprefix
44360         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44361         [generic sys/param.h] (common-generated): Do not append to
44362         variable.
44363         [generic sys/param.h] (sysdep_headers): Likewise.
44364         [generic bits/errno.h] (before-compile): Do not append to
44365         variable.
44366         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44367         rule.
44368         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44369         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44370         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44371         [generic bits/errno.h] (common-generated): Do not append to
44372         variable.
44373         [generic bits/ioctls.h] (before-compile): Do not append to
44374         variable.
44375         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44376         rule.
44377         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44378         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44379         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44380         rule.
44381         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44382         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44383         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44384         [generic bits/ioctls.h] (common-generated): Do not append to
44385         variable.
44386         [generic sys/syscall.h] (syscall.h): Remove variable.
44387         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44388         rule.
44389         [generic sys/syscall.h] (before-compile): Do not append to
44390         variable.
44391         [generic sys/syscall.h] (common-generated): Likewise.
44392         * sysdeps/unix/errnos-tmpl.c: Remove file.
44393         * sysdeps/unix/errnos.awk: Likewise.
44394         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44395         * sysdeps/unix/ioctls.awk: Likewise.
44396         * sysdeps/unix/mk-local_lim.c: Likewise.
44397         * sysdeps/unix/snarf-ioctls: Likewise.
44398
44399 2012-03-19  Richard Henderson  <rth@twiddle.net>
44400
44401         * sysdeps/i386/fpu/fenv_private.h: New file.
44402         * sysdeps/i386/fpu/math_private.h: Use it.
44403         (math_opt_barrier, math_force_eval): Remove.
44404         (libc_feholdexcept_setround_53bit): Remove.
44405         (libc_feupdateenv_53bit): Remove.
44406         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44407         (math_opt_barrier, math_force_eval): Remove.
44408         (libc_feholdexcept): Remove.
44409         (libc_feholdexcept_setround): Remove.
44410         (libc_fetestexcept, libc_fesetenv): Remove.
44411         (libc_feupdateenv_test): Remove.
44412         (libc_feupdateenv, libc_feholdsetround): Remove.
44413         (libc_feresetround): Remove.
44414
44415         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44416         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44417
44418         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44419         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44420         (libc_feupdateenv_testl): New.
44421         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44422         (libc_feupdateenv_testf): New.
44423         (libc_feupdateenv): Use libc_feupdateenv_test.
44424         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44425         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44426
44427         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44428         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44429         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44430         (libc_feresetround_noex): New.
44431         (libc_feresetround_noexf): New.
44432         (libc_feresetround_noexl): New.
44433         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44434         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44435         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44436         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44437         SET_RESTORE_ROUND.
44438         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44439         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44440         (__cos): Likewise.
44441         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44442         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44443         SET_RESTORE_ROUND_NOEX.
44444         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44445         SET_RESTORE_ROUND_NOEXF.
44446         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44447         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44448         (libc_feholdsetroundf): New.
44449         (libc_feresetround, libc_feresetroundf): New.
44450
44451         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44452         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44453         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44454
44455         * sysdeps/generic/math_private.h: Include <fenv.h>.
44456         (default_libc_feholdexcept): New.
44457         (default_libc_feholdexcept_setround): New.
44458         (default_libc_fesetenv, default_libc_feupdateenv): New.
44459         (libc_feholdexcept): Only define if undefined.
44460         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44461         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44462         (libc_feholdexcept_setroundl): Likewise.
44463         (libc_feholdexcept_setround_53bit): Likewise.
44464         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44465         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44466         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44467         (libc_feupdateenv_53bit): Likewise.
44468         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44469         (libc_feholdexcept): Convert from macro to inline function.
44470         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44471         (libc_fesetenv, libc_feupdateenv): Likewise.
44472
44473         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44474         not previously defined.
44475         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44476         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44477         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44478         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44479         * sysdeps/ieee754/flt-32/math_private.h: New file.
44480         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44481         math_private.h below SET_FLOAT_WORD.
44482         (__isnan, __isinf_ns, __finite): Remove.
44483         (__isnanf, __isinf_nsf, __finitef): Remove.
44484
44485 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44486
44487         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44488
44489 2012-03-17  David S. Miller  <davem@davemloft.net>
44490
44491         [BZ #6471]
44492         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44493         for 2.16.
44494
44495 2012-03-16  David S. Miller  <davem@davemloft.net>
44496
44497         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44498         warnings.
44499
44500         [BZ #6471]
44501         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44502         properly.
44503         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44504         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44505         sysdep_routines when subdir is sysvipc.
44506         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44507         __getshmlba helper.
44508
44509         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44510
44511 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44512
44513         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44514         [__LP64__].
44515
44516 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44517
44518         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44519         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44520         (__lround): Renamed to ...
44521         (__llround): This.  Replace long int with long long int.
44522         Define lround functions as aliases of llround functions.
44523         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44524
44525 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44526
44527         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44528         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44529         adresses to uintptr_t.  Replace "long int" and "unsigned long
44530         int" with "greg_t" on va_arg.
44531
44532 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44533
44534         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44535         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44536
44537         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44538         Move e_machine check before EI_CLASS check.  Handle x32
44539         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44540         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44541         SKIP_EM_IA_64 and include
44542         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44543
44544         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44545         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44546         (add_system_dir): New macro.
44547
44548         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44549         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44550
44551 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44552
44553         [BZ #2551]
44554         [BZ #2552]
44555         [BZ #2553]
44556         [BZ #2554]
44557         [BZ #2562]
44558         [BZ #2563]
44559         [BZ #2565]
44560         [BZ #2566]
44561         [BZ #2576]
44562         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44563         (y0): Likewise.
44564         * math/w_j0f.c (j0f): Likewise.
44565         (y0f): Likewise.
44566         * math/w_j0l.c (__j0l): Likewise.
44567         (__y0l): Likewise.
44568         * math/w_j1.c (j1): Likewise.
44569         (y1): Likewise.
44570         * math/w_j1f.c (j1f): Likewise.
44571         (y1f): Likewise.
44572         * math/w_j1l.c (__j1l): Likewise.
44573         (__y1l): Likewise.
44574         * math/w_jn.c (jn): Likewise.
44575         (yn): Likewise.
44576         * math/w_jnf.c (jnf): Likewise.
44577         (ynf): Likewise.
44578         * math/w_jnl.c (__jnl): Likewise.
44579         (__ynl): Likewise.
44580         * math/libm-test.inc (j0_test): Add more tests.
44581         (j1_test): Likewise.
44582         (jn_test): Likewise.  Add trailing semicolon to existing test.
44583         (y0_test): Likewise.
44584         (y1_test): Likewise.
44585         * sysdeps/i386/fpu/libm-test-ulps: Update.
44586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44587
44588         [BZ #13851]
44589         [BZ #13854]
44590         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44591         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44592         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44593         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44594         (__tanl): Set errno for infinite argument.
44595         * sysdeps/i386/fpu/mptan.c: Remove.
44596         * sysdeps/i386/fpu/s_tan.S: Likewise.
44597         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44598         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44599         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44600         * math/libm-test.inc (tan_test): Add more tests and enable more
44601         tests for double and long double.
44602         * sysdeps/i386/fpu/libm-test-ulps: Update.
44603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44604
44605 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44606
44607         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44608         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44609
44610 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44611
44612         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44613         * configure.in: Use it for both main tree and add-ons.
44614         * configure: Regenerated.
44615
44616 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44617
44618         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44619
44620 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44621
44622         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44623         in comment.
44624
44625         [BZ #13851]
44626         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44627         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44628         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44629         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44630         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44631         infinite argument.
44632         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44633         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44634         != 0 for prec == 2.
44635         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44636         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44637         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44638         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44639         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44640         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44641         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44642         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44643         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44644         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44645         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44646         * math/libm-test.inc (cos_test): Add more tests and enable more
44647         tests for long double.
44648         (sin_test): Likewise.
44649         (sincos_test): Likewise.
44650         * sysdeps/i386/fpu/libm-test-ulps: Update.
44651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44652
44653 2012-03-16  David S. Miller  <davem@davemloft.net>
44654
44655         * sysdeps/sparc/fpu/math_private.h: New file.
44656
44657 2012-03-15  David S. Miller  <davem@davemloft.net>
44658
44659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44660         file.
44661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44663         file.
44664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44665         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44666         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44667         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44668         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44669         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44670         sysdep routines.
44671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44672
44673         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44674         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44675
44676         * sysdeps/sparc/sparc-ifunc.h: New file.
44677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44678         sparc-ifunc.h
44679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44681         Likewise.
44682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44683         Likewise.
44684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44688         Likewise.
44689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44694         Likewise.
44695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44696         Likewise.
44697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44701         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44702         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44703         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44704         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44705         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44706         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44707         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44708         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44709         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44710         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44711         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44712         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44713         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44714         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44715         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44716         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44717         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44718         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44719         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44720         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44721
44722 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44723
44724         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44725         scaling.
44726         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44727
44728 2012-03-15  Andreas Jaeger  <aj@suse.de>
44729
44730         [BZ #13852]
44731         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44732         ieee754/flt-32 implementation for sin, cos and sincos.
44733         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44734         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44735         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44736         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44737         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44738         ieee754/flt-32 implementation for tan.
44739
44740         * math/libm-test.inc (cos_test): Enable some large input tests for
44741         float as well
44742         (sin_test): Likewise.
44743         (sincos_test): Likewise.
44744         (tan_test): Add tests for large input.
44745
44746         * sysdeps/i386/fpu/libm-test-ulps: Update.
44747
44748 2012-03-15  Andreas Jaeger  <aj@suse.de>
44749
44750         [BZ #13658]
44751         * math/libm-test.inc (cos_test): Add more test cases.
44752         (sin_test): Likewise.
44753         (sincos_test): Likewise.
44754
44755 2012-03-15  Andreas Jaeger  <aj@suse.de>
44756
44757         [BZ #13837]
44758         * math/libm-test.inc (cos_test): Add a test case for large input
44759         value.
44760         (sin_test): Likewise.
44761         (sincos_test): Likewise.
44762
44763 2012-03-15  Andreas Jaeger  <aj@suse.de>
44764             Joseph Myers  <joseph@codesourcery.com>
44765
44766         [BZ #13658]
44767         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44768         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44769         * sysdeps/i386/fpu/branred.c: Likewise.
44770         * sysdeps/i386/fpu/dosincos.c: Likewise.
44771         * sysdeps/i386/fpu/mpa.c: Likewise.
44772         * sysdeps/i386/fpu/s_cos.S: Likewise.
44773         * sysdeps/i386/fpu/s_sin.S: Likewise.
44774         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44775         * sysdeps/i386/fpu/sincos32.c: Likewise.
44776
44777         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44778         Define.
44779         (libc_feupdateenv_53bit): Define.
44780         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44781         Define.
44782         (libc_feupdateenv_53bit): Define.
44783
44784         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44785         53 bit (without extend i386 double precision).
44786
44787         * math/libm-test.inc (sincos_test): Add tests for large input.
44788         (sin): Likewise.
44789         (cos): Likewise.
44790
44791         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44792
44793 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44794
44795         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44796
44797 2012-03-15  David S. Miller  <davem@davemloft.net>
44798
44799         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44800         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44801         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44802         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44803         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44804         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44805         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44806         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44807         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44808         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44809         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44810         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44811         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44812         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44813         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44814         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44815         file.
44816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44818         file.
44819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44821         file.
44822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44824         file.
44825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44826         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44827         fmin/fmax sysdep routines.
44828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44829
44830 2012-03-14  David S. Miller  <davem@davemloft.net>
44831
44832         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44833         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44834         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44835         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44836         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44837         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44838         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44839         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44840         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44841         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44842         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44843         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44844         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44845         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44846         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44847         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44848         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44849         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44850         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44851         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44852         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44853         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44854         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44855         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44856         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44857         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44858         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44859         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44860         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44861         routines.
44862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44863         file.
44864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44866         file.
44867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44869         file.
44870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44872         file.
44873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44875         file.
44876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44878         file.
44879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44880         file.
44881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44882         file.
44883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44884         file.
44885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44886         New file.
44887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44888         file.
44889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44890         file.
44891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44893         file.
44894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44896         file.
44897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44899         file.
44900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44902         VIS3 routines.
44903
44904         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44905         New file.
44906
44907         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44908
44909         * sysdeps/sparc/configure.in: New file.
44910         * sysdeps/sparc/configure: Generate.
44911         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44912         * configure: Regenerate.
44913         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44914         * config.make.in (have-as-vis3): New.
44915         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44916         available use -Av9d instead of -Av9a.
44917         * sysdeps/sparc/sparc64/Makefile: Likewise.
44918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44920         New file.
44921         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44922         file.
44923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44924         New file.
44925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44926         file.
44927         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44928         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44929         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44930         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44931         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44932
44933         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44934         fzeros/fnegs to load 0x80000000 into a float register instead of
44935         using the stack.
44936         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44937
44938 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44939
44940         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44941         bits/syscall.h.
44942         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44943         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44944         ($(inst_includedir)/bits/syscall.h): Remove rule.
44945         ($(objpfx)bits/syscall.d): Include instead of
44946         $(objpfx)syscall-list.d.
44947         (generated): Change syscall-list.h and syscall-list.d to
44948         bits/syscall.h and bits/syscall.d.
44949
44950 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44951
44952         [BZ #13846]
44953         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44954
44955 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44956
44957         [BZ #13841]
44958         * math/s_csqrt.c: Include <float.h>.
44959         (__csqrt): Scale large or subnormal inputs.
44960         * math/s_csqrtf.c: Likewise.
44961         * math/s_csqrtl.c: Likewise.
44962         * math/libm-test.inc (csqrt_test): Add more tests.
44963         * sysdeps/i386/fpu/libm-test-ulps: Update.
44964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44965
44966         [BZ #13840]
44967         * math/libm-test.inc (hypot_test): Add more tests.
44968
44969 2012-03-13  David S. Miller  <davem@davemloft.net>
44970
44971         [BZ #13840]
44972         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44973         double-precision for the calculation instead of scaling.
44974
44975 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44976
44977         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44978         manipulate bits before adding and subtracting TWO52[sx].
44979         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44980         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44981         Likewise.
44982         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44983
44984 2012-03-13  David S. Miller  <davem@davemloft.net>
44985
44986         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44987         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44988         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44989         rtld-global-offsets.h
44990         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44991
44992         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44993         large parameters.
44994
44995         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44996
44997         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44998         'err' in the ifdef scope in which it is actually used.
44999
45000         * nss/nss_db/db-init.c: Include string.h
45001
45002 2012-03-12  David S. Miller  <davem@davemloft.net>
45003
45004         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
45005         masking out of the most significant byte of random value used.
45006         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
45007         Fix coding style in previous change.
45008
45009         * sysdeps/unix/sysv/linux/kernel-features.h
45010         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
45011         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
45012         expression.
45013         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
45014         later.
45015
45016 2012-03-11  David S. Miller  <davem@davemloft.net>
45017
45018         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
45019         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
45020         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
45021         for 'resultvar' otherwise things get truncated on 64-bit.
45022
45023         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
45024         Fix masking out of the most significant byte of random value used.
45025
45026         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45027
45028 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
45029
45030         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45031
45032 2012-03-09  David S. Miller  <davem@davemloft.net>
45033
45034         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
45035         variables with appropriate CPP guards.
45036         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
45037         from the frame pointer, not the stack pointer.  Correct layout
45038         comments.  Fix test on resulting framesize and the management of
45039         the outregs buffer for pltexit.  Preserve floating point return
45040         values across _dl_call_pltexit call.
45041         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
45042         framesize and the management of the outregs buffer for pltexit.
45043         Preserve floating point return values across _dl_call_pltexit
45044         call.
45045         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
45046         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
45047         (la_sparc64_gnu_pltexit): New functions.
45048         (print_exit): Fix format string for return register value.
45049
45050 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
45051
45052         * sunrpc/Makefile (others): Add rpcgen.
45053         ($(objpfx)rpcgen): Remove special build rule and dependency on
45054         libc.
45055         * sunrpc/rpcgen.c: New file.
45056
45057 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
45058
45059         [BZ #13673]
45060         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
45061         * stdio-common/bug-vfprintf-nargs.c: Likewise.
45062         * sysdeps/i386/crti.S: Likewise.
45063         * sysdeps/i386/crtn.S: Likewise.
45064         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
45065         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
45066         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
45067         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
45068         * sysdeps/sh/crti.S: Likewise.
45069         * sysdeps/sh/crtn.S: Likewise.
45070         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
45071
45072         [BZ #13673]
45073         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
45074         with URL.
45075         * locale/programs/locfile-kw.gperf: Likewise.
45076         * locale/programs/charmap-kw.h: Regenerated.
45077         * locale/programs/locfile-kw.h: Likewise.
45078
45079         [BZ #13673]
45080         * intl/plural.y: Replace FSF snail mail address with URL.
45081         * intl/plural.c: Regenerated.
45082
45083 2012-03-09  Richard Henderson  <rth@twiddle.net>
45084
45085         * include/math_private.h: Remove file.
45086         * math/math_private.h: Move file ...
45087         * sysdeps/generic/math_private.h: ... here.
45088
45089         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
45090         * sysdeps/powerpc/fpu/math_private.h: Likewise.
45091         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45092
45093         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
45094         and <math_private.h>.
45095         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
45096         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
45097         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
45098         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
45099         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
45100         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
45101         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45102         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45103         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45104         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45105         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45106         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45107         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45108         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45109         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45110         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45111         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45112         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45113         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45114         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45115         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45116         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45117         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45118         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45119         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
45120         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45121         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45122         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45123         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45124         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
45125         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45126         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45127         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
45128         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45129         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
45130         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
45131         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45132         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
45133         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
45134         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45135         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
45136         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
45137         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
45138         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
45139         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
45140         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
45141         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
45142         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
45143         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45144         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
45145         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
45146         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
45147         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
45148         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
45149         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
45150         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45151         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45152         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
45153         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
45154         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
45155         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45156         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
45157         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45158         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
45159         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
45160         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45161         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45162         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45163         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
45164         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
45165         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
45166         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45167         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
45168         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45169         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
45170         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
45171         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
45172         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
45173         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
45174         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
45175         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
45176         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
45177         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
45178         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45179         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45180         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
45181         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
45182         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
45183         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45184         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45185         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45186         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45187         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45188         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45189         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45190         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45191         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45192         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45193         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45194         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45195         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45196         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45197         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45198         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45199         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45200         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45201         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45202         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45203         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45204         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45205         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45206         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45207         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45208         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45209         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
45210         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45211         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45212         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45213         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45214         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45215         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45216         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45217         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45218         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45219         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45220         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45221         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45222         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45223         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45224         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45225         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45226         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45227         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45228         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45229         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45230         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45231         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45232         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45233         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45234         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45235         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45236         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45237         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45238         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45239         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45240         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45241         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45242         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45243         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45244         * sysdeps/ieee754/k_standard.c: Likewise.
45245         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45246         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45247         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45248         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45249         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45250         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45251         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45252         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45253         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45254         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45255         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45256         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45257         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45258         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45259         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45260         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45261         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45262         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45263         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45264         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45265         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45266         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45267         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45268         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45269         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45270         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45271         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45272         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45273         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45274         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45275         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45276         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45277         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45278         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45279         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45280         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45281         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45282         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45283         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45284         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45285         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45286         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45287         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45288         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45289         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45290         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45291         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45292         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45293         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45294         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45295         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45296         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45297         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45298         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45299         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45300         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45301         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45302         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45303         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45304         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45305         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45306         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45307         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45308         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45309         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45310         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45311         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45312         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45313         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45314         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45315         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45316         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45317         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45318         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45319         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45320         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45321         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45322         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45323         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45324         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45325         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45326         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45327         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45328         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45329         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45330         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45331         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45332         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45333         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45334         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45335         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45336         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45337         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45338         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45339         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45340         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45341         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45342         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45343         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45344         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45345         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45346         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45347         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45348         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45349         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45350         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45351         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45352         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45353         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45354         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45355         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45356         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45357         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45358         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45359         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45360         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45361         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45362         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45363         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45364         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45365         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45366         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45367         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45368         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45369         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45370         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45371         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45372         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45373         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45374         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45375         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45376         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45377         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45378         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45379         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45380         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45381         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45382         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45383         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45384         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45385         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45386         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45387         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45388         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45389         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45390         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45391         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45392         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45393         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45394         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45395         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45396         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45397         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45398         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45399         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45400         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45401         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45402         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45403         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45404         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45405         * sysdeps/ieee754/s_lib_version.c: Likewise.
45406         * sysdeps/ieee754/s_matherr.c: Likewise.
45407         * sysdeps/ieee754/s_signgam.c: Likewise.
45408         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45409         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45410         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45411         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45412         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45413         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45414         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45415         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45416         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45417         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45418         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45419         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45420         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45421         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45422         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45423         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45424         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45425         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45426         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45427         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45428         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45429
45430 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45431
45432         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45433         * sunrpc/rpc_main.c: Likewise.
45434         * sunrpc/rpc_svcout.c: Likewise.
45435
45436 2012-03-09  David S. Miller  <davem@davemloft.net>
45437
45438         * include/math_private.h: New file.
45439
45440 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45441
45442         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45443         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45444         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45445         from <bits/socket_type.h>.
45446         (enum __socket_type): Don't define here.
45447         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45448         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45449         bits/socket_type.h.
45450
45451         [BZ #13566]
45452         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45453         checking __USE_GNU.
45454
45455         * Makerules ($(inst_includedir)/%.h): New rule.
45456         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45457         (install-others): Remove variable setting.
45458         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45459
45460 2012-03-08  Richard Henderson  <rth@twiddle.net>
45461
45462         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45463         from macro to inline function; merge with the
45464         !__LIBC_INTERNAL_MATH_INLINES version.
45465         (__ieee754_sqrtf): Likewise.
45466
45467         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45468         to inline function.
45469         (__rintf, __floor, __floorf): Likewise.
45470
45471         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45472         macro to inline function.
45473         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45474
45475         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45476         not <math/math_private.h>.
45477
45478 2012-03-08  David S. Miller  <davem@davemloft.net>
45479
45480         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45481         copyright year.
45482         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45483
45484 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45485
45486         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45487         normalization.
45488         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45489         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45490
45491 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45492
45493         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45494         be defined individually, they must be defined as a block.  Define
45495         S for printing a string instead of hidint the different by using a
45496         macro for adding the 'l'.
45497         * stdio-common/tst-fphex-wide.c: Adjust.
45498
45499 2012-03-07  Marek Polacek  <polacek@redhat.com>
45500
45501         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45502
45503 2012-03-08  Marek Polacek  <polacek@redhat.com>
45504
45505         [BZ #13806]
45506         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45507         * stdio-common/tst-fphex.c: Define a few macros to make the
45508         test reusable.  Use them.
45509         * stdio-common/tst-fphex-wide.c: New file.
45510
45511 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45512
45513         [BZ #6911]
45514         * manual/macros.texi (gnusystems): New macro.
45515         (nongnusystems): Likewise.
45516         (gnulinuxhurdsystems): Likewise.
45517         (gnuhurdsystems): Likewise..
45518         (gnulinuxsystems): Likewise.
45519         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45520         variants of the GNU system, not "GNU system".
45521         * manual/conf.texi: Likewise.
45522         * manual/errno.texi: Likewise.  Update example of errno macro
45523         expansion.
45524         * manual/filesys.texi: Likewise.
45525         (getumask): Document as specific to GNU/Hurd.
45526         * manual/install.texi: Likewise.  Reword some references to
45527         GNU/Linux.
45528         * manual/intro.texi: Likewise.
45529         * manual/io.texi: Likewise.
45530         (File Name Portability): Detail which constraints are inapplicable
45531         to all GNU systems and which are only inapplicable to GNU/Hurd.
45532         * manual/job.texi: Likewise.
45533         * manual/llio.texi: Likewise.
45534         (O_NOCTTY): Document as present on GNU/Linux.
45535         * manual/maint.texi: Likewise.
45536         * manual/memory.texi: Likewise.
45537         * manual/pattern.texi: Likewise.
45538         * manual/pipe.texi: Likewise.
45539         * manual/process.texi: Likewise.
45540         * manual/resource.texi: Likewise.
45541         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45542         child on GNU/Hurd.
45543         * manual/setjmp.texi: Likewise.
45544         * manual/signal.texi: Likewise.
45545         * manual/startup.texi: Likewise.
45546         * manual/stdio.texi: Likewise.
45547         * manual/terminal.texi: Likewise.
45548         (ONLCR): Document as POSIX.
45549         (OXTABS): Document availability on GNU/Linux as XTABS.
45550         (ONOEOT): Document availability separately from other bits.
45551         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45552         * manual/time.texi: Likewise.
45553         * manual/users.texi: Likewise.
45554         * INSTALL: Regenerated.
45555         * sysdeps/gnu/errlist.c: Regenerated.
45556
45557         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45558         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45559         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45560         puts.
45561         * configure: Regenerated.
45562
45563 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45564
45565         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45566         default includes instead of AC_HEADER_CHECK.
45567         * sysdeps/i386/configure: Regenerated.
45568
45569         [BZ #10716]
45570         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45571         * math/s_cacoshf.c (__cacoshf): Likewise.
45572         * math/s_cacoshl.c (__cacoshl): Likewise.
45573         * math/s_casinh.c (__casinh): Set signs of result from argument.
45574         * math/s_casinhf.c (__casinhf): Likewise.
45575         * math/s_casinhl.c (__casinhl): Likewise.
45576         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45577         (casinh_test): Add more tests.
45578         * sysdeps/i386/fpu/libm-test-ulps: Update.
45579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45580
45581 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45582
45583         * po/zh_TW.po: Update from translation team.
45584
45585         * login/Makefile (distribute): Remove variable.
45586         * catgets/Makefile: Likewise.
45587         * mach/Makefile: Likewise.
45588         * malloc/Makefile: Likewise.
45589         * misc/Makefile: Likewise.
45590         * iconv/Makefile: Likewise.
45591         * nscd/Makefile: Likewise.
45592         * hurd/Makefile: Likewise.
45593         * manual/Makefile: Likewise.
45594         * locale/Makefile: Likewise.
45595         * intl/Makefile: Likewise.
45596         * conform/Makefile: Likewise.
45597         * nss/Makefile: Likewise.
45598         * time/Makefile: Likewise.
45599         * soft-fp/Makefile: Likewise.
45600         * dirent/Makefile: Likewise.
45601         * gmon/Makefile: Likewise.
45602         * po/Makefile: Likewise.
45603         * rt/Makefile: Likewise.
45604         * socket/Makefile: Likewise.
45605         * math/Makefile: Likewise.
45606         * signal/Makefile: Likewise.
45607         * debug/Makefile: Likewise.
45608         * elf/Makefile: Likewise.
45609         * timezone/Makefile: Likewise.
45610         * stdlib/Makefile: Likewise.
45611         * iconvdata/Makefile: Likewise.
45612         * sunrpc/Makefile: Likewise.
45613         * io/Makefile: Likewise.
45614         * argp/Makefile: Likewise.
45615         * inet/Makefile: Likewise.
45616         * hesiod/Makefile: Likewise.
45617         * grp/Makefile: Likewise.
45618         * csu/Makefile: Likewise.
45619         * wctype/Makefile: Likewise.
45620         * crypt/Makefile: Likewise.
45621         * libio/Makefile: Likewise.
45622         * string/Makefile: Likewise.
45623         * nis/Makefile: Likewise.
45624         * resolv/Makefile: Likewise.
45625         * stdio-common/Makefile: Likewise.
45626         * wcsmbs/Makefile: Likewise.
45627         * dlfcn/Makefile: Likewise.
45628         * posix/Makefile: Likewise.
45629
45630         [BZ #6959]
45631         * timezone/Makefile: Don't install timezone files, just the programs
45632         and scripts.
45633
45634 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45635
45636         * nss/databases.def: Add missing gshadow entry.
45637
45638         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45639
45640 2012-03-06  Marek Polacek  <polacek@redhat.com>
45641
45642         [BZ #13726]
45643         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45644         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45645         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45646         * stdio-common/tst-long-dbl-fphex.c: New file.
45647
45648 2012-03-06  David S. Miller  <davem@davemloft.net>
45649
45650         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45651         (set_obp_int): New function.
45652         (get_obp_int): New function.
45653         (__get_clockfreq_via_dev_openprom): Likewise.
45654         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45655         Avoid unused variable warnings on 'val' and use builtin_expect.
45656         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45657         __builtin_expect.
45658         (INLINE_CLONE_SYSCALL): Likewise.
45659
45660 2012-03-05  David S. Miller  <davem@davemloft.net>
45661
45662         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45663
45664 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45665
45666         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45667
45668         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45669         only for |x| >= 40.
45670         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45671
45672 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45673
45674         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45675         Replace gettimeofday with __vdso_gettimeofday.
45676
45677         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45678         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45679         __vdso_clock_gettime and __vdso_getcpu.
45680
45681         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45682         time with __vdso_time.
45683
45684 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45685
45686         * manual/lang.texi (size_t): Note types to which size_t may be
45687         equivalent with the GNU C Library, but do not describe when
45688         differences between them are significant.
45689
45690 2012-03-05  Andreas Jaeger  <aj@suse.de>
45691
45692         * sysdeps/i386/fpu/libm-test-ulps: Update.
45693
45694 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45695
45696         [BZ #3976]
45697         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45698         (__ieee754_pow): Save and restore rounding mode and use
45699         round-to-nearest for main computations.
45700         * math/libm-test.inc (pow_test_tonearest): New function.
45701         (pow_test_towardzero): Likewise.
45702         (pow_test_downward): Likewise.
45703         (pow_test_upward): Likewise.
45704         (main): Call the new functions.
45705         * sysdeps/i386/fpu/libm-test-ulps: Update.
45706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45707
45708         [BZ #3976]
45709         * math/libm-test.inc (cosh_test_tonearest): New function.
45710         (cosh_test_towardzero): Likewise.
45711         (cosh_test_downward): Likewise.
45712         (cosh_test_upward): Likewise.
45713         (sinh_test_tonearest): Likewise.
45714         (sinh_test_towardzero): Likewise.
45715         (sinh_test_downward): Likewise.
45716         (sinh_test_upward): Likewise.
45717         (main): Call the new functions.
45718         * sysdeps/i386/fpu/libm-test-ulps: Update.
45719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45720
45721 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45722
45723         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45724         default stack guard is set in last bytes.
45725         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45726
45727 2012-03-05  Kees Cook  <keescook@chromium.org>
45728
45729         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45730
45731         [BZ #13656]
45732         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45733         possibly allocate from heap instead of stack.
45734         * stdio-common/bug-vfprintf-nargs.c: New file.
45735         * stdio-common/Makefile (tests): Add nargs overflow test.
45736
45737 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45738
45739         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45740
45741 2012-03-03  Marek Polacek  <polacek@redhat.com>
45742
45743         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45744         * math/math_private.h: Likewise.
45745         * stdlib/tst-strtod.c: Likewise.
45746         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45747         * sysdeps/x86_64/bits/atomic.h: Likewise.
45748
45749 2012-03-02  David S. Miller  <davem@davemloft.net>
45750
45751         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45752         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45753         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45754         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45755         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45756         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45757         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45758         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45759
45760 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45761
45762         [BZ #13792]
45763         * manual/examples/README: New file, says the example source files
45764         can be used under GPL>=2.
45765         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45766         line containing just "*/".
45767         * manual/examples/add.c: Add copyright header (GPL>=2).
45768         * manual/examples/argp-ex1.c: Likewise.
45769         * manual/examples/argp-ex2.c: Likewise.
45770         * manual/examples/argp-ex3.c: Likewise.
45771         * manual/examples/argp-ex4.c: Likewise.
45772         * manual/examples/atexit.c: Likewise.
45773         * manual/examples/db.c: Likewise.
45774         * manual/examples/dir.c: Likewise.
45775         * manual/examples/dir2.c: Likewise.
45776         * manual/examples/execinfo.c: Likewise.
45777         * manual/examples/filecli.c: Likewise.
45778         * manual/examples/filesrv.c: Likewise.
45779         * manual/examples/fmtmsgexpl.c: Likewise.
45780         * manual/examples/genpass.c: Likewise.
45781         * manual/examples/inetcli.c: Likewise.
45782         * manual/examples/inetsrv.c: Likewise.
45783         * manual/examples/isockad.c: Likewise.
45784         * manual/examples/longopt.c: Likewise.
45785         * manual/examples/memopen.c: Likewise.
45786         * manual/examples/memstrm.c: Likewise.
45787         * manual/examples/mkfsock.c: Likewise.
45788         * manual/examples/mkisock.c: Likewise.
45789         * manual/examples/mygetpass.c: Likewise.
45790         * manual/examples/pipe.c: Likewise.
45791         * manual/examples/popen.c: Likewise.
45792         * manual/examples/rprintf.c: Likewise.
45793         * manual/examples/search.c: Likewise.
45794         * manual/examples/select.c: Likewise.
45795         * manual/examples/setjmp.c: Likewise.
45796         * manual/examples/sigh1.c: Likewise.
45797         * manual/examples/sigusr.c: Likewise.
45798         * manual/examples/stpcpy.c: Likewise.
45799         * manual/examples/strdupa.c: Likewise.
45800         * manual/examples/strftim.c: Likewise.
45801         * manual/examples/strncat.c: Likewise.
45802         * manual/examples/subopt.c: Likewise.
45803         * manual/examples/swapcontext.c: Likewise.
45804         * manual/examples/termios.c: Likewise.
45805         * manual/examples/testopt.c: Likewise.
45806         * manual/examples/testpass.c: Likewise.
45807         * manual/examples/timeval_subtract.c: Likewise.
45808
45809         [BZ #13792]
45810         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45811         function to ...
45812         * manual/timeval_subtract.c.texi: ... here, new file.
45813
45814 2012-03-02  David S. Miller  <davem@davemloft.net>
45815
45816         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45817
45818 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45819
45820         [BZ #3976]
45821         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45822         (__sin): Save and restore rounding mode and use round-to-nearest
45823         for all computations.
45824         (__cos): Save and restore rounding mode and use round-to-nearest
45825         for all computations.
45826         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45827         <fenv.h>.
45828         (tan): Save and restore rounding mode and use round-to-nearest for
45829         all computations.
45830         * math/libm-test.inc (cos_test_tonearest): New function.
45831         (cos_test_towardzero): Likewise.
45832         (cos_test_downward): Likewise.
45833         (cos_test_upward): Likewise.
45834         (sin_test_tonearest): Likewise.
45835         (sin_test_towardzero): Likewise.
45836         (sin_test_downward): Likewise.
45837         (sin_test_upward): Likewise.
45838         (tan_test_tonearest): Likewise.
45839         (tan_test_towardzero): Likewise.
45840         (tan_test_downward): Likewise.
45841         (tan_test_upward): Likewise.
45842         (main): Call the new functions.
45843         * sysdeps/i386/fpu/libm-test-ulps: Update.
45844         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45845
45846         [BZ #10135]
45847         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45848         small n, then large n, before computing and testing k+n.
45849         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45850         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45851         Likewise.
45852         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45853         Likewise.
45854         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45855         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45856         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45857         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45858         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45859         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45860         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45861         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45862         * math/libm-test.inc (scalbn_test): Add more tests.
45863         (scalbln_test): Likewise.
45864
45865         * manual/filesys.texi (mode_t): Describe constraints on size and
45866         signedness, not exact equivalence to a particular type.
45867         (ino_t): Likewise.
45868         (ino64_t): Likewise.
45869         (dev_t): Likewise.
45870         (nlink_t): Likewise.
45871         (blkcnt_t): Likewise.
45872         (blkcnt64_t): Likewise.
45873         * manual/llio.texi (off_t): Likewise.
45874
45875         [BZ #3976]
45876         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45877         (__ieee754_exp): Save and restore rounding mode and use
45878         round-to-nearest for all computations.
45879         * math/libm-test.inc (exp_test_tonearest): New function.
45880         (exp_test_towardzero): Likewise.
45881         (exp_test_downward): Likewise.
45882         (exp_test_upward): Likewise.
45883         (main): Call the new functions.
45884         * sysdeps/i386/fpu/libm-test-ulps: Update.
45885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45886
45887 2012-03-01  Chris Demetriou  <cgd@google.com>
45888
45889         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45890         have predictable order.
45891
45892 2012-03-01  David S. Miller  <davem@davemloft.net>
45893
45894         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45895
45896         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45897         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45898         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45899         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45900
45901         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45902         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45903         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45904         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45905         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45906         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45907         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45908         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45909         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45910
45911         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45912
45913         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45914         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45915         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45916
45917         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45918         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45919         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45920         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45921         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45922         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45923         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45924         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45925         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45926         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45927         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45928         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45929         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45930         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45931         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45932         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45933         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45934         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45935         * sysdeps/sparc/elf/configure: Regenerated.
45936
45937 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45938
45939         * configure.in (AS, LD): Require binutils 2.20 or later.
45940         * configure: Regenerated.
45941         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45942         as required minimum version.
45943         * INSTALL: Regenerated.
45944
45945         [BZ #2541]
45946         [BZ #4108]
45947         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45948         before squaring exponent.
45949         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45950         bottom long double and 27 bits of top long double before squaring
45951         exponent.
45952         * math/libm-test.inc (erfc_test): Add more tests.
45953         * sysdeps/i386/fpu/libm-test-ulps: Update.
45954         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45955         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45956
45957 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45958
45959         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45960         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45961         containing bit-fields.
45962         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45963         * soft-fp/single.h (_FP_UNION_S): Likewise.
45964         * soft-fp/double.h (_FP_UNION_D): Likewise.
45965
45966 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45967
45968         [BZ #13786]
45969         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45970         not include ../strcmp.S.
45971         [USE_AS_STRNCASECMP_L]: Likewise.
45972         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45973         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45974         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45975         (__strncasecmp_l_ia32): Define as alias to
45976         __strncasecmp_l_nonascii.
45977
45978         [BZ #5794]
45979         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45980         * sysdeps/i386/fpu/libm-test-ulps: Update.
45981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45982
45983         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45984         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45985
45986 2012-02-29  Jeff Law  <law@redhat.com>
45987
45988         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45989         out of bounds read.
45990
45991 2012-02-29  Marek Polacek  <polacek@redhat.com>
45992
45993         [BZ #13706]
45994         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45995         * elf/Makefile: Add rules to run tst-unused-dep.out.
45996
45997 2012-02-28  David S. Miller  <davem@davemloft.net>
45998
45999         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
46000         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
46001         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
46002         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
46003         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
46004         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
46005
46006 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
46007
46008         * math/libm-test.inc (llround_test): Move one test from
46009         lround_test.  Use TEST_f_L in moved test.
46010         (lround_test): Move misplaced test to llround_test.  Add testcase
46011         from bug 2561.
46012
46013 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
46014
46015         * sysdeps/x86_64/fpu/e_expf.S: New file.
46016         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
46017
46018 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
46019
46020         [BZ #13637]
46021         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
46022         of remain_len that may cause incomplete multi-byte character and
46023         false match.
46024         * posix/bug-regex33.c: New file.
46025         * posix/Makefile (tests): Add bug-regex33.
46026
46027 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
46028
46029         * manual/macros.texi: New file.
46030         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
46031         * manual/libc.texinfo: Include macros.texi.
46032         * manual/creatute.texi: Likewise.
46033         * manual/install.texi: Likewise.
46034         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
46035         @glibcadj{} in references to the GNU C Library.
46036         * manual/charset.texi: Likewise.
46037         * manual/conf.texi: Likewise.
46038         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
46039         when not using those macros.
46040         * manual/creature.texi: Likewise.
46041         * manual/crypt.texi: Likewise.
46042         * manual/errno.texi: Likewise.
46043         * manual/filesys.texi: Likewise.
46044         * manual/header.texi: Likewise.
46045         * manual/install.texi: Likewise.
46046         * manual/intro.texi: Likewise.
46047         * manual/io.texi: Likewise.
46048         * manual/job.texi: Likewise.
46049         * manual/lang.texi: Likewise.
46050         * manual/libc.texiinfo: Likewise.
46051         * manual/llio.texi: Likewise.
46052         * manual/locale.texi: Likewise.
46053         * manual/maint.texi: Likewise.
46054         * manual/math.texi: Likewise.
46055         * manual/memory.texi: Likewise.
46056         * manual/message.texi: Likewise.
46057         * manual/nss.texi: Likewise.
46058         * manual/pattern.texi: Likewise.
46059         * manual/process.texi: Likewise.
46060         * manual/resource.texi: Likewise.
46061         * manual/search.texi: Likewise.
46062         * manual/setjmp.texi: Likewise.
46063         * manual/signal.texi: Likewise.
46064         * manual/socket.texi: Likewise.
46065         * manual/startup.texi: Likewise.
46066         * manual/stdio.texi: Likewise.
46067         * manual/string.texi: Likewise.
46068         * manual/sysinfo.texi: Likewise.
46069         * manual/syslog.texi: Likewise.
46070         * manual/terminal.texi: Likewise.
46071         * manual/time.texi: Likewise.
46072         * manual/users.texi: Likewise.
46073         * INSTALL: Regenerated.
46074         * NOTES: Regenerated.
46075         * sysdeps/gnu/errlist.c: Regenerated.
46076
46077 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
46078
46079         * include/dirent.h: Include <dirstream.h> before
46080         <dirent/dirent.h>.
46081
46082 2012-02-28  David S. Miller  <davem@davemloft.net>
46083
46084         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
46085         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
46086         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
46087         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
46088
46089 2012-02-27  David S. Miller  <davem@davemloft.net>
46090
46091         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
46092         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
46093         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
46094         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
46095
46096         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
46097         frame pointer instead of stack pointer relative arg slot.
46098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
46099         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46100         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46101
46102 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
46103
46104         [BZ #3992]
46105         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
46106
46107 2012-02-27  David S. Miller  <davem@davemloft.net>
46108
46109         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
46110         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
46111         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46112         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
46113         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
46114         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
46115         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
46116         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
46117
46118 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46119
46120         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
46121         later.  Allow versions 5-9.
46122         * configure: Regenerated.
46123         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
46124         required minimum version and 4.6 as recommended version.  Do not
46125         mention bugs in GCC 2.7 and 2.8.
46126         * INSTALL: Regenerated.
46127
46128 2012-02-27  David S. Miller  <davem@davemloft.net>
46129
46130         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
46131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
46132         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
46133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
46134         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
46135         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
46136         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
46137         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
46138
46139         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
46140         manipulate bits before adding and subtracting TWO112[sx].
46141         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
46142
46143 2012-02-27  Roland McGrath  <roland@hack.frob.com>
46144
46145         [BZ #13775]
46146         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
46147         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
46148         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
46149         being in POSIX, because they are in 1003.1-2008.
46150
46151         * rt/tst-aio.c: Include <fcntl.h>.
46152         * rt/tst-aio7.c: Likewise.
46153         * rt/tst-aio64.c: Likewise.
46154
46155         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
46156
46157 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
46158
46159         * manual/install.texi (--with-headers): Describe headers as
46160         interface headers, not private headers.
46161         (Specific advice for GNU/Linux systems): Describe use of headers
46162         from "make headers_install", not private headers from older
46163         kernels.
46164         * INSTALL: Regenerated.
46165         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
46166         Change to 2.6.19.
46167         * sysdeps/unix/sysv/linux/configure: Regenerated.
46168
46169         * manual/llio.texi (fclean): Remove documentation.
46170
46171         * manual/Makefile (libc-texi-generated): New variable.  Include
46172         version.texi.
46173         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
46174         $(libc-texi-generated), not duplicated list of files.
46175         (version.texi, stamp-version): New rules.
46176         (realclean): Remove $(libc-texi-generated), not individual files
46177         from that list.  Do not remove dir-add.texinfo.
46178         * manual/libc.texinfo: Comment out uses of edition numbers and
46179         references to printed manual.  Remove last-updated dates.
46180         (EDITION): Comment out.
46181         (ISBN): Likewise.
46182         (VERSION, UPDATED): Remove.
46183         (version.texi): Include.
46184
46185 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
46186
46187         * sysdeps/posix/spawni.c: Include <signal.h>.
46188         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
46189         * sysdeps/pthread/aio_fsync.c: Likewise.
46190
46191 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
46192
46193         * conform/Makefile (tests): Run only when not cross-compiling and
46194         when fast-check is not defined.
46195
46196         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
46197         * conform/data/limits.h-data: Fixes for POSIX2008.
46198         * conform/run-conformtest.sh: Run all tests.
46199         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
46200         headers.
46201         * include/bits/dlfcn.h: Likewise.
46202         * include/langinfo.h: Likewise.
46203         * include/monetary.h: Likewise.
46204         * include/sys/poll.h: Likewise.
46205
46206         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
46207         for __USE_GNU.
46208         * posix/spawn.h: Define __need_sigset_t.
46209         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
46210         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
46211         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
46212         to get sigevent_t only.
46213         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46214         only for __USE_GNU.
46215         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46216         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46217         process_vm_writev only for __USE_GNU.
46218         * termios/termios.h: Declare tcgetsid also for POSIX2008.
46219
46220         * conform/Makefile: For now ignore errors from run-conformtest.
46221         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
46222         POSIX to avoid namespace pollution.  Don't prepend headers.
46223         * conform/data/aio.h-data: Fixes for POSIX testing.
46224         * conform/data/fcntl.h-data: Likewise.
46225         * conform/data/glob.h-data: Likewise.
46226         * conform/data/grp.h-data: Likewise.
46227         * conform/data/pthread.h-data: Likewise.
46228         * conform/data/pwd.h-data: Likewise.
46229         * conform/data/signal.h-data: Likewise.
46230         * conform/data/spawn.h-data: Likewise.
46231         * conform/data/stdio.h-data: Likewise.
46232         * conform/data/stdlib.h-data: Likewise.
46233         * conform/data/stropts.h-data: Likewise.
46234         * conform/data/sys/mman.h-data: Likewise.
46235         * conform/data/sys/stat.h-data: Likewise.
46236         * conform/data/sys/types.h-data: Likewise.
46237         * conform/data/sys/wait.h-data: Likewise.
46238         * conform/data/time.h-data: Likewise.
46239         * conform/data/unistd.h-data: Likewise.
46240         * conform/data/utime.h-data: Likewise.
46241
46242         * io/sys/stat.h: fchmod was always in POSIX.
46243         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46244         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46245         * rt/aio.h: Define __need_timespec before including <time.h>.
46246         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46247         struct.  Add forward declaration of pthread_attr_t and use it in
46248         sigevent.
46249         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46250         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46251         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46252         always remove CLK_TCK definition.
46253
46254 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46255
46256         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46257
46258 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46259
46260         * conform/run-conformtest.sh: New file.
46261         * conform/Makefile: Run run-conformtest for tests.
46262         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46263         support.
46264
46265         * conform/data/uchar.h-data: New file.
46266         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46267         * conform/data/arpa/inet.h-data: Likewise.
46268         * conform/data/assert.h-data: Likewise.
46269         * conform/data/complex.h-data: Likewise.
46270         * conform/data/cpio.h-data: Likewise.
46271         * conform/data/ctype.h-data: Likewise.
46272         * conform/data/dirent.h-data: Likewise.
46273         * conform/data/dlfcn.h-data: Likewise.
46274         * conform/data/errno.h-data: Likewise.
46275         * conform/data/fcntl.h-data: Likewise.
46276         * conform/data/float.h-data: Likewise.
46277         * conform/data/fmtmsg.h-data: Likewise.
46278         * conform/data/fnmatch.h-data: Likewise.
46279         * conform/data/ftw.h-data: Likewise.
46280         * conform/data/glob.h-data: Likewise.
46281         * conform/data/grp.h-data: Likewise.
46282         * conform/data/iconv.h-data: Likewise.
46283         * conform/data/inttypes.h-data: Likewise.
46284         * conform/data/langinfo.h-data: Likewise.
46285         * conform/data/libgen.h-data: Likewise.
46286         * conform/data/limits.h-data: Likewise.
46287         * conform/data/locale.h-data: Likewise.
46288         * conform/data/math.h-data: Likewise.
46289         * conform/data/monetary.h-data: Likewise.
46290         * conform/data/mqueue.h-data: Likewise.
46291         * conform/data/ndbm.h-data: Likewise.
46292         * conform/data/net/if.h-data: Likewise.
46293         * conform/data/netdb.h-data: Likewise.
46294         * conform/data/netinet/in.h-data: Likewise.
46295         * conform/data/nl_types.h-data: Likewise.
46296         * conform/data/poll.h-data: Likewise.
46297         * conform/data/pthread.h-data: Likewise.
46298         * conform/data/pwd.h-data: Likewise.
46299         * conform/data/regex.h-data: Likewise.
46300         * conform/data/sched.h-data: Likewise.
46301         * conform/data/search.h-data: Likewise.
46302         * conform/data/semaphore.h-data: Likewise.
46303         * conform/data/setjmp.h-data: Likewise.
46304         * conform/data/signal.h-data: Likewise.
46305         * conform/data/spawn.h-data: Likewise.
46306         * conform/data/stdarg.h-data: Likewise.
46307         * conform/data/stdio.h-data: Likewise.
46308         * conform/data/stdlib.h-data: Likewise.
46309         * conform/data/string.h-data: Likewise.
46310         * conform/data/strings.h-data: Likewise.
46311         * conform/data/stropts.h-data: Likewise.
46312         * conform/data/sys/ipc.h-data: Likewise.
46313         * conform/data/sys/mman.h-data: Likewise.
46314         * conform/data/sys/msg.h-data: Likewise.
46315         * conform/data/sys/resource.h-data: Likewise.
46316         * conform/data/sys/select.h-data: Likewise.
46317         * conform/data/sys/sem.h-data: Likewise.
46318         * conform/data/sys/shm.h-data: Likewise.
46319         * conform/data/sys/socket.h-data: Likewise.
46320         * conform/data/sys/stat.h-data: Likewise.
46321         * conform/data/sys/statvfs.h-data: Likewise.
46322         * conform/data/sys/time.h-data: Likewise.
46323         * conform/data/sys/timeb.h-data: Likewise.
46324         * conform/data/sys/times.h-data: Likewise.
46325         * conform/data/sys/types.h-data: Likewise.
46326         * conform/data/sys/uio.h-data: Likewise.
46327         * conform/data/sys/un.h-data: Likewise.
46328         * conform/data/sys/utsname.h-data: Likewise.
46329         * conform/data/sys/wait.h-data: Likewise.
46330         * conform/data/syslog.h-data: Likewise.
46331         * conform/data/tar.h-data: Likewise.
46332         * conform/data/termios.h-data: Likewise.
46333         * conform/data/utime.h-data: Likewise.
46334         * conform/data/utmpx.h-data: Likewise.
46335         * conform/data/varargs.h-data: Likewise.
46336         * conform/data/wchar.h-data: Likewise.
46337         * conform/data/wctype.h-data: Likewise.
46338         * conform/data/wordexp.h-data: Likewise.
46339
46340         * include/stropts.h: New file.
46341         * include/uchar.h: New file.
46342         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46343         * include/assert.h: Likewise.
46344         * include/ctype.h: Likewise.
46345         * include/dirent.h: Likewise.
46346         * include/dlfcn.h: Likewise.
46347         * include/fcntl.h: Likewise.
46348         * include/fnmatch.h: Likewise.
46349         * include/glob.h: Likewise.
46350         * include/grp.h: Likewise.
46351         * include/libio.h: Likewise.
46352         * include/locale.h: Likewise.
46353         * include/math.h: Likewise.
46354         * include/net/if.h: Likewise.
46355         * include/netdb.h: Likewise.
46356         * include/netinet/in.h: Likewise.
46357         * include/pthread.h: Likewise.
46358         * include/pwd.h: Likewise.
46359         * include/regex.h: Likewise.
46360         * include/sched.h: Likewise.
46361         * include/search.h: Likewise.
46362         * include/setjmp.h: Likewise.
46363         * include/signal.h: Likewise.
46364         * include/stdio.h: Likewise.
46365         * include/stdlib.h: Likewise.
46366         * include/string.h: Likewise.
46367         * include/sys/cdefs.h: Likewise.
46368         * include/sys/mman.h: Likewise.
46369         * include/sys/msg.h: Likewise.
46370         * include/sys/resource.h: Likewise.
46371         * include/sys/select.h: Likewise.
46372         * include/sys/socket.h: Likewise.
46373         * include/sys/stat.h: Likewise.
46374         * include/sys/statvfs.h: Likewise.
46375         * include/sys/time.h: Likewise.
46376         * include/sys/times.h: Likewise.
46377         * include/sys/uio.h: Likewise.
46378         * include/sys/utsname.h: Likewise.
46379         * include/sys/wait.h: Likewise.
46380         * include/termios.h: Likewise.
46381         * include/time.h: Likewise.
46382         * include/ulimit.h: Likewise.
46383         * include/unistd.h: Likewise.
46384         * include/utime.h: Likewise.
46385         * include/wchar.h: Likewise.
46386         * include/wctype.h: Likewise.
46387         * include/wordexp.h: Likewise.
46388
46389         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46390
46391         * time/time.h: TIME_UTC must be a macro.
46392         Make timespec_get available for ISO C11 only as well.
46393
46394 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46395
46396         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46397         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46398
46399 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46400
46401         * configure.in: Use -o not -a in test for unsupported multi-arch.
46402
46403 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46404
46405         * manual/texinfo.tex: Update to version 2012-01-19.16.
46406
46407 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46408
46409         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46410
46411 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46412
46413         [BZ #13738]
46414         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46415         * manual/fdl-1.3.texi: New file.
46416         * manual/fdl-1.1.texi: File removed.
46417
46418         [BZ #13738]
46419         * manual/libc.texinfo (FDL_VERSION): New @set.
46420         Use it for mention of FDL in cover text.
46421         (Documentation License): Use it in @include file name.
46422
46423 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46424             Roland McGrath  <roland@hack.frob.com>
46425
46426         [BZ #5461]
46427         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46428         (not LONG_LONG_MAX and LONG_LONG_MIN.
46429         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46430         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46431         name.
46432         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46433
46434 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46435
46436         [BZ #2547]
46437         [BZ #11365]
46438         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46439         manipulate bits before adding and subtracting TWO23[sx].
46440         * math/libm-test.inc (nearbyint_test): Add more tests.
46441
46442 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46443
46444         [BZ #2548]
46445         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46446         bits before adding and subtracting TWO23[sx].
46447         * math/libm-test.inc (rint_test): Add more tests.
46448         (rint_test_tonearest): Likewise.
46449         (rint_test_towardzero): Likewise.
46450         (rint_test_downward): Likewise.
46451         (rint_test_upward: Likewise.
46452
46453 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46454
46455         [BZ #10110]
46456         * include/stdc-predef.h: New file.  Extracted from features.h.
46457         * include/features.h: Include stdc-predef.h.
46458         * Makefile (headers): Add stdc-predef.h.
46459         * CONFORMANCE (Compiler limitations): Update.
46460
46461 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46462
46463         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46464
46465 2012-02-21  David S. Miller  <davem@davemloft.net>
46466
46467         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46468         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46469
46470 2012-02-20  David S. Miller  <davem@davemloft.net>
46471
46472         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46473         using a normal save/restore sequence, rather than allocating a
46474         dummy stack frame just to store a frame pointer and restore.
46475         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46476
46477 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46478
46479         * manual/install.texi: Fix stray word in line-wrapped comment.
46480
46481 2012-02-20  David S. Miller  <davem@davemloft.net>
46482
46483         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46484         both binutils and gcc support GOTDATA.
46485
46486         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46487         "rd %pc" in the PIC register setup sequences.
46488
46489         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46490         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46491         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46492         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46493         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46494         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46495         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46496         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46497         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46498         (SYSCALL_ERROR_HANDLER): Likewise.
46499         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46500         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46501         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46502         (SYSCALL_ERROR_HANDLER): Likewise.
46503
46504         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46505         (HAVE_GCC_GOTDATA): New.
46506         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46507         relocation support in both binutils and gcc.
46508         * sysdeps/sparc/elf/configure: Regenerate.
46509
46510         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46511         * sysdeps/sparc/sparc32/elf/configure: Delete.
46512         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46513         * sysdeps/sparc/sparc64/elf/configure: Delete.
46514         * sysdeps/sparc/elf/configure.in: New file.
46515         * sysdeps/sparc/elf/configure: Generate.
46516
46517         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46518         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46519         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46520         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46521         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46522
46523 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46524
46525         * manual/install.texi: Do not mention specific glibc version
46526         numbers.
46527         * manual/libc.texinfo (VERSION, UPDATED): Update.
46528         (@copying): Use @copyright{} and range of years.
46529
46530 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46531
46532         [BZ #13695]
46533         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46534         [crti.S not in sysdirs] (generated): Do not append.
46535         [crti.S not in sysdirs] (omit-deps): Likewise.
46536         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46537         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46538         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46539         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46540         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46541         Likewise.
46542         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46543         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46544         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46545         * csu/defs.awk: Remove file.
46546         * sysdeps/generic/initfini.c: Likewise.
46547         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46548         variable.
46549         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46550         Likewise.
46551
46552 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46553
46554         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46555         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46556         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46557         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46558         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46559         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46560         <bits/epoll.h>.
46561         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46562         (__EPOLL_PACKED): Define to empty if not defined by
46563         <bits/epoll.h>.
46564         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46565         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46566         bits/epoll.h.
46567
46568 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46569
46570         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46571         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46572         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46573         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46574         <bits/timerfd.h>.
46575         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46576         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46577         bits/timerfd.h.
46578
46579 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46580
46581         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46582         in C locale.
46583         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46584         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46585         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46587
46588 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46589
46590         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46591         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46592
46593 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46594
46595         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46596         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46597         defined.
46598         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46599         Likewise.
46600         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46601         entry for 2.16.
46602
46603 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46604
46605         * math/w_acos.c: Use non-signaling floating-point comparisons.
46606         * math/w_acosf.c: Likewise.
46607         * math/w_acosh.c: Likewise.
46608         * math/w_acoshf.c: Likewise.
46609         * math/w_acoshl.c: Likewise.
46610         * math/w_acosl.c: Likewise.
46611         * math/w_asin.c: Likewise.
46612         * math/w_asinf.c: Likewise.
46613         * math/w_asinl.c: Likewise.
46614         * math/w_atanh.c: Likewise.
46615         * math/w_atanhf.c: Likewise.
46616         * math/w_atanhl.c: Likewise.
46617         * math/w_exp2.c: Likewise.
46618         * math/w_exp2f.c: Likewise.
46619         * math/w_exp2l.c: Likewise.
46620         * math/w_j0.c: Likewise.
46621         * math/w_j0f.c: Likewise.
46622         * math/w_j0l.c: Likewise.
46623         * math/w_j1.c: Likewise.
46624         * math/w_j1f.c: Likewise.
46625         * math/w_j1l.c: Likewise.
46626         * math/w_jn.c: Likewise.
46627         * math/w_jnf.c: Likewise.
46628         * math/w_log.c: Likewise.
46629         * math/w_log10.c: Likewise.
46630         * math/w_log10f.c: Likewise.
46631         * math/w_log10l.c: Likewise.
46632         * math/w_log2.c: Likewise.
46633         * math/w_log2f.c: Likewise.
46634         * math/w_log2l.c: Likewise.
46635         * math/w_logf.c: Likewise.
46636         * math/w_logl.c: Likewise.
46637         * math/w_sqrt.c: Likewise.
46638         * math/w_sqrtf.c: Likewise.
46639         * math/w_sqrtl.c: Likewise.
46640         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46641         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46642         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46643         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46644         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46645
46646 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46647
46648         [BZ #9739]
46649         * manual/string.texi (strnlen): Use correct parameter name in
46650         equivalent expression.
46651
46652 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46653
46654         [BZ #11174]
46655         * manual/users.texi (seteuid): Consistently use neweuid for
46656         argument name.
46657
46658 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46659
46660         [BZ #13704]
46661         * manual/nss.texi (Services in the NSS configuration): Correct
46662         list of services in example configuration file.
46663
46664 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46665
46666         [BZ #11322]
46667         * manual/arith.texi: Remove statements about negative zero
46668         behaving identically to zero.
46669
46670 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46671
46672         [BZ #5993]
46673         * manual/install.texi: Do not document upgrading from libc5.
46674
46675 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46676
46677         [BZ #4596]
46678         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46679
46680 2012-02-18  David S. Miller  <davem@davemloft.net>
46681
46682         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46683         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46684         %o7 across the call.
46685         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46686         instead.
46687         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46688         SETUP_PIC_REG_LEAF.
46689         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46690         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46691         * sysdeps/sparc/crtn.S: Likewise.
46692
46693 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46694
46695         * aout/Makefile: Remove.
46696
46697 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46698
46699         [BZ #13058]
46700         * manual/examples/argp-ex1.c (main): Format definition in GNU
46701         style.
46702         * manual/examples/argp-ex2.c (main): Likewise.
46703         * manual/examples/argp-ex3.c (main): Likewise.
46704         * manual/examples/argp-ex4.c (main): Likewise.
46705         * manual/examples/longopt.c (main): Use new-style prototype
46706         definition.
46707         * manual/examples/strncat.c (main): Specify return type and use
46708         (void) for arguments.
46709         * manual/examples/subopt.c (main): Use char **argv argument.
46710
46711 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46712
46713         [BZ #5077]
46714         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46715         rounding modes.
46716
46717 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46718
46719         [BZ #6907]
46720         * manual/string.texi (strchr): Change when strchrnul is
46721         recommended.
46722
46723 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46724
46725         [BZ #174]
46726         * manual/locale.texi (setlocale): Document LOCPATH.
46727
46728 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46729
46730         [BZ #10210]
46731         * manual/process.texi (execle): Move @dots{} before last argument.
46732
46733 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46734
46735         [BZ #12047]
46736         * manual/charset.texi (Generic Charset Conversion): Fix typo
46737         (LC_TYPE -> LC_CTYPE).
46738
46739 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46740
46741         [BZ #5805]
46742         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46743         (scalbnf): Likewise.
46744         (scalbnl): Likewise.
46745         (scalbln): Likewise.
46746         (scalblnf): Likewise.
46747         (scalblnl): Likewise.
46748         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46749         (vwarnx): Likewise.
46750         (verr): Likewise.
46751         (verrx): Likewise.
46752         * manual/filesys.texi (telldir): Use braces around return type.
46753         * manual/llio.texi (mmap): Add space after comma.
46754         (mmap64): Likewise.
46755         * manual/math.texi (jn): Use @var{} on parameter names.
46756         (jnf): Likewise.
46757         (jnl): Likewise.
46758         (yn): Likewise.
46759         (ynf): Likewise.
46760         (ynl): Likewise.
46761         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46762         line.
46763         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46764         "...".
46765         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46766         (sched_get_priority_max): Likewise.
46767         * manual/signal.texi (sigvec): Add space after comma.
46768         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46769         names.
46770         (if_indextoname): Likewise.
46771         (if_freenameindex): Likewise.
46772         (sendto): Use ',' instead of '.' in prototype.
46773         * manual/startup.texi (syscall): Use @dots{} instead of literal
46774         "...".
46775         * manual/stdio.texi (__fpending): Separate initial words of
46776         paragraph from @deftypefun line.
46777         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46778         "...".
46779         (vsyslog): Use @var{} on parameter names.
46780         * manual/terminal.texi (stty): Use @var{} on parameter names.
46781         * manual/users.texi (getutmp): Use @var{} on parameter names.
46782         (getutmpx): Likewise.
46783
46784 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46785
46786         [BZ #6884]
46787         * manual/stdio.texi (fopen): Fix typos in description of
46788         ",ccs=STRING".
46789
46790 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46791
46792         [BZ #4026]
46793         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46794         get clock_id definition.
46795
46796 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46797
46798         [BZ #4822]
46799         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46800         (madvise): Cast every argument to void on its own.
46801
46802 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46803
46804         [BZ #9902]
46805         * manual/startup.texi (Exit Status): Fix typo.
46806
46807 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46808
46809         [BZ #10140]
46810         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46811         * manual/examples/argp-ex2.c: Likewise.
46812         * manual/examples/argp-ex3.c: Likewise.
46813
46814 2012-02-16  Richard Henderson  <rth@redhat.com>
46815
46816         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46817         * sysdeps/s390/s390-32/initfini.c: Remove.
46818         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46819         * sysdeps/s390/s390-64/initfini.c: Remove.
46820
46821 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46822
46823         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46824         compiler output for sysdeps/generic/initfini.c.
46825         * sysdeps/sh/elf/initfini.c: Remove file.
46826
46827 2012-02-16  David S. Miller  <davem@davemloft.net>
46828
46829         [BZ #11494]
46830         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46831
46832         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46833         * sysdeps/sparc/crti.S: New file.
46834         * sysdeps/sparc/crtn.S: New file.
46835         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46836         * sysdeps/sparc/sparc64/Makefile: Likewise.
46837
46838 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46839
46840         [BZ #3335]
46841         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46842
46843 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46844
46845         [BZ #4822]
46846         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46847
46848         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46849         (write, read, close): Likewise.
46850         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46851
46852 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46853
46854         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46855         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46856         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46857         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46858         <bits/signalfd.h>.
46859         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46860         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46861         bits/signalfd.h.
46862
46863 2012-02-14  Marek Polacek  <polacek@redhat.com>
46864
46865         * sysdeps/x86_64/crti.S: New file.
46866         * sysdeps/x86_64/crtn.S: New file.
46867         * sysdeps/x86_64/elf/initfini.c: Remove file.
46868
46869 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46870
46871         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46872         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46873         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46874         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46875         <bits/inotify.h>.
46876         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46877         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46878         bits/inotify.h.
46879
46880 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46881
46882         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46883         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46884         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46885         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46886         <bits/eventfd.h>.
46887         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46888         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46889         bits/eventfd.h.
46890
46891 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46892
46893         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46894         __feraiseexcept instead of feraiseexcept.
46895
46896         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46897         nanosleep invocations.
46898         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46899         strings, and add error checking for a nanosleep invocations.
46900
46901 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46902
46903         Replace FSF snail mail address with URLs, as per GNU coding standards.
46904         Most of the snail mail addresses were wrong anyway, and omitting
46905         them makes the source code easier to maintain.  Almost all of the
46906         changes are to license notices and to locale LC_IDENTIFICATION
46907         addresses, except for this one:
46908         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46909         not its snail mail address.
46910
46911 2012-02-09  Richard Henderson  <rth@twiddle.net>
46912
46913         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46914         of kernel-features.h.
46915
46916         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46917
46918 2012-02-08  Marek Polacek  <polacek@redhat.com>
46919
46920         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46921         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46922         * sysdeps/gnu/_G_config.h: Likewise.
46923         * sysdeps/generic/_G_config.h: Likewise.
46924
46925 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46926
46927         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46928         tests.
46929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46930
46931         * sysdeps/powerpc/powerpc32/crti.S: New file.
46932         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46933         * sysdeps/powerpc/powerpc64/crti.S: New file.
46934         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46935
46936         * Makeconfig (have-initfini): Don't set.
46937         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46938         * configure.in (nopic_initfini): Don't substitute.
46939         * config.h.in (HAVE_INITFINI): Don't #undef.
46940         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46941         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46942
46943 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46944
46945         Support crti.S and crtn.S provided directly by architectures.
46946         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46947         [crti.S in sysdirs] (omit-deps): Likewise.
46948         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46949         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46950         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46951         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46952         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46953         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46954         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46955         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46956         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46957         compiler output for sysdeps/generic/initfini.c.
46958         * sysdeps/i386/elf/Makefile: Remove file.
46959         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46960
46961 2012-02-07  Marek Polacek  <polacek@redhat.com>
46962
46963         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46964         * sysdeps/gnu/_G_config.h: Likewise.
46965         * sysdeps/mach/hurd/_G_config.h: Likewise.
46966
46967 2012-02-07  Marek Polacek  <polacek@redhat.com>
46968
46969         * math/Makefile (tests): Add tst-CMPLX2.
46970         * math/tst-CMPLX2.c: New file.
46971
46972 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46973
46974         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46975
46976         * math/libm-test.inc (jn_test): Add missing L suffix.
46977
46978 2012-02-06  Marek Polacek  <polacek@redhat.com>
46979
46980         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46981         * sysdeps/i386/fpu/e_powf.S: Likewise.
46982         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46983         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46984         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46985         * sysdeps/i386/fpu/e_pow.S: Likewise.
46986         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46987         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46988         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46989         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46990         * sysdeps/i386/fpu/e_log2.S: Likewise.
46991         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46992         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46993         * sysdeps/i386/fpu/e_powl.S: Likewise.
46994         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46995         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46996         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46997         * sysdeps/i386/fpu/e_logl.S: Likewise.
46998         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46999         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
47000         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
47001         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
47002         * sysdeps/i386/fpu/e_log2f.S: Likewise.
47003         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
47004         * sysdeps/i386/fpu/e_log.S: Likewise.
47005         * sysdeps/i386/fpu/s_cexp.S: Likewise.
47006         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
47007         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
47008         * sysdeps/i386/fpu/e_logf.S: Likewise.
47009         * sysdeps/i386/fpu/e_log10l.S: Likewise.
47010         * sysdeps/i386/fpu/e_atanh.S: Likewise.
47011         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
47012         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
47013         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47014         * sysdeps/i386/fpu/e_log10.S: Likewise.
47015         * sysdeps/i386/fpu/s_frexp.S: Likewise.
47016         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
47017         * sysdeps/i386/fpu/s_asinh.S: Likewise.
47018         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
47019         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
47020         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
47021         * sysdeps/i386/asm-syntax.h: Likewise.
47022         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
47023         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47024         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
47025         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
47026         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
47027         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
47028         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
47029         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
47030         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
47031         * sysdeps/powerpc/sysdep.h: Likewise.
47032         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
47033         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
47034
47035 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
47036
47037         [BZ #411]
47038         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
47039
47040 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
47041
47042         * sysdeps/i386/sysdep.h: Include <features.h>.
47043         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
47044         version.
47045
47046 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
47047
47048         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
47049         Define.
47050         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
47051         LOAD_PIC_REG_STR.
47052
47053 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47054
47055         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
47056         (SETUP_PIC_REG): Use GET_PC_THUNK.
47057         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
47058         macro.
47059
47060 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47061
47062         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
47063         for non-PIC compilation.
47064         (SETUP_PIC_REG): Add .p2align directive.
47065         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
47066         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
47067         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
47068         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
47069         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
47070         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
47071         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
47072         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47073         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
47074         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
47075         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
47076         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
47077         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
47078         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
47079         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
47080         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
47081         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
47082         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
47083         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
47084         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
47085         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
47086         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
47087         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
47088         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
47089         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
47090         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
47091         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47092         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
47093         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
47094         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
47095         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
47096         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47097         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
47098         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
47099         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
47100         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
47101         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
47102         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
47103         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
47104         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
47105         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
47106
47107 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
47108
47109         * math/tst-CMPLX.c: Include <stdio.h>.
47110
47111 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
47112
47113         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
47114         float.
47115         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47116         * sysdeps/sparc/bits/mathdef.h: Likewise.
47117
47118 2012-01-31  Marek Polacek  <polacek@redhat.com>
47119
47120         * libio/libio.h: Don't define _PARAMS.
47121         * locale/programs/config.h: Don't define PARAMS.
47122         * stdlib/strtol_l.c: Likewise.
47123         (__strtol_l): Remove PARAMS from the prototype.
47124
47125 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
47126
47127         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
47128         names.  Just use the correct names.  Remove unnecessary wrapper
47129         functions.
47130         * malloc/arena.c: Likewise.
47131         * malloc/hooks.c: Likewise.
47132
47133         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
47134         ARENA_TEST says not to.  Simplify test for creation of a new arena.
47135         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
47136
47137 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
47138
47139         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
47140         into tail calls.
47141         (update_get_addr): New function.
47142         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
47143         GET_ADDR_MODULE parameter.
47144
47145 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47146
47147         * crypt/cert.c: Remove __STDC__ conditionals.
47148         * crypt/crypt-entry.c: Likewise.
47149         * crypt/crypt_util.c: Likewise.
47150         * libio/filedoalloc.c: Likewise.
47151         * libio/fileops.c: Likewise.
47152         * libio/genops.c: Likewise.
47153         * libio/iofclose.c: Likewise.
47154         * libio/iofdopen.c: Likewise.
47155         * libio/iofopen.c: Likewise.
47156         * libio/iofopen64.c: Likewise.
47157         * libio/iogetdelim.c: Likewise.
47158         * libio/iopopen.c: Likewise.
47159         * libio/obprintf.c: Likewise.
47160         * libio/oldfileops.c: Likewise.
47161         * libio/oldiofclose.c: Likewise.
47162         * libio/oldiofdopen.c: Likewise.
47163         * libio/oldiofopen.c: Likewise.
47164         * libio/oldiopopen.c: Likewise.
47165         * libio/wfiledoalloc.c: Likewise.
47166         * libio/wgenops.c: Likewise.
47167         * locale/programs/xmalloc.c: Likewise.
47168         * misc/syslog.c: Likewise.
47169         * stdio-common/xbug.c: Likewise.
47170         * string/memchr.c: Likewise.
47171         * string/memcmp.c: Likewise.
47172         * string/memrchr.c: Likewise.
47173         * string/rawmemchr.c: Likewise.
47174         * sysdeps/posix/getcwd.c: Likewise.
47175         * time/strftime_l.c: Likewise.
47176
47177 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
47178
47179         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
47180         * config.make.in (config-cflags-sse2avx): Define.
47181         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
47182         Fix typo.
47183
47184 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
47185
47186         * scripts/config.guess: Update from upstream config git repository.
47187         * scripts/config.sub: Likewise.
47188
47189 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
47190
47191         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
47192         (EM_NUM): Update.
47193         (R_TILEPRO_*, R_TILEGX_*): New macros.
47194
47195         * scripts/firstversions.awk: Fix bug in version range handling.
47196
47197         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
47198
47199         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
47200
47201         * include/sys/epoll.h: New file.
47202         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
47203         libc_hidden_def.
47204
47205 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
47206
47207         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
47208         Avoid unnecessary __WORDSIZE == 64 test.
47209         (fmaxf): Use VEX format if possible.
47210         (fmax): Likewise.
47211         (fminf): Likewise.
47212         (fmin): Likewise.
47213
47214         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47215         * math/math_private.h: Remove libc_fegetround* and
47216         libc_fesetround*.
47217         * sysdeps/i386/configure.in: Check for -msse2avx.
47218         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47219         also if SSE2AVX is defined.
47220         Remove libc_fegetround* and libc_fesetround*.
47221         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47222         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
47223         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47224         of HAS_YMM_USABLE.
47225         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47226         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47227         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47228         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47229         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47230
47231         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47232
47233 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47234
47235         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47236         size is not set.
47237         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47238
47239 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47240
47241         [BZ #13618]
47242         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47243         relocation.
47244         * Makeconfig (libm): Define.
47245         * elf/Makefile: Add rules to build and run tst-relsort1.
47246         * elf/tst-relsort1.c: New file.
47247         * elf/tst-relsort1mod1.c: New file.
47248         * elf/tst-relsort1mod2.c: New file.
47249
47250 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47251
47252         * math/s_ldexp.c: Remove __STDC__ conditionals.
47253         * math/s_ldexpf.c: Likewise.
47254         * math/s_ldexpl.c: Likewise.
47255         * math/s_nextafter.c: Likewise.
47256         * math/s_nexttowardf.c: Likewise.
47257         * math/s_significand.c: Likewise.
47258         * math/s_significandf.c: Likewise.
47259         * math/s_significandl.c: Likewise.
47260         * math/w_jnl.c: Likewise.
47261         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47262         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47263         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47264         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47265         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47266         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47267         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47268         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47269         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47270         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47271         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47272         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47273         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47274         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47275         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47276         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47277         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47278         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47279         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47280         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47281         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47282         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47283         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47284         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47285         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47286         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47287         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47288         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47289         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47290         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47291         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47292         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47293         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47294         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47295         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47296         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47297         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47298         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47299         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47300         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47301         * sysdeps/ieee754/k_standard.c: Likewise.
47302         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47303         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47304         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47305         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47306         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47307         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47308         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47309         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47310         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47311         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47312         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47313         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47314         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47315         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47316         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47317         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47318         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47319         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47320         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47321         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47322         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47323         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47324         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47325         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47326         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47327         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47328         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47329         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47330         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47331         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47332         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47333         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47334         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47335         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47336         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47337         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47338         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47339         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47340         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47341         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47342         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47343         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47344         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47345         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47346         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47347         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47348         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47349         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47350         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47351         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47352         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47353         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47354         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47355         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47356         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47357         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47358         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47359         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47360         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47361         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47362         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47363         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47364         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47365         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47366         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47367         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47368         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47369         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47370         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47371         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47372         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47373         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47374         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47375         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47376         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47377         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47378         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47379         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47380         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47381         * sysdeps/ieee754/s_matherr.c: Likewise.
47382         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47383         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47384         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47385         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47386
47387 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47388
47389         * crypt/md5.h: Remove __STDC__ conditionals.
47390         * libio/libioP.h: Likewise.
47391         * locale/programs/config.h: Likewise.
47392         * sysdeps/generic/sysdep.h: Likewise.
47393         * sysdeps/i386/asm-syntax.h: Likewise.
47394         * sysdeps/s390/asm-syntax.h: Likewise.
47395         * sysdeps/unix/sysdep.h: Likewise.
47396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47398
47399 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47400
47401         * libio/libio.h: Remove __STDC__ conditionals.
47402         * malloc/obstack.h: Likewise.
47403         * math/complex.h: Likewise.
47404         * math/math.h: Likewise.
47405         * sysdeps/generic/_G_config.h: Likewise.
47406         * sysdeps/gnu/_G_config.h: Likewise.
47407         * sysdeps/mach/hurd/_G_config.h: Likewise.
47408         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47409         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47410         * sysdeps/sparc/bits/mathdef.h: Likewise.
47411
47412 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47413
47414         [BZ #13583]
47415         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47416         Clean up HAS_* macros.
47417         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47418         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47419         possible.
47420         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47421         HAS_AVX.
47422         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47423         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47424         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47425         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47426         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47427
47428 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47429
47430         * elf/tst-unique3.cc (gets): Remove declaration.
47431         * elf/tst-unique3lib.cc (gets): Likewise.
47432         * elf/tst-unique3lib2.cc (gets): Likewise.
47433         * elf/tst-unique4.cc (gets): Likewise.
47434
47435 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47436
47437         * include/stdio.h: Add C++ protection.  Add gets declarations and
47438         definitions.
47439         * debug/tst-chk1.c: Don't declare gets here.
47440         * stdio-common/tst-gets.c: Likewise.
47441
47442 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47443
47444         * posix/glob: Remove directory.
47445
47446 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47447
47448         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47449
47450 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47451
47452         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47453         of the non-standard EPFNOSUPPORT.
47454
47455 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47456
47457         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47458         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47459         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47460
47461 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47462
47463         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47464
47465 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47466
47467         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47468         transient errors.
47469         * nscd/grpcache.c (cache_addgr): Likewise.
47470         * nscd/hstcache.c (cache_addhst): Likewise.
47471         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47472         * nscd/pwdcache.c (cache_addpw): Likewise.
47473         * nscd/servicescache.c (cache_addserv): Likewise.
47474
47475 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47476
47477         * malloc/malloc.c: Various cleanups.
47478         * malloc/hooks.c: Likewise.
47479
47480         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47481         * stdlib/bug-fmtmsg1.c: New file.
47482
47483         * stdlib/fmtmsg.c (init): Add missing unlock.
47484         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47485
47486 2012-01-12  Marek Polacek  <polacek@redhat.com>
47487
47488         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47489         and _GNU_SOURCE.
47490
47491 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47492
47493         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47494         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47495         macro to ensure uniqueness of label name.
47496         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47497         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47498
47499 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47500
47501         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47502
47503         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47504         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47505         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47506         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47507
47508 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47509
47510         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47511
47512         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47513         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47514         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47515
47516         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47517
47518         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47519         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47520         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47521         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47522
47523         * math/bits/math-finite.h: Add ldexp support.
47524
47525 2012-01-10  Marek Polacek  <polacek@redhat.com>
47526
47527         * locale/programs/localedef.h (show_archive_content): Add noreturn
47528         attribute.
47529
47530 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47531
47532         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47533
47534 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47535
47536         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47537
47538         * io/Makefile (headers): Add bits/poll2.h.
47539
47540 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47541
47542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47543         typo #include statement.
47544
47545 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47546
47547         * include/sys/cdefs.h: Define __attribute_alloc_size.
47548         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47549         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47550         * elf/pldd.c: Likewise.
47551         * iconv/iconv_charmap.c: Likewise.
47552         * iconv/iconvconfig.c: Likewise.
47553         * iconv/strtab.c: Likewise.
47554         * locale/programs/locale.c: Likewise.
47555         * locale/programs/localedef.h: Likewise.
47556         * locale/programs/simple-hash.c: Likewise.
47557         * nscd/nscd.h: Likewise.
47558         * nss/makedb.c: Likewise.
47559         * sysdeps/generic/ldconfig.h: Likewise.
47560         * locale/programs/localedef.c: Remove xmalloc prototype.
47561         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47562
47563 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47564
47565         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47566         appropriate.
47567
47568 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47569
47570         * math/Makefile (tests): Add tst-CMPLX.
47571         * math/tst-CMPLX.c: New file.
47572
47573         * math/complex.h (CMPLXL): Fix typo.
47574
47575         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47576         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47577         GLIBC_2.16.
47578         * debug/tst-chk1.c: Add poll and ppoll tests.
47579         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47580         * include/sys/poll.h: Add hidden proto for ppoll.
47581         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47582         * sysdeps/mach/hurd/ppoll.c: Likewise.
47583         * io/ppoll.c: Likewise.
47584         * debug/poll_chk.c: New file.
47585         * debug/ppoll_chk.c: New file.
47586         * include/bits/poll2.h: New file.
47587         * io/bits/poll2.h: New file.
47588
47589         [BZ #1350]
47590         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47591
47592         * configure.in: static is always set to yes.  Remove.
47593         * config.make.in: Don't set build-static.
47594         * Makeconfig: Remove use of build-static.
47595         * dlfcn/Makefile: Likewise.
47596         * elf/Makefile: Likewise.
47597         * math/Makefile: Likewise.
47598         * misc/Makefile: Likewise.
47599         * nptl/Makefile: Likewise.
47600         * sysdeps/mach/hurd/Makefile: Likewise.
47601
47602         * configure.in: PWD_P is not used anymore.
47603         * config.make.in: Remove PWD_P entry.
47604
47605         * configure.in: Remove last remnants of RANLIB.
47606         No need to check for signed size_t anymore.
47607         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47608         and IA-64.
47609         Remove __builtin_expect test because we require at least gcc 3.4.
47610         * aclocal.m4: Likewise.
47611
47612         * wcsmbs/mbrtoc16.c: Implement using towc function.
47613         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47614         * wcsmbs/wcsmbsload.c: Likewise.
47615         * iconv/gconv_simple.c: Likewise.
47616         * iconv/gconv_int.h: Likewise.
47617         * iconv/gconv_builtin.h: Likewise.
47618         * iconv/iconv_prog.c: Remove CHAR16 handling.
47619
47620         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47621
47622         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47623
47624         * configure.in: Remove --with-elf and --enable-bounded options.
47625         Dont set base_machine for ia64.  More non-ELF conditions removed.
47626         Remove testing and setting of leading underscore information.
47627         * config.make.in (build-bounded): Set to no.
47628         * config.h.in: Remove NO_UNDERSCORES entry.
47629         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47630         them.
47631         * csu/start.c: Remove !NO_UNDERSCORE code.
47632         * locale/localeinfo.h: Likewise.
47633         * sysdeps/generic/machine-gmon.h: Likewise.
47634         * sysdeps/generic/sysdep.h: Likewise.
47635         * sysdeps/i386/sysdep.h: Likewise.
47636         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47637         * sysdeps/mach/sysdep.h: Likewise.
47638         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47639         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47640         * sysdeps/sh/sysdep.h: Likewise.
47641         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47642         * sysdeps/unix/i386/sysdep.S: Likewise.
47643         * sysdeps/unix/sparc/start.c: Likewise.
47644         * sysdeps/unix/sparc/sysdep.S: Likewise.
47645         * sysdeps/unix/sparc/sysdep.h: Likewise.
47646         * sysdeps/unix/start.c: Likewise.
47647         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47648         * sysdeps/x86_64/sysdep.h: Likewise.
47649
47650 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47651
47652         [BZ #13553]
47653         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47654         for non-gcc.
47655         * argp/argp-fmtstream.h: Use const instead __const.
47656         * argp/argp.h: Likewise.
47657         * assert/assert.h: Likewise.
47658         * bits/fenv.h: Likewise.
47659         * bits/sched.h: Likewise.
47660         * bits/sigset.h: Likewise.
47661         * bits/sigthread.h: Likewise.
47662         * catgets/nl_types.h: Likewise.
47663         * conform/data/pthread.h-data: Likewise.
47664         * crypt/crypt-private.h: Likewise.
47665         * crypt/crypt.h: Likewise.
47666         * crypt/crypt_util.c: Likewise.
47667         * ctype/ctype.h: Likewise.
47668         * debug/execinfo.h: Likewise.
47669         * debug/mbsnrtowcs_chk.c: Likewise.
47670         * debug/mbsrtowcs_chk.c: Likewise.
47671         * debug/wcsnrtombs_chk.c: Likewise.
47672         * debug/wcsrtombs_chk.c: Likewise.
47673         * debug/wcstombs_chk.c: Likewise.
47674         * dirent/dirent.h: Likewise.
47675         * dlfcn/dlfcn.h: Likewise.
47676         * elf/neededtest4.c: Likewise.
47677         * grp/grp.h: Likewise.
47678         * gshadow/gshadow.h: Likewise.
47679         * iconv/gconv.h: Likewise.
47680         * iconv/gconv_int.h: Likewise.
47681         * iconv/gconv_simple.c: Likewise.
47682         * iconv/iconv.h: Likewise.
47683         * iconv/loop.c: Likewise.
47684         * iconv/skeleton.c: Likewise.
47685         * include/aio.h: Likewise.
47686         * include/aliases.h: Likewise.
47687         * include/argz.h: Likewise.
47688         * include/arpa/inet.h: Likewise.
47689         * include/assert.h: Likewise.
47690         * include/dirent.h: Likewise.
47691         * include/dlfcn.h: Likewise.
47692         * include/execinfo.h: Likewise.
47693         * include/fcntl.h: Likewise.
47694         * include/fenv.h: Likewise.
47695         * include/glob.h: Likewise.
47696         * include/grp.h: Likewise.
47697         * include/libintl.h: Likewise.
47698         * include/mntent.h: Likewise.
47699         * include/netdb.h: Likewise.
47700         * include/pwd.h: Likewise.
47701         * include/rpc/netdb.h: Likewise.
47702         * include/sched.h: Likewise.
47703         * include/search.h: Likewise.
47704         * include/shadow.h: Likewise.
47705         * include/signal.h: Likewise.
47706         * include/stdio.h: Likewise.
47707         * include/stdlib.h: Likewise.
47708         * include/string.h: Likewise.
47709         * include/sys/socket.h: Likewise.
47710         * include/sys/stat.h: Likewise.
47711         * include/sys/statfs.h: Likewise.
47712         * include/sys/statvfs.h: Likewise.
47713         * include/sys/syslog.h: Likewise.
47714         * include/sys/time.h: Likewise.
47715         * include/sys/uio.h: Likewise.
47716         * include/time.h: Likewise.
47717         * include/unistd.h: Likewise.
47718         * include/utmp.h: Likewise.
47719         * include/wchar.h: Likewise.
47720         * include/wctype.h: Likewise.
47721         * inet/aliases.h: Likewise.
47722         * inet/arpa/inet.h: Likewise.
47723         * inet/netinet/ether.h: Likewise.
47724         * inet/netinet/in.h: Likewise.
47725         * intl/libintl.h: Likewise.
47726         * io/bits/fcntl2.h: Likewise.
47727         * io/fcntl.h: Likewise.
47728         * io/ftw.h: Likewise.
47729         * io/sys/poll.h: Likewise.
47730         * io/sys/stat.h: Likewise.
47731         * io/sys/statfs.h: Likewise.
47732         * io/sys/statvfs.h: Likewise.
47733         * io/utime.h: Likewise.
47734         * libio/bits/stdio.h: Likewise.
47735         * libio/bits/stdio2.h: Likewise.
47736         * libio/libio.h: Likewise.
47737         * libio/libioP.h: Likewise.
47738         * libio/stdio.h: Likewise.
47739         * locale/lc-ctype.c: Likewise.
47740         * locale/locale.h: Likewise.
47741         * login/utmp.h: Likewise.
47742         * malloc/arena.c: Likewise.
47743         * malloc/malloc.c: Likewise.
47744         * malloc/malloc.h: Likewise.
47745         * malloc/mcheck.c: Likewise.
47746         * malloc/mtrace.c: Likewise.
47747         * math/bits/mathcalls.h: Likewise.
47748         * math/fenv.h: Likewise.
47749         * math/math_private.h: Likewise.
47750         * misc/bits/error.h: Likewise.
47751         * misc/bits/syslog.h: Likewise.
47752         * misc/err.h: Likewise.
47753         * misc/error.h: Likewise.
47754         * misc/fstab.h: Likewise.
47755         * misc/mntent.h: Likewise.
47756         * misc/regexp.h: Likewise.
47757         * misc/search.h: Likewise.
47758         * misc/sgtty.h: Likewise.
47759         * misc/sys/mman.h: Likewise.
47760         * misc/sys/syslog.h: Likewise.
47761         * misc/sys/uio.h: Likewise.
47762         * misc/sys/xattr.h: Likewise.
47763         * misc/ttyent.h: Likewise.
47764         * nis/rpcsvc/ypclnt.h: Likewise.
47765         * nss/nss.h: Likewise.
47766         * posix/bits/unistd.h: Likewise.
47767         * posix/fnmatch.h: Likewise.
47768         * posix/glob.h: Likewise.
47769         * posix/sched.h: Likewise.
47770         * posix/spawn.h: Likewise.
47771         * posix/sys/wait.h: Likewise.
47772         * posix/unistd.h: Likewise.
47773         * posix/wordexp.h: Likewise.
47774         * pwd/pwd.h: Likewise.
47775         * resolv/netdb.h: Likewise.
47776         * resource/sys/resource.h: Likewise.
47777         * rt/aio.h: Likewise.
47778         * rt/bits/mqueue2.h: Likewise.
47779         * rt/mqueue.h: Likewise.
47780         * shadow/shadow.h: Likewise.
47781         * signal/signal.h: Likewise.
47782         * socket/send.c: Likewise.
47783         * socket/sendto.c: Likewise.
47784         * socket/sys/socket.h: Likewise.
47785         * stdio-common/printf.h: Likewise.
47786         * stdlib/bits/stdlib.h: Likewise.
47787         * stdlib/fmtmsg.h: Likewise.
47788         * stdlib/monetary.h: Likewise.
47789         * stdlib/stdlib.h: Likewise.
47790         * stdlib/ucontext.h: Likewise.
47791         * streams/stropts.h: Likewise.
47792         * string/argz.h: Likewise.
47793         * string/bits/string2.h: Likewise.
47794         * string/string.h: Likewise.
47795         * string/strings.h: Likewise.
47796         * sunrpc/rpc/auth.h: Likewise.
47797         * sunrpc/rpc/auth_des.h: Likewise.
47798         * sunrpc/rpc/clnt.h: Likewise.
47799         * sunrpc/rpc/netdb.h: Likewise.
47800         * sunrpc/rpc/pmap_clnt.h: Likewise.
47801         * sunrpc/rpc/xdr.h: Likewise.
47802         * sysdeps/generic/inttypes.h: Likewise.
47803         * sysdeps/generic/net/if.h: Likewise.
47804         * sysdeps/generic/sys/swap.h: Likewise.
47805         * sysdeps/gnu/net/if.h: Likewise.
47806         * sysdeps/gnu/utmpx.h: Likewise.
47807         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47808         * sysdeps/i386/i486/bits/string.h: Likewise.
47809         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47810         * sysdeps/s390/bits/string.h: Likewise.
47811         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47812         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47813         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47814         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47815         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47816         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47817         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47818         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47819         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47820         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47821         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47822         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47823         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47824         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47825         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47826         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47827         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47828         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47829         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47830         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47831         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47832         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47833         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47834         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47835         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47836         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47837         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47838         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47839         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47840         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47841         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47842         * sysvipc/sys/ipc.h: Likewise.
47843         * sysvipc/sys/msg.h: Likewise.
47844         * sysvipc/sys/sem.h: Likewise.
47845         * sysvipc/sys/shm.h: Likewise.
47846         * termios/termios.h: Likewise.
47847         * time/sys/time.h: Likewise.
47848         * time/time.h: Likewise.
47849         * wcsmbs/bits/wchar2.h: Likewise.
47850         * wcsmbs/uchar.h: Likewise.
47851         * wcsmbs/wchar.h: Likewise.
47852         * wctype/wctype.h: Likewise.
47853
47854         [BZ #13551]
47855         * Makeconfig: Remove all but ELF support including AIX support.
47856         * Makerules: Likewise.
47857         * config.h.in: Likewise.
47858         * config.make.in: Likewise.
47859         * configure: Likewise.
47860         * configure.in: Likewise.
47861         * csu/Makefile: Likewise.
47862         * csu/version.c: Likewise.
47863         * debug/Makefile: Likewise.
47864         * dlfcn/Makefile: Likewise.
47865         * elf/Makefile: Likewise.
47866         * extra-lib.mk: Likewise.
47867         * iconv/Makefile: Likewise.
47868         * include/libc-symbols.h: Likewise.
47869         * include/shlib-compat.h: Likewise.
47870         * resolv/Makefile: Likewise.
47871         * resolv/res_libc.c: Likewise.
47872         * rt/Makefile: Likewise.
47873         * sysdeps/i386/asm-syntax.h: Likewise.
47874         * sysdeps/i386/sysdep.h: Likewise.
47875         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47876         * sysdeps/mach/sysdep.h: Likewise.
47877         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47878         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47879         * sysdeps/s390/asm-syntax.h: Likewise.
47880         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47881         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47882         * sysdeps/sh/sysdep.h: Likewise.
47883         * sysdeps/unix/sparc/sysdep.h: Likewise.
47884         * sysdeps/wordsize-32/divdi3.c: Likewise.
47885         * sysdeps/x86_64/sysdep.h: Likewise.
47886
47887         * argp/Versions: Remove _argp_unlock_xxx.
47888
47889         [BZ #13559]
47890         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47891         * abilist/libBrokenLocale.abilist: Likewise.
47892         * abilist/libanl.abilist: Likewise.
47893         * abilist/libc.abilist: Likewise.
47894         * abilist/libcrypt.abilist: Likewise.
47895         * abilist/libdl.abilist: Likewise.
47896         * abilist/libm.abilist: Likewise.
47897         * abilist/libnsl.abilist: Likewise.
47898         * abilist/libpthread.abilist: Likewise.
47899         * abilist/libresolv.abilist: Likewise.
47900         * abilist/librt.abilist: Likewise.
47901         * abilist/libthread_db.abilist: Likewise.
47902         * abilist/libutil.abilist: Likewise.
47903         * abilist/libnss_db.abilist: New file.
47904
47905         * scripts/abilist.awk: Add support for indirect functions.
47906
47907         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47908
47909         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47910
47911         * shlib-versions: Remove entries for ports architectures.
47912
47913         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47914         files in ports.
47915         * elf/stackguard-macros.h: Remove support for IA-64.
47916         * elf/tst-auditmod1.c: Likewise.
47917         * sysdeps/generic/ldsodefs.h: Likewise.
47918
47919         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47920         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47921         configure files.
47922
47923         [BZ #13552]
47924         * configure.in: Remove --enable-omitfp support.
47925         * FAQ.in: Adjust.
47926         * config.make.in: Likewise.
47927         * Makeconfig: Likewise.
47928         * manual/install.texi: Likewise.
47929
47930         In case anyone cares, the IA-64 architecture could move to ports.
47931         * sysdeps/ia64/*: Removed.
47932         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47933         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47934
47935         [BZ #13555]
47936         * configure.in: Remove entries for unsupported architectures.
47937
47938         [BZ #13533]
47939         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47940         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47941         routines.
47942         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47943         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47944         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47945         fall back to using wcrtomb.
47946         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47947         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47948         renaming.
47949         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47950         * wcsmbs/tst-c16c32-1.c: New file.
47951
47952         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47953         local variable.
47954
47955         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47956
47957         * elf/tst-unique3.cc: Add explicit declaration of gets.
47958         * elf/tst-unique3lib.cc: Likewise.
47959         * elf/tst-unique3lib2.cc: Likewise.
47960         * elf/tst-unique4.cc: Likewise.
47961
47962         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47963
47964 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47965
47966         [BZ #13566]
47967         * assert/assert.h (static_assert): Don't define for C++.
47968         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47969         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47970
47971 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47972
47973         * iconv/loop.c (single loop): Fix assertion in storing of
47974         remaining bytes.
47975
47976         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47977
47978 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47979
47980         * posix/getconf.c: Update copyright year.
47981         * nss/getent.c: Likewise.
47982         * nss/makedb.c: Likewise.
47983         * iconv/iconvconfig.c: Likewise.
47984         * iconv/iconv_prog.c: Likewise.
47985         * elf/ldconfig.c: Likewise.
47986         * elf/pldd.c: Likewise.
47987         * elf/sotruss.ksh: Likewise.
47988         * catgets/gencat.c: Likewise.
47989         * csu/version.c: Likewise.
47990         * elf/ldd.bash.in: Likewise.
47991         * elf/sprof.c (print_version): Likewise.
47992         * locale/programs/locale.c: Likewise.
47993         * locale/programs/localedef.c: Likewise.
47994         * login/programs/pt_chown.c: Likewise.
47995         * nscd/nscd.c (print_version): Likewise.
47996         * debug/xtrace.sh: Likewise.
47997         * malloc/memusage.sh: Likewise.
47998         * malloc/mtrace.pl: Likewise.
47999         * debug/catchsegv.sh: Likewise.
48000
48001 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
48002
48003         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
48004         pure attribute.
48005
48006 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
48007
48008         [BZ #13533]
48009         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
48010         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
48011         transformations.
48012         * iconv/gconv_int.h: Likewise.
48013         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
48014         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
48015         from libc for GLIBC_2.16.
48016         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
48017         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
48018         * wcsmbs/uchar.h: Really define mbstate_t.
48019         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
48020         * wcsmbs/c16rtomb.c: New file.
48021         * wcsmbs/mbrtoc16.c: New file.
48022         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
48023         for C/POSIX locale.
48024         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
48025         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
48026
48027         * wcsmbs/wchar.h: Add missing __restrict.
48028
48029 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
48030
48031         [BZ #13532]
48032         * time/Makefile (routines): Add timespec_get.
48033         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
48034         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
48035         timespec for ISO C11.
48036         * time/timespec_get.c: New file.
48037         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
48038         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
48039
48040         [BZ #13531]
48041         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
48042         * stdlib/stdlib.h: Declare aligned_alloc.
48043         * Versions.def: Add GLIBC_2.16 for libc.
48044         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
48045
48046         [BZ 13527]
48047         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
48048         ISO C11.
48049
48050         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
48051         code.
48052
48053         [BZ #13528]
48054         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
48055
48056         [BZ #13529]
48057         * assert/assert.h (static_assert): Define.
48058
48059         * version.h: Update for 2.16 development version.
48060
48061         [BZ #13526]
48062         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
48063         _ISOC11_SOURCE.
48064
48065         * version.h (RELEASE): Bump for 2.15 release.
48066         * include/features.h (__GLIBC_MINOR__): Bump to 15.
48067
48068         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
48069         Patch by Marek Polacek <mpolacek@redhat.com>.
48070
48071         * bits/byteswap.h: Protect long long constants with __extension__.
48072         * sysdeps/i386/bits/byteswap.h: Likewise.
48073         * sysdeps/ia64/bits/byteswap.h: Likewise.
48074         * sysdeps/s390/bits/byteswap.h: Likewise.
48075         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48076
48077 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48078
48079         [BZ #13540]
48080         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
48081         destination buffer.
48082         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
48083
48084 2011-12-23  Marek Polacek  <polacek@redhat.com>
48085
48086         * elf/dl-addr.c (determine_info): Add inline keyword.
48087         * elf/tst-auditmod4b.c (check_avx): Likewise.
48088         * elf/tst-auditmod6b.c (check_avx): Likewise.
48089         * elf/tst-auditmod6c.c (check_avx): Likewise.
48090         * elf/tst-auditmod7b.c (check_avx): Likewise.
48091
48092 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
48093
48094         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
48095         !__SSE_MATH__.
48096
48097 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48098
48099         [BZ #13540]
48100         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
48101         processing for last bytes.
48102
48103 2011-08-06  Bruno Haible  <bruno@clisp.org>
48104
48105         [BZ #13061]
48106         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
48107         U+0385, not to U+1FEE.
48108
48109         [BZ #13062]
48110         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
48111         entry for U+00A5 U+0301.
48112
48113 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48114
48115         [BZ #13166]
48116         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
48117         buffer for the output is too small.
48118
48119         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
48120         optimization.
48121
48122         [BZ #13185]
48123         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
48124         SSE flags if possible.
48125
48126 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48127
48128         [BZ #13540]
48129         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
48130         processing for last bytes.
48131
48132 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
48133
48134         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
48135         (syscall-list-default-options, syscall-list-default-condition)
48136         (syscall-list-includes): Define.
48137         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
48138         list of ABIs and options and #if conditions for each ABI.  Do not
48139         handle common syscalls between ABIs specially.
48140         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
48141         Remove.
48142         (syscall-list-variants, syscall-list-32bit-options)
48143         (syscall-list-32bit-condition, syscall-list-64bit-options)
48144         (syscall-list-64bit-condition): Define.
48145         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
48146         (syscall-list-variants, syscall-list-32bit-options)
48147         (syscall-list-32bit-condition, syscall-list-64bit-options)
48148         (syscall-list-64bit-condition): Define.
48149         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
48150         Remove.
48151         (syscall-list-variants, syscall-list-32bit-options)
48152         (syscall-list-32bit-condition, syscall-list-64bit-options)
48153         (syscall-list-64bit-condition): Define.
48154         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
48155         Remove.
48156         (syscall-list-variants, syscall-list-32bit-options)
48157         (syscall-list-32bit-condition, syscall-list-64bit-options)
48158         (syscall-list-64bit-condition): Define.
48159
48160 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
48161
48162         * locale/iso-639.def: Add brx entry.
48163
48164         [BZ #13328]
48165         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
48166         Proposed by Mariusz_Cukr <marcukr@op.pl>.
48167
48168         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
48169         __feraiseexcept_renamed.
48170
48171 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48172
48173         [BZ #13538]
48174         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
48175         EPOLLET with unsigned values.
48176         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48177         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
48178
48179         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
48180         to large cancellation.
48181         * math/s_cacoshf.c: Likewise.
48182         * math/s_cacoshl.c: Likewise.
48183
48184 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
48185
48186         [BZ #13305]
48187         [BZ #12786]
48188         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
48189         * math/s_cacoshf.c: Likewise.
48190         * math/s_cacoshl.c: Likewise.
48191
48192 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
48193
48194         [BZ #13439]
48195         * iconv/gconv.h: Define __GCONV_SWAP.
48196         * iconvdata/unicode.c: The swap bit must be stored in __flags.
48197         * iconvdata/utf-16.c: Likewise.
48198         * iconvdata/utf-32.c: Likewise.
48199
48200 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
48201
48202         [BZ #13524]
48203         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
48204         numerator after shifting it by one limb.
48205
48206 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
48207
48208         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
48209         under [__USE_EXTERN_INLINES].
48210
48211 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48212
48213         [BZ #13446]
48214         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48215
48216 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48217
48218         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48219         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48220         optimized code.
48221         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48222         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48223         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48224         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48225         for strncasecmp/strncasecmp_l compilation.
48226         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48227         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48228
48229 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
48230
48231         [BZ #13484]
48232         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48233         of __asm__.
48234
48235 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48236
48237         [BZ #13506]
48238         * time/tzfile.c (__tzfile_read): Check values from file header.
48239
48240 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48241
48242         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48243         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48244         * powerpc/powerpc32/dl-start.S: Likewise.
48245         * powerpc/powerpc32/elf/start.S: Likewise.
48246         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48247         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48248         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48249         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48250         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48251         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48252         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48253         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48254         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48255         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48256         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48257         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48258         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48259         * powerpc/powerpc32/memset.S: Likewise.
48260         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48261         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48262         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48263         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48264         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48265         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48266         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48267         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48268         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48269         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48270         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48271         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48272         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48273
48274 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48275
48276         * math/libm-test.inc: Added more nearbyint tests.
48277         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48278         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48279         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48280         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48281
48282 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48283
48284         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48285         FD_CLOEXEC.
48286
48287 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48288
48289         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48290         Add wcscpy-ssse3 wcscpy-c.
48291         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48292         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48293         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48294         * sysdeps/x86_64/wcschr.S: New file.
48295         * sysdeps/x86_64/wcsrchr.S: New file.
48296         * string/test-strcmp.c: Remove checking of wcscmp function for
48297         wrong alignments.
48298         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48299         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48300         wcsrchr-sse2 wcsrchr-c.
48301         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48302         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48303         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48304         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48305         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48306         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48307         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48308         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48309         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48310         * wcsmbc/wcschr.c (WCSCHR): New macro.
48311
48312 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48313
48314         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48315         * wcsmbs/test-wcsrchr.c: New file.
48316         * string/test-strrchr.c: Add wcsrchr support.
48317         (WIDE): New macro.
48318         * wcsmbs/test-wcscpy.c: New file.
48319         * string/test-strcpy.c: Add wcscpy support.
48320         (WIDE): New macro.
48321
48322 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48323
48324         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48325         the inner loop.
48326
48327 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48328
48329         [BZ #13472]
48330         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48331
48332 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48333
48334         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48335         Minor optimizations.
48336
48337         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48338         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48339         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48340
48341 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48342
48343         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48344         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48345         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48346         for gcc to avoid warnings.
48347         * inet/Makefile (tests): Add tst-checks.
48348         * inet/tst-checks.c: New file.
48349
48350         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48351         warning.
48352
48353         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48354         __wmemcmp_sse2.
48355
48356         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48357         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48358
48359         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48360
48361 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48362
48363         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48364         problem.
48365
48366         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48367
48368 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48369
48370         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48371         conditional on GCC version.
48372         (__arch_compare_and_exchange_val_8_acq)
48373         (__arch_compare_and_exchange_val_16_acq)
48374         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48375         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48376         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48377
48378 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48379
48380         * sysdeps/sh/backtrace.c: New file.
48381
48382 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48383
48384         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48385         parenthesis.
48386
48387 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48388
48389         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48390         falling back to utime.
48391
48392 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48393
48394         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48395         expectations for float.
48396
48397 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48398
48399         * locale/weight.h (findidx): Add parameter len.
48400         * locale/weightwc.h (findidx): Likewise.
48401         * posix/fnmatch_loop.c (FCT): Adjust caller.
48402         * posix/regcomp.c (build_equiv_class): Likewise.
48403         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48404         * posix/regexec.c (check_node_accept_bytes): Likewise.
48405         * string/strcoll_l.c (STRCOLL): Likewise.
48406         * string/strxfrm_l.c (STRXFRM): Likewise.
48407
48408 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48409
48410         * Makefile.in: Remove CVSOPT handling.
48411         * configure.in: Remove use of AC_REVISION.
48412         * iconvdata/Makefile (distribute): No need to filter out CVS.
48413         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48414         handling.
48415
48416 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48417
48418         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48419         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48420         [USE_AS_STRNCASECMP_L]: Likewise.
48421         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48422         NO_TLS_DIRECT_SEG_REFS.
48423         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48424         Fix argument offsets for non-PIC.
48425         [USE_AS_STRNCASECMP_L]: Likewise.
48426         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48427         NO_TLS_DIRECT_SEG_REFS.
48428
48429 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48430
48431         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48432         O_CLOEXEC.
48433         * locale/loadlocale.c (_nl_load_locale): Likewise.
48434
48435 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48436
48437         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48438         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48439         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48440         (SYSCALL_GETTIME): Set errno on error.
48441
48442         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48443         count references to noai6ai_cached.
48444
48445 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48446
48447         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48448
48449         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48450         FD_CLOEXEC for /proc/self/maps.
48451
48452         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48453         FD_CLOEXEC for /proc/meminfo.
48454
48455         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48456         gai.conf.
48457
48458         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48459         FD_CLOEXEC for given file.
48460
48461         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48462
48463         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48464         FD_CLOEXEC for /etc/hosts.
48465         (_gethtent): Likewise.
48466
48467         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48468
48469         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48470         cancellation and set FD_CLOEXEC for /etc/netgroup.
48471
48472         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48473         reading /etc/publickey.
48474
48475         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48476         allow cancellation when reading /etc/group.
48477
48478         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48479         cancellation.
48480         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48481
48482         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48483         when using data file.
48484
48485         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48486
48487         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48488         (write_nis_obj): Use "c" and "e" in fopen.
48489
48490         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48491
48492         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48493
48494         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48495
48496         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48497
48498         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48499         locale.alias.
48500
48501         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48502
48503         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48504
48505         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48506
48507         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48508         file parsing and set FD_CLOEXEC.
48509
48510 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48511
48512         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48513
48514 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48515
48516         * malloc/arena.c (arena_get2): Don't call reused_arena when
48517         _int_new_arena failed.
48518
48519 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48520
48521         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48522         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48523         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48524         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48525         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48526         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48527         to compile strcasecmp and strncasecmp.
48528         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48529         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48530
48531         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48532
48533 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48534
48535         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48536         locale-defines.sym to gen-as-const-headers.
48537         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48538         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48539         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48540         to compile strcasecmp and strncasecmp.
48541         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48542         strcasecmp_l and strncasecmp_l.
48543         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48544         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48545         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48546         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48547         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48548         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48549         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48550         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48551         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48552         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48553         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48554
48555 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48556
48557         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48558         result of SYSDEP_GETTIME_CPU to retval.
48559         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48560         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48561
48562         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48563         variable.
48564
48565         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48566         mantissa words.
48567         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48568
48569         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48570         from unused variable.
48571
48572         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48573         DWARF definitions.
48574         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48575         for assembling.
48576
48577         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48578         over namespaces.
48579
48580         * sunrpc/rpc_prot.c (rejected): Fix case value.
48581
48582         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48583         unsigned long long int to avoid warnings in shift.
48584
48585         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48586         of use of trans.
48587         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48588         variable tmp.
48589
48590         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48591         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48592         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48593
48594         * nis/nis_table.c (nis_list): Use variable of correct type for
48595         result of __follow_path call.
48596
48597 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48598
48599         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48600         of math functions ceil, trunc, floor, round, and sqrt, when
48601         avaliable on the platform.
48602         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48603         name clash.
48604         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48605         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48606         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48607
48608 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48609
48610         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48611         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48612
48613 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48614
48615         * include/unistd.h: Fix __readlink return type.
48616         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48617
48618 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48619
48620         * stdlib/ucontext.h: Undo last change for makecontext.
48621
48622 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48623
48624         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48625
48626         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48627         * setjmp/setjmp.h: Mark functions as non-leaf.
48628         * setjmp/bits/setjmp2.h: Likewise.
48629         * stdlib/ucontext.h: Likewise.
48630
48631 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48632
48633         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48634         (reused_arena): Don't check arena limit.
48635         (arena_get2): Atomically check arena limit.
48636
48637 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48638
48639         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48640         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48641
48642         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48643         instructions.
48644
48645 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48646
48647         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48648         handler when locking.
48649
48650         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48651         Fix size of allocated buffer.
48652
48653 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48654
48655         [BZ #10103]
48656         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48657         declarations for long double functions.
48658         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48659
48660         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48661
48662 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48663
48664         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48665         installed.
48666
48667         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48668         is disabled.
48669
48670 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48671
48672         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48673
48674 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48675
48676         * include/alloca.h (stackinfo_alloca_round): Define.
48677         (extend_alloca): Use it.
48678         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48679         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48680         here.
48681
48682         * scripts/check-local-headers.sh: Ignore libaudit.h.
48683
48684         * nscd/Makefile (extra-objs): Make recursively expanded.
48685
48686 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48687
48688         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48689         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48690
48691         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48692         * posix/tst-rfc3484-2.c: Likewise.
48693         * posix/tst-rfc3484-3.c: Likewise.
48694
48695         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48696         process_vm_writev.
48697         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48698         process_vm_writev.
48699         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48700         process_vm_writev from libc using GLIBC_2.15 version.
48701
48702         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48703
48704 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48705
48706         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48707         stack usage.
48708
48709 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48710
48711         [BZ #13367]
48712         * nss/getent.c (initgroups_keys): Show error message in case no group
48713         names are given.
48714
48715         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48716         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48717         __bump_nl_timestamp.
48718         * nscd/connections (nscd_init): When host database is served open
48719         netlink socket and request notification about configuration changes.
48720         (main_loop_poll): Track netlink file descriptor and bump timestamp
48721         in case data becomes available.
48722         (main_loop_epoll): Likewise.
48723         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48724         (database_pers_head): Add extra_data fileds.
48725         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48726         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48727         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48728         Adjust caller.
48729         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48730         in6ai data, call __free_in6ai.
48731         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48732         Add -DHAVE_NETLINK.
48733         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48734         interface information.  Reuse previous data if netlink timestamp
48735         is not changed.
48736         (__bump_nl_timestamp): New function.
48737         (__free_in6ai): New function.
48738
48739 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48740
48741         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48742         close_not_cancel_no_status here.
48743         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48744
48745 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48746
48747         [BZ #13276]
48748         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48749         return value.
48750
48751         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48752         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48753         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48754
48755 2011-07-03  Andreas Jaeger  <aj@suse.de>
48756
48757         [BZ #10709]
48758         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48759         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48760         * math/libm-test.inc (sin_test): Add test case.
48761
48762 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48763
48764         [BZ #13337]
48765         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48766         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48767
48768         * elf/chroot_canon.c (chroot_canon): Cleanups.
48769
48770         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48771
48772         [BZ #13335]
48773         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48774         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48775
48776         * string/test-strchr.c: Make usable for strchrnul testing.
48777         * string/test-strchrnul.c: New file.
48778         * string/Makefile (strop-tests): Add strchrnul.
48779
48780         * po/it.po: Update from translation team.
48781         * po/es.po: Likewise.
48782
48783 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48784
48785         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48786         the three constants needed as parameters.  Drop the others.
48787         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48788         __m128i_strloadu_tolower.
48789         Create and initialize variable zero and use it in all the places
48790         where _mm_setzero_si128 was used.
48791
48792         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48793         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48794         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48795         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48796         anymore.
48797         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48798         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48799         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48800         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48801         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48802         __mpranred, __mptan.
48803         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48804         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48805         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48806         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48807         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48808         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48809         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48810         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48811         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48812
48813 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48814
48815         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48816         redefine if SHARED.
48817         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48818
48819         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48820         wide char related routines to wcsmbs subdir.
48821
48822 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48823
48824         [BZ #13344]
48825         * misc/sys/cdefs.h (__THROWNL): Define.
48826         * posix/unistd.h: Use __THREADNL instead of __THREAD
48827         for memory synchronization functions.
48828
48829 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48830
48831         [BZ #13349]
48832         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48833         doesn't exist.
48834         * manual/stdio.texi (Obstack Streams): Node removed.
48835
48836 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48837
48838         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48839         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48840         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48841
48842         * math/math_private.h (math_force_eval): Allow non-addressable
48843         arguments.
48844         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48845
48846 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48847
48848         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48849         file is not needed.
48850
48851         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48852         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48853         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48854         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48855         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48856         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48857         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48858         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48859         Add AVX variants.
48860         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48861         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48862         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48863         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48864         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48865         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48866         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48867         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48868         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48869         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48870         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48871         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48872         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48873         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48874         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48875         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48876         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48877         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48878         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48879
48880         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48881         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48882
48883         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48884         place.  Use VEX encoding when compiling for AVX.
48885
48886 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48887
48888         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48889         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48890
48891         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48892
48893 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48894
48895         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48896         useless if() expression.
48897         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48898         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48899         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48900         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48901         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48902         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48903         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48904         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48905         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48906         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48907         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48908         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48909         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48910         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48911         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48912         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48913         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48914         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48915         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48916
48917         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48918
48919 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48920
48921         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48922         condition.
48923         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48924
48925 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48926
48927         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48928         .text section.  Avoid duplicate constants.
48929         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48930         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48931         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48932         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48933         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48934         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48935         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48936         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48937         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48938         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48939         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48940         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48941         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48942         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48943         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48944         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48945         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48946         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48947         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48948         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48949         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48950         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48951         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48952         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48953         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48954         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48955         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48956         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48957         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48958         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48959         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48960         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48961         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48962         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48963         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48964         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48965         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48966         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48967         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48968         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48969         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48970         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48971         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48972         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48973         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48974
48975 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48976
48977         * sysdeps/x86_64/dla.h: Move to ...
48978         * sysdeps/x86_64/fpu/dla.h: ...here.
48979         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48980         situations.  Use __builtin_fma only for gcc 4.6 and up.
48981
48982         * config.make.in: Add have-mfma4 entry.
48983         * configure.in: Substitute libc_cv_cc_fma4.
48984         * math/Makefile (dbl-only-routines): Add sincostab.
48985         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48986         Use __sincostab not sincos.
48987         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48988         name is a macro.
48989         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48990         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48991         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48992         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48993         using __copysign.
48994         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48995         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48996         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48997         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48998         and __inv.
48999         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
49000         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
49001         __copysign.
49002         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
49003         define aliases when function name is a macro.
49004         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
49005         sysdeps/ieee754/dbl-64/sincos.tbl.
49006         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
49007         fma4-enabled routines.
49008         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
49009         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
49010         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
49011         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
49012         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
49013         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
49014         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
49015         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
49016         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
49017         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
49018         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
49019         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
49020         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
49021         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
49022         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
49023         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
49024         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
49025         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
49026         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
49027         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
49028         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
49029         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
49030         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
49031         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
49032         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
49033         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
49034         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
49035         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
49036         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
49037         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
49038
49039         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
49040         rename.
49041         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49042         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49043         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49044         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49045         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49046         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49047         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49048         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49049
49050 2011-10-24  Andreas Schwab  <schwab@redhat.com>
49051
49052         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
49053
49054 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49055
49056         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
49057
49058         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
49059         prediction.
49060         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
49061
49062         * string/strnlen.c: Don't define STRNLEN, reverse logic.
49063         Remove unused variable magic_bits.
49064         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
49065
49066         * string/strnlen.c: Define and use STRNLEN macro.
49067         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
49068         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
49069         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
49070         * wcsmbs/wcslen.c: Define and use WCSLEN.
49071         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
49072         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
49073         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
49074         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
49075         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
49076         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
49077         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49078
49079 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49080
49081         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49082         strnlen-sse2-no-bsf.
49083         Rename strlen-no-bsf to strlen-sse2-no-bsf.
49084         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
49085         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
49086         Add strnlen support.
49087         (USE_AS_STRNLEN): New macro.
49088         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
49089         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
49090         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
49091         * sysdeps/x86_64/wcslen.S: New file.
49092
49093 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
49094
49095         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
49096         XMM-moves are used for copying on small sizes.
49097
49098 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49099
49100         * wcsmbs/Makefile (strop-tests): Add wcschr.
49101         * wcsmbs/test-wcschr.c: New file.
49102         * string/test-strchr.c: Update.
49103         Add wcschr support.
49104         (WIDE): New macro.
49105
49106 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49107
49108         * wcsmbs/Makefile (strop-tests): Add wcslen.
49109         * wcsmbs/test-wcslen.c: New file.
49110         * string/test-strlen.c: Update.
49111         Add wcslen support.
49112         (WIDE): New macro.
49113
49114 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49115
49116         * po/it.po: Update from translation team.
49117
49118 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49119
49120         * sysdeps/x86_64/wcscmp.S: Update.
49121         Fix wrong comparison semantics.
49122         wcscmp shall use signed comparison not unsigned.
49123         Don't use substraction to avoid overflow bug.
49124         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
49125         * wcsmbc/wcscmp.c: Likewise.
49126         * string/test-strcmp.c: Likewise.
49127         Add new tests to check cases with negative values.
49128
49129 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
49130
49131         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
49132         * sysdeps/x86_64/dla.h: ...here.  New file.
49133         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
49134         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49135         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49136         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49137         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49138         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49139         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49140         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49141         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49142
49143 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
49144
49145         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
49146         __ynl_finite aliases.
49147
49148 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49149
49150         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49151
49152         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
49153         define DLA_FMA.
49154         [DLA_FMA] (EMULV): Use DLA_FMA.
49155         [DLA_FMA] (MUL12): Use EMULV.
49156         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
49157         that are not needed.
49158         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49159         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49160         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49161         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49162         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49163         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49164         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49165
49166 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
49167
49168         * math/s_nan.c: Undef __nan.
49169         * math/s_nanf.c: Undef __nanf.
49170         * math/s_nanl.c: Undef __nanl.
49171         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
49172         "math_private.h".
49173
49174 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
49175
49176         * math/s_catan.c: Add branch predictions.
49177         * math/s_catanf.c: Likewise.
49178         * math/s_catanh.c: Likewise.
49179         * math/s_catanhf.c: Likewise.
49180         * math/s_catanhl.c: Likewise.
49181         * math/s_catanl.c: Likewise.
49182         * math/s_cexp.c: Likewise.
49183         * math/s_cexpf.c: Likewise.
49184         * math/s_cexpl.c: Likewise.
49185         * math/s_clog.c: Likewise.
49186         * math/s_clog10.c: Likewise.
49187         * math/s_clog10f.c: Likewise.
49188         * math/s_clog10l.c: Likewise.
49189         * math/s_clogf.c: Likewise.
49190         * math/s_clogl.c: Likewise.
49191         * math/s_csqrt.c: Likewise.
49192         * math/s_csqrtf.c: Likewise.
49193         * math/s_csqrtl.c: Likewise.
49194         * math/s_ctanf.c: Likewise.
49195         * math/s_ctanh.c: Likewise.
49196         * math/s_ctanhf.c: Likewise.
49197         * math/s_ctanhl.c: Likewise.
49198         * math/s_ctanl.c: Likewise.
49199
49200         * math/math_private.h: Define __nan, __nanf, __nanl.
49201         * math/s_cacosh.c: Include <math_private.h>.
49202         * math/s_cacoshl.c: Likewise.
49203         * math/s_casinh.c: Likewise.
49204         * math/s_casinhf.c: Likewise.
49205         * math/s_casinhl.c: Likewise.
49206         * math/s_ccos.c: Rely entire on ccosh.
49207         * math/s_ccosf.c: Rely entire on ccoshf.
49208         * math/s_ccosl.c: Rely entirely on ccoshl.
49209         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
49210         Remove tests for FE_INVALID.
49211         * math/s_ccoshf.c: Likewise.
49212         * math/s_ccoshl.c: Likewise.
49213         * math/s_csin.c: Likewise.
49214         * math/s_csinf.c: Likewise.
49215         * math/s_csinh.c Likewise.
49216         * math/s_csinhf.c: Likewise.
49217         * math/s_csinhl.c: Likewise.
49218         * math/s_csinl.c: Likewise.
49219         * math/s_ctan.c: Likewise.
49220         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49221         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49222         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49223
49224 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
49225
49226         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49227         compilation problems.
49228
49229         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49230         __builtin_expect.
49231
49232 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
49233
49234         * sysdeps/i386/configure.in: Test for -mfma4 option.
49235         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49236         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49237         COMMON_CPUID_INDEX_80000001.
49238         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49239         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49240         use it if FMA3 is not supported.
49241         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49242
49243         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49244         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49245
49246 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49247
49248         [BZ #12892]
49249         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49250         it would create a cycle with a link time dependency.
49251
49252 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49253
49254         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49255         instruction.
49256         * string/Makefile (strop-tests): Add rawmemchr.
49257         * string/test-rawmemchr.c: New file.
49258
49259         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49260         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49261         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49262         when compiling str{,n}casecmp and when AVX is available.  Hook up
49263         new optimized code in initializers.
49264
49265 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49266
49267         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49268         __feraiseexcept instead of feraiseexcept.
49269
49270 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49271
49272         * math/math_private.h: Define defaults for libc_fetestexcept and
49273         libc_feupdateenv.
49274         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49275         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49276         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49277         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49278         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49279         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49280         libc_fetestexcept and libc_feupdateenv.
49281
49282         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49283         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49284         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49285         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49286         libc_feholdexcept_setround.
49287
49288         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49289         Add s_nearbyint-c and s_nearbyintf-c.
49290         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49291         nearbyintf inlines.
49292         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49293         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49294         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49295         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49296
49297         * math/math_private.h: Define defaults for libc_fegetround,
49298         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49299         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49300         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49301         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49302         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49303         standard functions.
49304         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49305         Remove comments and hacks for old compiler versions.
49306         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49307         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49308         libc_feholdexceptl.
49309
49310 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49311
49312         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49313         (__feraiseexcept_renamed): Add __NTH.
49314         (feraiseexcept): Add __NTH.  Rename local variables to fix
49315         namespace violations.
49316
49317 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49318
49319         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49320
49321         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49322
49323         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49324         recently added interfaces.
49325         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49326
49327         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49328         about macro parameter expansion.
49329
49330         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49331         __NO_MATH_INLINES is defined.  Cleanups.
49332
49333         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49334         and __floorf is target has SSE4.1.
49335         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49336         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49337         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49338         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49339
49340         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49341         name.
49342         (floorf): Likewise.
49343
49344         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49345
49346 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49347
49348         * misc/sys/cdefs.h: Fix last change.
49349
49350         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49351         database lookup.
49352
49353 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49354
49355         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49356
49357         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49358         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49359         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49360         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49361         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49362         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49363         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49364         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49365         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49366         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49367         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49368         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49369         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49370         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49371         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49372         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49373         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49374         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49375         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49376         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49377         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49378         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49379
49380         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49381         ceil, ceilf, floor, floorf.
49382
49383         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49384         Perform IRELATIVE relocations last.
49385
49386         * elf/do-rel.h: Add another parameter nrelative, replacing the
49387         local variable with the same name.  Change name of the function
49388         to end in Rel or Rela (uppercase).
49389         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49390         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49391         elf_dynamic_do_##reloc function.
49392
49393 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49394
49395         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49396         is sufficient, at least on modern CPUs.
49397
49398         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49399
49400         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49401         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49402
49403         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49404         __expl_finite.
49405         * math/bits/math-finite.h: Add entries for exp.
49406         * math/e_expl.c: Add __*_finite alias.
49407         * sysdeps/i386/fpu/e_exp.S: Likewise.
49408         * sysdeps/i386/fpu/e_expf.S: Likewise.
49409         * sysdeps/i386/fpu/e_expl.c: Likewise.
49410         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49411         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49412         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49413         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49414         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49415         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49416         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49417
49418         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49419         is sufficient, at least on modern CPUs.
49420
49421         * ctype/ctype-info.c (__ctype_init): Define.
49422         * include/ctype.h (__ctype_init): Declare.
49423         (__ctype_b_loc): The variable is always initialized.
49424         (__ctype_toupper_loc): Likewise.
49425         (__ctype_tolower_loc): Likewise.
49426         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49427         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49428
49429 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49430
49431         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49432
49433         * configure.in: Also look in $cxxmachine/include for C++ system
49434         headers.
49435
49436 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49437
49438         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49439         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49440         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49441         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49442         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49443         (USE_AS_WMEMCMP): New macro.
49444         Fixing indents.
49445         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49446         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49447         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49448         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49449         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49450         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49451         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49452         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49453         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49454         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49455         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49456         (USE_AS_WMEMCMP): New macro.
49457         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49458         * sysdeps/string/test-memcmp.c: Update.
49459         Fix simple_wmemcmp.
49460         Add new tests.
49461         * wcsmbs/wmemcmp.c: Update.
49462         (WMEMCMP): New macro.
49463         Fix overflow bug.
49464
49465 2011-10-12  Andreas Jaeger  <aj@suse.de>
49466
49467         [BZ #13268]
49468         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49469
49470 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49471
49472         * libio/iofwide.c (do_length): Avoid warning.
49473
49474         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49475
49476 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49477
49478         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49479
49480         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49481         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49482         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49483         * sysdeps/i386/i686/fpu/e_log.S: New file.
49484         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49485         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49486
49487         * ctype/ctype.h: Add support for inlined isXXX functions when
49488         compiling C++ code.
49489
49490 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49491
49492         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49493
49494         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49495
49496 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49497
49498         [BZ #13291]
49499         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49500
49501 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49502
49503         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49504         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49505         feraiseexcept.
49506
49507         * sysdeps/x86_64/memrchr.S: Check for zero size.
49508
49509         * string/stratcliff.c: Add memrchr tests.
49510
49511 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49512
49513         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49514         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49515         rawmemchr-sse2 rawmemchr-sse2-bsf.
49516         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49517         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49518         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49519         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49520         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49521         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49522         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49523         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49524         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49525         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49526         * string/memrchr.c (MEMRCHR): New macro.
49527
49528 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49529
49530         Add integration with gcc's -ffinite-math-only and optimize wrapper
49531         functions in libm.
49532         * Versions.def: Define GLIBC_2.15 version for libm.
49533         * math/Makefile (headers): Add bits/math-finite.h.
49534         * math/bits/math-finite.h: New file.
49535         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49536         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49537         * math/e_acoshl.c: Add __*_finite alias.
49538         * math/e_acosl.c: Likewise.
49539         * math/e_asinl.c: Likewise.
49540         * math/e_atan2l.c: Likewise.
49541         * math/e_atanhl.c: Likewise.
49542         * math/e_coshl.c: Likewise.
49543         * math/e_exp10.c: Likewise.
49544         * math/e_exp10f.c: Likewise.
49545         * math/e_exp10l.c: Likewise.
49546         * math/e_exp2l.c: Likewise.
49547         * math/e_fmodl.c: Likewise.
49548         * math/e_gammal_r.c: Likewise.
49549         * math/e_hypotl.c: Likewise.
49550         * math/e_j0l.c: Likewise.
49551         * math/e_j1l.c: Likewise.
49552         * math/e_jnl.c: Likewise.
49553         * math/e_lgammal_r.c: Likewise.
49554         * math/e_log10l.c: Likewise.
49555         * math/e_log2l.c: Likewise.
49556         * math/e_logl.c: Likewise.
49557         * math/e_powl.c: Likewise.
49558         * math/e_sinhl.c: Likewise.
49559         * math/e_sqrtl.c: Likewise.
49560         * math/e_scalb.c: Completely rewritten and optimized.
49561         * math/e_scalbf.c: Likewise.
49562         * math/e_scalbl.c: Likewise.
49563         * math/w_acos.c: Likewise.
49564         * math/w_acosf.c: Likewise.
49565         * math/w_acosl.c: Likewise.
49566         * math/w_acosh.c: Likewise.
49567         * math/w_acoshf.c: Likewise.
49568         * math/w_acoshl.c: Likewise.
49569         * math/w_asin.c: Likewise.
49570         * math/w_asinf.c: Likewise.
49571         * math/w_asinl.c: Likewise.
49572         * math/w_atan2.c: Likewise.
49573         * math/w_atan2f.c: Likewise.
49574         * math/w_atan2l.c: Likewise.
49575         * math/w_atanh.c: Likewise.
49576         * math/w_atanhf.c: Likewise.
49577         * math/w_atanhl.c: Likewise.
49578         * math/w_exp10.c: Likewise.
49579         * math/w_exp10f.c: Likewise.
49580         * math/w_exp10l.c: Likewise.
49581         * math/w_fmod.c: Likewise.
49582         * math/w_fmodf.c: Likewise.
49583         * math/w_fmodl.c: Likewise.
49584         * math/w_j0.c: Likewise.
49585         * math/w_j0f.c: Likewise.
49586         * math/w_j0l.c: Likewise.
49587         * math/w_j1.c: Likewise.
49588         * math/w_j1f.c: Likewise.
49589         * math/w_j1l.c: Likewise.
49590         * math/w_jn.c: Likewise.
49591         * math/w_jnf.c: Likewise.
49592         * math/w_log.c: Likewise.
49593         * math/w_logf.c: Likewise.
49594         * math/w_logl.c: Likewise.
49595         * math/w_log10.c: Likewise.
49596         * math/w_log10f.c: Likewise.
49597         * math/w_log10l.c: Likewise.
49598         * math/w_log2.c: Likewise.
49599         * math/w_log2f.c: Likewise.
49600         * math/w_log2l.c: Likewise.
49601         * math/w_pow.c: Likewise.
49602         * math/w_powf.c: Likewise.
49603         * math/w_powl.c: Likewise.
49604         * math/w_remainder.c: Likewise.
49605         * math/w_remainderf.c: Likewise.
49606         * math/w_remainderl.c: Likewise.
49607         * math/w_scalb.c: Likewise.
49608         * math/w_scalbf.c: Likewise.
49609         * math/w_scalbl.c: Likewise.
49610         * math/w_sqrt.c: Likewise.
49611         * math/w_sqrtf.c: Likewise.
49612         * math/w_sqrtl.c: Likewise.
49613         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49614         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49615         used.
49616         * math/math_private.h: Declare __kernel_standard_f.
49617         * math/w_cosh.c: Remove cruft and optimize a bit.
49618         * math/w_coshf.c: Likewise.
49619         * math/w_coshl.c: Likewise.
49620         * math/w_exp2.c: Likewise.
49621         * math/w_exp2f.c: Likewise.
49622         * math/w_exp2l.c: Likewise.
49623         * math/w_hypot.c: Likewise.
49624         * math/w_hypotf.c: Likewise.
49625         * math/w_hypotl.c: Likewise.
49626         * math/w_lgamma.c: Likewise.
49627         * math/w_lgamma_r.c: Likewise.
49628         * math/w_lgammaf.c: Likewise.
49629         * math/w_lgammaf_r.c: Likewise.
49630         * math/w_lgammal.c: Likewise.
49631         * math/w_lgammal_r.c: Likewise.
49632         * math/w_sinh.c: Likewise.
49633         * math/w_sinhf.c: Likewise.
49634         * math/w_sinhl.c: Likewise.
49635         * math/w_tgamma.c: Likewise.
49636         * math/w_tgammaf.c: Likewise.
49637         * math/w_tgammal.c: Likewise.
49638         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49639         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49640         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49641         Minor optimizations.  Pretty printing.  Remove cruft.
49642         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49643         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49644         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49645         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49646         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49647         * sysdeps/i386/fpu/e_asin.S: Likewise.
49648         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49649         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49650         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49651         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49652         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49653         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49654         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49655         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49656         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49657         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49658         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49659         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49660         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49661         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49662         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49663         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49664         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49665         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49666         * sysdeps/i386/fpu/e_log.S: Likewise.
49667         * sysdeps/i386/fpu/e_log10.S: Likewise.
49668         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49669         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49670         * sysdeps/i386/fpu/e_log2.S: Likewise.
49671         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49672         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49673         * sysdeps/i386/fpu/e_logf.S: Likewise.
49674         * sysdeps/i386/fpu/e_logl.S: Likewise.
49675         * sysdeps/i386/fpu/e_pow.S: Likewise.
49676         * sysdeps/i386/fpu/e_powf.S: Likewise.
49677         * sysdeps/i386/fpu/e_powl.S: Likewise.
49678         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49679         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49680         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49681         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49682         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49683         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49684         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49685         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49686         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49687         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49688         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49689         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49690         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49691         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49692         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49693         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49694         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49695         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49696         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49697         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49698         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49699         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49700         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49701         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49702         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49703         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49704         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49705         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49706         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49707         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49708         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49709         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49710         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49711         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49712         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49713         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49714         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49715         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49716         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49717         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49718         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49719         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49720         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49721         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49722         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49723         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49724         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49725         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49726         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49727         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49728         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49729         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49730         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49731         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49732         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49733         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49734         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49735         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49736         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49737         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49738         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49739         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49740         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49741         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49742         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49743         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49744         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49745         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49746         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49747         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49748         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49749         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49750         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49751         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49752         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49753         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49754         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49755         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49756         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49757         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49758         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49759         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49760         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49761         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49762         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49763         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49764         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49765         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49766         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49767         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49768         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49769         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49770         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49771         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49772         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49773         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49774         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49775         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49776         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49777         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49778         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49779         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49780         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49781         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49782         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49783         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49784         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49785         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49786         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49787         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49788         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49789         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49790         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49791         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49792         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49793         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49794         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49795         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49796         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49797         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49798         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49799         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49800         (__isnanf): Likewise.
49801         (__isinf_ns): Likewise.
49802         (__isinf_nsf): Likewise.
49803         (__finite): Likewise.
49804         (__finitef): Likewise.
49805         (__ieee754_sqrt): Define as macro.
49806         (__ieee754_sqrtf): Define as macro.
49807         (__ieee754_sqrtl): Define as macro.
49808         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49809         inlined copy.
49810         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49811         __FINITE_MATH_ONLY__ consistent.
49812         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49813
49814 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49815
49816         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49817         of rawmemchr.
49818
49819         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49820
49821 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49822
49823         * po/ja.po: Update from translation team.
49824
49825 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49826
49827         * locale/programs/locarchive.c (prepare_address_space): New function.
49828         (create_archive, enlarge_archive, open_archive): Use it.
49829
49830         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49831         inside [SHARED], where it is used.
49832
49833         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49834
49835         * nss/getent.c (netgroup_keys): Remove unused variable.
49836         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49837
49838 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49839
49840         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49841         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49842         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49843         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49844         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49845         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49846         * math/Makefile (libm-calls): Add s_isinf_ns.
49847         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49848         * math/multc3.c: Likewise.
49849         * math/s_casin.c: Likewise.
49850         * math/s_casinf.c: Likewise.
49851         * math/s_casinl.c: Likewise.
49852         * math/s_ccos.c: Likewise.
49853         * math/s_ccosf.c: Likewise.
49854         * math/s_ccosl.c: Likewise.
49855         * math/s_ctan.c: Likewise.
49856         * math/s_ctanf.c: Likewise.
49857         * math/s_ctanh.c: Likewise.
49858         * math/s_ctanhf.c: Likewise.
49859         * math/s_ctanhl.c: Likewise.
49860         * math/s_ctanl.c: Likewise.
49861         * math/w_fmod.c: Likewise.
49862         * math/w_fmodf.c: Likewise.
49863         * math/w_fmodl.c: Likewise.
49864         * math/w_remainder.c: Likewise.
49865         * math/w_remainderf.c: Likewise.
49866         * math/w_remainderl.c: Likewise.
49867         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49868         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49869         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49870         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49871         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49872         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49873         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49874         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49875
49876         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49877         of the number.
49878         * stdio-common/printf_fphex.c: Likewise.
49879         * stdio-common/printf_size.c: Likewise.
49880
49881         * math/e_exp10.c: Include math_private.h using <...> not "...".
49882         * math/e_exp10f.c: Likewise.
49883         * math/e_exp10l.c: Likewise.
49884         * math/e_exp2l.c: Likewise.
49885         * math/e_j0l.c: Likewise.
49886         * math/e_j1l.c: Likewise.
49887         * math/e_jnl.c: Likewise.
49888         * math/e_lgammal_r.c: Likewise.
49889         * math/e_rem_pio2l.c: Likewise.
49890         * math/e_scalb.c: Likewise.
49891         * math/e_scalbf.c: Likewise.
49892         * math/e_scalbl.c: Likewise.
49893         * math/k_cosl.c: Likewise.
49894         * math/k_sinl.c: Likewise.
49895         * math/k_tanl.c: Likewise.
49896         * math/s_cacoshf.c: Likewise.
49897         * math/s_catan.c: Likewise.
49898         * math/s_catanf.c: Likewise.
49899         * math/s_catanh.c: Likewise.
49900         * math/s_catanhf.c: Likewise.
49901         * math/s_catanhl.c: Likewise.
49902         * math/s_catanl.c: Likewise.
49903         * math/s_ccosh.c: Likewise.
49904         * math/s_ccoshf.c: Likewise.
49905         * math/s_ccoshl.c: Likewise.
49906         * math/s_cexp.c: Likewise.
49907         * math/s_cexpf.c: Likewise.
49908         * math/s_cexpl.c: Likewise.
49909         * math/s_clog.c: Likewise.
49910         * math/s_clog10.c: Likewise.
49911         * math/s_clog10f.c: Likewise.
49912         * math/s_clog10l.c: Likewise.
49913         * math/s_clogf.c: Likewise.
49914         * math/s_clogl.c: Likewise.
49915         * math/s_csin.c: Likewise.
49916         * math/s_csinf.c: Likewise.
49917         * math/s_csinh.c: Likewise.
49918         * math/s_csinhf.c: Likewise.
49919         * math/s_csinhl.c: Likewise.
49920         * math/s_csinl.c: Likewise.
49921         * math/s_csqrt.c: Likewise.
49922         * math/s_csqrtf.c: Likewise.
49923         * math/s_csqrtl.c: Likewise.
49924         * math/s_ctan.c: Likewise.
49925         * math/s_ctanf.c: Likewise.
49926         * math/s_ctanh.c: Likewise.
49927         * math/s_ctanhf.c: Likewise.
49928         * math/s_ctanhl.c: Likewise.
49929         * math/s_ctanl.c: Likewise.
49930         * math/s_ldexp.c: Likewise.
49931         * math/s_ldexpf.c: Likewise.
49932         * math/s_ldexpl.c: Likewise.
49933         * math/s_significand.c: Likewise.
49934         * math/s_significandf.c: Likewise.
49935         * math/s_significandl.c: Likewise.
49936         * math/w_acos.c: Likewise.
49937         * math/w_acosf.c: Likewise.
49938         * math/w_acosh.c: Likewise.
49939         * math/w_acoshf.c: Likewise.
49940         * math/w_acoshl.c: Likewise.
49941         * math/w_acosl.c: Likewise.
49942         * math/w_asin.c: Likewise.
49943         * math/w_asinf.c: Likewise.
49944         * math/w_asinl.c: Likewise.
49945         * math/w_atan2.c: Likewise.
49946         * math/w_atan2f.c: Likewise.
49947         * math/w_atan2l.c: Likewise.
49948         * math/w_atanh.c: Likewise.
49949         * math/w_atanhf.c: Likewise.
49950         * math/w_atanhl.c: Likewise.
49951         * math/w_cosh.c: Likewise.
49952         * math/w_coshf.c: Likewise.
49953         * math/w_coshl.c: Likewise.
49954         * math/w_dremf.c: Likewise.
49955         * math/w_exp10.c: Likewise.
49956         * math/w_exp10f.c: Likewise.
49957         * math/w_exp10l.c: Likewise.
49958         * math/w_exp2.c: Likewise.
49959         * math/w_exp2f.c: Likewise.
49960         * math/w_fmod.c: Likewise.
49961         * math/w_fmodf.c: Likewise.
49962         * math/w_fmodl.c: Likewise.
49963         * math/w_hypot.c: Likewise.
49964         * math/w_hypotf.c: Likewise.
49965         * math/w_hypotl.c: Likewise.
49966         * math/w_j0.c: Likewise.
49967         * math/w_j0f.c: Likewise.
49968         * math/w_j0l.c: Likewise.
49969         * math/w_j1.c: Likewise.
49970         * math/w_j1f.c: Likewise.
49971         * math/w_j1l.c: Likewise.
49972         * math/w_jn.c: Likewise.
49973         * math/w_jnf.c: Likewise.
49974         * math/w_jnl.c: Likewise.
49975         * math/w_lgamma.c: Likewise.
49976         * math/w_lgamma_r.c: Likewise.
49977         * math/w_lgammaf.c: Likewise.
49978         * math/w_lgammaf_r.c: Likewise.
49979         * math/w_lgammal.c: Likewise.
49980         * math/w_lgammal_r.c: Likewise.
49981         * math/w_log.c: Likewise.
49982         * math/w_log10.c: Likewise.
49983         * math/w_log10f.c: Likewise.
49984         * math/w_log10l.c: Likewise.
49985         * math/w_log2.c: Likewise.
49986         * math/w_log2f.c: Likewise.
49987         * math/w_log2l.c: Likewise.
49988         * math/w_logf.c: Likewise.
49989         * math/w_logl.c: Likewise.
49990         * math/w_pow.c: Likewise.
49991         * math/w_powf.c: Likewise.
49992         * math/w_powl.c: Likewise.
49993         * math/w_remainder.c: Likewise.
49994         * math/w_remainderf.c: Likewise.
49995         * math/w_remainderl.c: Likewise.
49996         * math/w_scalb.c: Likewise.
49997         * math/w_scalbf.c: Likewise.
49998         * math/w_scalbl.c: Likewise.
49999         * math/w_sinh.c: Likewise.
50000         * math/w_sinhf.c: Likewise.
50001         * math/w_sinhl.c: Likewise.
50002         * math/w_sqrt.c: Likewise.
50003         * math/w_sqrtf.c: Likewise.
50004         * math/w_sqrtl.c: Likewise.
50005         * math/w_tgamma.c: Likewise.
50006         * math/w_tgammaf.c: Likewise.
50007         * math/w_tgammal.c: Likewise.
50008
50009         * po/ja.po: Update from translation team.
50010
50011 2011-09-29  Andreas Jaeger  <aj@suse.de>
50012
50013         [BZ #13179]
50014         * sunrpc/netname.c (netname2host): Fix logic.
50015
50016         [BZ #6779]
50017         [BZ #6783]
50018         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
50019         correctly.
50020         * math/w_remainder.c (__remainder): Likewise.
50021         * math/w_remainderf.c (__remainderf): Likewise.
50022         * math/libm-test.inc (remainder_test): Add test cases.
50023
50024 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50025
50026         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
50027         sdiv_qrnnd.
50028
50029 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
50030
50031         * string/test-memcmp.c: Avoid unncessary #defines.
50032         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50033
50034 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50035
50036         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
50037         Use new sse2 version for core i3 - i7 as it's faster
50038         than sse42 version.
50039         (bit_Prefer_PMINUB_for_stringop): New.
50040         * sysdeps/x86_64/rawmemchr.S: Update.
50041         Replace with faster SSE2 version.
50042         * sysdeps/x86_64/memrchr.S: New file.
50043         * sysdeps/x86_64/memchr.S: Update.
50044         Replace with faster SSE2 version.
50045
50046 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
50047
50048         * elf/dl-load.c (lose): Add cast to avoid warning.
50049
50050 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
50051
50052         * po/ca.po: Update from translation team.
50053
50054         * inet/getnetgrent_r.c: Hook up nscd.
50055         * nscd/Makefile (routines): Add nscd_netgroup.
50056         (nscd-modules): Add netgroupcache.
50057         (CFLAGS-netgroupcache.c): Define.
50058         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
50059         (cache_search): Add const to second parameter.
50060         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
50061         INNETGR.
50062         (dbs): Add netgrdb entry.
50063         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
50064         (verify_persistent_db): Handle netgrdb.
50065         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
50066         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
50067         GETFDNETGR.
50068         (netgroup_response_header): Define.
50069         (innetgroup_response_header): Define.
50070         (datahead): Add netgroup_response_header and innetgroup_response_header
50071         elements.
50072         * nscd/nscd.conf: Add entries for netgroup cache.
50073         * nscd/nscd.h (dbtype): Add netgrdb.
50074         (_PATH_NSCD_NETGROUP_DB): Define.
50075         (netgroup_iov_disabled): Declare.
50076         (xmalloc, xcalloc, xrealloc): Move declarations here.
50077         (cache_search): Adjust prototype.
50078         Add netgroup-related prototypes.
50079         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
50080         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
50081         (__nscd_innetgr): Declare.
50082         * nscd/selinux.c (perms): Use access_vector_t as element type and
50083         add netgroup-related initializers.
50084         * nscd/netgroupcache.c: New file.
50085         * nscd/nscd_netgroup.c: New file.
50086         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
50087         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
50088         For four parameters use innetgr.
50089         * nss/nss_files/files-init.c: Add definition and callback for netgr.
50090         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
50091         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
50092         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
50093
50094         * nscd/connections.c (register_traced_file): Don't register file
50095         for disabled databases.
50096
50097 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
50098
50099         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
50100
50101         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
50102         from tree and freeing node.
50103
50104 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
50105
50106         * nss/nsswitch.c (__nss_database_lookup): Handle
50107         nss_parse_service_list out of memory case.
50108
50109 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
50110
50111         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
50112         out of memory case.
50113
50114 2011-10-04  Andreas Schwab  <schwab@redhat.com>
50115
50116         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
50117         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
50118         pass it down.
50119         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
50120         elf_machine_rela, elf_machine_lazy_rel.
50121         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
50122         (ELF_DYNAMIC_DO_REL): Likewise.
50123         (ELF_DYNAMIC_DO_RELA): Likewise.
50124         (ELF_DYNAMIC_RELOCATE): Likewise.
50125         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
50126         to ELF_DYNAMIC_DO_REL.
50127         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
50128         (dl_main): In trace mode always set __RTLD_NOIFUNC.
50129         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
50130         elf_machine_rela.
50131         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
50132         skip_ifunc, don't call ifunc function if non-zero.
50133         (elf_machine_rela): Likewise.
50134         (elf_machine_lazy_rel): Likewise.
50135         (elf_machine_lazy_rela): Likewise.
50136         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
50137         (elf_machine_lazy_rel): Likewise.
50138         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
50139         Likewise.
50140         (elf_machine_lazy_rel): Likewise.
50141         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50142         Likewise.
50143         (elf_machine_lazy_rel): Likewise.
50144         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
50145         (elf_machine_lazy_rel): Likewise.
50146         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
50147         (elf_machine_lazy_rel): Likewise.
50148         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
50149         (elf_machine_lazy_rel): Likewise.
50150         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
50151         (elf_machine_lazy_rel): Likewise.
50152         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
50153         (elf_machine_lazy_rel): Likewise.
50154         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
50155         (elf_machine_lazy_rel): Likewise.
50156
50157 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
50158
50159         * nss/nss_files/files-init.c (_nss_files_init): Use static
50160         initialization for all the *_traced_file variables.
50161
50162 2011-09-28  Andreas Schwab  <schwab@redhat.com>
50163
50164         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50165
50166 2011-09-27  Roland McGrath  <roland@hack.frob.com>
50167
50168         [BZ #13226]
50169         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
50170
50171 2011-09-27  Andreas Schwab  <schwab@redhat.com>
50172
50173         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50174         Reread the line before reparsing it.
50175
50176 2011-09-26  Andreas Schwab  <schwab@redhat.com>
50177
50178         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
50179
50180 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
50181             Maxim Kuvyrkov  <maxim@codesourcery.com>
50182             Joseph Myers  <joseph@codesourcery.com>
50183
50184         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
50185         if needed for __stack_chk_guard.
50186
50187 2011-09-19  Roland McGrath  <roland@hack.frob.com>
50188
50189         * sysdeps/posix/spawni.c (script_execute): Always define it.
50190         It will be optimized away if unused.
50191         (maybe_script_execute): New function.
50192         (__spawni): Call it.
50193
50194         * Makerules: Don't include tls.make.
50195         (config-tls): Always set to thread.
50196         * tls.make.c: File removed.
50197
50198 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
50199
50200         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
50201         * config.make.in (CPPFLAGS-config): New substituted variable.
50202
50203 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50204
50205         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
50206
50207         [BZ #13192]
50208         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
50209         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
50210
50211 2011-09-15  Roland McGrath  <roland@hack.frob.com>
50212
50213         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50214         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50215         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50216         (CALL_FAIL): Likewise.
50217         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50218         (CALL_FAIL): Macro removed.
50219         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50220
50221 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50222
50223         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50224         for __FINITE_MATH_ONLY__ == 1.
50225
50226 2011-09-15  Andreas Schwab  <schwab@redhat.com>
50227
50228         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50229         __ieee754_sqrt instead of sqrt.
50230         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50231         __ieee754_sqrtf instead of sqrtf.
50232         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50233         __floorf instead of floorf.
50234         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50235         __floorf, __truncf instead of floorf, truncf.
50236
50237 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
50238
50239         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50240
50241         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50242         __extern_always_inline.
50243         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50244         32-bit.
50245
50246 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50247
50248         * elf/rtld.c (dl_main): Also relocate in dependency order when
50249         doing symbol dependency testing.
50250
50251 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50252
50253         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50254         Always define `refsym'.
50255
50256 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50257
50258         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50259         (__FD_ELT): Renamed from __FDELT.
50260         * misc/bits/select2.h (__FD_ELT): Likewise.
50261         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50262         __FD_MASK instead of __FDELT, __FDMASK.
50263         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50264         Likewise.
50265         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50266         Likewise.
50267
50268         * elf/Makefile (gen-ldd): Fix pattern.
50269
50270         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50271         (init_tls): Likewise.
50272
50273 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50274
50275         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50276
50277 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50278
50279         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50280         `struct cmsghdr *' instead of `void *'.
50281         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50282         Likewise.
50283
50284 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50285
50286         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50287         if non-absolute.
50288         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50289         ldd_rewrite_script.
50290
50291 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50292
50293         * configure.in: Remove --with-tls option.
50294         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50295         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50296         out in case it is missing.
50297         * sysdeps/ia64/elf/configure.in: Likewise.
50298         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50299         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50300         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50301         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50302         * sysdeps/sh/elf/configure.in: Likewise.
50303         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50304         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50305         * sysdeps/x86_64/elf/configure.in: Likewise.
50306         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50307         * sysdeps/mach/hurd/tls.h: Likewise.
50308
50309         [BZ #13067]
50310         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50311
50312         [BZ #13090]
50313         * configure.in: Fix use of AC_INIT.
50314
50315         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50316
50317 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50318
50319         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50320         __set_errno.
50321         * malloc/hooks.c: Likewise.
50322
50323         [BZ #11929]
50324         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50325         variables statically.
50326         (narenas): Initialize.
50327         (list_lock): Initialize.
50328         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50329         initializtion of main_arena and list_lock.  Small cleanups.
50330         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50331         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50332         Add initializers to main_arena and mp_.
50333         (malloc_state): Remove pagesize member.  Change all users to use
50334         GLRO(dl_pagesize).
50335
50336         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50337         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50338         is always initialized.
50339
50340         * malloc/malloc.c: Removed unused configurations and dead code.
50341         * malloc/arena.c: Likewise.
50342         * malloc/hooks.c: Likewise.
50343         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50344
50345         * include/tls.h: Removed.  USE___THREAD must always be defined.
50346         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50347         * elf/dl-libc.c: Likewise.
50348         * elf/dl-tsd.c: Likewise.
50349         * include/errno.h: Likewise.
50350         * include/netdb.h: Likewise.
50351         * include/resolv.h: Likewise.
50352         * inet/herrno-loc.c: Likewise.
50353         * inet/herrno.c: Likewise.
50354         * malloc/arena.c: Likewise.
50355         * malloc/hooks.c: Likewise.
50356         * malloc/malloc.c: Likewise.
50357         * resolv/res-state.c: Likewise.
50358         * resolv/res_libc.c: Likewise.
50359         * sysdeps/i386/dl-machine.h: Likewise.
50360         * sysdeps/ia64/dl-machine.h: Likewise.
50361         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50362         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50363         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50364         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50365         * sysdeps/sh/dl-machine.h: Likewise.
50366         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50367         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50368         * sysdeps/unix/i386/sysdep.S: Likewise.
50369         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50370         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50371         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50372         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50373         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50374         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50375         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50376         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50377         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50378         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50379         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50380         * sysdeps/x86_64/dl-machine.h: Likewise.
50381         * tls.make.c: Likewise.
50382
50383         * configure.in: Remove --with-__thread option.  Make tests for
50384         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50385         tls_model attribute fail if no support is available.  Remove
50386         USE_IN_LIBIO.
50387         * Makeconfig: Adjust for dropped configure option.  All features are
50388         now mandatory.
50389         * Makerules: Likewise.
50390         * Versions.def: Likewise.
50391         * argp/argp-fmtstream.c: Likewise.
50392         * argp/argp-fmtstream.h: Likewise.
50393         * argp/argp-help.c: Likewise.
50394         * assert/assert.c: Likewise.
50395         * config.h.in: Likewise.
50396         * config.make.in: Likewise.
50397         * configure: Likewise.
50398         * configure.in: Likewise.
50399         * csu/Versions: Likewise.
50400         * csu/init.c: Likewise.
50401         * elf/tst-audit2.c: Likewise.
50402         * elf/tst-tls10.c: Likewise.
50403         * elf/tst-tls10.h: Likewise.
50404         * elf/tst-tls11.c: Likewise.
50405         * elf/tst-tls12.c: Likewise.
50406         * elf/tst-tls14.c: Likewise.
50407         * elf/tst-tlsmod11.c: Likewise.
50408         * elf/tst-tlsmod12.c: Likewise.
50409         * elf/tst-tlsmod13.c: Likewise.
50410         * elf/tst-tlsmod13a.c: Likewise.
50411         * elf/tst-tlsmod14a.c: Likewise.
50412         * elf/tst-tlsmod15b.c: Likewise.
50413         * elf/tst-tlsmod16a.c: Likewise.
50414         * elf/tst-tlsmod16b.c: Likewise.
50415         * elf/tst-tlsmod7.c: Likewise.
50416         * elf/tst-tlsmod8.c: Likewise.
50417         * elf/tst-tlsmod9.c: Likewise.
50418         * gmon/gmon.c: Likewise.
50419         * grp/fgetgrent_r.c: Likewise.
50420         * grp/putgrent.c: Likewise.
50421         * hurd/fopenport.c: Likewise.
50422         * include/libc-symbols.h: Likewise.
50423         * include/tls.h: Likewise.
50424         * intl/gettextP.h: Likewise.
50425         * intl/loadinfo.h: Likewise.
50426         * locale/global-locale.c: Likewise.
50427         * locale/localeinfo.h: Likewise.
50428         * mach/devstream.c: Likewise.
50429         * malloc/arena.c: Likewise.
50430         * malloc/set-freeres.c: Likewise.
50431         * misc/err.c: Likewise.
50432         * misc/getttyent.c: Likewise.
50433         * misc/mntent_r.c: Likewise.
50434         * posix/getopt.c: Likewise.
50435         * posix/wordexp.c: Likewise.
50436         * pwd/fgetpwent_r.c: Likewise.
50437         * resolv/Versions: Likewise.
50438         * resolv/res_hconf.c: Likewise.
50439         * shadow/fgetspent_r.c: Likewise.
50440         * shadow/putspent.c: Likewise.
50441         * stdio-common/printf_fphex.c: Likewise.
50442         * stdio-common/tmpfile.c: Likewise.
50443         * stdlib/abort.c: Likewise.
50444         * stdlib/fmtmsg.c: Likewise.
50445         * sunrpc/auth_unix.c: Likewise.
50446         * sunrpc/clnt_perr.c: Likewise.
50447         * sunrpc/clnt_tcp.c: Likewise.
50448         * sunrpc/clnt_udp.c: Likewise.
50449         * sunrpc/clnt_unix.c: Likewise.
50450         * sunrpc/openchild.c: Likewise.
50451         * sunrpc/svc_simple.c: Likewise.
50452         * sunrpc/svc_tcp.c: Likewise.
50453         * sunrpc/svc_udp.c: Likewise.
50454         * sunrpc/svc_unix.c: Likewise.
50455         * sunrpc/xdr.c: Likewise.
50456         * sunrpc/xdr_array.c: Likewise.
50457         * sunrpc/xdr_rec.c: Likewise.
50458         * sunrpc/xdr_ref.c: Likewise.
50459         * sunrpc/xdr_stdio.c: Likewise.
50460
50461 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50462
50463         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50464
50465 2011-07-03  Andreas Jaeger  <aj@suse.de>
50466
50467         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50468         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50469         regenerate with gen-libm-tests.pl.
50470
50471 2010-05-12  Petr Baudis  <pasky@suse.cz>
50472
50473         [BZ #11589]
50474         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50475         around j0() zero points by switching to j1().
50476         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50477         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50478         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50479         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50480
50481 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50482
50483         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50484         instead of 0.
50485         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50486         instead of 0.
50487         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50488         Patch in part by Pavel Roskin <proski@gnu.org>.
50489
50490         [BZ #13138]
50491         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50492         realloc.
50493         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50494         Free memory block if necessary.
50495
50496         [BZ #12847]
50497         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50498         be NULL.  Don't lock in this case.
50499
50500 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50501
50502         * elf/elf.h (ELFOSABI_GNU): New macro.
50503         (ELFOSABI_LINUX): Define to that.
50504
50505 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50506
50507         * string/strncat.c (strncat): Undef the symbol in case it has been
50508         defined in bits/string.h.
50509
50510 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50511
50512         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50513
50514         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50515         link map.
50516
50517 2011-08-17  Andreas Jaeger  <aj@suse.de>
50518
50519         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50520
50521 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50522             Ian Lance Taylor  <iant@google.com>
50523
50524         * math/libm-test.inc (lround_test): New testcase.
50525         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50526
50527 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50528
50529         * Makefile: Remove support for automatic cvs check-ins.
50530         * Makerules: Likewise.
50531         * config.make.in: Likewise.
50532         * configure.in: Likewise.
50533         * intl/Makefile: Likewise.
50534         * locale/Makefile: Likewise.
50535         * po/Makefile: Likewise.
50536         * posix/Makefile: Likewise.
50537         * sysdeps/gnu/Makefile: Likewise.
50538         * sysdeps/mach/hurd/Makefile: Likewise.
50539         * sysdeps/sparc/sparc32/Makefile: Likewise.
50540
50541         [BZ #13118]
50542         * posix/Makefile (bug-regex32-ENV): Define.
50543         Patch by John Stanley <jpsinthemix@verizon.net>.
50544
50545         * misc/Makefile (headers): Add bits/select2.h.
50546         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50547         * misc/bits/select2.h: New file.
50548         * include/bits/select2.h: New file.
50549         * debug/Makefile (routines): Add fdelt_chk.
50550         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50551         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50552         FD_ISSET.
50553         * debug/fdelt_chk.c: New file.
50554
50555         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50556         * wcsmbs/test-wmemcmp.c: Likewise.
50557         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50558         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50559
50560 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50561
50562         * string/Makefile (strop-tests): Add memcmp.
50563         * string/test-wmemcmp.c: New file.
50564         * string/test-memcmp.c: Add wmemcmp support.
50565
50566 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50567
50568         [BZ #13153]
50569         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50570         2011-07-19 change.
50571
50572         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50573         garbage value in a __mach_port_mod_refs call in the cases of the
50574         task-self and thread-self ports.
50575
50576 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50577
50578         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50579
50580 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50581
50582         * elf/dl-load.c (lose): Check for non-null L.
50583
50584 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50585
50586         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50587
50588         * elf/dl-libc.c (dlerror_run): Pass back error code from
50589         dl_catch_error.
50590
50591         [BZ #13123]
50592         * elf/dl-load.c (lose): Free l_origin if it is valid.
50593
50594         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50595         names.
50596         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50597         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50598         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50599         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50600         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50601         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50602
50603 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50604
50605         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50606         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50607         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50608         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50609         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50610         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50611         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50612         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50613         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50614         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50615
50616 2011-08-15  Alan Modra  <amodra@gmail.com>
50617
50618         [BZ #13092]
50619         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50620         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50621         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50622         ppc_mcount to static-only-routines.
50623         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50624         __mcount_internal.
50625         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50626         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50627
50628 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50629
50630         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50631         for finite and infinity parameters.
50632
50633 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50634
50635         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50636         and add nop instructions for throughput optimization.
50637         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50638
50639 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50640
50641         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50642         aligned copy for power7 with vector-scalar instructions.
50643         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50644
50645 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50646
50647         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50648         AVX check.
50649
50650 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50651
50652         [BZ #13144]
50653         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50654         last change.
50655
50656 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50657
50658         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50659         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50660         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50661         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50662         clock_gettime.
50663
50664 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50665
50666         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50667         Forgot to demangle the pointer.
50668
50669         * sysdeps/i386/sysdep.h: Define atom_text_section.
50670         * sysdeps/x86_64/sysdep.h: Likewise.
50671         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50672         section with atom_text_section.
50673         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50674         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50675         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50676         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50677         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50678
50679         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50680         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50681         already be defined.  Change to take two parameters and don't assign
50682         result to variable.  Adjust all users.
50683         Define INTERNAL_GETTIME if not already defined.
50684         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50685         call.
50686         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50687         HAVE_CLOCK_GETTIME_VSYSCALL.
50688         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50689
50690         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50691         gettimeofday vsyscall, just use time.
50692
50693 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50694
50695         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50696         <errno.h>.
50697
50698 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50699
50700         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50701         syscall on x86-64.
50702         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50703         syscall.
50704         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50705         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50706         syscall if possible.
50707
50708 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50709
50710         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50711         e_ident.  Don't pass to find_mapsXX.
50712         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50713
50714 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50715
50716         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50717         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50718         * sysdeps/x86_64/multiarch/strchr.S: Update.
50719         Check bit_slow_BSF bit.
50720         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50721         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50722         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50723
50724 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50725
50726         [BZ #13134]
50727         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50728         before glibc 2.15.
50729         (tryshell): Define.
50730         (__spawni): Change last parameter to be flag.  Test
50731         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50732         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50733         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50734         * posix/spawni.c: Likewise.
50735         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50736         * posix/spawnp.c: Likewise.  Change normal version to use
50737         SPAWN_XFLAGS_USE_PATH.
50738         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50739         SPAWN_XFLAGS_TRY_SHELL.
50740
50741         [BZ #13150]
50742         * posix/glob.h: Remove gcc 1.x support.
50743
50744         [BZ #13068]
50745         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50746
50747 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50748
50749         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50750         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50751         strrchr-sse2-bsf
50752         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50753         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50754         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50755         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50756         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50757         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50758
50759 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50760
50761         * sysdeps/x86_64/wcscmp.S: New file.
50762
50763         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50764         wcscmp-c wcscmp-sse2
50765         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50766         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50767         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50768         * wcsmbs/wcscmp.c: Allow renaming.
50769
50770 2011-09-05  David S. Miller  <davem@davemloft.net>
50771
50772         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50773         stack slot, rather than the struct return pointer slot.
50774         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50775         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50776         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50777         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50778
50779 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50780
50781         * po/ja.po: Update from translation team.
50782
50783         [BZ #13144]
50784         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50785         kernel in 64-bit binaries.
50786
50787 2011-09-01  David S. Miller  <davem@davemloft.net>
50788
50789         * elf/elf.h (HWCAP_SPARC_*): Move to..
50790         * sysdeps/sparc/sysdep.h: this new file and add new values.
50791         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50792         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50793         _DL_HWCAP_COUNT to 24.
50794         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50795         entries.
50796         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50797         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50798         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50799         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50800         instead of magic constants.
50801         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50802
50803 2011-08-31  David S. Miller  <davem@davemloft.net>
50804
50805         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50806         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50807         Reimplement to do errno handling inline.
50808         (SYSCALL_ERROR_HANDLER): New macro.
50809         (__SYSCALL_STRING): Do not do errno handling in asm.
50810         (__CLONE_SYSCALL_STRING): Delete.
50811         (__INTERNAL_SYSCALL_STRING): Delete.
50812         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50813         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50814         (PSEUDO): Reimplement to do errno handling inline.
50815         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50816         (SYSCALL_ERROR_HANDLER): New macro.
50817         (__SYSCALL_STRING): Do not do errno handling in asm.
50818         (__CLONE_SYSCALL_STRING): Delete.
50819         (__INTERNAL_SYSCALL_STRING): Delete.
50820         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50821         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50822         i386.
50823         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50824         (inline_syscall*): Add 'err' argument.
50825         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50826         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50827         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50828         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50829
50830         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50831         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50832
50833 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50834
50835         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50836
50837 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50838
50839         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50840         directive.
50841
50842 2011-08-24  David S. Miller  <davem@davemloft.net>
50843
50844         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50845
50846 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50847
50848         * elf/Makefile: Add rules to build and run unload8 test.
50849         * elf/unload8.c: New file.
50850         * elf/unload8mod1.c: New file.
50851         * elf/unload8mod1x.c: New file.
50852         * elf/unload8mod2.c: New file.
50853         * elf/unload8mod3.c: New file.
50854
50855         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50856         it wasn't used.
50857
50858 2011-08-23  David S. Miller  <davem@davemloft.net>
50859
50860         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50861         subtract stack bias.
50862         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50863         %sp not %fp in calculations.
50864         (_JMPBUF_UNWINDS_ADJ): Likewise.
50865
50866         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50867         (aio_suspend): Call it to force an exception region around the
50868         AIO_MISC_WAIT() invocation.
50869
50870 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50871
50872         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50873         backslash.
50874
50875 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50876
50877         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50878         protection macro.
50879         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50880         and <dl-machine.h>.
50881         (Elf64_FuncDesc): Remove.
50882
50883 2011-08-22  David S. Miller  <davem@davemloft.net>
50884
50885         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50886         sigaltstack check, add missing cfi directives.
50887         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50888         missing cfi directives, and sigaltstack handling.
50889
50890 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50891
50892         [BZ #11724]
50893         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50894         object is seen twice.
50895         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50896
50897         * elf/Makefile (distribute): Add tst-initorder2.c.
50898         (tests): Add tst-initorder2.
50899         (modules-names): Add tst-initorder2a tst-initorder2b
50900         tst-initorder2c tst-initorder2d.  Add rules to build them.
50901         ($(objpfx)tst-initorder2.out): New rule.
50902         * elf/tst-initorder2.c: New file.
50903         * elf/tst-initorder2.exp: New file.
50904
50905 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50906
50907         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50908
50909         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50910         dependencies back to end of function.
50911
50912         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50913         $(elfobjdir)/ld.so.
50914
50915 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50916
50917         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50918         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50919         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50920         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50921         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50922         of __vdso_gettimeofday.
50923         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50924         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50925         attribute_hidden.
50926         (_libc_vdso_platform_setup): Remove initialization of
50927         __vdso_gettimeofday and __vdso_time.
50928
50929 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50930
50931         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50932         and fgetc_unlocked.
50933         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50934         getc_unlocked.
50935
50936         * elf/dl-open.c (add_to_global): Report additions to the global scope
50937         for LD_DEBUG=scopes.
50938         (dl_open_worker): Also print scope of newly loaded dependencies.
50939         (_dl_show_scope): Indicate if there is no scope.
50940
50941         [BZ #13114]
50942         * stdio-common/Makefile (tests): Add bug24.
50943         * stdio-common/bug24.c: New file.
50944
50945 2011-08-19  Andreas Jaeger  <aj@suse.de>
50946
50947         [BZ #13114]
50948         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50949         non-existant file when using close-on-exec mode.
50950
50951 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50952
50953         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50954         the very first instruction.
50955
50956         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50957         the CFI state in the end.
50958         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50959         inclusion of dl-trampoline.h.
50960         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50961
50962 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50963
50964         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50965         expectations for long double.
50966
50967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50968         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50969
50970 2011-08-14  David S. Miller  <davem@davemloft.net>
50971
50972         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50973         artificual limit depends upon the system page size.
50974
50975 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50976
50977         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50978         * resolv/Makefile: Define CFLAGS-libresolv.
50979
50980 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50981
50982         * nss/makedb.c (compute_tables): Make variables used in nested
50983         function static.
50984
50985 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50986
50987         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50988         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50989         if buffer was too small.
50990
50991         * elf/pldd.c (main): Attach to all threads in the process.
50992         Rewrite /proc handling to use *at functions.
50993
50994 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50995
50996         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50997         specifies first scope to show.
50998         (dl_open_worker): Update callers.  Move printing scope of new
50999         object to before the relocation.
51000         * elf/rtld.c (dl_main): Update _dl_show_scope call.
51001         * sysdeps/generic/ldsodefs.h: Update declaration.
51002
51003         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
51004         string for the scope number.
51005
51006 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
51007
51008         * nscd/servicescache.c (cache_addserv): Make sure written is always
51009         initialized.
51010
51011 2011-08-14  Roland McGrath  <roland@hack.frob.com>
51012
51013         * sysdeps/i386/i486/bits/atomic.h
51014         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
51015         statement expression, so as to suppress "set but not used" warning.
51016         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
51017
51018         * string/strncat.c (STRNCAT): Use prototype definition.
51019
51020         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
51021         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
51022         -Iprograms here.
51023         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
51024         (localedef-modules): Add localedef.
51025         (locale-modules): Add locale.
51026
51027         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
51028         * elf/rtld.c (dl_main): Invert order of assignment in last change,
51029         to avoid a warning.
51030
51031 2011-08-14  David S. Miller  <davem@davemloft.net>
51032
51033         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
51034         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
51035
51036 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
51037
51038         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
51039         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
51040         * elf/rtld.c (dl_main): Set l_name of vDSO.
51041         Call _dl_show_scope when DL_DEBUG_SCOPES.
51042         (process_dl_debug): Recognize scopes flag and also set it for all.
51043         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
51044         Declare _dl_show_scope.
51045
51046         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
51047         (do_dlopen): Pass caller_dlopen to dl_open.
51048         (__libc_dlopen_mode): Initialize caller_dlopen.
51049
51050         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
51051         of libc.  Make tolower call locale-independent.  Optimize a bit by
51052         using isdigit instead of isalnum.
51053         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
51054
51055 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
51056
51057         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
51058         was a dependency or dynamically loaded.
51059
51060 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
51061
51062         * intl/l10nflist.c: Allow architecture-specific pop function.
51063         * sysdeps/x86_64/l10nflist.c: New file.
51064
51065         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
51066         classification.
51067
51068 2011-08-10  Andreas Schwab  <schwab@redhat.com>
51069
51070         * include/dirent.h: Add libc_hidden_proto for scandirat and
51071         scandirat64.  Don't declare __scandirat64.
51072         * dirent/scandirat.c: Add libc_hidden_def.
51073         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
51074         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
51075
51076 2011-08-10  David S. Miller  <davem@davemloft.net>
51077
51078         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
51079         enum.
51080         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51081         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51082         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51083
51084 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
51085
51086         * Versions.def [libc]: Add GLIBC_2.15.
51087         * dirent/Makefile (routines): Add scandirat and scandirat64.
51088         * dirent/Versions [libc]: Export scandirat and scandirat64 for
51089         GLIBC_2.15.
51090         * dirent/dirent.h: Declare scandirat and scandirat64.
51091         * dirent/scandirat.c: New file.
51092         * dirent/scandirat64.c: New file.
51093         * sysdeps/wordsize-64/scandirat.c: New file.
51094         * sysdeps/wordsize-64/scandirat64.c: New file.
51095         * dirent/opendir.c: Define opendirat.
51096         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
51097         using scandirat.
51098         * dirent/scandir64.c: Adjust for scandir.c change.
51099         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
51100         __scandirat64, and __scandir_cancel_handler.
51101         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
51102         additional parameter and use openat instead of open (outside of ld.so).
51103         Add new __opendir as wrapper around __opendirat.
51104         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
51105         here without requiring old scandirat implementation.
51106
51107 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
51108
51109         * dirent/scandir.c (cancel_handler): Renamed to
51110         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
51111         defined.  Adjust users.
51112         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
51113         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
51114
51115 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
51116
51117         * string/test-string.h (IMPL): Use __STRING to expand name and then
51118         stringify it.
51119
51120         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
51121         of cleanups.
51122
51123 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51124
51125         * string/Makefile: Update.
51126         (strop-tests): Append strncat.
51127         * string/test-wcscmp.c: New file.
51128         New comprehensive test for wcscmp.
51129         * string/test-strcmp.c: Update.
51130         (WIDE): New define.
51131
51132 2011-07-22  Andreas Schwab  <schwab@redhat.com>
51133
51134         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
51135         line.
51136
51137 2011-07-26  Andreas Schwab  <schwab@redhat.com>
51138
51139         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
51140         encoding to ACE if AI_IDN.
51141
51142 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
51143
51144         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
51145         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
51146
51147 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51148
51149         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
51150         Fix overflow bug in strncat.
51151         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
51152
51153         * string/test-strncat.c: Update.
51154         Add new tests for checking overflow bugs.
51155
51156 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51157
51158         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51159         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
51160         * sysdeps/i386/i686/multiarch/strcat.S: New file.
51161         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
51162         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
51163         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
51164         * sysdeps/i386/i686/multiarch/strncat.S: New file.
51165         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
51166         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
51167
51168         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
51169         (USE_AS_STRCAT): Define.
51170         Add strcat and strncat support.
51171         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51172
51173 2011-07-25  Andreas Schwab  <schwab@redhat.com>
51174
51175         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
51176         __n bigger than INT_MAX+1.
51177         (__strncmp_g): Likewise.
51178
51179 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
51180
51181         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
51182         * libio/stido.h: Likewise.
51183
51184         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
51185         (AF_NFC): Define.
51186         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
51187         (AF_NFC): Define.
51188
51189         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
51190         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
51191         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
51192         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
51193         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
51194
51195         [BZ #13021]
51196         * scripts/test-installation.pl: Don't expect libnss_test1 to be
51197         installed.
51198
51199         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
51200         typo.
51201         (_dl_x86_64_save_sse): Likewise.
51202
51203 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
51204
51205         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
51206         OSXSAVE.
51207         (_dl_x86_64_save_sse): Likewise.
51208
51209         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
51210
51211         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
51212
51213 2011-07-21  Andreas Schwab  <schwab@redhat.com>
51214
51215         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51216         change.
51217         (_dl_x86_64_save_sse): Use correct AVX check.
51218
51219 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51220
51221         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51222         bug in strncpy/strncat.
51223         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51224
51225 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
51226
51227         * string/tester.c (test_strcat): Add tests for different alignments
51228         of source and destination.
51229         (test_strncat): Likewise.
51230
51231 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51232
51233         [BZ #12852]
51234         * posix/glob.c (glob): Check passed in values before using them in
51235         expressions to avoid some overflows.
51236         (glob_in_dir): Likewise.
51237
51238         [BZ #13007]
51239         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51240         check for AVX enablement so that we don't crash with old kernels and
51241         new hardware.
51242         * elf/tst-audit4.c: Add same checks here.
51243         * elf/tst-audit6.c: Likewise.
51244
51245         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51246
51247 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51248
51249         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51250
51251 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51252
51253         * po/cs.po: Update from translation team.
51254         * po/bg.po: Likewise.
51255
51256 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51257
51258         * misc/sys/cdefs.h: Add support for const attribute.
51259         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51260         to gnu_dev_{major,minor,makedev} functions.
51261
51262 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51263
51264         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51265
51266 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51267
51268         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51269         strlen results.
51270
51271 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51272
51273         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51274         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51275         register in order to avoid conflicts with the soft frame pointer
51276         being held in r11 when necessary.
51277         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51278         (INTERNAL_VSYSCALL_NCS): Likewise.
51279
51280 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51281
51282         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51283         * elf/dl-fini.c (_dl_fini): Adjust caller.
51284         * elf/dl-close.c (_dl_close_worker): Likewise.
51285         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51286
51287 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51288
51289         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51290         "aux_cache->nlibs < 0".
51291
51292         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51293         in the reload-count case.
51294
51295 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51296
51297         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51298         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51299         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51300         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51301         * sysdeps/x86_64/multiarch/strcat.S: New file.
51302         * sysdeps/x86_64/multiarch/strncat.S: New file.
51303         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51304         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51305         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51306         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51307         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51308         (USE_AS_STRCAT): Define.
51309         Add strcat and strncat support.
51310         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51311         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51312         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51313         * string/strncat.c: Update.
51314         (USE_AS_STRNCAT): Define.
51315         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51316         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51317         and i7.
51318         * sysdeps/x86_64/multiarch/init-arch.h
51319         (bit_Prefer_PMINUB_for_stringop): New.
51320         (index_Prefer_PMINUB_for_stringop): Likewise.
51321         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51322         bit_Prefer_PMINUB_for_stringop.
51323
51324 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51325
51326         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51327         buffer64.
51328         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51329         of casting of buffer.
51330         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51331         buffer32 and buffer64.
51332         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51333         writes instead of casting of buffer.
51334         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51335         buffer32.
51336         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51337         casting of buffer.
51338
51339 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51340
51341         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51342
51343 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51344
51345         * nscd/nscd.c (termination_handler): Don't do anything for a database
51346         if it has not yet been initialized.
51347
51348 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51349
51350         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51351
51352 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51353
51354         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51355
51356 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51357
51358         * po/nl.po: Update from translation team.
51359         * po/sv.po: Likewise.
51360
51361 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51362
51363         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51364         now disallowed by GCC.
51365
51366         * configure.in (use-default-link): Default to yes if a test -shared
51367         link meets our qualifications.
51368         * configure: Regenerated.
51369
51370         * config.make.in (output-format): New variable.
51371         * configure.in: Check for ld --print-output-format support.
51372         * configure: Regenerated.
51373         * Makerules ($(common-objpfx)format.lds)
51374         [$(output-format) != unknown]: Just use $(output-format),
51375         instead of the linker-script munging.
51376
51377 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51378
51379         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51380         of $(common-objpfx)shlib.lds.
51381         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51382
51383         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51384         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51385
51386         * configure.in (-z relro check): Adjust test code to add a large
51387         writable data section after it.
51388         * configure: Regenerated.
51389
51390 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51391
51392         * configure.in (-z relro check): Fix test code to make the variable
51393         truly const.
51394         * configure: Regenerated.
51395
51396 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51397
51398         * nscd/nscd.h (struct traced_file): Define.
51399         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51400         elements.  Add traced_files.
51401         (inotify_fd): Declare.
51402         (register_traced_file): Declare.
51403         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51404         (inotify_fd): Export.
51405         (resolv_conf_descr): Remove.
51406         (nscd_init): Move inotify descriptor creation to main.
51407         Don't register files for notification here.
51408         (register_traced_file): New function.
51409         (invalidate_cache): Don't use reset_res to determine whether to call
51410         res_init, go through the list of registered files.
51411         (main_loop_poll): The inotify descriptors are now stored in the
51412         structures for the traced files.
51413         (main_loop_epoll): Likewise
51414         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51415         to __nss_disable_nscd.
51416         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51417         for a database anymore.  Check the records for all the registered
51418         files instead.
51419         * nss/Makefile (libnss_files-routines): Add files-init.
51420         (libnss_db-routines): Add db-init.
51421         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51422         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51423         * nss/nss_db/db-init.c: New file.
51424         * nss/nss_files/files-init.c: New file.
51425         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51426         __nss_lookup_function.
51427         (__nss_lookup_function): Call nss_load_library.
51428         (nss_load_all_libraries): New function.
51429         (__nss_disable_nscd): Take parameter with callback function for files
51430         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51431         used for the cached services.
51432         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51433         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51434         options for features to all the files in nscd.
51435
51436         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51437
51438 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51439
51440         * csu/elf-init.c (__libc_csu_init): Comment typo.
51441
51442 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51443
51444         * po/pl.po: Update from translation team.
51445         * po/ja.po: Likewise.
51446         * po/ru.po: Likewise.
51447         * po/ko.po: Likewise.
51448         * po/fr.po: Likewise.
51449
51450 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51451
51452         * configure.in (.ctors/.dtors header and trailer check):
51453         Use an empirical test on a built program.
51454         * configure: Regenerated.
51455
51456         * configure.in (-z relro check): Use an empirical test on a built DSO.
51457         Detect, but do not require, on ia64.
51458         * configure: Regenerated.
51459
51460         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51461         Update tests that use readelf to use $READELF instead.
51462         * configure: Regenerated.
51463
51464 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51465
51466         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51467         if the result is not used.
51468
51469 2011-07-05  Andreas Jaeger  <aj@suse.de>
51470
51471         [BZ#9696]
51472         * stdlib/tst-strtod.c: Add testcase.
51473
51474 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51475
51476         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51477         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51478         The latter has a higher limit.  Take additional parameter to pass to
51479         the new function.
51480         (__pathconf): Pass file to __statfs_link_max.
51481         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51482         __statfs_link_max.
51483         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51484         __statfs_link_max.
51485
51486         [BZ #12868]
51487         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51488         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51489         Handle Lustre.
51490         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51491         (__statfs_filesize_max): Likewise.
51492         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51493
51494 2011-07-05  Andreas Jaeger  <aj@suse.de>
51495
51496         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51497
51498 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51499
51500         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51501         `status' variable.
51502         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51503         Likewise.
51504
51505 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51506
51507         * Makefile (strop-tests): Add strncat.
51508         * string/test-strncat.c: New file.
51509
51510 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51511
51512         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51513
51514 2011-06-21  Andreas Jaeger  <aj@suse.de>
51515
51516         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51517         Copy rule from iconvdata/Makefile.
51518
51519 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51520
51521         [BZ #12922]
51522         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51523         but no long options are defined, just return 'W'.
51524
51525 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51526
51527         [BZ #9696]
51528         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51529
51530 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51531
51532         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51533         netgroups to read.
51534         (innetgr): Likewise.
51535
51536 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51537
51538         * config.make.in (install_root): Default to $(DESTDIR).
51539
51540 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51541
51542         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51543
51544 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51545
51546         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51547
51548         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51549         containing directory rather than embedding absolute directory names.
51550
51551         * scripts/check-local-headers.sh: Rewritten using awk.
51552         Match by word, not by line.  Print error messages for matches.
51553         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51554
51555         * Makerules [shlib-lds-flags empty]:
51556         ($(common-objpfx)libc_pic.opts): New target.
51557         ($(common-objpfx)libc_pic.os.clean): New target.
51558         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51559
51560         * config.make.in (OBJCOPY): New variable.
51561         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51562         * configure: Regenerated.
51563
51564         * config.make.in (use-default-link): New variable.
51565         * configure.in (use_default_link): Grok --with-default-link to set it.
51566         * configure: Regenerated.
51567         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51568         (shlib-lds, shlib-lds-flags): Define to empty.
51569
51570         * Makerules (shlib-lds): New variable.
51571         (shlib-lds-flags): New variable.
51572         (build-shlib, build-moduile, build-module-asneeded): Use it.
51573         ($(common-objpfx)libc.so): Use $(shlib-lds).
51574         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51575         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51576
51577         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51578         DT_FLAGS/DT_FLAGS_1 with zero flags.
51579
51580         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51581         linker script munging.
51582
51583 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51584
51585         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51586         as 128-bit value.
51587         * crypt/sha512.c (sha512_process_block): Perform total addition using
51588         128-bit if possible.
51589         (__sha512_finish_ctx): Likewise.
51590         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51591         as 64-bit value.
51592         * crypt/sha256.c (SWAP64): Define.
51593         (sha256_process_block): Perform total addition using 64-bit if
51594         possible.
51595         (__sha256_finish_ctx): Likewise.
51596
51597 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51598
51599         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51600         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51601         * nscd/hstcache.c (cache_addhst): Likewise.
51602         * nscd/grpcache.c (cache_addgr): Likewise.
51603         * nscd/aicache.c (addhstaiX): Likewise
51604         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51605
51606 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51607
51608         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51609         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51610         * nscd/hstcache.c (cache_addhst): Likewise.
51611         * nscd/grpcache.c (cache_addgr): Likewise.
51612         * nscd/aicache.c (addhstaiX): Likewise
51613
51614 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51615
51616         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51617         domain only when needed.
51618
51619 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51620
51621         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51622         is always restored.
51623
51624 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51625
51626         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51627         are re-adding the entry.
51628         * nscd/servicescache.c (cache_addserv): Likewise.
51629
51630 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51631
51632         * sysdeps/generic/dl-irel.h: fix protection against multiple
51633         inclusions.
51634         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51635
51636 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51637
51638         [BZ #12935]
51639         * malloc/memusage.sh: Fix quoting in message.
51640         * debug/xtrace.sh: Likewise.
51641
51642         * configure.in: Remove support for --experimental-malloc option, make
51643         it the default.
51644         * config.make.in: Likewise.
51645         * malloc/Makefile: Likewise.
51646
51647 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51648
51649         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51650         two-byte characters.
51651
51652 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51653
51654         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51655         AC_CACHE_CHECK invocation.
51656         * configure: Regenerated.
51657
51658         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51659
51660 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51661
51662         [BZ #12350]
51663         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51664         bit from old_res_options.
51665
51666         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51667
51668         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51669         value type for setfct.
51670
51671 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51672
51673         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51674         __gettimeofday instead of gettimeofday.
51675
51676 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51677
51678         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51679
51680 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51681
51682         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51683
51684         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51685         info.
51686
51687 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51688
51689         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51690         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51691         strcpy-sse2-unaligned strncpy-sse2-unaligned
51692         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51693         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51694         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51695         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51696         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51697         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51698         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51699         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51700         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51701         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51702         (STRCPY): Support SSE2 and SSSE3 versions.
51703
51704 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51705
51706         [BZ #12874]
51707         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51708         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51709         kernels which artificially limit size of requests.
51710
51711 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51712
51713         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51714         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51715         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51716         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51717         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51718         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51719         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51720         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51721         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51722         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51723         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51724         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51725         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51726         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51727         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51728         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51729         Enable unaligned load optimization for Intel Core i3, i5 and i7
51730         processors.
51731         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51732         Define.
51733         (index_Fast_Unaligned_Load): Define.
51734         (HAS_FAST_UNALIGNED_LOAD): Define.
51735
51736 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51737
51738         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51739
51740 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51741
51742         [BZ #12907]
51743         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51744         until it is clear that the information is realy needed.
51745         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51746
51747 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51748
51749         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51750
51751 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51752
51753         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51754         /sys/devices/system/cpu/online if it is usable.
51755
51756         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51757         reading the information from the /proc filesystem to once a second.
51758
51759 2011-06-21  Andreas Jaeger  <aj@suse.de>
51760
51761         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51762         NULL after inclusion of kernel headers.
51763
51764 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51765
51766         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51767         calls to internal_setent.
51768
51769         [BZ #12885]
51770         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51771         addresses using gethostbyname4_r ignore IPv4 addresses.
51772
51773         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51774         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51775
51776         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51777
51778 2011-06-20  David S. Miller  <davem@davemloft.net>
51779
51780         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51781         inclusions.
51782         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51783
51784         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51785         (elf_irel): Use it.
51786         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51787         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51788         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51789         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51790         * sysdeps/x86_64/dl-irel.h: Likewise.
51791
51792         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51793         * elf/dl-sym.c: Likewise.
51794
51795 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51796
51797         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51798         need to dereference resplen2.
51799
51800 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51801
51802         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51803
51804 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51805
51806         * Makeconfig: Define vardbdir and inst_vardbdir.
51807         * nss/Makefile: Add rules to install db-Makefile.
51808
51809         * nss/nss_db/db-XXX.c: Cleanup.
51810
51811         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51812         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51813         GLIBC_PRIVATE.
51814         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51815         * nss/makedb.c: Implement -g option to specify that value strings
51816         are generated and should not be added to table iterated over for
51817         get*ent calls.
51818         * nss/nss_db/db-initgroups.c: New file.
51819
51820         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51821         interface.
51822
51823         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51824         (internal_getgrouplist): Adjust to name change.
51825         Update use_initgroups_entry if this is not the first call.
51826         * nss/databases.def: Add initgroups entry.
51827
51828         * nss/makedb.c (compute_tables): Check result of multiple hash table
51829         sizes to minimize maximum chain length.
51830
51831 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51832
51833         * Versions.def: Add entry for libnss_db.
51834         * shlib-versions: Likewise.
51835         * nss/Makefile: Add rules to build libnss_db.
51836         * nss/Versions: Add libnss_db information.  Organize libnss_files
51837         entries better.
51838         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51839         makedb progra.  Some minor improvements to generate smaller files.
51840         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51841         here from...
51842         * nss/makedb.c: ...here.
51843         Improve database format to be smaller and require less memory at
51844         runtime.
51845         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51846         db anymore.
51847         * nss/nss_db/db-netgrp.c: Likewise.
51848         * nss/nss_db/db-open.c: Likewise.
51849         * nss/nss_files/flies-XXX.x: Adjust comments.
51850         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51851         * nss/nss_files/files-grp.c: Likewise.
51852         * nss/nss_files/files-hosts.c: Likewise.
51853         * nss/nss_files/files-network.c: Likewise.
51854         * nss/nss_files/files-proto.c: Likewise.
51855         * nss/nss_files/files-pwd.c: Likewise.
51856         * nss/nss_files/files-rpc.c: Likewise.
51857         * nss/nss_files/files-service.c: Likewise.
51858         * nss/nss_files/files-sgrp.c: Likewise.
51859         * nss/nss_files/files-spwd.c: Likewise.
51860         * nss/nss_db/db-alias.c: Removed.
51861         * nss/nss_db/dummy-db.h: Removed.
51862
51863 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51864
51865         * nss/makedb.c: Rewritten to not use database library.
51866         * nss/Makefile: Update to build new makedb program.
51867
51868 2011-06-14  Andreas Jaeger  <aj@suse.de>
51869
51870         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51871         memset declaration.
51872
51873 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51874
51875         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51876         tmpbuf.
51877
51878 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51879
51880         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51881         * elf/Makefile ($(objpfx)ld.so): Likewise.
51882
51883         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51884         Don't list ld.so twice in dependencies.
51885
51886         * posix/bug-regex31.c: Include <stdlib.h>.
51887
51888         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51889
51890         * nis/nss_compat/compat-spwd.c
51891         (getspent_next_nss_netgr): Remove unused variable.
51892         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51893
51894         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51895         nonmembers" output to use the right array.
51896
51897         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51898
51899         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51900
51901         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51902         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51903         * catgets/gencat.c (read_input_file): Likewise.
51904         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51905
51906         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51907         variable definition inside #if's controlling its use.
51908
51909         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51910
51911         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51912
51913         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51914
51915         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51916         unreachable code.
51917
51918         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51919
51920         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51921         * configure: Regenerated.
51922
51923         * Makerules: Revert last change.
51924         * elf/Makefile: Likewise.
51925
51926 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51927
51928         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51929         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51930         (reloc-link): Likewise.
51931
51932 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51933
51934         * elf/Makefile: Add rules to build pldd.
51935         * elf/pldd.c: New file.
51936         * elf/pldd-xx.c: New file.
51937
51938 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51939
51940         * version.h: Update for 2.15 development version.
51941
51942 2011-06-07  David S. Miller  <davem@davemloft.net>
51943
51944         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51945         ifuncs.
51946         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51947         elf_machine_lazy_rel): Likewise.
51948         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51949         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51950         elf_machine_lazy_rel): Likewise.
51951         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51952         dl_hwcap via passed in argument.
51953         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51954         Likewise.
51955
51956 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51957
51958         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51959
51960 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51961
51962         [BZ #12849]
51963         * manual/fdl-1.1.texi: New file, verbatim from:
51964         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51965         * manual/lgpl-2.1.texi: New file, verbatim from:
51966         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51967         * manual/Makefile (licenses): New variable, list those new file names.
51968         (texis): Use it.
51969         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51970
51971         * manual/fdl.texi: File removed.
51972         * manual/lesser.texi: File removed.
51973         * manual/libc.texinfo (Copying, Documentation License):
51974         Use new @include file names, put @appendix directive before @include.
51975
51976 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51977
51978         [BZ #12841]
51979         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51980         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51981         (mq_open): Add __NTH.
51982
51983 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51984
51985         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51986         Assume Intel Core i3/i5/i7 processor if AVX is available.
51987
51988 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51989
51990         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51991         typo.
51992
51993 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51994
51995         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51996         memory.  Use alloca_account.  Fix memory leak when retrying.
51997
51998 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51999
52000         * version.h (RELEASE): Bump for 2.14 release.
52001         * include/features.h (__GLIBC_MINOR__): Bump to 14.
52002
52003         * config.make.in (RANLIB): Remove entry.
52004
52005 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
52006
52007         * po/Makefile (po-sed-cmd): Add ksh to extensions.
52008         (libc.pot): Work around missing support for .ksh extension in xgettext.
52009
52010         [BZ #12684]
52011         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
52012         if both request failed.
52013         (send_dg): In case of server errors clear resplen or *resplen2.
52014
52015         [BZ #12454]
52016         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
52017         when there are multiple maps.
52018         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
52019         (_dl_fini): Remove test here.
52020
52021         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
52022
52023 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
52024
52025         [BZ #12350]
52026         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
52027         bit from old_res_options.
52028         (gaih_inet): Likewise.
52029
52030         [BZ #11099]
52031         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
52032         as signed.
52033
52034         * resolv/res_init.c (res_setoptions): Make the code more compact.
52035
52036         [BZ #11558]
52037         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
52038         set RES_USEVC.
52039
52040         [BZ #11634]
52041         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
52042
52043         * malloc/malloc.h: Mark malloc hook variables as deprecated.
52044
52045         [BZ #11781]
52046         * malloc/malloc.h: Declare malloc hook variables as volatile.
52047
52048         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
52049         in last patch.
52050
52051         [BZ #11799]
52052         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
52053         raise in the comment.
52054         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
52055         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
52056         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
52057
52058 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
52059
52060         [BZ #12811]
52061         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
52062         grow the buffers more if it already has to be sufficient.
52063         (build_wcs_upper_buffer): Likewise.
52064         * posix/regexec.c (check_matching): Likewise.
52065         (clean_state_log_if_needed): Likewise.
52066         (extend_buffers): Don't enlarge buffers beyond size of the input
52067         buffer.
52068         Patches mostly by Emil Wojak <emil@wojak.eu>.
52069         * posix/bug-regex32.c: New file.
52070         * posix/Makefile (tests): Add bug-regex32.
52071
52072         * locale/findlocale.c (_nl_find_locale): Return right away if
52073         _nl_explode_name failed.
52074         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
52075
52076         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
52077
52078         * debug/xtrace.sh: Unify messages.
52079         * malloc/memusage.sh: Likewise.
52080
52081         [BZ #12813]
52082         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
52083         time symbol from vDSO.  Substitute with vsyscall if not available.
52084         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
52085         __vdso_time.
52086
52087         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
52088         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
52089         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
52090         Add sendmmsg and internal_sendmmsg.
52091         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
52092         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
52093         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
52094
52095         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
52096         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
52097         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
52098
52099 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
52100
52101         [BZ #12813]
52102         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
52103         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
52104         available.
52105         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
52106         __vdso_getcpu.
52107
52108         [BZ #12814]
52109         * iconvdata/Makefile (tests): Add bug-iconv9.
52110         * iconvdata/bug-iconv9.c: New file.
52111
52112 2011-05-27  Andreas Schwab  <schwab@redhat.com>
52113
52114         [BZ #12814]
52115         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
52116
52117 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
52118
52119         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52120         (struct user_regs_struct): Change intcs field back to cs.
52121
52122 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
52123
52124         * po/ja.po: Update from translation team.
52125
52126 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
52127
52128         [BZ #12795]
52129         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
52130         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
52131
52132 2011-05-20  Andreas Schwab  <schwab@redhat.com>
52133
52134         * stdlib/longlong.h: Update from GCC.
52135
52136 2011-05-23  Andreas Schwab  <schwab@redhat.com>
52137
52138         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
52139         parameter name.
52140         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
52141         Add parameter name.
52142         (__sysconf): Pass it down.
52143
52144 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
52145
52146         [BZ #12671]
52147         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
52148         some situations.
52149         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
52150         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
52151         add in in __libc_use_alloca calls.  Adjust callers.
52152         (glob): Use malloc in some situations.
52153
52154         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
52155         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
52156         pltexit.
52157
52158 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
52159
52160         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
52161         and CLOCK_BOOTTIME_ALARM.
52162
52163         [BZ #12782]
52164         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
52165         is returned.
52166
52167         * string/_strerror.c (__strerror_r): Print negative errors as signed
52168         numbers.
52169
52170         [BZ #12777]
52171         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
52172         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
52173         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
52174
52175         * configure.in: Fix typo in redirection and correct removal of test
52176         files in two cases.
52177
52178         [BZ #12788]
52179         * locale/setlocale.c (new_composite_name): Fix test to check for
52180         identical name of all categories.
52181
52182         [BZ #12792]
52183         * libio/filedoalloc.c (local_isatty): New function.
52184         (_IO_file_doallocate): Use local_isatty.
52185         * stdio-common/perror.c (perror): In case a new stream is used
52186         forward the stream error.
52187         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
52188         error flag.
52189
52190 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
52191
52192         [BZ #11869]
52193         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
52194         alloca.
52195         * include/alloca.h (extend_alloca_account): Define.
52196
52197         [BZ #11857]
52198         * posix/regex.h: Fix comments with documentation of user-accessible
52199         fields after compilation and describe correct free'ing of pattern
52200         after re_compile_pattern.
52201         Patch by Reuben Thomas <rrt@sc3d.org>.
52202
52203 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
52204
52205         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
52206         and -mno-altivec to prevent the compiler from using Altivec and/or
52207         VSX instructions when the corresponding registers are not available.
52208
52209 2011-05-19  Andreas Schwab  <schwab@redhat.com>
52210
52211         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
52212
52213 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
52214
52215         * libio/freopen.c (freopen): Use __dup2, not dup2.
52216         * libio/freopen64.c (freopen64): Likewise.
52217
52218 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
52219
52220         [BZ #12775]
52221         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52222         * math/Makefile (tests): Add test-powl.
52223         (CFLAGS-test-powl.c): Define.
52224         * math/test-powl.c: New file.
52225
52226 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
52227
52228         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52229
52230 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
52231
52232         [BZ #11837]
52233         * iconvdata/gb18030.c: Update to GB18020-2005.
52234
52235 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
52236
52237         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52238         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52239         Patch by Aharon Robbins <arnold@skeeve.com>.
52240
52241         [BZ #11892]
52242         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52243         on the stack.
52244
52245         [BZ #11895]
52246         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52247         through underflows.
52248
52249         [BZ #12766]
52250         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52251         point to strings before performing equality test for error_one_per_line
52252         mode.
52253
52254         [BZ #11697]
52255         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52256
52257         [BZ #11820]
52258         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52259         (struct user_fpregs_struct): Avoid __uint*_t types.
52260
52261         [BZ #6420]
52262         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52263         symbol info.  Use it instead of calling _dl_addr locally.
52264         (lock_and_info): New function.
52265         (tr_freehook): Call lock_and_info and pass symbol info as additional
52266         parameter to tr_where.
52267         (tr_mallochook): Likewise.
52268         (tr_reallochook): Likewise.
52269         (tr_memalignhook): Likewise.
52270
52271         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52272         used and couldn't be at all thread-safe.
52273
52274 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52275
52276         * libio/freopen.c (freopen): Don't close old file descriptor
52277         before the new one is opened.  Instead dup the new file descriptor
52278         to the old one after the new stream is created.
52279         * libio/freopen64.c (freopen64): Likewise.
52280         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52281         * libio/fileops.c (_IO_new_file_close_it): Handle new
52282         _IO_FLAGS2_NOCLOSE flag.
52283         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52284         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52285         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52286         _IO_FLAGS2_NOCLOSE flag.
52287         * include/unistd.h: Add hidden_proto for dup3.
52288         Define __have_dup3.
52289         * io/dup3.c: Define hidden symbol.
52290         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52291
52292         [BZ #7101]
52293         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52294         when an incomplete long option is used.
52295         * posix/tst-getopt_long1.c: New file.
52296         * posix/Makefile (tests): Add tst-getopt_long1.
52297
52298         [BZ #10138]
52299         * scripts/config.guess: Update from autoconf-2.68.
52300         * scripts/config.sub: Likewise.
52301
52302         [BZ #10157]
52303         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52304         tests into ...
52305         (has_cpuclock): ...this.  New function.
52306         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52307         macro here based on has_cpuclock code.
52308
52309         [BZ #10149]
52310         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52311         First byte (not low byte) is now always NUL.
52312         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52313
52314         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52315         Use non-cancelable interfaces.
52316
52317         [BZ #9809]
52318         * locale/iso-639.def: Add entry for Sorani.
52319
52320         [BZ #11901]
52321         * include/stdlib.h: Move include protection to the right place.
52322         Define abort_msg_s.  Declare __abort_msg with it.
52323         * stdlib/abort.c (__abort_msg): Adjust type.
52324         * assert/assert.c (__assert_fail_base): New function.  Majority
52325         of code from __assert_fail.  Allocate memory for __abort_msg with
52326         mmap.
52327         (__assert_fail): Now call __assert_fail_base.
52328         * assert/assert-perr.c: Remove bulk of implementation.  Use
52329         __assert_fail_base.
52330         * include/assert.hL Declare __assert_fail_base.
52331         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52332         mmap.
52333         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52334
52335 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52336
52337         [BZ #11952]
52338         [BZ #12453]
52339         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52340         until all modules are registered in the DTV.
52341         * elf/Makefile: Add rules to build and run tst-tls19.
52342         * elf/tst-tls19.c: New file.
52343         * elf/tst-tls19mod1.c: New file.
52344         * elf/tst-tls19mod2.c: New file.
52345         * elf/tst-tls19mod3.c: New file.
52346         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52347
52348         [BZ #12083]
52349         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52350         correctly.
52351
52352         [BZ #12601]
52353         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52354         two-byte sequence errors.
52355         * iconvdata/Makefile (tests): Add bug-iconv8.
52356         * iconvdata/bug-iconv8.c: New file.
52357
52358         [BZ #12626]
52359         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52360         buf2 definition.
52361
52362         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52363
52364         [BZ #12432]
52365         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52366         (dummy_getcfa): New function.
52367         (init): Get _Unwind_GetCFA address, use dummy if not found.
52368         (backtrace_helper): In recursion check, also check whether CFA changes.
52369         (__backtrace): Completely initialize arg.
52370
52371         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52372         storing incomplete byte sequence in state object.  Avoid testing for
52373         guaranteed too small input if we know there is enough data available.
52374
52375 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52376
52377         * Makeconfig (+link-pie): Indent.
52378         * Rules (binaries-pie): Define if $(have-fpie) and
52379         $(build-shared).
52380         (binaries-shared): Also filter out $(binaries-pie).
52381         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52382         * nscd/Makefile (others-pie): Add nscd.
52383         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52384         ($(objpfx)nscd): Remove command override.
52385         * login/Makefile (others-pie): Add pt_chown.
52386         ($(objpfx)pt_chown): Remove command override.
52387         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52388         remove command overrides.
52389
52390 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52391
52392         * libio/tst_putwc.c: Fix error messages.
52393
52394         [BZ #12724]
52395         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52396         currently writing and seek to current position when not.
52397         * libio/Makefile (tests): Add bug-fclose1.
52398         * libio/bug-fclose1.c: New file.
52399
52400 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52401
52402         [BZ #12511]
52403         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52404         don't set DF_1_NODELETE here.
52405         (do_lookup_x): When entering new entry test for copy relocation
52406         and if necessary set DF_1_NODELETE flag.
52407         * elf/tst-unique4.cc: New file.
52408         * elf/tst-unique4.h: New file.
52409         * elf/tst-unique4lib.cc: New file.
52410         * elf/Makefile: Add rules to build and run tst-unique4.
52411         Patch by Piotr Bury <pbury@goahead.com>.
52412
52413 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52414
52415         [BZ #12052]
52416         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52417
52418         [BZ #12625]
52419         * misc/mntent_r.c (addmntent): Flush the stream after the output
52420
52421         [BZ #12393]
52422         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52423         (is_trusted_path_normalize): Skip initial colon.  Append slash
52424         to empty buffer.  Duplicate is_trusted_path code but allow
52425         constructed patch to be prefix.
52426         (is_dst): Allow $ORIGIN followed by /.
52427         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52428         Correct testing of result of is_trusted_path_normalize
52429         (decompose_rpath): Fix warning.
52430
52431 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52432
52433         [BZ #11257]
52434         * grp/initgroups.c (internal_getgrouplist): When we found the service
52435         list through the initgroups entry in nsswitch.conf do not always
52436         continue on a successful lookup.  Don't always use the
52437         __nss_group_database value if it is set.
52438         * nss/nsswitch.conf (initgroups): Change action for successful db
52439         lookup to continue for compatibility.
52440
52441 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52442
52443         [BZ #11532]
52444         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52445         and CP774 modules.
52446         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52447         and CP774 modules.
52448         * iconvdata/tst-tables.sh: Likewise.
52449         * iconvdata/cp770.c: New file.
52450         * iconvdata/cp771.c: New file.
52451         * iconvdata/cp772.c: New file.
52452         * iconvdata/cp773.c: New file.
52453         * iconvdata/cp774.c: New file.
52454         * iconvdata/testdata/CP770: New file.
52455         * iconvdata/testdata/CP770..UTF8: New file.
52456         * iconvdata/testdata/CP771: New file.
52457         * iconvdata/testdata/CP771..UTF8: New file.
52458         * iconvdata/testdata/CP772: New file.
52459         * iconvdata/testdata/CP772..UTF8: New file.
52460         * iconvdata/testdata/CP773: New file.
52461         * iconvdata/testdata/CP773..UTF8: New file.
52462         * iconvdata/testdata/CP774: New file.
52463         * iconvdata/testdata/CP774..UTF8: New file.
52464
52465         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52466         END CHARMAP line.
52467         * iconvdata/gen-8bit-gap.sh: Likewise.
52468         * iconvdata/gen-8bit.sh: Likewise.
52469
52470         * locale/iso-639.def: Add ary entry.
52471
52472         [BZ #11258]
52473         * locale/C-translit.h.in: Add U20A1 transliteration.
52474
52475         [BZ #12178]
52476         * locale/iso-639.def: Add wae entry.
52477         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52478
52479         [BZ #12545]
52480         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52481         for n.
52482
52483         [BZ #12711]
52484         * locale/C-translit.h.in: Add entry for U20B9.
52485         Patch by pravin.d.s@gmail.com.
52486
52487 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52488
52489         [BZ #12713]
52490         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52491         ENAMETOOLONG use generic getcwd.
52492         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52493         in rtld.  Use *stat64.
52494         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52495         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52496         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52497         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52498         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52499         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52500         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52501         __fstatat64 macros.
52502         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52503         * dirent/rewinddir.c: Add libc_hidden_def.
52504         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52505         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52506
52507         * include/dirent.h (__alloc_dir): Add flags parameter.
52508         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52509         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52510         __alloc_dir.
52511         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52512         from fdopendir if O_CLOEXEC is already set.
52513
52514 2011-03-15  Alan Modra  <amodra@gmail.com>
52515
52516         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52517         l_tls_firstbyte_offset non-zero.  Save padding offset in
52518         l_tls_firstbyte_offset for later use.
52519         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52520         freeing static tls block.
52521
52522 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52523
52524         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52525         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52526         being defined by the kernel headers.
52527
52528 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52529
52530         [BZ #12734]
52531         * resolv/resolv.h: Define RES_NOTLDQUERY.
52532         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52533         no-tld-query and set RES_NOTLDQUERY.
52534         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52535         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52536         modern BIND to search name as TLD unless forbidden.
52537
52538 2011-05-07  Petr Baudis  <pasky@suse.cz>
52539             Ulrich Drepper  <drepper@gmail.com>
52540
52541         [BZ #12393]
52542         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52543         (is_trusted_path): ...to here.
52544         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52545         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52546         using is_trusted_path_normalize() in setuid scripts.
52547
52548 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52549
52550         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52551         __BEGIN/__END_DECLS.
52552
52553 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52554
52555         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52556         NSS_STATUS_NOTFOUND if no record was found.
52557
52558 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52559
52560         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52561         (headers-not-in-tirpc): Remove rpc/netdb.h
52562         * resolv/netdb.h: Revert last change.
52563
52564 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52565
52566         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52567         circular dependency between libgcc.a and libc.a.
52568
52569 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52570
52571         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52572         * nis/Makefile: Don't install rpcsvc/*.
52573         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52574         instead of <rpc/types.h>.
52575         (MAXHOSTNAMELEN): Define.
52576
52577 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52578
52579         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52580
52581 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52582
52583         [BZ #12714]
52584         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52585         gethostbyname4_r when IPv6 results are possible.
52586
52587 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52588
52589         [BZ #12723]
52590         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52591         _PC_PIPE_BUF handling.
52592
52593 2011-04-30  Bruno Haible  <bruno@clisp.org>
52594
52595         [BZ #12717]
52596         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52597         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52598         to 'int'.
52599         * inet/getnameinfo.c (getnameinfo): Likewise.
52600
52601 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52602
52603         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52604         to groups setting in database lookup.
52605         * nss/nsswitch.conf: Add initgroups entry.
52606
52607 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52608
52609         [BZ #12685]
52610         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52611         mode string.
52612         Patch by Eric Blake <eblake@redhat.com>.
52613
52614 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52615
52616         * sunrpc/Makefile (need-export-routines): Add svc_run.
52617         (routines): Remove svc_run.
52618         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52619         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52620         * sunrpc/svc_run.c (svc_run): Likewise.
52621         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52622
52623 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52624
52625         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52626         problem in reallocation in last patch.
52627
52628 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52629
52630         * sunrpc/Makefile: Move inclusion of Rules.
52631
52632 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52633
52634         * nss/nss_files/files-initgroups.c: New file.
52635         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52636         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52637         _nss_files_initgroups_dyn.
52638
52639 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52640
52641         * elf/elf.h (R_ARM_IRELATIVE): Define.
52642
52643 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52644
52645         * po/ru.po: Update from translation team.
52646
52647 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52648
52649         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52650         dependencies.
52651
52652 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52653
52654         [BZ #12653]
52655         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52656         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52657         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52658         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52659         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52660
52661 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52662
52663         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52664         differing bytes.
52665         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52666         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52667         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52668
52669 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52670
52671         [BZ #12420]
52672         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52673         storing it.
52674         * stdlib/bug-getcontext.c: New file.
52675         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52676
52677 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52678
52679         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52680         instructions into .machine "z9-109".
52681         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52682         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52683
52684 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52685
52686         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52687         between environment variables and auxiliary vector.
52688
52689 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52690
52691         * Makefile: Add rules to build linkobj/libc.so.
52692         * include/libc-symbols.h: Define libc_hidden_nolink.
52693         * include/rpc/auth.h: Mark functions which are to be hidden.
52694         * include/rpc/auth_des.h: Likewise.
52695         * include/rpc/auth_unix.h: Likewise.
52696         * include/rpc/clnt.h: Likewise.
52697         * include/rpc/des_crypt.h: Likewise.
52698         * include/rpc/key_prot.h: Likewise.
52699         * include/rpc/pmap_clnt.h: Likewise.
52700         * include/rpc/pmap_prot.h: Likewise.
52701         * include/rpc/pmap_rmt.h: Likewise.
52702         * include/rpc/rpc_msg.h: Likewise.
52703         * include/rpc/svc.h: Likewise.
52704         * include/rpc/svc_auth.h: Likewise.
52705         * include/rpc/xdr.h: Likewise.
52706         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52707         * nss/Makefile: Likewise.
52708         * sunrpc/Makefile: Don't install headers.  Build library with normal
52709         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52710         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52711         for the compat linking library.  Remove use of INTDEF/INTUSE.
52712         * sunrpc/auth_none.c: Likewise.
52713         * sunrpc/auth_unix.c: Likewise.
52714         * sunrpc/authdes_prot.c: Likewise.
52715         * sunrpc/authuxprot.c: Likewise.
52716         * sunrpc/clnt_gen.c: Likewise.
52717         * sunrpc/clnt_perr.c: Likewise.
52718         * sunrpc/clnt_raw.c: Likewise.
52719         * sunrpc/clnt_simp.c: Likewise.
52720         * sunrpc/clnt_tcp.c: Likewise.
52721         * sunrpc/clnt_udp.c: Likewise.
52722         * sunrpc/clnt_unix.c: Likewise.
52723         * sunrpc/des_crypt.c: Likewise.
52724         * sunrpc/des_soft.c: Likewise.
52725         * sunrpc/get_myaddr.c: Likewise.
52726         * sunrpc/key_call.c: Likewise.
52727         * sunrpc/key_prot.c: Likewise.
52728         * sunrpc/netname.c: Likewise.
52729         * sunrpc/pm_getmaps.c: Likewise.
52730         * sunrpc/pm_getport.c: Likewise.
52731         * sunrpc/pmap_clnt.c: Likewise.
52732         * sunrpc/pmap_prot.c: Likewise.
52733         * sunrpc/pmap_prot2.c: Likewise.
52734         * sunrpc/pmap_rmt.c: Likewise.
52735         * sunrpc/publickey.c: Likewise.
52736         * sunrpc/rpc_cmsg.c: Likewise.
52737         * sunrpc/rpc_common.c: Likewise.
52738         * sunrpc/rpc_dtable.c: Likewise.
52739         * sunrpc/rpc_prot.c: Likewise.
52740         * sunrpc/rpc_thread.c: Likewise.
52741         * sunrpc/rtime.c: Likewise.
52742         * sunrpc/svc.c: Likewise.
52743         * sunrpc/svc_auth.c: Likewise.
52744         * sunrpc/svc_authux.c: Likewise.
52745         * sunrpc/svc_raw.c: Likewise.
52746         * sunrpc/svc_run.c: Likewise.
52747         * sunrpc/svc_simple.c: Likewise.
52748         * sunrpc/svc_tcp.c: Likewise.
52749         * sunrpc/svc_udp.c: Likewise.
52750         * sunrpc/svc_unix.c: Likewise.
52751         * sunrpc/svcauth_des.c: Likewise.
52752         * sunrpc/xcrypt.c: Likewise.
52753         * sunrpc/xdr.c: Likewise.
52754         * sunrpc/xdr_array.c: Likewise.
52755         * sunrpc/xdr_float.c: Likewise.
52756         * sunrpc/xdr_intXX_t.c: Likewise.
52757         * sunrpc/xdr_mem.c: Likewise.
52758         * sunrpc/xdr_rec.c: Likewise.
52759         * sunrpc/xdr_ref.c: Likewise.
52760         * sunrpc/xdr_sizeof.c: Likewise.
52761         * sunrpc/xdr_stdio.c: Likewise.
52762
52763 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52764
52765         [BZ #12650]
52766         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52767         * sysdeps/ia64/dl-tls.h: Likewise.
52768         * sysdeps/powerpc/dl-tls.h: Likewise.
52769         * sysdeps/s390/dl-tls.h: Likewise.
52770         * sysdeps/sh/dl-tls.h: Likewise.
52771         * sysdeps/sparc/dl-tls.h: Likewise.
52772         * sysdeps/x86_64/dl-tls.h: Likewise.
52773         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52774
52775 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52776
52777         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52778         rpath element also skip the following colon.
52779         (expand_dynamic_string_token): Add is_path parameter and pass
52780         down to DL_DST_REQUIRED and _dl_dst_substitute.
52781         (decompose_rpath): Call expand_dynamic_string_token with
52782         non-zero is_path.  Ignore empty rpaths.
52783         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52784         with zero is_path.
52785
52786 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52787
52788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52789         Make cancelable.
52790
52791 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52792
52793         [BZ #12655]
52794         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52795         Patch by Filipe David Manana <fdmanana@apache.org>.
52796
52797 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52798
52799         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52800         Maintain aligned stack.
52801         (CHECK_RSP): Remove unused macro.
52802
52803 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52804
52805         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52806         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52807
52808 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52809
52810         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52811
52812         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52813
52814 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52815
52816         [BZ #12518]
52817         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52818         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52819         * sysdeps/x86_64/memmove.c: New file.
52820         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52821         (memcpy): Renamed to ...
52822         (__new_memcpy): This.
52823         (memcpy): Provide GLIBC_2_14 memcpy.
52824         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52825         (memcpy): Provide GLIBC_2_2_5 memcpy.
52826
52827 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52828
52829         [BZ #12631]
52830         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52831
52832 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52833
52834         * misc/syncfs.c: New file.
52835         * misc/Makefile (routines): Add syncfs.
52836         * posix/unistd.h: Declare syncfs.
52837         * sysdeps/unix/syscalls.list: Add syncfs.
52838
52839 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52840
52841         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52842         open_by_handle_at.
52843         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52844         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52845         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52846         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52847         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52848         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52849         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52850
52851 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52852
52853         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52854         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52855         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52856         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52857         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52858         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52859         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52860
52861         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52862         sync_file_range.c with -fexceptions.
52863         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52864         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52865         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52866         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52867         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52868         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52869         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52870         sync_file_range as cancellation point
52871         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52872         now a wrapper around __call_sync_file_range with cancellation handling.
52873         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52874         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52875         function name to __call_sync_file_range.
52876         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52877         Add call_sync_file_range.
52878
52879 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52880
52881         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52882         bits/timex.h.
52883
52884 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52885
52886         * iconv/iconv.h: Fix typo in comment.
52887         * io/fcntl.h: Likewise.
52888         * libio/stdio.h: Likewise.
52889         * posix/spawn.h: Likewise.
52890         * posix/unistd.h: Likewise.
52891         * stdlib/stdlib.h: Likewise.
52892         * time/time.h: Likewise.
52893         * wcsmbs/wchar.h: Likewise.
52894
52895         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52896         open_by_handle): Add.
52897         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52898         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52899         Augment a few comments.
52900         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52901         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52902         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52903         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52904         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52905         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52906         open_by_handle.
52907
52908         * io/fcntl.h (AT_EMPTY_PATH): Define.
52909
52910 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52911
52912         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52913         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52914         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52915         to...
52916         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52917         * Versions.def: Add GLIBC_2.14.
52918         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52919         Export.
52920
52921 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52922
52923         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52924         round counter.
52925         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52926
52927 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52928
52929         [BZ #12597]
52930         * string/test-strncmp.c (do_page_test): New function.
52931         (check2): Likewise.
52932         (test_main): Call check2.
52933         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52934
52935 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52936
52937         [BZ #12587]
52938         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52939         Handle cache information in CPU leaf 4.
52940         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52941
52942 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52943
52944         [BZ #12583]
52945         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52946         character representation.
52947         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52948
52949 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52950
52951         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52952         END(__isnan) to END(__isnanf) to match function entry point/label
52953         EALIGN(__isnanf,...).
52954
52955 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52956
52957         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52958
52959 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52960
52961         [BZ #12510]
52962         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52963         copy from the symbol referenced in the relocation to initialize the
52964         used variable.
52965         Patch by Piotr Bury <pbury@goahead.com>.
52966         * elf/Makefile: Add rules to build and tst-unique3.
52967         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52968         * elf/tst-unique3.cc: New file.
52969         * elf/tst-unique3.h: New file.
52970         * elf/tst-unique3lib.cc: New file.
52971         * elf/tst-unique3lib2.cc: New file.
52972
52973         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52974
52975 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52976
52977         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52978         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52979         to _start.
52980
52981 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52982
52983         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52984         to-be-loaded object along a path to loader is ld.so.
52985
52986 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52987             Ulrich Drepper  <drepper@gmail.com>
52988
52989         * sysdeps/x86_64/memset.S: After aligning destination, code
52990         branches to different locations depending on the value of
52991         misalignment, when multiarch is enabled. Fix this.
52992
52993 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52994
52995         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52996         Set _x86_64_preferred_memory_instruction for AMD processsors.
52997         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52998         Set bit_Prefer_SSE_for_memop for AMD processors.
52999
53000 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
53001
53002         * libio/fmemopen.c (fmemopen): Optimize a bit.
53003
53004 2011-03-03  Andreas Schwab  <schwab@redhat.com>
53005
53006         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
53007
53008 2011-03-03  Roland McGrath  <roland@redhat.com>
53009
53010         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
53011
53012 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
53013
53014         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
53015         __bzero_ultra1 instead of __memset_ultra1.
53016
53017 2011-02-23  Andreas Schwab  <schwab@redhat.com>
53018             Ulrich Drepper  <drepper@gmail.com>
53019
53020         [BZ #12509]
53021         * include/link.h (struct link_map): Add l_orig_initfini.
53022         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
53023         returning unsuccessfully.
53024         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
53025         close of a file loaded at startup, restore the original l_initfini
53026         list.
53027         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
53028         list, store the pointer.
53029         * elf/Makefile ($(objpfx)noload-mem): New rule.
53030         (noload-ENV): Define.
53031         (tests): Add $(objpfx)noload-mem.
53032         * elf/noload.c: Include <memcheck.h>.
53033         (main): Call mtrace.  Close all opened handles.
53034
53035 2011-02-17  Andreas Schwab  <schwab@redhat.com>
53036
53037         [BZ #12454]
53038         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
53039         dependencies are missing.
53040
53041 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53042
53043         Fix __if_freereq crash: Unlike the generic version which uses free,
53044         Hurd needs munmap.
53045         * sysdeps/mach/hurd/ifreq.h: New file.
53046
53047 2011-01-27  Petr Baudis  <pasky@suse.cz>
53048             Ulrich Drepper  <drepper@gmail.com>
53049
53050         [BZ 12445]#
53051         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
53052         to extend_alloca().
53053         * stdio-common/bug23.c: New file.
53054         * stdio-common/Makefile (tests): Add bug23.
53055
53056 2010-09-28  Andreas Schwab  <schwab@redhat.com>
53057             Ulrich Drepper  <drepper@gmail.com>
53058
53059         [BZ #12489]
53060         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
53061         before performing relro protection.  At old place add assertion
53062         to make sure nothing changed.
53063
53064 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
53065             Glauber de Oliveira Costa  <glommer@gmail.com>
53066
53067         * elf/elf.h: Add new ARM TLS relocs.
53068
53069 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
53070
53071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
53072         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
53073         cast from r3.
53074         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
53075         'tests' variable.
53076         * sysdeps/wordsize-64/tst-writev.c: New file.
53077
53078 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
53079
53080         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
53081         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
53082         insns in _dl_start to prevent a TOC reference before relocs are
53083         resolved.
53084
53085 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
53086
53087         [BZ #12469]
53088         * Makeconfig: Remove RANLIB definition.
53089         * Makerules: Don't use RANLIB.
53090         * aclocal.m4: Remove ranlib test.
53091         * configure.in: No need to check for ranlib.
53092         * elf/rtld-Rules: Don't use RANLIB.
53093
53094 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53095
53096         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
53097         protection macro.
53098         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
53099         inclusion protection macro.
53100
53101         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
53102         SIGRTMIN and SIGRTMAX and print information in that case only when
53103         SIGRTMIN is defined.
53104
53105 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
53106
53107         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
53108         arginfo fn returning -1.
53109
53110         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
53111         and thousands string is zero terminated.
53112
53113 2011-02-03  Andreas Schwab  <schwab@redhat.com>
53114
53115         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
53116         sysdeps/unix/sysv/linux/bits/socket.h.
53117
53118 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53119
53120         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
53121         (__CPU_COUNT): Remove old macros.
53122         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
53123         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
53124         (__CPU_ALLOC, __CPU_FREE): Add macros.
53125         (__sched_cpualloc, __sched_cpufree): Add declarations.
53126
53127 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
53128
53129         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
53130         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
53131         * nscd/aicache.c (addhstaiX): Return timeout of added value.
53132         (readdhstai): Return value of addhstaiX call.
53133         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
53134         (addgrbyX): Return value returned by cache_addgr.
53135         (readdgrbyname): Return value returned by addgrbyX.
53136         (readdgrbygid): Likewise.
53137         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
53138         (addpwbyX): Return value returned by cache_addpw.
53139         (readdpwbyname): Return value returned by addhstbyX.
53140         (readdpwbyuid): Likewise.
53141         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
53142         (addservbyX): Return value returned by cache_addserv.
53143         (readdservbyname): Return value returned by addservbyX:
53144         (readdservbyport): Likewise.
53145         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
53146         (addhstbyX): Return value returned by cache_addhst.
53147         (readdhstbyname): Return value returned by addhstbyX.
53148         (readdhstbyaddr): Likewise.
53149         (readdhstbynamev6): Likewise.
53150         (readdhstbyaddrv6): Likewise.
53151         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
53152         (readdinitgroups): Return value returned by addinitgroupsX.
53153         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
53154         (prune_cache): Keep track of timeout value of re-added entries.
53155         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
53156         * nscd/nscd.h: Adjust prototypes of readd* functions.
53157
53158 2011-02-04  Roland McGrath  <roland@redhat.com>
53159
53160         * nis/nis_server.c (nis_servstate): Use the right name for 0.
53161         (nis_stats): Likewise.
53162         * nis/nis_modify.c (nis_modify): Likewise.
53163         * nis/nis_remove.c (nis_remove): Likewise.
53164         * nis/nis_add.c (nis_add): Likewise.
53165
53166         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
53167
53168         * posix/fnmatch_loop.c: Add some consts.
53169
53170         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
53171
53172 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
53173
53174         [BZ #12460]
53175         * config.make.in (config-cflags-novzeroupper): Define.
53176         * configure.in: Substitute libc_cv_cc_novzeroupper.
53177         * elf/Makefile (AVX-CFLAGS): Define.
53178         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
53179         (CFLAGS-tst-auditmod4a.c): Likewise.
53180         (CFLAGS-tst-auditmod4b.c): Likewise.
53181         (CFLAGS-tst-auditmod6b.c): Likewise.
53182         (CFLAGS-tst-auditmod6c.c): Likewise.
53183         (CFLAGS-tst-auditmod7b.c): Likewise.
53184         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
53185
53186 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
53187
53188         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
53189         function to the callback.
53190         Patch partly by Jiri Olsa <jolsa@redhat.com>.
53191
53192 2011-02-02  Andreas Schwab  <schwab@redhat.com>
53193
53194         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
53195         of errno.
53196
53197 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
53198
53199         [BZ #11724]
53200         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
53201         of constructors.
53202         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
53203         of destructors.
53204         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
53205
53206         [BZ #11724]
53207         * elf/Makefile: Add rules to build and run new test.
53208         * elf/tst-initorder.c: New file.
53209         * elf/tst-initorder.exp: New file.
53210         * elf/tst-initordera1.c: New file.
53211         * elf/tst-initordera2.c: New file.
53212         * elf/tst-initordera3.c: New file.
53213         * elf/tst-initordera4.c: New file.
53214         * elf/tst-initorderb1.c: New file.
53215         * elf/tst-initorderb2.c: New file.
53216         * elf/tst-order-a1.c: New file.
53217         * elf/tst-order-a2.c: New file.
53218         * elf/tst-order-a3.c: New file.
53219         * elf/tst-order-a4.c: New file.
53220         * elf/tst-order-b1.c: New file.
53221         * elf/tst-order-b2.c: New file.
53222         * elf/tst-order-main.c: New file.
53223         New test case by George Gensure <werkt0@gmail.com>.
53224
53225 2010-10-01  Andreas Schwab  <schwab@redhat.com>
53226
53227         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53228         decoding ACE if AI_CANONIDN.
53229
53230 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
53231
53232         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53233
53234 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
53235
53236         * version.h (RELEASE): Bump for 2.13 release.
53237         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53238
53239         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53240
53241         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53242         MADV_NOHUGEPAGE.
53243         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53244         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53245         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53246         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53247         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53248         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53249
53250         * posix/getconf.c: Update copyright year.
53251         * catgets/gencat.c: Likewise.
53252         * csu/version.c: Likewise.
53253         * debug/catchsegv.sh: Likewise.
53254         * debug/xtrace.sh: Likewise.
53255         * elf/ldconfig.c: Likewise.
53256         * elf/ldd.bash.in: Likewise.
53257         * elf/sprof.c (print_version): Likewise.
53258         * iconv/iconv_prog.c: Likewise.
53259         * iconv/iconvconfig.c: Likewise.
53260         * locale/programs/locale.c: Likewise.
53261         * locale/programs/localedef.c: Likewise.
53262         * malloc/memusage.sh: Likewise.
53263         * malloc/mtrace.pl: Likewise.
53264         * nscd/nscd.c (print_version): Likewise.
53265         * nss/getent.c: Likewise.
53266
53267         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53268         PF_CAIF, and PF_ALG.
53269         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53270
53271 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53272
53273         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53274         (modules-names): Use them.
53275         (ifunc-test-modules, ifunc-pie-tests): Define.
53276         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53277         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53278         (test-extras): Likewise.
53279         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53280         $(compile-command.c).
53281         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53282         (all-built-dso): Define.
53283         (check-textrel.out, check-execstack.out): Depend on it.
53284
53285         * configure.in: Don't override --enable-multi-arch.
53286
53287 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53288
53289         [BZ #6812]
53290         * nscd/hstcache.c (tryagain): Define.
53291         (cache_addhst): Return tryagain not notfound for temporary errors.
53292         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53293         failed.
53294
53295 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53296
53297         [BZ #10563]
53298         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53299         to make the syscall.
53300         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53301
53302         [BZ #12378]
53303         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53304         and fall back to matching as normal character if the string ends before
53305         the matching ']' is found.  This is what POSIX requires.
53306         * posix/testfnm.c: Adjust test result.
53307         * posix/globtest.sh: Adjust test result.  Add new test.
53308         * posix/tst-fnmatch.input: Likewise.
53309         * posix/tst-fnmatch2.c: Add new test.
53310
53311 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53312
53313         * elf/Makefile (check-execstack): Revert last change.  Depend on
53314         check-execstack.h.
53315         (check-execstack.h): New target.
53316         (generated): Add check-execstack.h.
53317         * elf/check-execstack.c: Include "check-execstack.h".
53318         (main): Revert last change.
53319         (handle_file): Return zero if GNU_STACK is absent and
53320         DEFAULT_STACK_PERMS doesn't include PF_X.
53321
53322 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53323
53324         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53325         in child fails because the descriptor is already closed.
53326         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53327         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53328         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53329
53330         [BZ #12397]
53331         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53332         syscall.
53333
53334         [BZ #10484]
53335         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53336         temporary buffer used to handle multi lookups locally.
53337         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53338
53339 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53340
53341         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53342         loader is ld.so.
53343
53344 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53345
53346         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53347         alignment for SSE2.
53348
53349 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53350
53351         [BZ #12394]
53352         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53353         characters.  When rounding increased number of integer digits recompute
53354         number of groups.
53355         * stdio-common/tst-grouping.c: New file.
53356         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53357
53358 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53359
53360         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53361         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53362
53363         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53364         void.
53365         * bits/select.h: Likewise.
53366
53367 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53368
53369         * po/ja.po: Update from translation team.
53370
53371 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53372
53373         [BZ #11155]
53374         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53375         implementation just like for lxstat, fxstatat, et al.
53376
53377 2010-12-27  Jim Meyering  <meyering@redhat.com>
53378
53379         [BZ #12348]
53380         * posix/regexec.c (build_trtable): Return failure indication upon
53381         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53382
53383 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53384
53385         [BZ #12201]
53386         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53387         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53388         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53389         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53390
53391         [BZ #12207]
53392         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53393
53394         [BZ #12204]
53395         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53396         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53397
53398 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53399
53400         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53401         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53402         script has SORT_BY_INIT_PRIORITY.
53403         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53404         NO_CTORS_DTORS_SECTIONS is defined.
53405         * elf/soinit.c: Likewise.
53406         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53407         NO_CTORS_DTORS_SECTIONS is defined.
53408         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53409         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53410         * sysdeps/sh/init-first.c: Likewise.
53411         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53412
53413 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53414
53415         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53416         always use the slow path.
53417
53418 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53419
53420         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53421         similar rule which adds the sysdep directories to the header search in
53422         order to pick up the correct platform stackinfo.h.
53423         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53424         perform test if it is, otherwise return successfully without testing.
53425         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53426         DEFAULT_STACK_PERMS define in stackinfo.h.
53427         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53428         defined in stackinfo.h.
53429         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53430         DEFAULT_STACK_PERMS defined in stackinfo.h.
53431         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53432         * sysdeps/ia64/stackinfo.h: Likewise.
53433         * sysdeps/s390/stackinfo.h: Likewise.
53434         * sysdeps/sh/stackinfo.h: Likewise.
53435         * sysdeps/sparc/stackinfo.h: Likewise.
53436         * sysdeps/x86_64/stackinfo.h: Likewise.
53437         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53438         PF_X for powerpc64.  Retain PF_X for powerpc32.
53439
53440 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53441
53442         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53443         accurately.
53444         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53445         GETDENTS_64BIT_ALIGNED.
53446
53447 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53448
53449         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53450
53451 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53452
53453         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53454         _GNU_SOURCE.
53455
53456         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53457         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53458         Remove __restrict.
53459         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53460         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53461
53462 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53463
53464         [BZ #11655]
53465         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53466         are initialized.
53467
53468 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53469
53470         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53471
53472 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53473
53474         * po/it.po: Update from translation team.
53475
53476 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53477
53478         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53479         unused codes.
53480
53481 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53482
53483         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53484
53485 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53486
53487         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53488         specially.
53489         (gaih_getanswer_slice): Likewise.
53490
53491 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53492
53493         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53494
53495 2010-05-31  Petr Baudis  <pasky@suse.cz>
53496
53497         [BZ #11149]
53498         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53499         silently even in the chroot mode.
53500
53501 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53502
53503         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53504         last patch a bit.  Pretty printing
53505
53506 2010-05-31  Petr Baudis <pasky@suse.cz>
53507
53508         [BZ #10085]
53509         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53510         initialization of skip_initgroups_dyn.
53511
53512 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53513
53514         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53515         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53516
53517 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53518
53519         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53520
53521 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53522
53523         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53524         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53525         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53526         ($(objpfx)tst-fnmatch-mem): New rule.
53527         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53528         * posix/tst-fnmatch.c (main): Call mtrace.
53529
53530 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53531
53532         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53533         Support Intel processor model 6 and model 0x2c.
53534
53535 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53536
53537         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53538           signed comparison.
53539
53540 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53541
53542         [BZ #12205]
53543         * string/test-strncasecmp.c (check_result): New function.
53544         (do_one_test): Use it.
53545         (check1): New function.
53546         (test_main): Use it.
53547         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53548         Support strcasecmp and strncasecmp.
53549
53550 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53551
53552         [BZ #12194]
53553         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53554         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53555
53556 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53557
53558         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53559         IFUNC support.
53560         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53561         memset-x86-64.
53562         * sysdeps/x86_64/multiarch/bzero.S: New file.
53563         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53564         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53565         * sysdeps/x86_64/multiarch/memset.S: New file.
53566         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53567         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53568         Set bit_Prefer_SSE_for_memop for Intel processors.
53569         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53570         Define.
53571         (index_Prefer_SSE_for_memop): Define.
53572         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53573
53574 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53575
53576         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53577         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53578
53579 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53580
53581         [BZ #12191]
53582         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53583         (__x86_64_raw_data_cache_size_half): Likewise.
53584         (__x86_64_raw_shared_cache_size): Likewise.
53585         (__x86_64_raw_shared_cache_size_half): Likewise.
53586
53587         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53588         (__x86_64_raw_data_cache_size_half): Likewise.
53589         (__x86_64_raw_shared_cache_size): Likewise.
53590         (__x86_64_raw_shared_cache_size_half): Likewise.
53591         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53592         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53593         and __x86_64_raw_shared_cache_size_half.  Round
53594         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53595         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53596         to multiple of 256 bytes.
53597
53598 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53599
53600         [BZ #12167]
53601         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53602         of inacessible symlinks.  Verify result of symlink before returning it.
53603         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53604         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53605
53606 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53607
53608         * math/math.h (isinf): Fix typo in comment.
53609
53610 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53611
53612         * po/da.po: Update from translation team.
53613
53614 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53615
53616         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53617         is added to the list.
53618
53619 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53620             Ulrich Drepper  <drepper@gmail.com>
53621
53622         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53623         the global list here.  Move code to...
53624         (_dl_add_to_namespace_list): ...here.  New function.
53625         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53626         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53627         * elf/dl-load.c (lose): Don't remove the element from the list.
53628         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53629         (_dl_map_object): Likewise.
53630
53631 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53632
53633         [BZ #12159]
53634         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53635         into all bytes of SSE register.
53636         Patch by Richard Li <richardpku@gmail.com>.
53637
53638 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53639
53640         [BZ #12140]
53641         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53642         perturbing.
53643
53644 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53645
53646         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53647         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53648         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53649         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53651         submachine.
53652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53653
53654 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53655
53656         * include/dlfcn.h (__RTLD_SECURE): Define.
53657         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53658         mode & __RTLD_SECURE instead.
53659         (open_path): Rename preloaded parameter to secure.
53660         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53661         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53662         * elf/dl-deps.c (openaux): Likewise.
53663         * elf/rtld.c (struct map_args): Remove is_preloaded.
53664         (map_doit): Don't use it.
53665         (dl_main): Likewise.
53666         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53667         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53668
53669 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53670
53671         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53672         (sysd-rules-targets): Remove duplicates.
53673         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53674         rtld-%.$o dependency.
53675
53676 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53677
53678         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53679         _dl_map_object do it.
53680
53681 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53682
53683         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53684         fast fma builtins, define the macros in the C99 standard.
53685         (FP_FAST_FMAF): Likewise.
53686         (FP_FAST_FMAL): Likewise.
53687         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53688
53689         * bits/mathdef.h: Update copyright year.
53690         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53691
53692 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53693
53694         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53695         builtins, define the macros in the C99 standard.
53696         (FP_FAST_FMAF): Likewise.
53697         (FP_FAST_FMAL): Likewise.
53698         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53699         multiply/add.
53700         (FP_FAST_FMAF): Likewise.
53701
53702 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53703
53704         [BZ #3268]
53705         * math/libm-test.inc (fma_test): Some new testcases.
53706         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53707         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53708         y and infinite z.  Do multiplication by C already in long double.
53709         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53710         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53711         y and infinite z.  Do bitwise or of inexact bit into u.d.
53712         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53713         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53714         * sysdeps/i386/fpu/s_fma.S: Removed.
53715         * sysdeps/i386/fpu/s_fmal.S: Removed.
53716
53717 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53718
53719         [BZ #3268]
53720         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53721         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53722         computation is not scheduled after fetestexcept.  Fix value
53723         of minimum denormal long double.
53724
53725 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53726
53727         [BZ #3268]
53728         * math/libm-test.inc (fma_test): Add some more tests.
53729         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53730         correctly.
53731
53732 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53733
53734         * scripts/data/localplt-s390-linux-gnu.data: New file.
53735         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53736
53737 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53738
53739         [BZ #3268]
53740         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53741         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53742         instead of dbl-64.
53743         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53744         inlines.
53745         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53746         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53747         if one of x and y is very large and the other is subnormal.
53748         * sysdeps/s390/fpu/s_fmaf.c: New file.
53749         * sysdeps/s390/fpu/s_fma.c: New file.
53750         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53751         * sysdeps/powerpc/fpu/s_fma.S: New file.
53752         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53753         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53754         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53755
53756 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53757
53758         [BZ #3268]
53759         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53760         fma tests.
53761         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53762         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53763         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53764         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53765         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53766         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53767         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53768
53769 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53770
53771         [BZ #12078]
53772         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53773         * posix/bug-regex31.input: Add test case.
53774
53775 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53776
53777         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53778         * posix/bug-regex31.input: New file.
53779
53780         [BZ #12078]
53781         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53782         (parse_sub_exp): Fix last change, use postorder.
53783
53784         * posix/bug-regex31.c: New file.
53785         * posix/Makefile: Add rules to build and run bug-regex31.
53786
53787         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53788
53789         [BZ #12078]
53790         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53791
53792         [BZ #12108]
53793         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53794         to have entries in sys_siglist.
53795
53796         [BZ #12093]
53797         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53798         be NULL.
53799
53800 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53801
53802         [BZ #3268]
53803         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53804         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53805         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53806         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53807         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53808         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53809         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53810         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53811         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53812         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53813         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53814         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53815         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53816         * math/ftestexcept.c (fetestexcept): Likewise.
53817         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53818         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53819         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53820         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53821         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53822         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53823         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53824
53825 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53826
53827         [BZ #12107]
53828         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53829         newline.
53830
53831 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53832
53833         * string/bug-strstr1.c: New file.
53834         * string/Makefile: Add rules to build and run bug-strstr1.
53835
53836 2010-10-05  Eric Blake  <eblake@redhat.com>
53837
53838         [BZ #12092]
53839         * string/str-two-way.h (two_way_long_needle): Always clear memory
53840         when skipping input due to the shift table.
53841
53842 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53843
53844         [BZ #12005]
53845         * malloc/mcheck.c: Handle large requests.
53846
53847         [BZ #12077]
53848         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53849         for strncmp and strncasecmp.
53850         * string/stratcliff.c: Add tests for strcmp and strncmp.
53851         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53852
53853 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53854
53855         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53856         __set_fpscr.
53857
53858 2010-09-30  Andreas Jaeger  <aj@suse.de>
53859
53860         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53861         (CGROUP_SUPER_MAGIC): Define.
53862         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53863         Handle btrfs and cgroup file systems.
53864         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53865         Likewise.
53866
53867 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53868
53869         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53870         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53871
53872 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53873
53874         [BZ #12067]
53875         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53876         trying to locate the ELF header.
53877
53878 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53879
53880         [BZ #11611]
53881         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53882         Mask out sign-bit copies when constructing f_fsid.
53883
53884 2010-09-24  Petr Baudis <pasky@suse.cz>
53885
53886         * debug/stack_chk_fail_local.c: Add missing licence exception.
53887         * debug/warning-nop.c: Likewise.
53888
53889 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53890
53891         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53892         implementing getdents64 using getdents syscall, set d_type if
53893         __ASSUME_GETDENTS32_D_TYPE.
53894
53895 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53896
53897         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53898         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53899
53900 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53901
53902         [BZ #12037]
53903         * posix/unistd.h: Undo change of feature selection for ftruncate from
53904         2010-01-11.
53905
53906 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53907
53908         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53909         detection.
53910
53911 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53912
53913         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53914         fanotify_mark.
53915         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53916
53917 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53918
53919         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53920         variables after CHECK_SP call.
53921         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53922
53923 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53924             Ulrich Drepper  <drepper@redhat.com>
53925
53926         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53927         re-relocationg ld.so.
53928         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53929         _dl_init_paths call.
53930         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53931         here anymore.
53932
53933 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53934
53935         * resolv/res_init.c (__res_vinit): Count the default server we added.
53936
53937 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53938             Ulrich Drepper  <drepper@redhat.com>
53939
53940         [BZ #11968]
53941         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53942         (____longjmp_chk): Use %ebx for saving value across system call.
53943         Add unwind info.
53944
53945 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53946
53947         * manual/Makefile: Don't mix pattern rules with normal rules.
53948
53949 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53950
53951         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53952         operation.
53953         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53954         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53955         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53956         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53957         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53958         Likewise.
53959
53960 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53961
53962         [BZ #11979]
53963         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53964         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53965
53966 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53967
53968         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53969         * sysdeps/x86_64/addmul_1.S: Likewise.
53970         * sysdeps/x86_64/lshift.S: Likewise.
53971         * sysdeps/x86_64/mul_1.S: Likewise.
53972         * sysdeps/x86_64/rshift.S: Likewise.
53973         * sysdeps/x86_64/sub_n.S: Likewise.
53974         * sysdeps/x86_64/submul_1.S: Likewise.
53975
53976 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53977
53978         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53979         Define __sched_param instead of SCHED_* and sched_param when
53980         <bits/sched.h> is included with __need_schedparam defined.
53981         * bits/sched.h [__need_schedparam]
53982         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53983         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53984         (__defined_schedparam): Define to 1.
53985         (__sched_param): New structure, identical to sched_param.
53986         (__need_schedparam): Undefine.
53987
53988 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53989
53990         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53991         (epoll_create1): Declare.
53992
53993         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53994
53995 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53996
53997         [BZ #7066]
53998         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53999         shifting retval into place.
54000
54001 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
54002
54003         * nis/rpcsvc/nis.h: Update copyright notice.
54004         * nis/rpcsvc/nis.x: Likewise.
54005         * nis/rpcsvc/nis_callback.h: Likewise.
54006         * nis/rpcsvc/nis_callback.x: Likewise.
54007         * nis/rpcsvc/nis_object.x: Likewise.
54008         * nis/rpcsvc/nis_tags.h: Likewise.
54009         * nis/rpcsvc/yp.h: Likewise.
54010         * nis/rpcsvc/yp.x: Likewise.
54011         * nis/rpcsvc/ypupd.h: Likewise.
54012         * nis/yp_xdr.c: Likewise.
54013         * nis/ypupdate_xdr.c: Likewise.
54014
54015         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
54016         mainly the body of pmap_getport.  Add parameters to specify timeouts.
54017         (pmap_getport): Use __libc_rpc_getport.
54018         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
54019         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
54020         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
54021
54022 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
54023
54024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
54025         fanotify_mark.
54026
54027 2010-08-27  Roland McGrath  <roland@redhat.com>
54028
54029         * sysdeps/i386/i686/multiarch/Makefile
54030         (CFLAGS-varshift.c): New variable.
54031
54032 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
54033
54034         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
54035         * sysdeps/i386/i686/multiarch/varshift.c: New file.
54036
54037         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
54038
54039         * sysdeps/x86_64/strlen.S: Minimal code improvement.
54040
54041 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
54042
54043         * sysdeps/x86_64/strlen.S: Unroll the loop.
54044         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54045         strlen-sse2 strlen-sse2-bsf.
54046         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
54047         __strlen_no_bsf if bit_Slow_BSF is set.
54048         (__strlen_sse42): Removed.
54049         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
54050         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
54051
54052 2010-08-25  Roland McGrath  <roland@redhat.com>
54053
54054         * sysdeps/x86_64/multiarch/varshift.S: File removed.
54055         * sysdeps/x86_64/multiarch/varshift.c: New file.
54056         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
54057         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
54058         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
54059         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
54060
54061 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
54062
54063         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54064         strlen-sse2 strlen-sse2-bsf.
54065         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
54066         __strlen_sse2_bsf if bit_Slow_BSF is unset.
54067         (__strlen_sse2): Removed.
54068         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
54069         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
54070         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
54071         bit_Slow_BSF for Atom.
54072         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
54073         (index_Slow_BSF): Define.
54074         (HAS_SLOW_BSF): Define.
54075
54076 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
54077
54078         [BZ #10851]
54079         * resolv/res_init.c (__res_vinit): When no server address at all
54080         is given default to loopback.
54081
54082 2010-08-24  Roland McGrath  <roland@redhat.com>
54083
54084         * configure.in: Remove config-name.h generation.
54085         * configure: Regenerated.
54086         * config-name.in: File removed.
54087         * scripts/config-uname.sh: New file.
54088         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
54089         ($(objdir)config-name.h): New target.
54090
54091         * sunrpc/rpc_parse.h: Avoid nested comment.
54092
54093 2010-08-24  Richard Henderson  <rth@redhat.com>
54094             Ulrich Drepper  <drepper@redhat.com>
54095             H.J. Lu  <hongjiu.lu@intel.com>
54096
54097         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
54098         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
54099         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
54100         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
54101         _mm_alignr_epi8 with _mm_loadu_si128.
54102         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
54103         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
54104         (__m128i_shift_right): Removed.
54105         * sysdeps/i386/i686/multiarch/varshift.h: New file.
54106         * sysdeps/i386/i686/multiarch/varshift.S: New file.
54107         * sysdeps/x86_64/multiarch/varshift.h: New file.
54108         * sysdeps/x86_64/multiarch/varshift.S: New file.
54109
54110 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
54111
54112         * configure.in: Move assembler checks to before sysdep dir checking.
54113
54114 2010-08-20  Petr Baudis  <pasky@suse.cz>
54115
54116         * LICENSES: Sync the sunrpc license.
54117
54118 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
54119
54120         * sunrpc/auth_des.c: Update copyright notice once again.
54121         * sunrpc/auth_none.c: Likewise.
54122         * sunrpc/auth_unix.c: Likewise.
54123         * sunrpc/authdes_prot.c: Likewise.
54124         * sunrpc/authuxprot.c: Likewise.
54125         * sunrpc/bindrsvprt.c: Likewise.
54126         * sunrpc/clnt_gen.c: Likewise.
54127         * sunrpc/clnt_perr.c: Likewise.
54128         * sunrpc/clnt_raw.c: Likewise.
54129         * sunrpc/clnt_simp.c: Likewise.
54130         * sunrpc/clnt_tcp.c: Likewise.
54131         * sunrpc/clnt_udp.c: Likewise.
54132         * sunrpc/clnt_unix.c: Likewise.
54133         * sunrpc/des_crypt.c: Likewise.
54134         * sunrpc/des_soft.c: Likewise.
54135         * sunrpc/get_myaddr.c: Likewise.
54136         * sunrpc/getrpcport.c: Likewise.
54137         * sunrpc/key_call.c: Likewise.
54138         * sunrpc/key_prot.c: Likewise.
54139         * sunrpc/openchild.c: Likewise.
54140         * sunrpc/pm_getmaps.c: Likewise.
54141         * sunrpc/pm_getport.c: Likewise.
54142         * sunrpc/pmap_clnt.c: Likewise.
54143         * sunrpc/pmap_prot.c: Likewise.
54144         * sunrpc/pmap_prot2.c: Likewise.
54145         * sunrpc/pmap_rmt.c: Likewise.
54146         * sunrpc/rpc/auth.h: Likewise.
54147         * sunrpc/rpc/auth_unix.h: Likewise.
54148         * sunrpc/rpc/clnt.h: Likewise.
54149         * sunrpc/rpc/des_crypt.h: Likewise.
54150         * sunrpc/rpc/key_prot.h: Likewise.
54151         * sunrpc/rpc/netdb.h: Likewise.
54152         * sunrpc/rpc/pmap_clnt.h: Likewise.
54153         * sunrpc/rpc/pmap_prot.h: Likewise.
54154         * sunrpc/rpc/pmap_rmt.h: Likewise.
54155         * sunrpc/rpc/rpc.h: Likewise.
54156         * sunrpc/rpc/rpc_des.h: Likewise.
54157         * sunrpc/rpc/rpc_msg.h: Likewise.
54158         * sunrpc/rpc/svc.h: Likewise.
54159         * sunrpc/rpc/svc_auth.h: Likewise.
54160         * sunrpc/rpc/types.h: Likewise.
54161         * sunrpc/rpc/xdr.h: Likewise.
54162         * sunrpc/rpc_clntout.c: Likewise.
54163         * sunrpc/rpc_cmsg.c: Likewise.
54164         * sunrpc/rpc_common.c: Likewise.
54165         * sunrpc/rpc_cout.c: Likewise.
54166         * sunrpc/rpc_dtable.c: Likewise.
54167         * sunrpc/rpc_hout.c: Likewise.
54168         * sunrpc/rpc_main.c: Likewise.
54169         * sunrpc/rpc_parse.c: Likewise.
54170         * sunrpc/rpc_parse.h: Likewise.
54171         * sunrpc/rpc_prot.c: Likewise.
54172         * sunrpc/rpc_sample.c: Likewise.
54173         * sunrpc/rpc_scan.c: Likewise.
54174         * sunrpc/rpc_scan.h: Likewise.
54175         * sunrpc/rpc_svcout.c: Likewise.
54176         * sunrpc/rpc_tblout.c: Likewise.
54177         * sunrpc/rpc_util.c: Likewise.
54178         * sunrpc/rpc_util.h: Likewise.
54179         * sunrpc/rpcinfo.c: Likewise.
54180         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
54181         * sunrpc/rpcsvc/key_prot.x: Likewise.
54182         * sunrpc/rpcsvc/klm_prot.x: Likewise.
54183         * sunrpc/rpcsvc/mount.x: Likewise.
54184         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
54185         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
54186         * sunrpc/rpcsvc/rex.x: Likewise.
54187         * sunrpc/rpcsvc/rstat.x: Likewise.
54188         * sunrpc/rpcsvc/rusers.x: Likewise.
54189         * sunrpc/rpcsvc/sm_inter.x: Likewise.
54190         * sunrpc/rpcsvc/spray.x: Likewise.
54191         * sunrpc/rpcsvc/yppasswd.x: Likewise.
54192         * sunrpc/rtime.c: Likewise.
54193         * sunrpc/svc.c: Likewise.
54194         * sunrpc/svc_auth.c: Likewise.
54195         * sunrpc/svc_authux.c: Likewise.
54196         * sunrpc/svc_raw.c: Likewise.
54197         * sunrpc/svc_run.c: Likewise.
54198         * sunrpc/svc_simple.c: Likewise.
54199         * sunrpc/svc_tcp.c: Likewise.
54200         * sunrpc/svc_udp.c: Likewise.
54201         * sunrpc/svc_unix.c: Likewise.
54202         * sunrpc/svcauth_des.c: Likewise.
54203         * sunrpc/xcrypt.c: Likewise.
54204         * sunrpc/xdr.c: Likewise.
54205         * sunrpc/xdr_array.c: Likewise.
54206         * sunrpc/xdr_float.c: Likewise.
54207         * sunrpc/xdr_mem.c: Likewise.
54208         * sunrpc/xdr_rec.c: Likewise.
54209         * sunrpc/xdr_ref.c: Likewise.
54210         * sunrpc/xdr_sizeof.c: Likewise.
54211         * sunrpc/xdr_stdio.c: Likewise.
54212
54213         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54214         handling.
54215
54216 2010-08-19  Andreas Schwab  <schwab@redhat.com>
54217
54218         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54219
54220 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
54221
54222         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54223         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54224         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54225         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54226         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54227         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54228         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54229         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54230         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54231         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54232         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54233         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54234         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54235         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54236
54237 2010-07-26  Anton Blanchard  <anton@samba.org>
54238
54239         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54240         * malloc/arena.c (heap_trim): Likewise.
54241
54242 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54243
54244         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54245         here.  Not...
54246         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54247         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54248
54249 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54250
54251         * sysdeps/i386/elf/Makefile: New file.
54252
54253 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54254
54255         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54256         from fanotify_init.
54257         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54258         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54259
54260 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54261
54262         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54263         of strncasecmp_l.
54264         * sysdeps/multiarch/strcmp.S: Likewise.
54265
54266 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54267
54268         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54269         strncase_l-nonascii.
54270         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54271         Add strncase_l-ssse3.
54272         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54273         * sysdeps/x86_64/strcmp.S: Likewise.
54274         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54275         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54276         * sysdeps/x86_64/strncase.S: New file.
54277         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54278         * sysdeps/x86_64/strncase_l.S: New file.
54279         * string/Makefile (strop-tests): Add strncasecmp.
54280         * string/test-strncasecmp.c: New file.
54281
54282         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54283         warning.
54284
54285         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54286         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54287
54288 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54289
54290         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54291
54292 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54293
54294         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54295         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54296         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54297
54298 2010-05-01  Alan Modra  <amodra@gmail.com>
54299
54300         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54301         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54302         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54303         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54304         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54305         tidying.  Don't tail-call __sigjmp_save for static lib.
54306         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54307         save location.
54308         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54309         (CALL_MCOUNT): Add eh info, and nop after bl.
54310         (TAIL_CALL_SYSCALL_ERROR): New macro.
54311         (PSEUDO_RET): Use it.
54312         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54313         Correct save location of integer regs and cr.
54314         (_dl_profile_resolve): Correct cr save location.  Delete nops
54315         after bl when SHARED.  Reduce cfi size a little by better
54316         placement of cfi directives.
54317         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54318         make a stack frame.  Instead use parm save area as a temp.
54319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54320         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54322         Don't make a stack frame for parent, use parm save area.
54323         Increase child stack frame to 112 bytes.  Don't save unused reg,
54324         and adjust reg usage.  Set up cfi on error recovery and
54325         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54327         (__makecontext): Add dummy nop after jump to exit.
54328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54329         Use correct parm save area and cr save, reduce stack frame.
54330         Correct cfi for possible PSEUDO_RET frame setup.
54331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54332         Branch to local label emitted by PSEUDO_RET rather than
54333         __syscall_error.
54334
54335 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54336
54337         [BZ #11904]
54338         * locale/programs/locale.c (print_assignment): New function.
54339         (show_locale_vars): Use it.
54340
54341 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54342
54343         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54344         field.
54345         (struct statfs64): Likewise.
54346         (_STATFS_F_FLAGS): Define.
54347         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54348         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54349         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54350         (ST_VALID): Define locally.
54351         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54352         __statvfs_getflags, use the provided value.
54353         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54354         __ASSUME_STATFS_F_FLAGS.
54355
54356         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54357
54358         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54359         Add sys/fanotify.h.
54360         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54361         fanotify_mask for GLIBC_2.13.
54362         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54363         fanotify_init and fanotify_mark.
54364         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54365         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54366
54367         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54368         Add prlimit.
54369         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54370         prlimit64 for GLIBC_2.13.
54371         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54372         prlimit64.
54373         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54374         syscall.
54375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54376         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54377         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54378         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54379         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54380         add prlimit alias.
54381         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54382
54383         [BZ #11903]
54384         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54385         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54386
54387         * nss/Makefile: Add rules to build and run tst-nss-test1.
54388         * shlib-versions: Add entry for libnss_test1.
54389         * nss/nss_test1.c: New file.
54390         * nss/tst-nss-test1.c: New file.
54391
54392         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54393         (__nss_configure_lookup): Set appropriate entry in
54394         __nss_configure_lookup to true.
54395         * nss/nsswitch.h: Define enum with indeces of databases in
54396         databases and __nss_database_custom arrays.  Declare
54397         __nss_database_custom.
54398         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54399         to avoid using nscd when custom rules are installed.
54400         * nss/getXXbyYY_r.c: Likewise.
54401         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54402
54403         * nss/nss_files/files-parse.c: Whitespace fixes.
54404
54405 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54406
54407         [BZ #11883]
54408         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54409         * posix/fnmatch_loop.c: Likewise.
54410
54411 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54412
54413         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54414         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54415         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54416         * Versions.def [GLIBC_2.13]: Add.
54417
54418 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54419
54420         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54421         Also fail if tpwd after pwuid call is NULL.
54422
54423 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54424
54425         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54426         when converting to ms.
54427
54428 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54429
54430         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54431         EOPNOTSUPP errors with ENOTTY.
54432         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54433         EOPNOTSUPP errors with ENOTTY.
54434
54435 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54436
54437         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54438         Add strcasecmp_l-ssse3.
54439         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54440         strcasecmp.
54441         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54442         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54443         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54444
54445 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54446
54447         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54448
54449         * string/Makefile (strop-tests): Add strcasecmp.
54450         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54451         strcasecmp_l-nonascii.
54452         (gen-as-const-headers): Add locale-defines.sym.
54453         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54454         * sysdeps/x86_64/strcasecmp.S: New file.
54455         * sysdeps/x86_64/strcasecmp_l.S: New file.
54456         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54457         * sysdeps/x86_64/locale-defines.sym: New file.
54458         * string/test-strcasecmp.c: New file.
54459
54460         * string/test-strcasestr.c: Test both ends of the range of characters.
54461         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54462
54463 2010-07-29  Roland McGrath  <roland@redhat.com>
54464
54465         [BZ #11856]
54466         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54467
54468 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54469
54470         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54471         for ld.so.
54472
54473 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54474
54475         * manual/memory.texi (Malloc Tunable Parameters): Document
54476         M_PERTURB.
54477
54478 2010-07-26  Roland McGrath  <roland@redhat.com>
54479
54480         [BZ #11840]
54481         * configure.in (-fgnu89-inline check): Set and substitute
54482         gnu89_inline, not libc_cv_gnu89_inline.
54483         * configure: Regenerated.
54484         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54485
54486 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54487
54488         * string/test-strnlen.c: New file.
54489         * string/Makefile (strop-tests): Add strnlen.
54490         * string/tester.c (test_strnlen): Add a few more test cases.
54491         * string/tst-strlen.c: Better error reporting.
54492
54493         * sysdeps/x86_64/strnlen.S: New file.
54494
54495 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54496
54497         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54498         lower-latency instructions.
54499
54500 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54501
54502         * string/test-strcasestr.c: New file.
54503         * string/test-strstr.c: New file.
54504         * string/Makefile (strop-tests): Add strstr and strcasestr.
54505         * string/str-two-way.h: Don't undefine MAX.
54506         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54507
54508 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54509
54510         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54511         strcasestr-nonascii.
54512         (CFLAGS-strcasestr-nonascii.c): Define.
54513         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54514         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54515         Remove unused attribute.
54516
54517 2010-07-20  Roland McGrath  <roland@redhat.com>
54518
54519         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54520         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54521         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54522         like LD_HWCAP_MASK can disable hwcaps.
54523
54524 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54525
54526         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54527
54528 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54529
54530         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54531         call in strcasestr.
54532         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54533         __strcasestr_sse42_nonascii.
54534         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54535         strcasestr-nonascii.c.
54536         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54537
54538 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54539
54540         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54541         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54542         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54543         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54544
54545 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54546
54547         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54548         fcntl.
54549
54550 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54551
54552         [BZ #11577]
54553         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54554         dl_signal_cerror.
54555
54556 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54557
54558         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54559         _PC_PIPE_BUF using F_GETPIPE_SZ.
54560
54561 2010-07-05  Roland McGrath  <roland@redhat.com>
54562
54563         * manual/arith.texi (Rounding Functions): Fix rint description
54564         implicit in round description.
54565
54566 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54567
54568         * elf/Makefile: Fix linking for a few tests to make recent linker
54569         happy.
54570
54571 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54572
54573         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54574         $(common-objpfx)libc_nonshared.a.
54575
54576 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54577
54578         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54579         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54580         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54581         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54582         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54583         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54584         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54585         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54600         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54601         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54602         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54603         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54604         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54605         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54606         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54607         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54608         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54609         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54610         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54611         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54626
54627 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54628
54629         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54630         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54631         * string/memmove.c (memmove): Renamed to ...
54632         (MEMMOVE): ...this.  Default to memmove.
54633         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54634         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54635         (END_CHK): Define.
54636         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54637         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54638         mempcpy-ssse3-back memmove-ssse3-back.
54639         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54640         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54641         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54642         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54643         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54644         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54645         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54646         * sysdeps/x86_64/multiarch/memmove.c: New file.
54647         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54648         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54649         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54650         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54651         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54652         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54653         Define.
54654         (index_Fast_Copy_Backward): Define.
54655         (HAS_ARCH_FEATURE): Define.
54656         (HAS_FAST_REP_STRING): Define.
54657         (HAS_FAST_COPY_BACKWARD): Define.
54658
54659 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54660
54661         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54662         Restore proper fallback handling.
54663
54664 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54665
54666         [BZ #11701]
54667         * posix/group_member.c (__group_member): Correct checking loop.
54668
54669         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54670         OOM in getpwuid_r correctly.  Return error number when the caller
54671         should return, otherwise -1.
54672         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54673         call returning > 0 value.
54674         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54675
54676 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54677
54678         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54679         libc_nonshared.a from targets in modules-names.
54680
54681 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54682
54683         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54684         requires it.
54685
54686 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54687
54688         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54689         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54690         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54691         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54692
54693 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54694
54695         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54696
54697 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54698
54699         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54700         and F_GETPIPE_SZ.
54701         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54702         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54703         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54704         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54705         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54706         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54707
54708 2010-06-14  Roland McGrath  <roland@redhat.com>
54709
54710         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54711
54712 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54713
54714         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54715         __REDIRECT followed by __THROW.
54716         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54717         * posix/getopt.h (getopt): Likewise.
54718
54719 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54720
54721         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54722         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54723         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54724         in AT_FLAGS.
54725         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54726         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54727
54728 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54729
54730         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54731
54732 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54733
54734         [BZ #11640]
54735         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54736         Properly check family and model.
54737
54738 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54739
54740         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54741
54742 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54743
54744         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54745
54746 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54747
54748         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54749         symbol reference.
54750
54751 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54752
54753         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54754         symbol reference.
54755
54756 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54757
54758         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54759         and internal_recvmmsg.
54760         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54761         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54762         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54763         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54764
54765         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54766         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54767         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54768
54769 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54770
54771         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54772
54773 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54774
54775         POWER7 optimizations.
54776         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54777         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54778
54779 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54780
54781         * version.h: Update for 2.13 development version.
54782
54783 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54784
54785         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54786         exceptions.  Return 0.
54787
54788 2010-05-07  Roland McGrath  <roland@redhat.com>
54789
54790         * elf/ldconfig.c (main): Add a const.
54791
54792 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54793
54794         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54795         (args_options): Add no-idn option.
54796         (ahosts_keys_int): Add idn_flags to ai_flags.
54797         (parse_option): Handle 'i' option to clear idn_flags.
54798
54799         * malloc/malloc.c (_int_free): Possible race in the most recently
54800         added check.  Only act on the data if no current modification
54801         happened.
54802
54803 See ChangeLog.17 for earlier changes.